]> code.delx.au - gnu-emacs/blob - src/ChangeLog
(Fcall_interactively): Use Finteractive_form also for subrs
[gnu-emacs] / src / ChangeLog
1 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * callint.c (Fcall_interactively): Use Finteractive_form also for subrs
4 and compiled functions.
5
6 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
7
8 * window.c (prefer_window_split_horizontally): New variable.
9 (display_buffer): Consider splitting window horizontally depending
10 on prefer_window_split_horizontally.
11
12 2007-09-08 Eli Zaretskii <eliz@gnu.org>
13
14 * sysdep.c [WINDOWSNT]: Don't include sysselect.h
15
16 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
19
20 * frame.c (x_set_frame_parameters): Check number is positive before
21 using XFASTINT.
22
23 * window.c (freeze_window_start): Don't presume selected_window holds
24 a window object.
25 (Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
26
27 2007-09-07 Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> (tiny change)
28
29 * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
30
31 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * window.c (Vsplit_window_preferred_function): New var.
34 (Fdisplay_buffer): Use it.
35 (syms_of_window): Export, and initialize it.
36
37 2007-09-06 Pixel <pixel@mandriva.com> (tiny change)
38
39 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
40
41 2007-09-06 Glenn Morris <rgm@gnu.org>
42
43 * gtkutil.c (menu_grab_callback) <cnt>:
44 * xselect.c (x_reply_selection_request) <cnt>: Move static
45 variable to file scope.
46
47 2007-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * xdisp.c (redisplay_internal): Make sure Elisp code always sees
50 consistent values of selected_frame and selected_window.
51
52 2007-09-04 Jason Rumney <jasonr@gnu.org>
53
54 * w32console.c (initialize_w32_display): Zero unused hooks.
55
56 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
57
58 * term.c (Vsuspend_tty_functions, Vresume_tty_functions)
59 (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
60
61 2007-09-04 Jason Rumney <jasonr@gnu.org>
62
63 * term.c (init_tty) [WINDOWSNT]: Add hooks that are not accessible
64 in w32console.c. Set up input. Remove XXX comments that have been
65 confirmed as correct.
66
67 * s/ms-w32.h (MULTI_KBOARD): Define.
68
69 * w32console.c (one_and_only_w32cons): Remove.
70 (initialize_w32_display): Take terminal argument.
71
72 * term.c (init_tty) [WINDOWSNT]: Pass terminal to
73 initialize_w32_display.
74 (init_tty) [MULTI_KBOARD]: Include this code on WINDOWSNT too.
75
76 * termhooks.h (enum event_kind) <HORIZ_WHEEL_EVENT>: New event.
77
78 * keyboard.c (discard_mouse_events): Discard it.
79 (make_lispy_event): Translate it to a lisp event.
80 (lispy_wheel_names): Add wheel-left and right events.
81 (syms_of_keyboard): Enlarge wheel_syms.
82
83 * w32fns.c (w32_wnd_proc) <WM_DROPFILES>: Merge with WM_MOUSEWHEEL.
84 <WM_MOUSEHWHEEL>: Pass new system message to lisp.
85
86 * w32term.h (WM_MOUSEHWHEEL): Define if system headers don't.
87
88 * w32term.c (construct_mouse_wheel): Make HORIZ_WHEEL_EVENT
89 from WM_MOUSEHWHEEL.
90 (w32_read_socket) <WM_MOUSEHWHEEL>: Treat as WM_MOUSEWHEEL.
91
92 * w32fns.c (x_create_tip_frame) [MULTI_KBOARD]: Get keyboard from
93 terminal.
94
95 * w32term.c (w32_create_terminal) [MULTI_KBOARD]: Create a new
96 keyboard for the terminal.
97
98 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
99
100 * term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
101 (Vresume_tty_hook): Rename from Vresume_tty_functions.
102 (syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
103 and resume-tty-function to resume-tty-hook.
104 (Fsuspend_tty, Fresume_tty): Use new names.
105
106 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
107
108 * gtkutil.c (update_frame_tool_bar): Handle stock name as a named icon
109 if it starts with "n:".
110
111 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
112
113 * gtkutil.c (update_frame_tool_bar): Initialize wbutton to NULL.
114
115 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * frame.h:
118 * frame.c (Qterm_environment_variable): Remove.
119 (syms_of_frame): Don't init and staticpro it.
120
121
122 * callproc.c (getenv_internal): Remove special case for $TERM.
123
124 * callproc.c (Vinitial_environment): New variable.
125 (set_initial_environment): Initialize it.
126 (syms_of_callproc): Declare it.
127 (child_setup): Don't mess with TERM via Qterm_environment_variable; the
128 TERM under which a process runs is never related to the TERM in which
129 Emacs is running.
130
131 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
132
133 * config.in (HAVE_WINDOW_SYSTEM): Don't undef MULTI_KBOARD here...
134 * s/darwin.h: ... do it here.
135
136 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * lisp.h (set_initial_environment): Rename from set_global_environment.
139
140 * Makefile.in (${etc}DOC): Re-add a ${EXEEXT} which seems to have been
141 removed by mistake on the multi-tty branch.
142
143 * frame.c (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
144 (Fmodify_frame_parameters): Return a value.
145
146 * image.c (png_load): Comment-out var only used in commented-out code.
147
148 * term.c (mark_ttys): Don't bother checking top_frame (incorrectly)
149 before passing it to mark_object.
150
151 * xfaces.c (internal_resolve_face_name): Return a value.
152 (internal_resolve_face_name, resolve_face_name_error): Comment out.
153
154 * xfns.c (check_x_display_info): Yet Another Int/Lisp_Object Mixup.
155 (x_icon): Comment-out var only used in commented-out code.
156
157 2007-08-29 Romain Francoise <romain@orebokech.com>
158
159 * keyboard.c (Fset_input_mode): Don't call `Fset_quit_char' if
160 QUIT hasn't been provided.
161
162 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
163
164 * callproc.c (child_setup, getenv_internal): Use the
165 display-environment-variable and term-environment-variable frame
166 params.
167 (set_initial_environment): Initialise Vprocess_environment.
168
169 * config.in: Disable multi-keyboard support on a mac.
170
171 * frame.c (Qterm_environment_variable)
172 (Qdisplay_environment_variable): New variables.
173 (syms_of_frame): Intern and staticpro them.
174 (Fmake_terminal_frame): Disable output method test.
175
176 * frame.h: Declare them here.
177
178 * macfns.c (x_set_mouse_color): Get rif from the frame.
179 (x_set_tool_bar_lines): Don't use updating_frame.
180 (mac_window): Add 2 new parameters for consistency with other systems.
181 (Fx_create_frame): Fix doc string. Rename the parameter. Set the
182 frame parameters following what is done in X11 and w32. Don't use
183 FRAME_MAC_DISPLAY_INFO.
184 (Fx_open_connection, start_hourglass): Remove window-system check.
185 (x_create_tip_frame): Get the keyboard from the terminal.
186
187 * macmenu.c: Reorder includes.
188 (Fx_popup_menu): Use terminal specific mouse_position_hook.
189
190 * macterm.c (XTset_terminal_modes, XTreset_terminal_modes): Add a
191 terminal parameter.
192 (x_clear_frame): Add a frame parameter.
193 (note_mouse_movement): Get rif from the frame.
194 (mac_term_init): Initialize the terminal.
195 (mac_initialize): Make static and move terminal initialization ...
196 (mac_create_terminal): ... to this new function.
197
198 * macterm.h (struct mac_display_info): Add terminal.
199 (mac_initialize): Delete declaration.
200
201 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
202
203 * sysdep.c: Comment out text after #endif.
204
205 * term.c (init_tty): Only use terminal->kboard when MULTI_KBOARD
206 is defined. Better initialize ttys in windows. Use terminal
207 specific mouse_position_hook.
208
209 * termhooks.h (union display_info): Add mac_display_info.
210
211 * w32fns.c (Fx_create_frame): Use kboard from the terminal.
212 Set the default minibuffer frame, window_system and the rest of the
213 frame parameters following what is done in X11.
214
215 * w32term.c (w32_initialize): Make static.
216
217 * xselect.c (x_handle_selection_clear): Only access
218 terminal->kboard when MULTI_KBOARD is defined.
219
220 * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
221 (SYSTEM_PURESIZE_EXTRA): Only define on Carbon.
222
223 2007-08-29 Jason Rumney <jasonr@gnu.org>
224
225 * frame.c (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
226 (make_terminal_frame) [WINDOWSNT]: Initialize terminal.
227
228 * fringe.c (w32_init_fringe w32_reset_fringes) [HAVE_NTGUI]:
229 (mac_init_fringe) [MAC_OS]: Get rif from selected_frame.
230
231 * keyboard.c (restore_kboard_configuration): Only define when
232 MULTI_KBOARD defined.
233
234 * makefile.w32-in: Update dependancies from Makefile.in
235 (OBJ1): Add terminal.$(O)
236
237 * term.c (dissociate_if_controlling_tty) [WINDOWSNT]:
238 Don't define function body.
239 (init_tty) [WINDOWSNT]: Use selected_frame for initializing.
240
241 * termhooks.h (display_info) [WINDOWSNT]: Add w32.
242
243 * w32.c (request_sigio, unrequest_sigio): Remove.
244
245 * w32console.c (w32con_move_cursor, w32con_clear_to_end)
246 (w32con_clear_frame, w32con_clear_end_of_line)
247 (w32con_ins_del_lines, w32con_insert_glyphs, w32con_write_glyphs)
248 (w32con_delete_glyphs, w32con_set_terminal_window)
249 (scroll_line, w32_sys_ring_bell): Add frame arg.
250 (w32con_set_terminal_modes, w32con_reset_terminal_modes):
251 Add terminal arg.
252 (PICK_FRAME): Remove.
253 (w32con_write_glyphs): Use frame specific terminal coding.
254 (one_and_only_w32cons): New global variable.
255 (initialize_w32_display): Use it for storing hooks.
256 (create_w32cons_output): New function.
257
258 * w32inevt.c, w32inevt.h (w32_console_read_socket): Make first
259 arg a frame.
260
261 * w32fns.c (x_create_tip_frame): Set terminal and ref count.
262 Set window_system.
263 (x_set_tool_bar_lines): Don't use updating_frame.
264 (Fx_create_frame): Set terminal and ref count.
265 (Fx_open_connection): Remove window-system check.
266
267 * w32menu.c (Fx_popup_menu): Use terminal specific mouse_position_hook.
268
269 * w32term.c (w32_term_init): Call add_keyboard_wait_descriptor.
270 (w32_set_terminal_modes, w32_reset_terminal_modes): Add terminal arg.
271 (x_clear_frame, x_delete_glyphs, w32_ring_bell, x_ins_del_lines):
272 Add frame arg.
273 (x_delete_terminal, w32_create_terminal): New functions.
274 (w32_term_init): Create a terminal.
275 (w32_initialize): Move terminal specific initialization to
276 w32_create_terminal.
277
278 * w32term.h (x_output): Remove foreground_pixel and background_pixel.
279 (w32_clear_rect, w32_clear_area): Use background from frame.
280 (w32_display_info): Add terminal.
281 (w32_sys_ring_bell, x_delete_display): Declare here.
282
283 * xdisp.c (display_menu_bar) [HAVE_NTGUI]: Check frame type.
284
285 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Bump to 50k.
286
287 2007-08-29 Kalle Olavi Niemitalo <kon@iki.fi> (tiny change)
288
289 * keyboard.c (interrupt_signal, handle_interrupt, Fset_quit_char):
290 Fix get_named_tty calls for the controlling tty.
291
292 2007-08-29 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
293
294 * term.c (dissociate_if_controlling_tty)[USG]: Fix parse error.
295
296 2007-08-29 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> (tiny change)
297
298 * term.c (tty_insert_glyphs): Add missing first parameter.
299
300 2007-08-29 Karoly Lorentey <karoly@lorentey.hu>
301
302 * buffer.c (Fbuffer_list, Fbury_buffer):
303 Take frame->buried_buffer_list into account.
304
305 * cm.c (current_tty): New variable, for cmputc().
306 (cmputc): Use it.
307 (cmcheckmagic): Add tty parameter, look up terminal streams there.
308 (calccost): Add tty parameter. Use emacs_tputs() instead of tputs().
309 (cmgoto): Add tty parameter. Pass it on to calccost().
310 Use emacs_tputs() instead of tputs().
311
312 * cm.h (emacs_tputs): New macro to set current_tty, and then call
313 tputs().
314 (current_tty): New variable, for cmputc().
315 (cmcheckmagic, cmputc, cmgoto): Add prototypes.
316
317 * eval.c (unwind_to_catch): Don't call x_fully_uncatch_errors.
318 (internal_condition_case, internal_condition_case_1)
319 (internal_condition_case_2): Don't abort when x_catching_errors.
320
321 * fns.c (Fyes_or_no_p): Don't try to open an X dialog on tty terminals.
322 (Fy_or_n_p): Likewise. Use temporarily_switch_to_single_kboard to
323 prevent crashes caused by bogus longjmps in read_char.
324
325 * keymap.h (Fset_keymap_parent): Add EXFUN.
326
327 * macterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
328 * w32term.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
329 Remove redundant definition.
330
331 * macfns.c (x_set_mouse_color, x_make_gc):
332 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
333
334 * w32term.c (x_free_frame_resources):
335 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
336 (w32_initialize): Use the accessor macros for terminal characteristics.
337
338 * macterm.c (mac_initialize): Use Fset_input_interrupt_mode.
339 Use the accessor macros for terminal characteristics.
340 * msdos.c (internal_terminal_init): Use the accessor macros for
341 terminal characteristics.
342 (ScreenVisualBell, internal_terminal_init):
343 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
344
345 * termopts.h (no_redraw_on_reenter): Declare.
346
347 * alloc.c (emacs_blocked_malloc): Disable mallopt call.
348 (mark_terminals, mark_ttys): Declare.
349 (Fgarbage_collect): Call them.
350 (mark_object): Mark buried_buffer_list.
351
352 * prefix-args.c: Include stdlib.h for exit.
353
354 * syssignal.h: Add comment.
355
356 * indent.c: Include stdio.h.
357
358 * window.h (Vinitial_window_system): Declare.
359 (Vwindow_system): Delete declaration.
360
361 * fontset.c (Finternal_char_font): Use FRAME_RIF.
362
363 * image.c (lookup_image): Don't initialize `c' until the xasserts
364 have been run.
365
366 * gtkutil.c (xg_create_frame_widgets): Use FRAME_BACKGROUND_PIXEL and
367 FRAME_FOREGROUND_PIXEL.
368
369 * print.c (print_preprocess): Don't lose print_depth levels while
370 iterating.
371
372 * widget.c (update_from_various_frame_slots):
373 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
374
375 * window.c (set_window_buffer): Don't call clear_mouse_face on tty
376 frames.
377 (window_internal_height): Remove bogus make_number call.
378 (init_window_once): Call make_terminal_frame with two zero parameters.
379
380 * fileio.c (Fread_file_name): Update comment.
381
382 * callint.c (Fcall_interactively):
383 Use temporarily_switch_to_single_kboard instead of single_kboard_state.
384 Make sure it is correctly unwound.
385
386 * xsmfns.c (x_session_close): New function.
387
388 * coding.h (terminal_coding, safe_terminal_coding, keyboard_coding):
389 Delete declarations.
390
391 * xterm.h: Remove declaration for x_fully_uncatch_errors.
392 (x_output): Remove background_pixel and foreground_pixel fields.
393 (x_display_info): Add new field TERMINAL. Remove KBOARD field.
394 (x_delete_device):
395 (x_session_close): Declare.
396
397 * lread.c: Include setjmp.h. Update declaration of `read_char'.
398 (read_filtered_event): Call `read_char' with a local
399 `wrong_kboard_jmpbuf'.
400
401 * minibuf.c (read_minibuf): Call temporarily_switch_to_single_kboard.
402 Don't call single_kboard_state. Use FRAME_RIF.
403
404 * process.c (Fmake_network_process): Don't unrequest_sigio on modern
405 systems.
406
407 * lisp.h (set_process_environment): Rename to `set_global_environment'.
408 (Fframe_with_environment, Fset_input_meta_mode)
409 (Fset_quit_char): EXFUN.
410 (x_create_device, tty_output, terminal, tty_display_info): Declare.
411 (init_sys_modes, reset_sys_modes): Update prototypes.
412 (init_all_sys_modes, reset_all_sys_modes): New prototypes.
413
414 * keyboard.h (struct kboard): Add new fields Vlocal_function_key_map,
415 Vlocal_key_translation_map, and Vkeyboard_translate_table.
416 (Vfunction_key_map, Vkeyboard_translate_table, single_kboard_state):
417 Delete declarations.
418 (Vfunction_key_map, Vkey_translation_map, push_kboard, pop_kboard)
419 (temporarily_switch_to_single_kboard, tty_read_avail_input):
420 New declarations.
421
422 * emacs.c (main): Don't call init_sys_modes(), the new term_init()
423 already does that during init_display(). Call syms_of_keymap
424 before syms_of_keyboard. Call `syms_of_terminal'.
425 Call set_initial_environment, not set_process_environment.
426 (shut_down_emacs): Call reset_all_sys_modes() instead of
427 reset_sys_modes().
428
429 * xfaces.c (x_free_gc): Protect xassert with GLYPH_DEBUG.
430 (internal_resolve_face_name, resolve_face_name_error): New functions.
431 (resolve_face_name): Protect against loops and errors thrown by Fget.
432 (realize_default_face): Don't use FRAME_FONT unless frame is an X frame.
433 (Ftty_supports_face_attributes_p): Update tty_capable_p call.
434
435 * scroll.c: Replace CURTTY() with local variables throughout the
436 file (where applicable).
437 (calculate_scrolling, calculate_direct_scrolling)
438 (scrolling_1, scroll_cost): Use the accessor macros for terminal
439 characteristics.
440
441 * keymap.c (Vfunction_key_map): Remove.
442 (Fdescribe_buffer_bindings): Update references to Vfunction_key_map.
443 (syms_of_keymap): Remove DEFVAR for Vfunction_key_map.
444 (Vkey_translation_map): Remove.
445 (syms_of_keymap): Remove DEFVAR for key-translation-map.
446 (Fdescribe_buffer_bindings):
447 (read_key_sequence, init_kboard, syms_of_keyboard, mark_kboards):
448 Update for terminal-local key-translation-map.
449
450 * Makefile.in (callproc.o): Update dependencies.
451 (lisp, shortlisp): Add termdev.elc.
452 (obj): Add terminal.o.
453 (terminal.o): Add dependencies.
454 [HAVE_CARBON]: Make terminal.o depend on macgui.h.
455 (data.o, fns.o): Add termhooks.h dependency.
456 (SOME_MACHINE_LISP): Add dnd.elc.
457 (minibuf.o): Fix typo.
458 Update dependencies.
459
460 * data.c (do_symval_forwarding, store_symval_forwarding)
461 (find_symbol_value): Use the selected frame's keyboard, not
462 current_kboard.
463
464 * .gdbinit (init_sys_modes): Use Vinitial_window_system instead of
465 Vwindow_system.
466
467 * xmenu.c (Fx_menu_bar_open) [USE_X_TOOLKIT, USE_GTK]: Rename from
468 Fmenu_bar_open.
469 (syms_of_xmenu): Update defsubr.
470 (mouse_position_for_popup, Fx_popup_menu)
471 (Fx_popup_dialog, x_activate_menubar, update_frame_menubar)
472 (set_frame_menubar, free_frame_menubar)
473 (create_and_show_popup_menu, xmenu_show, )
474 (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not
475 an X frame.
476
477 * xselect.c (x_own_selection): Abort if not an X frame.
478 (some_frame_on_display): Check if it is an X frame.
479 (x_handle_selection_clear): Deal with MULTI_KBOARD.
480
481 * coding.c: Include frame.h and termhooks.h.
482 (terminal_coding, keyboard_coding): Delete.
483 (Fset_terminal_coding_system_internal):
484 (Fset_keyboard_coding_system_internal):
485 (Fkeyboard_coding_system):
486 (Fterminal_coding_system): Add a terminal parameter.
487 Get terminal_coding from the terminal.
488 (init_coding_once): Don't call setup_coding_system here.
489
490 * dispextern.h (set_scroll_region, turn_off_insert)
491 (turn_off_highlight, background_highlight, clear_end_of_line_raw)
492 (tty_clear_end_of_line, tty_setup_colors)
493 (delete_tty, updating_frame)
494 (produce_special_glyphs, produce_glyphs, write_glyphs)
495 (insert_glyphs): Remove.
496 (raw_cursor_to, clear_to_end, tty_turn_off_insert)
497 (tty_turn_off_highlight, get_tty_size): Add declaration.
498 (tabs_safe_p, init_baud_rate, get_tty_terminal): Update prototypes.
499
500 * frame.h (enum output_method): Add output_initial.
501 (struct x_output): Delete.
502 (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
503 Access foreground_pixel and background_pixel directly from the frame.
504 (tty_display): Delete.
505 (struct frame): Add buried_buffer_list, foreground_pixel,
506 background_pixel and terminal. Delete kboard
507 (union output_data): Add tty.
508 (FRAME_KBOARD): Get the kboard from the terminal.
509 (FRAME_INITIAL_P): New macro.
510 (Qtty, Qtty_type, Qterminal, Qterminal_live_p, Qenvironment)
511 (Qterm_environment_variable, Qdisplay_environment_variable)
512 (make_terminal_frame, Qburied_buffer_list, Qwindow_system):
513 New declarations.
514
515 * termchar.h (tty_output, tty_display_info): New structures.
516 (tty_list): Declare.
517 (FRAME_TTY, CURTTY): New macros.
518 (must_write_spaces, min_padding_speed, fast_clear_end_of_line)
519 (line_ins_del_ok, char_ins_del_ok, scroll_region_ok)
520 (scroll_region_cost, memory_below_frame, fast_clear_end_of_line)
521 (dont_calculate_costs, no_redraw_on_reenter): Remove declarations.
522
523 * callproc.c: Include frame.h and termhooks.h, for terminal
524 parameters.
525 (add_env): New function.
526 (child_setup): Use it.
527 (child_setup, getenv_internal): Handle the new Vprocess_environment.
528 (getenv_internal): Fix get_terminal_param call.
529 (Fgetenv_internal, egetenv): Update doc.
530 (syms_of_callproc): Initialize Vprocess_environment to nil.
531 Register and initialize them. Remove obsolete defvars. Update doc
532 strings.
533 (child_setup): Handle Vlocal_environment_variables.
534 (getenv_internal): Add terminal parameter.
535 Handle Vlocal_environment_variables.
536 (Fgetenv_internal): Add terminal parameter.
537 (child_setup, getenv_internal, Fgetenv_internal): Store the local
538 environment in a frame (not terminal) parameter. Update doc strings.
539 (set_initial_environment): Rename from set_global_environment.
540 Store Emacs environment in initial frame parameter.
541
542 * xdisp.c (redisplay_internal): Update references to
543 `previous_terminal_frame'.
544 (display_mode_line, Fformat_mode_line): Replace calls to
545 `push_frame_kboard' with `push_kboard'.
546 (get_glyph_string_clip_rects): Add extra parentheses and
547 braces to prevent compiler warnings.
548 (calc_pixel_width_or_height): Add xassert to check that the
549 frame is alive. Don't call `lookup_image' on a termcap frame.
550 (message2_nolog, message3_nolog, redisplay_internal)
551 (set_vertical_scroll_bar, redisplay_window, check_x_display_info)
552 (x_set_scroll_bar_foreground, x_set_scroll_bar_background)
553 (Fx_create_frame, Fxw_display_color_p, Fx_display_grayscale_p)
554 (Fx_display_pixel_width, Fx_display_pixel_height)
555 (Fx_display_planes, Fx_display_color_cells)
556 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
557 (Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width)
558 (Fx_display_backing_store, Fx_display_visual_class)
559 (Fx_display_save_under, Fx_close_connection, x_create_tip_frame):
560 Use FRAME_TERMINAL_P, FRAME_WINDOW_P, FRAME_TTY and FRAME_RIF.
561
562 * xfns.c (x_set_foreground_color x_set_background_color)
563 (x_set_mouse_color, x_set_cursor_color, x_make_gc):
564 Use FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL.
565 (Fx_create_frame, x_create_tip_frame, build_string, x_window)
566 (Fx_create_frame, x_create_tip_frame): Don't create frames on a
567 terminal that is being deleted.
568 (Fx_create_frame): Use `store_frame_param' to set `window-system'
569 frame parameter, and make sure it overrides any user-supplied setting.
570 (Fx_close_connection, Fx_synchronize): Unify argument names with
571 the rest of the DEFUNs.
572
573 * dispnew.c (Fsend_string_to_terminal): Update call to
574 `get_tty_terminal'.
575 (Fredraw_frame, Fsend_string_to_terminal)
576 (Fsend_string_to_terminal, init_display): User FRAME_RIF,
577 FRAME_TERMCAP_P and FRAME_TTY.
578 (window_change_signal): Don't believe width/height values that are
579 impossibly small.
580 (Vinitial_window_system): Rename from Vwindow_system.
581 (termscript, Wcm, rif): Delete.
582
583 * termhooks.h (struct terminal): New struct containing the
584 previously global text display hooks and new members NAME,
585 DELETED and PARAM_ALIST.
586 (FRAME_TERMINAL, TERMINAL_TERMINAL_CODING)
587 (TERMINAL_KEYBOARD_CODING, TERMINAL_ACTIVE_P, FRAME_WINDOW_P)
588 (FRAME_RIF): New macros.
589 (get_terminal_param, get_device): New declarations.
590 (termscript): Delete declaration.
591
592 * xterm.c (x_initialize): Use Fset_input_interrupt_mode.
593 (XTflash, x_free_frame_resources, x_scroll_bar_create)
594 (x_scroll_bar_set_handle): Use FRAME_BACKGROUND_PIXEL and
595 FRAME_FOREGROUND_PIXEL.
596 (x_fully_uncatch_errors): Disable definition.
597 (x_scroll_bar_expose): Fix reference to foreground pixel.
598 (XTread_socket): Disable loop on all X displays.
599 (x_delete_terminal): Don't set terminal->deleted and let
600 delete_terminal delete the frames on the terminal.
601 (x_delete_display): Doc update to reflect changes in
602 delete_terminal.
603 (x_display_info) <terminal>: Move member earlier in the struct.
604 (x_delete_terminal): Use terminal->deleted. Delete all frames on
605 the display explicitly.
606 (deleting_tty): Remove old variable.
607 (Fsuspend_tty): Call clear_tty_hooks.
608 (Fresume_tty, init_tty): Call set_tty_hooks.
609 (clear_tty_hooks, set_tty_hooks): New functions.
610 (Ftty_display_color_p, Ftty_display_color_cells): Don't throw
611 errors on X frames.
612 (x_catch_errors_unwind): Abort if x_error_message is NULL.
613 (handle_one_xevent): Initialize `f' to NULL.
614 (x_delete_device, x_create_device): New functions.
615 (XTset_terminal_modes, XTreset_terminal_modes)
616 (XTread_socket, x_connection_closed, x_term_init)
617 (x_term_init, x_delete_display): Add terminal parameter.
618 (x_term_init) [!HAVE_GTK_MULTIDISPLAY]: Refuse to create secondary
619 X connections.
620
621 * frame.c (Fframep): Deal with output_initial.
622 (Qbuffer_predicate, Qbuffer_list, Qburied_buffer_list, Qtty)
623 (Qtty_type, Qwindow_system, Qenvironment)
624 (Qterm_environment_variable, Qdisplay_environment_variable): New vars.
625 (x_set_screen_gamma, store_frame_param): Fix compilation errors.
626 (make_terminal_frame): Don't create frames on a terminal that is
627 being deleted.
628 (make_terminal_frame): Use FRAME_BACKGROUND_PIXEL and
629 FRAME_FOREGROUND_PIXEL.
630 (store_frame_param): Check for found_for_frame before calling XFRAME.
631 (Fmake_terminal_frame): Handle NULL tty names correctly.
632 (syms_of_frame): Enhance doc string of `default-frame-alist'.
633 (Fdelete_frame): Remove unused variable `count'.
634 (Qenvironment): New variable.
635 (Fdelete_frame): Don't allow other frames to refer to a deleted
636 frame in their 'environment parameter.
637 (Fframe_with_environment): New function.
638 (syms_of_frame): Defsubr it. Initialize and staticpro Qenvironment.
639 (get_future_frame_param): New function.
640 (Fmake_terminal_frame): Use it.
641
642 * sysdep.c (init_sys_modes, reset_sys_modes): Update for renames.
643 * sysdep.c (reset_sys_modes): Update for renames.
644
645 * keyboard.c (tty_read_avail_input): New function.
646 (Fset_input_interrupt_mode, Fset_output_flow_control): New functions.
647 (syms_of_keyboard): Defsubr them.
648 (Fset_input_meta_mode, Fset_quit_char): New functions.
649 (Fset_input_mode): Split to above functions.
650
651 (read_char_minibuf_menu_prompt): Add wrong_kboard_jmpbuf
652 parameter. Use it in call to `read_char'.
653 (read_char): Declare. Update call to `read_char_minibuf_menu_prompt'.
654 Set wrong_kboard_jmpbuf correctly in recursive calls.
655 Use current_kboard to access Vkeyboard_translate_table.
656 Enhance comment before extra longjmp to wrong_kboard_jmpbuf.
657 Add wrong_kboard_jmpbuf parameter to allow for recursive calls.
658 Update longjmp invocations. Remember the original current_kboard,
659 and longjmp to `wrong_kboard_jmpbuf' when a filter, timer or sentinel
660 changes it. Comment out unnecessary calls to
661 `record_single_kboard_state' and `any_kboard_state'.
662 Update recursive calls.
663 (wrong_kboard_jmpbuf): Remove global variable.
664 (read_key_sequence): Remove unused variable wrong_kboard_jmpbuf.
665 Handle deleted interrupted_kboards correctly; that is a legal
666 case. Add `wrong_kboard_jmpbuf' local variable. Update setjmp
667 and read_char calls. Abort if interrupted_kboard died in read_char.
668 (any_kboard_state, single_kboard_state)
669 (push_frame_kboard): Remove function.
670 (pop_kboard): Switch out of single_kboard mode if the kboard has
671 been deleted. Remove unused variable. Help debugging by not
672 changing current_kboard unnecessarily. Set current_kboard to the
673 kboard of the selected frame when the stored kboard object has
674 been deleted before pop_kboard.
675 (temporarily_switch_to_single_kboard): Change first parameter to a
676 frame pointer. Throw an error when caller wants to change kboards
677 while in single_kboard mode. Don't push_kboard if we weren't in
678 single kboard state. Don't pop_kboard if we popped into any
679 kboard state.
680 (restore_kboard_configuration): Abort if pop_kboard changed the
681 kboard in single_kboard mode. Call pop_kboard only after setting
682 up single_kboard mode.
683 (Frecursive_edit): Switch to single_kboard mode only in nested
684 command loops.
685 (cmd_error, command_loop, command_loop_1, timer_check):
686 Comment out unnecessary call to `any_kboard_state' and
687 `record_single_kboard_state'.
688 (delete_kboard): Exit single_kboard mode if we have just deleted
689 that kboard. Use FRAME_KBOARD.
690 (interrupt_signal): Use `Fkill_emacs' to exit Emacs, not
691 `fatal_error_signal'.
692 (record_single_kboard_state): Don't push_kboard if we weren't in
693 single kboard state. Don't pop_kboard if we popped into any
694 kboard state.
695 (push_frame_kboard): Rename to push_kboard.
696 (kbd_buffer_get_event): Use FRAME_TERMINAL.
697 (read_avail_input): Read input from all terminals.
698 (mark_kboards): Also mark Vkeyboard_translate_table.
699 (kbd_buffer_store_event_hold): Simplify condition.
700 (read_key_sequence): Reinitialize fkey and keytran at each replay.
701 (Vkeyboard_translate_table): Move to struct kboard.
702 (init_kboard): Initialize Vkeyboard_translate_table.
703 (syms_of_keyboard): Use DEFVAR_KBOARD to define
704 Vkeyboard_translate_table. Update doc strings. Update docs of
705 local-function-key-map and function-key-map.
706
707 * terminal.c: New file.
708
709 * term.c: Include errno.h.
710 (Vring_bell_function, device_list, initial_device)
711 (next_device_id, ring_bell, update_begin, update_end)
712 (set_terminal_window, cursor_to, raw_cursor_to)
713 (clear_to_end, clear_frame, clear_end_of_line)
714 (write_glyphs, insert_glyphs, delete_glyphs, ins_del_lines)
715 (Fdisplay_name, create_device, delete_device): Move to terminal.c.
716 (syms_of_term): Move their initialization to terminal.c.
717 (get_tty_terminal, Fdisplay_tty_type, Ftty_display_color_p)
718 (Ftty_display_color_cells)
719 (Ftty_no_underline, Fsuspend_tty, Fresume_tty, create_tty_output)
720 (init_tty, maybe_fatal): New functions.
721 (Ftty_type): Return nil if terminal is not on a tty instead of
722 throwing an error. Doc update.
723 (syms_of_term) <Vsuspend_tty_functions, Vresume_tty_functions>:
724 Doc update. Initialize new subrs and variables.
725 (delete_tty): Use terminal->deleted.
726 (tty_set_terminal_modes): Rename from set_terminal_modes.
727 (tty_reset_terminal_modes): Rename from reset_terminal_modes.
728 (set_scroll_region): Rename to `tty_set_scroll_region'.
729 (turn_on_insert): Rename to `tty_turn_on_insert'.
730 (turn_off_insert): Rename to `tty_turn_off_insert'.
731 (turn_off_highlight): Rename to `tty_turn_off_highlight'.
732 (turn_on_highlight): Rename to `tty_turn_on_highlight'.
733 (toggle_highligh): Rename to `tty_toggle_highlight'.
734 (background_highlight): Rename to `tty_background_highlight'.
735 (highlight_if_desired): Rename to `tty_highlight_if_desired'.
736 (tty_ring_bell, tty_update_end, tty_set_terminal_window)
737 (tty_set_scroll_region, tty_background_highlight)
738 (tty_cursor_to, tty_raw_cursor_to, tty_clear_to_end)
739 (tty_clear_frame, tty_clear_end_of_line, tty_write_glyphs)
740 (tty_insert_glyphs, tty_delete_glyphs, tty_ins_del_lines)
741 (term_get_fkeys, tty_setup_colors, dissociate_if_controlling_tty):
742 Add static modifier.
743 (tty_reset_terminal_modes, tty_set_terminal_window)
744 (tty_set_scroll_region, tty_background_highlight)
745 (tty_highlight_if_desired, tty_cursor_to)
746 (tty_raw_cursor_to, tty_clear_to_end, tty_clear_frame)
747 (tty_clear_end_of_line, tty_write_glyphs, tty_insert_glyphs)
748 (tty_delete_glyphs, tty_ins_del_lines, turn_on_face): Update for
749 renames.
750
751 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
752
753 * keyboard.c: Qrtl is new.
754 (parse_tool_bar_item): Handle :rtl keyword.
755 (syms_of_keyboard): Intern :rtl keyword.
756
757 * dispextern.h (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
758
759 * gtkutil.c (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
760 so no Lisp code is executed.
761 (file_for_image, find_rtl_image): New functions.
762 (xg_get_image_for_pixmap): Use file_for_image
763 (update_frame_tool_bar): If direction is RTL, use RTL image if
764 defined. Use Gtk stock images if defined.
765
766 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
767
768 * macterm.c (x_draw_composite_glyph_string_foreground): Draw rectangle
769 for nonexistent or zero-width glyph in composition glyph.
770
771 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
774
775 * xdisp.c (Finvisible_p): New function.
776 (syms_of_xdisp): defsubr it.
777
778 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
779
780 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
781 Doc fixes.
782
783 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
784
785 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
786
787 2007-08-24 Martin Rudalics <rudalics@gmx.at>
788
789 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
790 whether decoding has modified buffer contents.
791
792 2007-08-24 Jason Rumney <jasonr@gnu.org>
793
794 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
795 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
796 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
797 (init_svg_functions) [HAVE_NTGUI]: New function.
798 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
799 (svg_load_image): Use them.
800 (svg_load_image) [HAVE_NTGUI]: Implement background.
801
802 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
803
804 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
805 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
806 (LIBX): Remove @RSVG_LIBS@.
807 (LIBES): Add $(RSVG_LIBS).
808
809 * image.c (svg_load_image): Blend with specified background if exists.
810 Use IMAGE_BACKGROUND. Add Mac OS Support.
811
812 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
813 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
814 Remove macros.
815 [MAC_OSX] (socket_callback): Do nothing.
816 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
817 ReceiveNextEvent.
818 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
819 socket_callback.
820 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
821
822 2007-08-22 Glenn Morris <rgm@gnu.org>
823
824 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
825
826 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
827
828 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
829
830 * image.c: Add support for SVG images. Some additional comments
831 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
832 (svg_image_p): New function to test for SVG image.
833 (svg_load): New function to load SVG image.
834 (svg_load_image): New function, helper for svg_load.
835 (Qsvg): New Lisp_object.
836 (svg_keyword_index): New enum.
837 (svg_format): New static `image_keyword' struct.
838 (svg_type): New static `image_type' struct.
839 (librsvg/rsvg.h): Include it.
840
841 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * lread.c (load_warn_old_style_backquotes): Fix up array size typo.
844
845 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * lread.c (Qold_style_backquotes): New var.
848 (syms_of_lread): Init and staticpro it.
849 (load_warn_old_style_backquotes): New fun.
850 (Fload): Use them to warn about old style backquotes.
851 (end_of_file_error, Fload): Remove unused vars.
852
853 * lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
854
855 * lread.c (Vold_style_backquotes): New var.
856 (syms_of_lread): Init and export it to Elisp.
857 (read1): Set it when we find an old-style (back)quote.
858
859 2007-08-22 Jason Rumney <jasonr@gnu.org>
860
861 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): Add missing NULL terminator.
862
863 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
864
865 * puresize.h (BASE_PURESIZE): Increase to 1140000.
866
867 2007-08-19 Richard Stallman <rms@gnu.org>
868
869 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
870
871 2007-08-19 Andreas Schwab <schwab@suse.de>
872
873 * alloc.c (pure): Round PURESIZE up.
874
875 2007-08-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
876
877 * xterm.c (handle_one_xevent): Remove check that mouse click is in
878 active frame.
879
880 2007-08-16 Richard Stallman <rms@gnu.org>
881
882 * eval.c (Fcommandp): Add parens to clarify.
883
884 * minibuf.c (Fall_completions): Use enum for type of table.
885
886 * emacs.c (USAGE2): Improve text.
887
888 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
889
890 * term.c (tty_default_color_capabilities): Declare static
891 variables in file scope, to avoid HPUX compiler problem.
892
893 2007-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
894
895 * gtkutil.c (update_frame_tool_bar): Use -1 as index
896 to gtk_toolbar_insert.
897
898 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
901
902 * insdel.c (reset_var_on_error): New fun.
903 (signal_before_change, signal_after_change):
904 Use it to reset (after|before)-change-functions to nil in case of error.
905 Bind inhibit-modification-hooks to t.
906 Don't bind (after|before)-change-functions to nil while they run.
907
908 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
909
910 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
911 filling pixmap with stippled background.
912
913 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
914
915 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
916 Don't use invisible frame as parent window for repositioning.
917
918 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * print.c (new_backquote_output): Rename from old_backquote_output.
921 (print): Inverse its logic (according to its name) so as to match the
922 behavior of new_backquote_flag in lread.c.
923
924 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
925
926 * gmalloc.c (posix_memalign): New function.
927
928 * macterm.c (frame_highlight, frame_unhighlight): Don't call
929 ActivateControl/DeactivateControl here.
930 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
931 frame-notice-user-settings is non-nil.
932 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
933 for kEventParamFMFontStyle.
934 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
935 mac_pass_command_to_system and mac_pass_control_to_system here.
936 (XTread_socket): Call ActivateControl/DeactivateControl here.
937 (XTread_socket) [TARGET_API_MAC_CARBON]:
938 Check mac_pass_command_to_system and mac_pass_control_to_system here.
939 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
940 for window repositioning.
941
942 2007-08-08 Glenn Morris <rgm@gnu.org>
943
944 * Replace `iff' in doc-strings and comments.
945
946 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
947
948 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
949
950 2007-08-07 Martin Rudalics <rudalics@gmx.at>
951
952 * fileio.c (Finsert_file_contents): Run format-decode and
953 after_insert_file_functions on entire buffer when REPLACE is
954 non-nil and inhibit modification_hooks and point_motion_hooks.
955 For consistency, run after_insert_file_functions iff something
956 got inserted. Move signal_after_change and update_compositions
957 after code running after_insert_file_functions. Make sure that
958 undo_list doesn't record intermediate steps of the decoding process.
959
960 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
961
962 * emacs.c (main)
963 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
964 Call malloc_enable_thread on interactive startup.
965
966 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
967 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
968 [USE_PTHREAD]: Conditionalize with it.
969 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
970 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
971 New functions.
972
973 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
974
975 * xdisp.c (redisplay_window): When restoring original buffer
976 position, make sure it is still valid.
977
978 * image.c (png_load): Ignore png-supplied background color.
979
980 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
981
982 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
983 Use kCFAbsoluteTimeIntervalSince1970.
984
985 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
986 New variable.
987 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
988 event loop should be quit.
989 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
990 Quit dialog event loop if quit_dialog_event_loop is set.
991
992 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
993 (Selection): New typedef. Use instead of ScrapRef.
994 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
995 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
996 (mac_clear_selection): Rename from clear_scrap.
997 (get_flavor_type_from_symbol): New argument SEL and subsume function of
998 scrap_has_target_type. All uses changed.
999 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
1000 (mac_selection_has_target_p): New functions.
1001 (mac_put_selection_value): Rename from put_scrap_string.
1002 (mac_get_selection_value): Rename from get_scrap_string.
1003 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
1004 (put_scrap_private_timestamp, scrap_has_target_type)
1005 (get_scrap_private_timestamp): Remove functions.
1006 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
1007 (x_own_selection, x_get_local_selection):
1008 Use mac_valid_selection_value_p.
1009 (x_own_selection): Don't use put_scrap_private_timestamp.
1010 Record OWNERSHIP-INFO into Vselection_alist instead.
1011 (x_get_local_selection): Don't check type if request is local.
1012 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
1013 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
1014
1015 2007-08-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1016
1017 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
1018 add comment explaining why.
1019
1020 2007-08-03 Richard Stallman <rms@gnu.org>
1021
1022 * fileio.c (Fvisited_file_modtime): Use make_time.
1023
1024 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
1025
1026 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
1027 build.
1028
1029 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
1032
1033 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1034
1035 * puresize.h (BASE_PURESIZE): Increase to 1130000.
1036
1037 2007-07-30 Richard Stallman <rms@gnu.org>
1038
1039 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
1040
1041 2007-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1042
1043 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
1044
1045 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
1046
1047 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
1048 remote default-directory.
1049
1050 * buffer.c (mode-line-format): Update doc string.
1051
1052 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1053
1054 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
1055 scroll bar gap.
1056 (x_scroll_bar_create): Set bar->fringe_extended_p.
1057 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
1058 on frame edge. Check fringe background extension. Don't clear
1059 extended fringe background area.
1060
1061 * w32term.h (struct scroll_bar): New member fringe_extended_p.
1062 (w32_fill_area): Enclose multiple statements with do ... while (0).
1063
1064 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
1065 Extend fringe background to scroll bar gap.
1066 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
1067 Set bar->fringe_extended_p.
1068 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1069 Put leftmost/rightmost scroll bars on frame edge. Check fringe
1070 background extension. Don't clear extended fringe background area.
1071
1072 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1073 New member fringe_extended_p.
1074
1075 2007-07-25 Glenn Morris <rgm@gnu.org>
1076
1077 * Relicense all FSF files to GPLv3 or later.
1078
1079 * COPYING: Switch to GPLv3.
1080
1081 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
1084
1085 * data.c (Finteractive_form): Check for the presence of an
1086 `interactive-form' symbol property more thoroughly.
1087
1088 * data.c (Finteractive_form): Use an `interactive-form' property if
1089 present, analogous to the function-documentation property.
1090
1091 2007-07-24 Jason Rumney <jasonr@gnu.org>
1092
1093 * w32fns.c (x_real_positions): Get real position from OS instead of
1094 calculating it.
1095
1096 2007-07-23 Jason Rumney <jasonr@gnu.org>
1097
1098 * filelock.c (current_lock_owner): Allow for @ sign in username.
1099
1100 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
1101
1102 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
1103 remote default-directory.
1104
1105 * buffer.c (mode-line-format): Describe above case in doc string.
1106
1107 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1108
1109 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
1110 Define if not defined.
1111
1112 2007-07-18 Jason Rumney <jasonr@gnu.org>
1113
1114 * w32proc.c (w32_executable_type): Handle 64 bit executables.
1115
1116 2007-07-18 Richard Stallman <rms@gnu.org>
1117
1118 * data.c (Fsetq_default): Doc fix.
1119
1120 * eval.c (Fsetq): Doc fix.
1121
1122 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * coding.c (Ffind_operation_coding_system):
1125 * eval.c (For, Fand): Doc fixes.
1126 Reported by Johan Bockg\e,Ae\e(Brd.
1127
1128 2007-07-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1129
1130 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
1131
1132 * xterm.h: Declare x_ewmh_activate_frame.
1133
1134 * xterm.c (x_ewmh_activate_frame): New function.
1135 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
1136
1137 2007-07-17 Martin Rudalics <rudalics@gmx.at>
1138
1139 * window.c (Fdisplay_buffer): If largest or LRU window is the
1140 only window, split it even if it is not eligible for splitting.
1141 This restores the original behavior broken by the 2007-07-15
1142 change.
1143
1144 2007-07-17 Glenn Morris <rgm@gnu.org>
1145
1146 * abbrev.c (abbrev_check_chars): New function.
1147 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
1148 Call abbrev_check_chars to check abbrev characters are word
1149 constituents. Doc fix.
1150
1151 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * process.c (Fstart_process, Fmake_network_process)
1154 (read_process_output): Fix up last changes.
1155
1156 2007-07-16 Eli Zaretskii <eliz@gnu.org>
1157
1158 * makefile.w32-in (clean): Don't delete *~.
1159
1160 2007-07-16 Andreas Schwab <schwab@suse.de>
1161
1162 * window.c (Fdisplay_buffer): Use NILP.
1163 (Fset_window_scroll_bars): Likewise.
1164
1165 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1166
1167 * window.c (window_min_size_2): New function.
1168 (window_min_size_1, size_window, Fdisplay_buffer)
1169 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
1170 windows without mode- or header-lines when window-min-height is
1171 too small.
1172 (size_window): Reset nodelete_p after testing it, following an
1173 earlier note by Kim F. Storm.
1174 (display_buffer): Do not set split_height_threshold to twice the
1175 value of window_min_height to avoid changing the value of a
1176 customizable variable. Rather explicitly check whether the
1177 height of the window that shall be splitted is at least as large
1178 as split_height_threshold.
1179
1180 2007-07-14 Jason Rumney <jasonr@gnu.org>
1181
1182 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
1183
1184 2007-07-14 Richard Stallman <rms@gnu.org>
1185
1186 * eval.c (maybe_call_debugger): New function.
1187 (find_handler_clause): Use maybe_call_debugger.
1188 Call it when the handler says `debug'.
1189 Eliminate DEBUGGER_VALUE_PTR.
1190 (Fsignal): Eliminate debugger_value.
1191 (Qdebug): New variable.
1192 (syms_of_eval): Initialize it.
1193
1194 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * eval.c (Fprogn):
1197 * keyboard.c (Ftrack_mouse):
1198 * print.c (Fwith_output_to_temp_buffer):
1199 * window.c (Fsave_window_excursion): Doc fix.
1200
1201 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
1204
1205 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * process.h (struct Lisp_Process): Turn slots infd, outfd,
1208 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
1209 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
1210 read_output_delay, and read_output_skip from Lisp_Objects to ints.
1211 Remove unused encoding_carryover.
1212 * process.c: Adjust all functions accordingly.
1213
1214 2007-07-12 Richard Stallman <rms@gnu.org>
1215
1216 * term.c: Include unistd.h only if HAVE_UNISTD_H.
1217
1218 2007-07-11 Jason Rumney <jasonr@gnu.org>
1219
1220 * makefile.w32-in (LIBS): Include OLE32.
1221
1222 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
1223 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
1224
1225 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
1228 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
1229 from a Lisp_Object into a bare pointer.
1230 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
1231 Adjust the code correspondingly.
1232
1233 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
1234
1235 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
1236 (term_show_mouse_face): Remove unused var `j'.
1237 (handle_one_term_event): Remove unused vars `i' and `j'.
1238 Don't cast return value of ttyname since it's not necessary.
1239
1240 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
1243 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
1244
1245 * fns.c (map_char_table): Use an array of int for `indices' rather than
1246 an array of Lisp_Objects (which are only ever integers anyway).
1247 (Fmap_char_table): Update caller.
1248 * lisp.h: Update prototype.
1249 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
1250 * fontset.c (Ffontset_info):
1251 * casetab.c (set_case_table): Update callers.
1252
1253 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
1254
1255 * keymap.c (struct accessible_keymaps_data)
1256 (struct where_is_internal_data): New structures.
1257 (accessible_keymaps_1, where_is_internal_1): Use them to change
1258 interface to adhere to the one used by map_keymap.
1259 (Faccessible_keymaps, where_is_internal): Use map_keymap.
1260 (accessible_keymaps_char_table, where_is_internal_2): Remove.
1261
1262 * keymap.h (map_keymap_function_t): More informative prototype.
1263
1264 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
1265
1266 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
1267 (looking_at_1): Don't change search_regs and last_thing_searched
1268 if `inhibit-changing-match-data' is non-nil.
1269 (string_match_1, search_buffer, set_search_regs): Likewise.
1270 (syms_of_search): Add Lisp level definition for
1271 `inhibit-changing-match-data' and set it to nil.
1272 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
1273 start and end of the match, instead of using values in search_regs.
1274
1275 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * minibuf.c (Fcompleting_read): New value `confirm-only'
1278 for `require-match'.
1279
1280 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
1283 part of the 2007-06-27 change to syms_of_fileio.
1284
1285 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1286
1287 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
1288 Check WINDOWP before using XWINDOW. Consolidate return statements.
1289
1290 2007-06-27 Richard Stallman <rms@gnu.org>
1291
1292 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
1293
1294 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
1297
1298 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1299
1300 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
1301 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
1302 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
1303 (_free_internal, memalign): Use them.
1304 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
1305 Initialize to PTHREAD_MUTEX_INITIALIZER.
1306 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
1307 (morecore_nolock): Rename from morecore. All uses changed.
1308 Use only nolock versions of internal allocation functions.
1309 (_malloc_internal_nolock, _realloc_internal_nolock)
1310 (_free_internal_nolock): New functions created from
1311 _malloc_internal, _realloc_internal, and _free_internal.
1312 (_malloc_internal, _realloc_internal, _free_internal): Use them.
1313 Copy hook value to automatic variable before its use.
1314 (memalign): Copy hook value to automatic variable before its use.
1315
1316 2007-06-26 Kenichi Handa <handa@m17n.org>
1317
1318 * coding.c (Ffind_operation_coding_system): Docstring improved.
1319 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
1320
1321 2007-06-25 David Kastrup <dak@gnu.org>
1322
1323 * keymap.c (Fcurrent_active_maps): Add `position' argument.
1324 (Fwhere_is_internal): Adjust call to `current-active-maps' to
1325 cater for additional parameter.
1326
1327 * keymap.h: Adjust number of parameters to `current-active-maps'.
1328
1329 * doc.c (Fsubstitute_command_keys): Adjust call of
1330 `current-active-maps'.
1331
1332 2007-06-25 David Kastrup <dak@gnu.org>
1333
1334 * callint.c (Fcall_interactively): Make the parsing of interactive
1335 specs somewhat more readable.
1336
1337 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1338
1339 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
1340 to scroll bar gap also when bitmap fills fringe. Draw only foreground
1341 if extended background has already been filled.
1342
1343 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1344
1345 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
1346 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
1347
1348 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
1349 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
1350 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
1351 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
1352 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
1353 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
1354 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
1355 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
1356 Run timers during dialog popup.
1357 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
1358
1359 2007-06-21 Jason Rumney <jasonr@gnu.org>
1360
1361 * image.c (convert_mono_to_color_image): Swap fore and background.
1362
1363 2007-06-20 Jason Rumney <jasonr@gnu.org>
1364
1365 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
1366 (w32_free_bdf_font): Unmap memory not handle.
1367
1368 2007-06-20 Sam Steingold <sds@gnu.org>
1369
1370 * gmalloc.c (__morecore): Fix the declaration to comply with the
1371 definition.
1372
1373 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * w32term.c (w32_delete_display): Remove leftover declaration.
1376 (w32_define_cursor, w32_initialize): Make static.
1377
1378 * w32.c (_wsa_errlist): Fix typo in error message.
1379 (init_environment): Ignore any environment variable from the
1380 registry having a null value.
1381
1382 2007-06-20 Glenn Morris <rgm@gnu.org>
1383
1384 * Makefile.in (LIBGIF): Default to -lgif.
1385
1386 2007-06-17 Jason Rumney <jasonr@gnu.org>
1387
1388 * w32menu.c (add_menu_item): Don't use multibyte string functions on
1389 unicode strings.
1390
1391 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
1392
1393 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
1394 Fix typo in docstring.
1395
1396 2007-06-16 Eli Zaretskii <eliz@gnu.org>
1397
1398 * w32menu.c (add_menu_item): Escape `&' characters in menu items
1399 and their keybindings.
1400
1401 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * composite.c (update_compositions): Fix last fix.
1404
1405 2007-06-14 Jason Rumney <jasonr@gnu.org>
1406
1407 * w32.c (get_process_times_fn): New function pointer.
1408 (globals_of_w32): Intialize it if present in kernel32.dll.
1409 (w32_get_internal_run_time): New function.
1410
1411 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
1412
1413 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
1414
1415 * composite.c (update_compositions): Check the validness of
1416 compositions.
1417
1418 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1419
1420 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
1421 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
1422
1423 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
1424 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
1425
1426 * macgui.h (USE_MAC_TOOLBAR): New define.
1427
1428 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
1429 Return immediately unless popup is activated.
1430
1431 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
1432 background to scroll bar gap.
1433 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
1434 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
1435 scroll bars on frame edge. Check fringe background extension.
1436 Don't clear extended fringe background area.
1437 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
1438 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
1439 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
1440 [USE_MAC_TOOLBAR]: New macros.
1441 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
1442 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
1443 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
1444 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
1445 [USE_MAC_TOOLBAR]: New functions.
1446 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
1447 manually if previous repositioning has failed.
1448 (mac_handle_keyboard_event): Use precomputed event kind.
1449 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
1450 as tool bar item click. Handle mouse movement over tool bar items.
1451
1452 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
1453 toolbar_win_gravity.
1454 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
1455 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
1456 Add externs.
1457
1458 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
1459 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
1460
1461 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
1462
1463 * image.c (search_image_cache): Remove unused variable.
1464
1465 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * xfns.c, xmenu.c: Link to xaw3d if available.
1468
1469 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1470
1471 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
1472 frame_foreground and frame_background.
1473
1474 * image.c (lookup_image): Save frame foreground and background colors.
1475 (search_image_cache): Check if saved and current frame colors match.
1476
1477 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * regex.c (regex_compile): Remove the `regnum' counter.
1480 Use bufp->re_nsub instead. Add support for \(?N:RE\).
1481
1482 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * term.c: Include intervals.h to declare Fget_text_property.
1485
1486 2007-06-10 Jason Rumney <jasonr@gnu.org>
1487
1488 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
1489
1490 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
1491
1492 * callint.c (Fcall_interactively):
1493 * editfns.c (Fdelete_and_extract_region):
1494 * fileio.c (Fread_file_name):
1495 * fns.c (Fmapconcat):
1496 * keyboard.c (cmd_error_internal):
1497 * keymap.c (Fkey_description):
1498 * lread.c (openp):
1499 * minibuf.c (read_minibuf):
1500 * search.c (wordify):
1501 * sunfns.c (sel_read):
1502 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
1503 * xfns.c (x_default_scroll_bar_color_parameter):
1504 * xmenu.c (menu_help_callback):
1505 * xselect.c (Fx_get_atom_name):
1506 * xterm.c (x_term_init): Use empty_unibyte_string.
1507
1508 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
1509
1510 * alloc.c (init_strings): Initialize canonical empty strings.
1511 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
1512 canonical empty string when the requested size is 0.
1513
1514 * emacs.c (empty_unibyte_string): Rename from empty_string.
1515 (empty_multibyte_string): New canonical empty string.
1516 (syms_of_emacs): Don't initialize empty_string.
1517
1518 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
1519 string, if appropriate.
1520 (empty_unibyte_string, empty_multibyte_string): New externs.
1521 (empty_string): Remove extern.
1522
1523 * lread.c (syms_of_lread): Use empty_unibyte_string.
1524
1525 2007-06-07 Jason Rumney <jasonr@gnu.org>
1526
1527 * s/ms-w32.h: Don't define HAVE_TZNAME.
1528
1529 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
1530
1531 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1532
1533 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
1534
1535 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
1536 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
1537
1538 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
1539 Don't call next handler.
1540 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
1541 Remove argument. Install handler to application.
1542 (set_frame_menubar): Don't change deep_p.
1543 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
1544 FRAME_OUTER_TO_INNER_DIFF_Y.
1545 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
1546 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
1547 [HAVE_DIALOGS]: New macros.
1548 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
1549 Use them.
1550 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
1551
1552 * macselect.c [MAC_OSX] (install_service_handler): Rename from
1553 init_service_handler. All callers changed. Return OSStatus value.
1554
1555 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
1556 All callers changed so as not to call SetPortWindowPort.
1557 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
1558 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
1559 mac_draw_string_common.
1560 (mac_draw_image_string_qd): Likewise.
1561 (mac_draw_string_common): Use them. Add INLINE.
1562 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
1563 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
1564 GetGlobalMouse.
1565 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
1566 and FRAME_OUTER_TO_INNER_DIFF_Y.
1567 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
1568 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
1569 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
1570 repositioning window to mac_handle_window_event.
1571 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
1572 saving window location to mac_handle_window_event
1573 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
1574 (install_menu_target_item_handler): Remove argument in extern.
1575 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
1576 Also accept command events.
1577 (do_keystroke): New function created from XTread_socket.
1578 (init_command_handler): Remove functions.
1579 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
1580 and save window location by kEventWindowShowing and kEventWindowHiding
1581 handlers here. Don't call next handler for window state change and
1582 focus events.
1583 (mac_handle_application_event, mac_handle_keyboard_event)
1584 [TARGET_API_MAC_CARBON]: New functions.
1585 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
1586 kEventWindowShowing and kEventWindowHiding events. Move installation
1587 of mouse, font, text input and menu target item handlers to
1588 install_application_handler.
1589 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
1590 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1591 New function.
1592 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1593 Register it.
1594 (XTread_socket) [TARGET_API_MAC_CARBON]:
1595 Consolidate SendEventToEventTarget calls.
1596 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
1597 Move application activation handler to mac_handle_application_event.
1598 Move keyboard handler to mac_handle_keyboard_event.
1599 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
1600 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
1601 init_command_handler. Call install_application_handler.
1602
1603 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
1604 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
1605
1606 2007-06-07 Glenn Morris <rgm@gnu.org>
1607
1608 * emacs.c (main): Use `emacs-copyright' in --version output.
1609
1610 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
1611
1612 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
1613
1614 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1615
1616 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
1617
1618 * macgui.h: Replace WindowPtr with WindowRef.
1619
1620 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
1621 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
1622 Replace ControlHandle with ControlRef.
1623 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
1624
1625 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
1626 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
1627 Replace ControlHandle with ControlRef.
1628 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
1629 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
1630
1631 * macterm.h (struct scroll_bar): Rename member control_handle_low
1632 and control_handle_high to control_ref_low and control_ref_high.
1633 All uses changed.
1634 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
1635 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
1636 respectively. All uses changed.
1637 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
1638 (install_window_handler, remove_window_handler): Replace WindowPtr
1639 with WindowRef in externs.
1640
1641 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
1644
1645 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
1646
1647 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
1648
1649 * frame.c (Fmouse_position, Fmouse_pixel_position):
1650 Condition on HAVE_GPM too.
1651
1652 * term.c (term_mouse_highlight): Remove unused variables.
1653 (Fterm_open_connection): Set gpm_zerobased to 1.
1654 (term_mouse_movement, term_mouse_click, handle_one_term_event):
1655 Use zero based co-ordinates.
1656 (handle_one_term_event): Report a drag as mouse movement too.
1657
1658 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
1659
1660 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * image.c (search_image_cache): New function. Require background
1663 color match if background color is unspecified in the image spec.
1664 (uncache_image, lookup_image): Use it.
1665
1666 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * window.c (Fshrink_window): Reflow docstring.
1669
1670 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * Version 22.1 released.
1673
1674 2007-06-01 Richard Stallman <rms@gnu.org>
1675
1676 * xfns.c (x_encode_text): Add GCPRO.
1677
1678 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1679
1680 * xfns.c (x_set_name_internal): Save encoded name before
1681 x_encode_text in case string data is relocated.
1682
1683 2007-05-31 Richard Stallman <rms@gnu.org>
1684
1685 * buffer.c (syms_of_buffer): Doc fix.
1686
1687 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
1688
1689 * sysdep.c (init_sys_modes): Add rather than replace with
1690 O_NONBLOCK.
1691
1692 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
1693 term_mouse_moveto.
1694
1695 * termhooks.h (term_mouse_moveto): New extern.
1696
1697 * term.c (mouse_face_window): Rename...
1698 (Qmouse_face_window): ...to this.
1699 (term_show_mouse_face, term_clear_mouse_face)
1700 (term_mouse_highlight): Use Qmouse_face_window.
1701 (term_mouse_moveto): New function.
1702 (term_mouse_position): Make it work.
1703 (syms_of_term): Uncomment assignment to mouse_position_hook.
1704 Staticpro Qmouse_face_window.
1705
1706 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1707
1708 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
1709 around current_column call.
1710
1711 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
1712
1713 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
1714 * xdisp.c (next_element_from_buffer):
1715 * window.c (delete_window):
1716 * term.c (term_mouse_highlight):
1717 * msdos.c (getdefdir):
1718 * macterm.c (mac_create_bitmap_from_bitmap_data)
1719 (init_font_name_table):
1720 * fns.c (Fsxhash):
1721 * data.c (Fmake_local_variable):
1722 * ccl.c (ccl_driver): Likewise.
1723
1724 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1725
1726 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
1727 Call mac_wakeup_from_rne on window size change.
1728
1729 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
1730
1731 * image.c (uncache_image): Fix typo.
1732
1733 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1734
1735 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
1736
1737 2007-05-22 Richard Stallman <rms@gnu.org>
1738
1739 * xterm.c (x_connection_closed): Remove NO_RETURN.
1740
1741 2007-05-22 Martin Rudalics <rudalics@gmx.at>
1742
1743 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
1744
1745 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * image.c (uncache_image): New function.
1748 (Fimage_refresh): New function.
1749
1750 2007-05-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1751
1752 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
1753
1754 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1755
1756 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
1757 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
1758
1759 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1760
1761 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
1762 conditional on [HAVE_GPM_H].
1763
1764 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * syntax.c (skip_chars): Update syntax-table only after we checked that
1767 the new location is valid.
1768
1769 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1770
1771 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
1772 mac_get_window_bounds.
1773
1774 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1775
1776 * Makefile.in (LIBGPM): Allow it to be set from configure.
1777 If set then link Emacs with it.
1778
1779 * config.in: Regenerate.
1780
1781 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
1782 New externs.
1783
1784 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
1785 Include gpm.h.
1786 (handle_one_term_event, term_gpm): New externs.
1787
1788 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
1789 and allow it to be interrupted by SIGIO.
1790
1791 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
1792 (wait_reading_process_output): Wait on gpm_fd too.
1793 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
1794 (add_gpm_wait_descriptor_called_flag): New variable.
1795 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
1796
1797 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
1798 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
1799 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
1800 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
1801 (make_lispy_event): Add case GPM_CLICK_EVENT.
1802 (read_avail_input): Handle mouse input.
1803
1804 * term.c (write_glyphs_with_face): New function.
1805 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
1806 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
1807 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
1808 (mouse_face_face_id, term_gpm, pos_x, pos_y)
1809 (last_mouse_x, last_mouse_y): New variables.
1810 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
1811 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
1812 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
1813 (Fterm_close_connection): New functions.
1814 (term_init): Initialise mouse_face_window.
1815
1816 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * xdisp.c (redisplay_window): If first window line is a
1819 continuation line, recompute the new window start instead of
1820 recentering.
1821
1822 2007-05-18 Glenn Morris <rgm@gnu.org>
1823
1824 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
1825 Suggested by Alfred M. Szmidt <ams@gnu.org>.
1826
1827 2007-05-17 Glenn Morris <rgm@gnu.org>
1828
1829 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
1830
1831 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1832
1833 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
1834 dead key repeat and up events.
1835
1836 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * image.c (pbm_load): Check image size for monochrome pbm.
1839
1840 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
1841
1842 * xterm.c (XTread_socket): Revert last change.
1843
1844 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
1845
1846 * image.c (pbm_load): Correctly check image size for greyscale pbm.
1847
1848 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
1849
1850 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
1853 mixup (YAILOM).
1854
1855 2007-05-07 Andreas Schwab <schwab@suse.de>
1856
1857 * keymap.c (Flookup_key): Fix typo in last change.
1858
1859 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
1862 mapping for unibyte strings.
1863
1864 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1865
1866 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
1867 (Fx_popup_dialog) [MAC_OSX]: Likewise.
1868
1869 2007-04-29 Richard Stallman <rms@gnu.org>
1870
1871 * insdel.c (replace_range): For undo, record insertion first.
1872
1873 2007-04-29 Andreas Schwab <schwab@suse.de>
1874
1875 * lisp.h (VECSIZE): Use OFFSETOF.
1876
1877 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1878
1879 * xdisp.c (try_window_reusing_current_matrix): Fix number of
1880 disabled lines.
1881
1882 2007-04-28 Richard Stallman <rms@gnu.org>
1883
1884 * lread.c (read_escape): In a string, \s is always space.
1885
1886 2007-04-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1887
1888 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
1889
1890 * gtkutil.c (xg_update_menubar, create_menus): Create empty
1891 submenu for menu bar items.
1892
1893 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * Branch for 22.1.
1896
1897 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
1900 values of the actual window.
1901
1902 2007-04-23 Richard Stallman <rms@gnu.org>
1903
1904 * process.c (Fstart_process): Doc fix.
1905
1906 2007-04-23 Eli Zaretskii <eliz@gnu.org>
1907
1908 * process.c (Fstart_process): Doc fix.
1909
1910 2007-04-22 Richard Stallman <rms@gnu.org>
1911
1912 * abbrev.c (Fdefine_abbrev): Doc fix.
1913
1914 * keymap.c (Fdefine_key): Minor doc fix.
1915
1916 2007-04-21 Glenn Morris <rgm@gnu.org>
1917
1918 * keymap.c (Fdefine_key): Fix info ref in doc string.
1919
1920 2007-04-20 Glenn Morris <rgm@gnu.org>
1921
1922 * sysdep.c (init_system_name): Don't accept localhost.localdomain.
1923
1924 2007-04-19 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * minibuf.c (Fminibuffer_contents, Fminibuffer_contents_no_properties)
1927 (Fminibuffer_completion_contents, Fdelete_minibuffer_contents):
1928 Doc fixes.
1929
1930 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
1931
1932 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay):
1933 Set garbaged flag in presence of window margins.
1934 (showing_window_margins_p): New function.
1935
1936 * xdisp.c (cursor_row_p): Only end row on newline if it's a
1937 display string. Suggested by Lennart Borgman.
1938
1939 2007-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1940
1941 * alloc.c (mem_insert): Set min_heap_address and max_heap_address
1942 if they are not yet initialized.
1943
1944 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1945
1946 * xdisp.c (redisplay_window): When deciding whether or not to
1947 recenter, don't use the reset values of BEG_UNCHANGED and
1948 END_UNCHANGED.
1949
1950 2007-04-13 Kim F. Storm <storm@cua.dk>
1951
1952 * buffer.c (Fkill_buffer): gcpro BUF during kill_buffer_processes
1953 and check that buffer is still alive upon return.
1954
1955 2007-04-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1956
1957 * macterm.c [!TARGET_API_MAC_CARBON]: Include Displays.h.
1958 (mac_screen_config_changed): New variable.
1959 (mac_handle_dm_notification, init_dm_notification_handler)
1960 (mac_get_screen_info): New functions.
1961 [MAC_OS8] (main): Call init_dm_notification_handler.
1962 (mac_initialize) [MAC_OSX]: Likewise.
1963 (XTread_socket): Call mac_get_screen_info if screen config changed.
1964 (mac_initialized): Make static.
1965 (mac_initialize_display_info): Remove function.
1966 (mac_term_init): Call mac_get_screen_info. Add partial contents of
1967 mac_initialize_display_info.
1968
1969 2007-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1970
1971 * mac.c (xrm_get_preference_database, Fmac_get_preference)
1972 [TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize.
1973
1974 * macterm.c [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):
1975 Use GetGlobalMouse instead of GetMouse and LocalToGlobal.
1976 (mac_initialize_display_info) [MAC_OSX]: Use CGRectZero.
1977 (mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and
1978 dpyinfo->width are those of whole screen.
1979
1980 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement
1983 glyph pointer before start of glyph row.
1984
1985 2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1986
1987 * s/darwin.h (__restrict, struct kboard): Remove outdated workarounds.
1988 (C_SWITCH_SYSTEM): Remove `-I../mac/src'.
1989
1990 2007-04-09 Martin Rudalics <rudalics@gmx.at>
1991
1992 * indent.c (Fmove_to_column): Set next_boundary with correct start pt.
1993
1994 2007-04-08 Richard Stallman <rms@gnu.org>
1995
1996 * xdisp.c (syms_of_xdisp) <message-log-max>: Default 100.
1997
1998 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * editfns.c (Ftranspose_regions): Validate interval before setting
2001 text properties.
2002
2003 2007-04-03 Eli Zaretskii <eliz@gnu.org>
2004
2005 * emacs.c (main): Fix instructions for building Emacs for profiling.
2006
2007 2007-04-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2008
2009 * gtkutil.c (xg_update_menubar): Call g_list_next after moving
2010 menu bar item.
2011
2012 2007-04-02 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * print.c (Fprin1_to_string): Use macro SPECPDL_INDEX.
2015
2016 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * keymap.c (Fcommand_remapping): New optional argument.
2019 (where_is_internal): Use new keymaps argument.
2020 (Fkey_binding): Caller changed.
2021
2022 * keyboard.c (command_loop_1): Caller changed.
2023
2024 2007-03-31 Eli Zaretskii <eliz@gnu.org>
2025
2026 * window.c (Fget_lru_window): Doc fix.
2027
2028 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
2029
2030 * undo.c (Fprimitive_undo): Give clearer error message when trying
2031 to change text properties outside accessible part of buffer.
2032
2033 2007-03-29 Kim F. Storm <storm@cua.dk>
2034
2035 * process.c (wait_reading_process_output) [HAVE_PTYS]:
2036 When EIO happens, clear channel from descriptor masks before raising
2037 SIGCHLD signal to avoid busy loop between read and sigchld_handler.
2038 (sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes).
2039
2040 2007-03-29 Juanma Barranquero <lekktu@gmail.com>
2041
2042 * buffer.c (Fset_buffer_major_mode): Check that BUFFER is valid.
2043
2044 * process.c (Fformat_network_address): Return nil when the
2045 argument vector contains invalid values.
2046
2047 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2048
2049 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
2050 [USE_PTHREAD]: Include pthread.h.
2051 (malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables.
2052 (malloc_initialize_1): New function created from __malloc_initialize.
2053 (__malloc_initialize): Use it.
2054 (LOCK, UNLOCK): New macros to make malloc etc. thread safe.
2055 (_malloc_internal, _free_internal, _realloc_internal): Use them.
2056
2057 * lread.c (readchar): Extend BLOCK_INPUT block to ferror/clearerr.
2058
2059 2007-03-27 Juanma Barranquero <lekktu@gmail.com>
2060
2061 * process.c (Fformat_network_address): Make args array big enough
2062 to format IPv6 addresses.
2063
2064 2007-03-27 Glenn Morris <rgm@gnu.org>
2065
2066 * m/hp800.h: Restore HP-UX support (removed 2007-01-29).
2067
2068 2007-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2069
2070 * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale whole
2071 screen size in pixels by millimeters per pixel of main display.
2072
2073 * macselect.c (get_scrap_target_type_list, x_own_selection):
2074 Move assignments outside predicate macros.
2075 (Vselection_converter_alist): Doc fix.
2076
2077 * macterm.c (create_text_encoding_info_alist): Move assignments
2078 outside predicate macros.
2079 (mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
2080 dpyinfo->width are those of whole screen.
2081
2082 2007-03-26 Sam Steingold <sds@gnu.org>
2083
2084 * process.c (sigchld_handler): Delay by 1ms instead of 1s to
2085 alleviate sluggishness (the original problem is still fixed).
2086
2087 2007-03-25 Kim F. Storm <storm@cua.dk>
2088
2089 * intervals.c (merge_properties): Use explicit loop instead of
2090 Fplist_member to avoid QUIT. Don't use Fcdr.
2091 (intervals_equal): Likewise. Rewrite loop to perform length check
2092 on the fly rather than calling Flength. Don't use Fcar.
2093
2094 2007-03-24 Eli Zaretskii <eliz@gnu.org>
2095
2096 * editfns.c (Fgoto_char): Doc fix.
2097
2098 * indent.c (Findent_to): Doc fix.
2099
2100 2007-03-24 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * editfns.c (Ftranspose_regions): Use set_text_properties_1
2103 instead of Fset_text_properties to avoid GC. Signal after change.
2104
2105 2007-03-24 Eli Zaretskii <eliz@gnu.org>
2106
2107 * xfns.c (Fx_show_tip): Doc fix.
2108
2109 * macfns.c (Fx_show_tip): Doc fix.
2110
2111 * w32fns.c (Fx_show_tip): Doc fix.
2112
2113 2007-03-23 Kim F. Storm <storm@cua.dk>
2114
2115 * intervals.c (merge_properties, intervals_equal):
2116 Use Fplist_member instead of Fmemq to find properties.
2117
2118 2007-03-23 Glenn Morris <rgm@gnu.org>
2119
2120 * unexhp9k800.c: Restore file with clarified legal status.
2121 * m/sr2k.h: Restore since dependency unexhp9k800.c is restored.
2122
2123 2007-03-22 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * widget.c (EmacsFrameSetCharSize): Catch X errors.
2126
2127 2007-03-22 Kenichi Handa <handa@m17n.org>
2128
2129 * fileio.c (Fcopy_file): Call barf_or_query_if_file_exists with
2130 non-encoded file name.
2131 (Frename_file): Likewise.
2132 (Fadd_name_to_file): Likewise.
2133 (Fmake_symbolic_link): Likewise.
2134
2135 2007-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2136
2137 * Makefile.in (alloca.o, gtkutil.o): Depend on systime.h.
2138 (dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h.
2139 (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and
2140 systime.h.
2141 (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and
2142 systime.h.
2143 (macfns.o): Remove duplicate dependency on systime.h.
2144
2145 * dispnew.c (Fopen_termscript): Add BLOCK_INPUT around fclose.
2146 (Fsend_string_to_terminal): Add BLOCK_INPUT around fwrite.
2147
2148 * fileio.c (do_auto_save_unwind): Add BLOCK_INPUT around fclose.
2149 (Fdo_auto_save): Add BLOCK_INPUT around fwrite.
2150
2151 * keyboard.c (record_char): Add BLOCK_INPUT around fwrite.
2152 (Fopen_dribble_file): Add BLOCK_INPUT around fclose.
2153
2154 * lread.c: Include blockinput.h.
2155 (readchar, Fget_file_char): Add BLOCK_INPUT around getc.
2156 (unreadchar): Add BLOCK_INPUT around ungetc.
2157 (load_unwind): Add BLOCK_INPUT around fclose.
2158
2159 * print.c: Include blockinput.h.
2160 (Fredirect_debugging_output): Add BLOCK_INPUT around fclose.
2161
2162 * process.c (Fmake_network_process) [HAVE_GETADDRINFO]:
2163 Clear immediate_quit before calling freeaddrinfo.
2164 Add BLOCK_INPUT around freeaddrinfo.
2165
2166 * term.c: Include blockinput.h.
2167 (write_glyphs, insert_glyphs): Add BLOCK_INPUT around fwrite.
2168
2169 2007-03-19 Richard Stallman <rms@gnu.org>
2170
2171 * keyboard.c (NUM_RECENT_KEYS): Bump up to 300.
2172
2173 * buffer.c (syms_of_buffer): Doc fix.
2174
2175 2007-03-18 Chong Yidong <cyd@stupidchicken.com>
2176
2177 * image.c (pbm_load): Signal error for invalid image size.
2178
2179 2007-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2180
2181 * macterm.c (note_mouse_movement): Don't return immediately for
2182 LeaveNotify case.
2183
2184 * macmenu.c (popup_activated_flag): New variable.
2185 (x_activate_menubar, mac_menu_show): Set it during menu tracking.
2186 (popup_activated): New function.
2187
2188 * xdisp.c (redisplay_internal, note_mouse_highlight):
2189 Check popup_activated for MAC_OS.
2190
2191 2007-03-17 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * buffer.c (syms_of_buffer) <buffer-display-table>: Doc fix.
2194 Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2195
2196 2007-03-17 Richard Stallman <rms@gnu.org>
2197
2198 * dired.c (file_name_completion): gcpro NAME.
2199
2200 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * xdisp.c (try_window_id): Increment matrix positions if the
2203 buffer's byte count has increased, but not the character count.
2204
2205 2007-03-12 Andreas Schwab <schwab@suse.de>
2206
2207 * lisp.h: Declare check_obarray.
2208
2209 * process.c (Fdelete_process): Properly handle deletion of first
2210 element of deleted_pid_list.
2211 (create_process): Declare pid as pid_t.
2212
2213 2007-03-12 Kim F. Storm <storm@cua.dk>
2214
2215 * process.c (sigchld_handler): Change type of pid to pid_t.
2216 Scan deleted_pid_list explicitly to avoid using Fmember which don't
2217 know about mark bits and make_fixnum_or_float which may malloc.
2218 Reported by Andreas Schwab.
2219
2220 * keyboard.c (read_key_sequence): Store original event into keybuf
2221 when replaying sequence with local keymap(s) from string.
2222
2223 2007-03-12 Glenn Morris <rgm@gnu.org>
2224
2225 * editfns.c (Fdecode_time, Fencode_time): Doc fix ("daylight
2226 savings" to "daylight saving").
2227
2228 2007-03-11 Sam Steingold <sds@gnu.org>
2229
2230 * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop.
2231
2232 2007-03-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2233
2234 * macfns.c (Fx_server_vendor): Change vendor string to "Apple Inc.".
2235
2236 2007-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2237
2238 * macterm.c [USE_CARBON_EVENTS] (mac_handle_mouse_event):
2239 Ignore mouse wheel movement on title bar or tool bar.
2240
2241 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * keyboard.c (help_form_saved_window_configs): New var.
2244 (read_char_help_form_unwind): New function.
2245 (read_char): Don't restore window configuration if a mouse click
2246 arrives while the help form is being displayed.
2247
2248 2007-03-10 Kim F. Storm <storm@cua.dk>
2249
2250 * xdisp.c (redisplay_window): Don't automatically select a new window
2251 start for a contination line during mouse-click.
2252
2253 2007-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2254
2255 * xterm.c (handle_one_xevent): Ignore buttons > 3 for the tool bar.
2256
2257 2007-03-09 Juanma Barranquero <lekktu@gmail.com>
2258
2259 * keymap.c (Fdescribe_buffer_bindings): Check that BUFFER is valid.
2260
2261 2007-03-08 Richard Stallman <rms@gnu.org>
2262
2263 * keyboard.c (syms_of_keyboard): Doc fix.
2264
2265 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
2266
2267 * minibuf.c (Ftry_completion): Don't short circuit if
2268 completion-ignore-case is non-nil.
2269
2270 2007-03-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2271
2272 * macfns.c (mac_set_scroll_bar_width, mac_frame_parm_handlers):
2273 Undo 2006-03-06 changes.
2274
2275 * macterm.c (XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
2276 bar if its width is smaller than that of Aqua small scroll bar.
2277
2278 2007-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * minibuf.c (read_minibuf): Bind inhibit-read-only a bit longer so as
2281 to handle correctly prompts with read-only property.
2282
2283 2007-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2284
2285 * sound.c (wav_play): Check header->data_length to see how much we
2286 shall read.
2287 (alsa_period_size): Convert ALSA period size in frames to bytes.
2288 (alsa_write): Return if frames is zero.
2289
2290 2007-03-06 Kenichi Handa <handa@m17n.org>
2291
2292 * xselect.c (Vselection_coding_system): Documentation improved.
2293
2294 2007-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2295
2296 * macterm.c (x_scroll_bar_create, XTread_socket): Replace #if
2297 USE_TOOLKIT_SCROLL_BARS with #ifdef USE_TOOLKIT_SCROLL_BARS.
2298 (x_set_window_size): Call SET_FRAME_GARBAGED. Clear window if
2299 internal border width has changed.
2300
2301 * macterm.h (struct mac_output): New member `internal_border_width'.
2302
2303 2007-03-04 Richard Stallman <rms@gnu.org>
2304
2305 * window.c (Fdisplay_buffer): Doc fix.
2306
2307 2007-03-03 Glenn Morris <rgm@gnu.org>
2308
2309 * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does
2310 not include -lX11 on Solaris.
2311
2312 2007-03-02 Stuart D. Herring <herring@lanl.gov>
2313
2314 * keymap.c (Fkey_binding): Don't consider one-element lists as events.
2315
2316 2007-03-01 Kenichi Handa <handa@m17n.org>
2317
2318 * process.c (send_process_object): Check the process status and
2319 signal an error if something is wrong.
2320
2321 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * insdel.c (Fcombine_after_change_execute): Return nil if
2324 combine_after_change_buffer has been invalidated.
2325
2326 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2327
2328 * m/xtensa.h: New file.
2329
2330 2007-02-24 Nick Roberts <nickrob@snap.net.nz>
2331
2332 * .gdbinit (xprintstr): Ensure GDB (> 6.6) prints symbol name
2333 as strings and not character arrays.
2334
2335 2007-02-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2336
2337 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag)
2338 (x_set_toolkit_scroll_bar_thumb): Add bar->min_handle as margin to
2339 scroll bar handle size in order to avoid `scroll backward' problem.
2340 (x_scroll_bar_create, XTset_vertical_scroll_bar)
2341 [USE_TOOLKIT_SCROLL_BARS]: Initialize bar->min_handle.
2342
2343 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
2344 New member `min_handle'.
2345
2346 2007-02-23 Kim F. Storm <storm@cua.dk>
2347
2348 * print.c (print): Reset print_number_index if Vprint_number_table
2349 is nil.
2350
2351 2007-02-23 Eli Zaretskii <eliz@gnu.org>
2352
2353 * w32.c (stat, get_long_basename, is_unc_volume): Use _mbspbrk
2354 instead of strpbrk.
2355
2356 2007-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2357
2358 * macmenu.c (mac_menu_show): Call unbind_to early. Use variable
2359 `menu_item_selection' as in W32 version.
2360 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Add explicit
2361 braces to avoid ambiguous `else'.
2362
2363 * macterm.c (mac_display_info_for_display): Remove function.
2364 (mac_flush_display_optional) [USE_CG_DRAWING]: New function.
2365 (x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for
2366 flush_display_optional.
2367 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press):
2368 New argument MOUSE_POS. All uses changed. Set bar->dragging to
2369 negative integer if scroll bar handle is pressed.
2370 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release):
2371 Negative bar->dragging means scroll bar handle is not dragged.
2372 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial
2373 offset of scroll bar handle from negative bar->dragging.
2374 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll
2375 bar click is compared against mapped one. Set down/up_modifier
2376 for scroll bar click event with control key.
2377
2378 * macterm.h (x_display_info_for_display): Remove extern.
2379 (SCROLL_BAR_UNPACK, SET_SCROLL_BAR_CONTROL_HANDLE): Don't limit
2380 value to be unpacked to 32-bit on LP64 model.
2381
2382 2007-02-23 Kenichi Handa <handa@m17n.org>
2383
2384 * process.c (send_process_object_unwind): New function.
2385 (send_process_object): New function.
2386 (Fprocess_send_region): Call send_process_object.
2387 (Fprocess_send_string): Likewise.
2388
2389 2007-02-22 Jason Rumney <jasonr@gnu.org>
2390
2391 * w32menu.c (w32_menu_show): Mark the frame's menu as inactive
2392 when popup menu finishes.
2393
2394 * w32fns.c (menubar_in_use): New flag.
2395 (w32_wnd_proc) <WM_INITMENU, WM_EXITMENULOOP, WM_TIMER, WM_COMMAND>:
2396 Use it.
2397
2398 * w32menu.c (Fx_popup_menu): Don't free menu strings here.
2399 (w32_menu_show): Do it here instead.
2400
2401 * w32fns.c (w32_wnd_proc) <WM_INITMENU>: Set menubar_active frame
2402 parameter.
2403
2404 * w32menu.c (current_popup_menu): Make available globally.
2405 (menubar_selection_callback): Free menu strings before pushing the
2406 menu event into the keyboard buffer. Remove menu_command_in_progress.
2407
2408 * w32fns.c (current_popup_menu): Use from w32menu.c.
2409 (w32_wnd_proc) <WM_EXITMENULOOP, WM_TIMER>: Use menubar_active
2410 and current_popup_menu to determine whether a menubar menu has
2411 been cancelled.
2412
2413 * w32term.h (w32_output): Remove menu_command_in_progress.
2414
2415 2007-02-22 Kim F. Storm <storm@cua.dk>
2416
2417 * dispnew.c (update_frame, update_single_window): Set force_p here if
2418 redisplay_dont_pause is set or Vredisplay_preemption_period is nil...
2419 (update_window, update_frame_1): ... instead of here.
2420 (update_text_area): Clear mouse face on header lines.
2421
2422 2007-02-21 Kim F. Storm <storm@cua.dk>
2423
2424 * minibuf.c (Fassoc_string): Doc fix. Allow symbol for KEY too.
2425
2426 2007-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2427
2428 * macterm.c (WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.
2429 [USE_MAC_TSM] (mac_handle_text_input_event): Remove unused variable
2430 `mapped_modifiers'.
2431 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Use Keyboard
2432 Layout Services routines to get current Unicode keyboard layout.
2433
2434 2007-02-20 Chong Yidong <cyd@stupidchicken.com>
2435
2436 * frame.c (x_set_screen_gamma): Apply gamma value to the frame's
2437 bgcolor.
2438
2439 2007-02-19 Kim F. Storm <storm@cua.dk>
2440
2441 * minibuf.c (Fassoc_string): Allow symbols as keys.
2442
2443 * w32term.c (w32_set_scroll_bar_thumb): Don't resize scroll-bar
2444 handle while dragging, except when we get close to eob.
2445 Fix position and size calculations so we don't scroll backwards
2446 just by clicking on the handle.
2447
2448 2007-02-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2449
2450 * Makefile.in (${emacsapp}Contents/Resources/Emacs.rsrc)
2451 [HAVE_CARBON]: Remove target.
2452 (macosx-app) [HAVE_CARBON]: Don't depend on it.
2453
2454 2007-02-17 Juanma Barranquero <lekktu@gmail.com>
2455
2456 * callproc.c (syms_of_callproc) <doc-directory>:
2457 <configure-info-directory>:
2458 (Fgetenv_internal): Fix typos in docstrings.
2459
2460 * doc.c (Fsubstitute_command_keys): Fix typo in docstring.
2461
2462 2007-02-16 Andreas Schwab <schwab@suse.de>
2463
2464 * frame.c (Fmodify_frame_parameters): Return a value.
2465
2466 * editfns.c (Fformat): Add support for '+' flag.
2467 * doprnt.c (doprnt1): Likewise. Fix overflow checking.
2468
2469 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2470
2471 * s/umips.h: Unused file removed.
2472
2473 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
2474
2475 * xfaces.c (Fcolor_distance): Don't continue checking a color for
2476 errors after it has been correctly parsed as an RGB list.
2477
2478 2007-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2479
2480 * xterm.c (do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN.
2481
2482 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2483
2484 * macfns.c (Fx_focus_frame): Move current process to foreground if
2485 it is not.
2486 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Replace #if MAC_OSX with
2487 #ifdef MAC_OSX.
2488 (Fmac_set_font_panel_visible_p) [USE_MAC_FONT_PANEL]: Rename from
2489 Fmac_set_font_panel_visibility. All uses changed. Rename argument
2490 VISIBLE to FLAG.
2491
2492 * macterm.c (MakeMeTheFrontProcess) [MAC_OSX]: Remove function.
2493 (mac_initialize) [MAC_OSX]: Call SetFrontProcess instead of
2494 MakeMeTheFrontProcess.
2495
2496 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
2497
2498 * frame.c (x_set_screen_gamma): Clear face cache.
2499
2500 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * buffer.c (Fgenerate_new_buffer_name, Fbuffer_modified_tick):
2503 Reflow docstrings.
2504
2505 2007-02-10 Eli Zaretskii <eliz@gnu.org>
2506
2507 * window.c (Fwindow_height, Fwindow_hscroll)
2508 (Fwindow_redisplay_end_trigger, Fwindow_point, Fwindow_start)
2509 (Fwindow_end, Fwindow_display_table, Fwindow_text_height):
2510 Document the effect of WINDOW arg being nil.
2511
2512 2007-02-08 Kim F. Storm <storm@cua.dk>
2513
2514 * minibuf.c (read_minibuf): Fix 2007-01-30 change.
2515 Use Qlambda as interim value of Vminibuffer_completing_file_name.
2516 (Fcompleting_read): Use non-filename maps if value is Qlambda (or Qnil).
2517 (syms_of_minibuf) <minibuffer-completing-file-name>: Document lambda.
2518
2519 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2520
2521 * makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead
2522 of $(ALL_DEPS).
2523
2524 2007-02-07 Eli Zaretskii <eliz@gnu.org>
2525
2526 * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is
2527 put into $(BLD).
2528
2529 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * frame.c (Fmodify_frame_parameters): Don't bind
2532 Qinhibit_default_face_x_resources, which has no effect.
2533 (Qinhibit_default_face_x_resources): Symbol deleted.
2534
2535 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2536
2537 * indent.c (Fmove_to_column): Document that the argument COLUMN is
2538 taken from prefix numeric argument.
2539
2540 2007-02-03 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * lread.c (syms_of_lread) <load-history>: Doc fix.
2543
2544 2007-01-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> (tiny change)
2545
2546 * xterm.c [!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose):
2547 Use the foreground color of the scroll-bar face when drawing
2548 the scroll-bar's border.
2549
2550 2007-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2551
2552 * xterm.c (do_ewmh_fullscreen): Check that what != NULL before
2553 calling wm_supports.
2554
2555 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2556
2557 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
2558 Wording by Eli Zaretskii.
2559
2560 2007-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2561
2562 * gtkutil.c (update_frame_tool_bar): Initialize h/vmargin to 0.
2563
2564 2007-01-30 Richard Stallman <rms@gnu.org>
2565
2566 * minibuf.c (read_minibuf):
2567 Save and clear Vminibuffer_completing_file_name.
2568 (read_minibuf_unwind): Restore it.
2569 (Vminibuffer_completion_table, Qminibuffer_completion_table)
2570 (Vminibuffer_completion_predicate, Qminibuffer_completion_predicate)
2571 (Vminibuffer_completion_confirm, Qminibuffer_completion_confirm)
2572 (Vminibuffer_completing_file_name): Definitions moved up.
2573
2574 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * m/hp800.h: Restore, removing HP-UX support.
2577
2578 2007-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2579
2580 * Makefile.in: Use a variable, XFT_LIBS, instead #define LIB_X11_LIB.
2581
2582 2007-01-28 Richard Stallman <rms@gnu.org>
2583
2584 * minibuf.c (Ftry_completion, Fall_completions)
2585 (Fcompleting_read, Ftest_completion):
2586 Rename arg ALIST or TABLE to COLLECTION.
2587
2588 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * unexhp9k800.c: Remove due to lack of legal papers.
2591
2592 * m/sr2k.h, m/hp800.h: Remove due to dependence on above.
2593
2594 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2595
2596 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.
2597
2598 * minibuf.c (Fcompleting_read): Doc fix.
2599
2600 2007-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2601
2602 * gtkutil.c (xg_initialize): Call XftInit if HAVE_XFT.
2603
2604 * Makefile.in: Use XFT_LIBS if defined.
2605
2606 2007-01-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2607
2608 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
2609 BLOCK_INPUT/UNBLOCK_INPUT.
2610
2611 * blockinput.h (interrupt_input_blocked): Declare volatile.
2612
2613 * keyboard.c (interrupt_input_blocked): Declare volatile.
2614
2615 * syssignal.h (SIGNAL_THREAD_CHECK): Use pthread_equal.
2616
2617 2007-01-24 Kim F. Storm <storm@cua.dk>
2618
2619 * keymap.c (describe_map): Don't consider prefix keys to be shadowed.
2620
2621 2007-01-23 Juanma Barranquero <lekktu@gmail.com>
2622
2623 * editfns.c (Finsert_char): Doc fix.
2624 (Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
2625
2626 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2627
2628 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag):
2629 Don't pass keyboard modifiers to mac_store_drag_event, but put
2630 them as kEventParamKeyModifiers Apple event parameter.
2631
2632 2007-01-21 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * xdisp.c (try_window): Revert previous change.
2635
2636 * dispnew.c (update_text_area): Revert 2006-09-17 change.
2637 Always redraw non-mode-line rows with mouse-face.
2638
2639 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * xdisp.c (try_window): Clear mouse-face highlights first.
2642
2643 * window.c (set_window_buffer): Revert 2006-11-22 change.
2644
2645 2007-01-20 Eli Zaretskii <eliz@gnu.org>
2646
2647 * .gdbinit (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe)
2648 (xbuffer, xcons, xcar, xcdr): Fix doc strings.
2649
2650 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2651
2652 * keyboard.c (read_key_sequence): Extract local map only if the
2653 given position is in an accessible buffer region.
2654
2655 2007-01-19 Nick Roberts <nickrob@snap.net.nz>
2656
2657 * .gdbinit: Reformat documentation so that first sentence
2658 displays properly with "help user-defined" (like apropos).
2659
2660 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2661
2662 * epaths.in: Move PATH_DOC from local/info to local/share/info.
2663
2664 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2665
2666 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
2667 Create movable modal window instead of movable alert window.
2668 (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead
2669 of DisableControl.
2670
2671 * macselect.c (Fmac_resume_apple_event): Set error number when
2672 descriptor type of reply is non-null.
2673
2674 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2675
2676 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
2677 Use DisableControl for disabled items. Set default button to first
2678 enabled one. Use icon of application in execution.
2679
2680 2007-01-13 Eli Zaretskii <eliz@gnu.org>
2681
2682 * process.c (Fdelete_process, Fprocess_id, sigchld_handler):
2683 Copy PID into EMACS_INT to avoid GCC warnings.
2684
2685 * fns.c (maybe_resize_hash_table): Copy new size of hash table
2686 into EMACS_INT to avoid GCC warnings.
2687
2688 * editfns.c (Fuser_uid, Fuser_real_uid): Copy values returned by
2689 geteuid and getuid into EMACS_INT to avoid GCC warnings.
2690
2691 * dired.c (Ffile_attributes): Fix last change.
2692
2693 2007-01-12 Eli Zaretskii <eliz@gnu.org>
2694
2695 * dired.c (Ffile_attributes): Copy some members of `struct stat'
2696 into int's to avoid GCC warnings about limited range of short in
2697 arguments to FIXNUM_OVERFLOW_P.
2698
2699 2007-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2700
2701 * macmenu.c (HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.
2702 (mac_handle_dialog_event, install_dialog_event_handler)
2703 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: New functions.
2704 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
2705 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH)
2706 (DIALOG_MAX_INNER_WIDTH, DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
2707 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
2708 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
2709 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
2710 (DIALOG_ICON_TOP_MARGIN) [TARGET_API_MAC_CARBON]: New macros.
2711 (mac_dialog) [TARGET_API_MAC_CARBON]: Remove function.
2712 (mac_dialog_show) [TARGET_API_MAC_CARBON]: Use create_and_show_dialog.
2713
2714 * macterm.c (x_free_frame_resources) [USE_CG_DRAWING]:
2715 Call mac_prepare_for_quickdraw.
2716 (quit_char, make_ctrl_char) [TARGET_API_MAC_CARBON]: Move externs
2717 outside #ifdef MAC_OSX.
2718 (mac_quit_char_key_p) [TARGET_API_MAC_CARBON]: Move function
2719 outside #ifdef MAC_OSX.
2720 (mac_check_bundle) [MAC_OSX]: Remove unused function.
2721
2722 * macterm.h (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
2723 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
2724
2725 2007-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2726
2727 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
2728 block/unblock SIGIO.
2729
2730 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * editfns.c (Fformat): Allow integer-format to work with floats of size
2733 larger than most-positive-fixnum (but still smaller than MAXINT).
2734
2735 * dired.c (Ffile_attributes): Use floats for large uids/gids.
2736
2737 2007-01-09 Eli Zaretskii <eliz@gnu.org>
2738
2739 * emacs.c (syms_of_emacs) <path-separator>: Doc fix.
2740
2741 2007-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2742
2743 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT
2744 around mkstemp.
2745
2746 * image.c (XDrawLine) [MAC_OS]: Remove macro.
2747 (XCreateGC_pixmap) [!HAVE_NTGUI]: Likewise.
2748 (x_disable_image) [!HAVE_NTGUI]: Use XCreateGC instead of
2749 XCreateGC_pixmap.
2750
2751 * macgui.h (Display): Typedef to opaque type.
2752
2753 * macmenu.c (mac_dialog_modal_filter) [MAC_OSX]: New function.
2754 (Fx_popup_dialog) [MAC_OSX]: Use standard alert if called from
2755 Fmessage_box, Fyes_or_no_p, or Fy_or_n_p.
2756 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030] (menu_quit_handler):
2757 Use mac_quit_char_key_p.
2758
2759 * macterm.c (XDrawLine): Rename from mac_draw_line_to_pixmap.
2760 (XCreateGC): Change type of 2nd argument to void *.
2761 (XFreeGC) [USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
2762 Fix last change.
2763 (mac_to_emacs_modifiers): Change return type to int.
2764 [USE_CARBON_EVENTS] (mac_event_to_emacs_modifiers): Likewise.
2765 (mac_mapped_modifiers): New function.
2766 (XTread_socket): Use it.
2767 [USE_TSM] (mac_handle_text_input_event): Likewise.
2768 (do_window_update) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
2769 (mac_quit_char_modifiers, mac_quit_char_keycode) [MAC_OSX]:
2770 Remove variables.
2771 (mac_determine_quit_char_modifiers, init_quit_char_handler)
2772 [MAC_OSX]: Remove functions.
2773 (make_ctrl_char) [MAC_OSX]: Add extern.
2774 (mac_quit_char_key_p) [MAC_OSX]: New function.
2775 (mac_initialize) [MAC_OSX]: Don't call init_quit_char_handler.
2776
2777 * macterm.h (FONT_MAX_WIDTH): Remove unused macro.
2778 (XCreateGC): Change type in extern.
2779 (XDrawLine): Rename from mac_draw_line_to_pixmap.
2780 (mac_quit_char_key_p) [MAC_OSX]: Add extern.
2781
2782 2007-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2783
2784 * keyboard.c (init_keyboard): Initialize interrupt_input_blocked and
2785 interrupt_input_pending.
2786
2787 * xterm.h (x_display_info): New: net_supported_atoms,
2788 nr_net_supported_atoms and net_supported_window.
2789
2790 * xterm.c (last_user_time): New variable.
2791 (handle_one_xevent): Set last_user_time from events that have Time.
2792 Set net_supported_window to 0 when reparented.
2793 (wm_supports): New function.
2794 (do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE.
2795 (x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms
2796 and net_supported_window.
2797
2798 2007-01-05 Kim F. Storm <storm@cua.dk>
2799
2800 * indent.c (Fvertical_motion): Fix it overshoot check for overlay
2801 strings without embedded newlines immediately followed by newline.
2802
2803 2007-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2804
2805 * editfns.c (Fformat_time_string, Fdecode_time, Fencode_time)
2806 (Fcurrent_time_string, Fcurrent_time_zone): Add BLOCK_INPUT around
2807 gmtime/localtime/emacs_memftimeu/mktime.
2808
2809 * mac.c (Fmac_set_file_creator): Use MAC_EMACS_CREATOR_CODE
2810 instead of 'EMAx'.
2811 [!MAC_OSX] (sys_open, sys_creat, sys_fopen): Likewise.
2812
2813 * macgui.h (struct _XGC) [USE_CG_DRAWING
2814 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New members cg_fore_color
2815 and cg_back_color.
2816
2817 * macmenu.c (Vshow_help_function) [TARGET_API_MAC_CARBON]: Add extern.
2818 (restore_show_help_function, menu_target_item_handler)
2819 [TARGET_API_MAC_CARBON]: New functions.
2820 (install_menu_target_item_handler): New function.
2821 (add_menu_item) [TARGET_API_MAC_CARBON]: Set help string as menu
2822 item property.
2823
2824 * macterm.c (CG_SET_FILL_COLOR_MAYBE_WITH_CGCOLOR)
2825 (CG_SET_FILL_COLOR_WITH_GC_FOREGROUND)
2826 (CG_SET_FILL_COLOR_WITH_GC_BACKGROUND)
2827 (CG_SET_STROKE_COLOR_MAYBE_WITH_CGCOLOR)
2828 (CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND): New macros.
2829 (mac_cg_color_space_rgb) [USE_CG_DRAWING]: New variable.
2830 (mac_cg_color_black) [USE_CG_DRAWING
2831 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New variable.
2832 (init_cg_color) [USE_CG_DRAWING]: New function.
2833 (mac_draw_line, mac_draw_rectangle) [USE_CG_DRAWING]: Use
2834 CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND instead of CG_SET_STROKE_COLOR.
2835 (mac_erase_rectangle, mac_clear_window, mac_draw_cg_image)
2836 (mac_fill_rectangle, mac_draw_image_string_cg) [USE_CG_DRAWING]:
2837 Use CG_SET_FILL_COLOR_WITH_GC_FOREGROUND or
2838 CG_SET_FILL_COLOR_WITH_GC_BACKGROUND instead of CG_SET_FILL_COLOR.
2839 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Likewise.
2840 (XCreateGC, XFreeGC, XSetForeground, XSetBackground) [USE_CG_DRAWING
2841 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use gc->cg_fore_color and/or
2842 gc->cg_back_color.
2843 (install_drag_handler, remove_drag_handler): Make extern.
2844 (install_menu_target_item_handler): Add extern.
2845 (install_window_handler): Call install_menu_target_item_handler.
2846 [MAC_OS8] (main): Use MAC_EMACS_CREATOR_CODE instead of 'EMAx'.
2847 (mac_initialize) [USE_CG_DRAWING]: Call init_cg_color.
2848
2849 * macterm.h (MAC_EMACS_CREATOR_CODE): New enumerator.
2850
2851 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2852
2853 * window.c (Fwindow_end): Fix use of >= operator.
2854
2855 2007-01-03 Richard Stallman <rms@gnu.org>
2856
2857 * window.c (Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF.
2858
2859 2007-01-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2860
2861 * gtkutil.h (xg_menu_item_cb_data_): Remove highlight_id and
2862 unhighlight_id.
2863
2864 * gtkutil.c (menuitem_highlight_callback): Invoked widget is the
2865 parent of the menu item. Get menu item widget from event.
2866 (xg_create_one_menuitem, xg_update_menu_item): highlight_id and
2867 unhighlight_id has been removed.
2868 (create_menus): Connect enter/leave-notify-event to the menu instead
2869 of individual items.
2870
2871 2006-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2872
2873 * gtkutil.c (update_frame_tool_bar): Connect create-menu-proxy with
2874 xg_tool_bar_menu_proxy.
2875 (xg_tool_bar_menu_proxy): New function.
2876 (xg_tool_bar_proxy_callback): New function.
2877
2878 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2879
2880 * gtkutil.c (xg_tool_bar_button_cb): Save last modifier on widget.
2881 (xg_tool_bar_callback): Remove check for button.
2882 (update_frame_tool_bar): Put an event box in the tool bar and a button
2883 in the event box. Attach enter/leave-notify-event to the event box.
2884
2885 2006-12-30 Richard Stallman <rms@gnu.org>
2886
2887 * keymap.c (Fdefine_key): Doc fix.
2888
2889 2006-12-29 Kim F. Storm <storm@cua.dk>
2890
2891 * frame.h (struct frame): New member minimize_tool_bar_window_p.
2892
2893 * xdisp.c (auto_resize_tool_bars_p): Replace with ...
2894 (Vauto_resize_tool_bars): ... this.
2895 (syms_of_xdisp): DEFVAR_LISP and initialize it. Update doc string
2896 to describe new value `grow-only', and use of C-l.
2897 (display_tool_bar_line): Only use default face for border below
2898 toolbar if not grow-only (to get acceptable visual appearence).
2899 Explicitly set visible_height for empty toolbar lines.
2900 (redisplay_tool_bar): Handle `grow-only' setting. Check and clear
2901 minimize_tool_bar_window_p flag.
2902
2903 * window.c (Frecenter): Set minimize_tool_bar_window_p flag
2904 when called without arg to redraw with minimum toolbar height.
2905 Update doc string.
2906
2907 2006-12-29 Jason Rumney <jasonr@gnu.org>
2908
2909 * s/ms-w32.h (tzname): Do not define in msvc8.
2910 (utime): Do not define in msvc8.
2911
2912 * regex.c (regerror): Change parameter name err_code.
2913
2914 2006-12-26 Richard Stallman <rms@gnu.org>
2915
2916 * search.c (Fsearch_forward): Doc fix.
2917
2918 * callint.c (Finteractive): Doc fix.
2919
2920 2006-12-25 Kim F. Storm <storm@cua.dk>
2921
2922 * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it.
2923
2924 2006-12-23 Eli Zaretskii <eliz@gnu.org>
2925
2926 * keyboard.c (some_mouse_moved): Fix last change.
2927
2928 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2929
2930 * callproc.c (syms_of_callproc) <shell-file-name>: Doc fix.
2931
2932 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
2933
2934 * m/amdx86-64.h, m/hp800.h: Add support for NetBSD.
2935 * m/sh3el.h: New file.
2936
2937 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2938
2939 * makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead of
2940 $(BLD).
2941 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
2942 (bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
2943 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O).
2944 (clean): Delete stamp_BLD.
2945
2946 2006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2947
2948 * macfns.c (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
2949 Call mac_update_proxy_icon also when buffer modification flag changed.
2950 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias,
2951 but compare FSRef/FSSpec of resolved alias.
2952
2953 2006-12-21 Kim F. Storm <storm@cua.dk>
2954
2955 * w32.c (_sys_wait_accept): Fix handle leak.
2956
2957 2006-12-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2958
2959 * sound.c: Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE is
2960 defined.
2961
2962 2006-12-20 Kim F. Storm <storm@cua.dk>
2963
2964 * s/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Define it.
2965
2966 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * keyboard.c (syms_of_keyboard) <double-click-time>:
2969 * mac.c (Fmac_code_convert_string):
2970 * search.c (Fsearch_forward): Doc fixes.
2971
2972 2006-12-19 Kim F. Storm <storm@cua.dk>
2973
2974 Rework 2006-12-04 change. A SIGUSR1 (SIGUSR2) signal now generates
2975 a sigusr1 event instead of [signal usr1] sequence, and signal events
2976 are now supposed to be handled via special-event-map.
2977
2978 * keyboard.c (kbd_buffer_store_event_hold): Undo 2006-12-04 change.
2979 (make_lispy_event): Don't generate Qsignal prefix for code 0.
2980 Abort if signal code is unknown.
2981 (store_user_signal_events): Don't make Qsignal prefix (code 0).
2982 (Qsignal): Move declaration back to process.c.
2983 (syms_of_keyboard): Don't intern or staticpro it here.
2984
2985 * process.c (Qsignal): Declare here.
2986 (syms_of_process): Intern or staticpro it.
2987
2988 * emacs.c (main): Rename user signals to sigusr1 and sigusr2.
2989
2990 * .gdbinit: Pass on SIGUSR1 and SIGUSR2 to Emacs.
2991
2992 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * buffer.c (syms_of_buffer) <buffer-display-table>:
2995 <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
2996
2997 2006-12-17 Richard Stallman <rms@gnu.org>
2998
2999 * fileio.c (Fread_file_name_internal): Pass Vread_file_name_predicate
3000 to Ffile_name_completion.
3001
3002 * dired.c (file_name_completion): New arg PREDICATE. Some cleanup.
3003 (Ffile_name_completion): New arg PREDICATE.
3004
3005 2006-12-17 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * buffer.c (Fkill_buffer): Doc fix.
3008 (syms_of_buffer) <kill-buffer-query-functions>: Doc fix.
3009
3010 2006-12-16 Juanma Barranquero <lekktu@gmail.com>
3011
3012 * minibuf.c (Ftry_completion): Check that obarray buckets are symbols.
3013
3014 2006-12-16 Eli Zaretskii <eliz@gnu.org>
3015
3016 * w32fns.c (w32-window-exists-p): New function.
3017 (syms_of_w32fns): Defsubr it.
3018
3019 * prefix-args.c [STDC_HEADERS]: Include stdlib.h.
3020
3021 2006-12-16 Juanma Barranquero <lekktu@gmail.com>
3022
3023 * minibuf.c (Ftry_completion): Use `check_obarray' if ALIST is a vector.
3024
3025 2006-12-15 Eli Zaretskii <eliz@gnu.org>
3026
3027 * emacs.c (USAGE3): Clarify documentation of --color.
3028
3029 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3030
3031 * mac.c (wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]:
3032 New variable.
3033 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros.
3034 [!MAC_OSX] (select): Use them.
3035 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
3036 (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: New function.
3037
3038 * macfns.c (mac_atsu_font_face_attributes) [USE_ATSUI]: Add extern.
3039 (Fmac_atsu_font_face_attributes) [USE_ATSUI]: New function.
3040 (syms_of_macfns) [USE_ATSUI]: Defsubr it.
3041
3042 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag):
3043 Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
3044
3045 * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call
3046 ATSUGetGlyphBounds if not necessary.
3047 (Vmac_atsu_font_table) [USE_ATSUI]: Remove variable.
3048 (syms_of_macterm) [USE_ATSUI]: Don't defvar it.
3049 (fm_get_style_from_font, atsu_find_font_from_family_name)
3050 (atsu_find_font_family_name, mac_atsu_font_face_attributes)
3051 [USE_ATSUI]: New functions.
3052 (init_font_name_table) [USE_ATSUI]: Use atsu_find_font_family_name.
3053 (mac_load_query_font) [USE_ATSUI]: Use atsu_find_font_from_family_name.
3054 Don't get metrics for Latin-1 right half characters.
3055 (mac_load_query_font): Don't load font if space width is not positive.
3056 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
3057 Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
3058 (XTread_socket): Call SelectWindow when unfocused frame is clicked.
3059
3060 * macterm.h (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: Add extern.
3061
3062 2006-12-15 Kim F. Storm <storm@cua.dk>
3063
3064 * keyboard.c (ignore_mouse_drag_p): New global var.
3065 (some_mouse_moved): Return 0 if it is non-zero.
3066 (make_lispy_event): Generate click event on mouse up if
3067 ignore_mouse_drag_p is non-zero, even if mouse moved.
3068 Clear ignore_mouse_drag_p on mouse down/up.
3069
3070 * xdisp.c (redisplay_window): Set ignore_mouse_drag_p if tool-bar
3071 is resized to avoid generating a mouse drag event.
3072
3073 2006-12-14 Juanma Barranquero <lekktu@gmail.com>
3074
3075 * w32fns.c (w32_wnd_proc): Force non-tooltip frames to respect the
3076 minimum tracking size. Remove non-working old hack to do the same.
3077
3078 2006-12-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3079
3080 * emacs.c (handle_user_signal): Move function to keyboard.c.
3081 (main): Use add_user_signal for SIGUSR1 and SIGUSR2.
3082
3083 * keyboard.c (make_lispy_event): Use find_user_signal_name.
3084 (read_avail_input): Store pending user signal events.
3085 (struct user_signal_info): New struct.
3086 (user_signals): New variable.
3087 (add_user_signal, store_user_signal_events)
3088 (find_user_signal_name): New functions.
3089 (handle_user_signal): Move function from emacs.c. Don't store
3090 USER_SIGNAL_EVENT here, but increment number of pending signals.
3091
3092 * keyboard.h (add_user_signals): Add extern.
3093
3094 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3095
3096 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
3097 <default-scroll-up-aggressively, default-scroll-down-aggressively>:
3098 <line-spacing, left-margin>: Doc fixes.
3099
3100 * xdisp.c (syms_of_xdisp) <mode-line-inverse-video>: Doc fix.
3101
3102 2006-12-10 Kim F. Storm <storm@cua.dk>
3103
3104 * xdisp.c (show_mouse_face): Never use text cursor in tool-bar.
3105
3106 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * abbrev.c (syms_of_abbrev) <last-abbrev-text>:
3109 * buffer.c (syms_of_buffer) <default-major-mode>:
3110 * keymap.c (Flookup_key):
3111 * lread.c (Feval_buffer, Feval_region):
3112 * macterm.c (syms_of_macterm) <x-use-underline-position-properties>:
3113 <x-underline-at-descent-line, mac-emulate-three-button-mouse>:
3114 * marker.c (Fmarker_insertion_type):
3115 * minibuf.c (syms_of_minibuf) <minibuffer-completion-table>:
3116 * msdos.c (syms_of_msdos) <delete-exited-processes>:
3117 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
3118 <x-underline-at-descent-line>:
3119 * xdisp.c (format-mode-line):
3120 * xterm.c (syms_of_xterm) <x-use-underline-position-properties>:
3121 <x-underline-at-descent-line>: Doc fixes.
3122
3123 2006-12-10 Andreas Schwab <schwab@suse.de>
3124
3125 * systime.h (EMACS_GET_TIME): Remove check for
3126 HAVE_STRUCT_TIMEZONE which is never defined.
3127
3128 2006-12-10 Alan Mackenzie <acm@muc.de>
3129
3130 * syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
3131 result is now neither the last elt nor optional for OLDSTATE.
3132
3133 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3134
3135 * process.c (Fsignal_process): Doc fix. Use XFLOAT_DATA to
3136 extract the process ID from a Lisp float.
3137
3138 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW code.
3141
3142 2006-12-08 Eli Zaretskii <eliz@gnu.org>
3143
3144 * frame.h (PIX_TYPE): Redefine as `unsigned long', for 64-bit
3145 platforms where long is 64-bit.
3146
3147 * msdos.h (PIX_TYPE): Redefine as `unsigned long'.
3148
3149 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3150
3151 * m/amdx86-64.h: Add support for Solaris 10 on x86-64.
3152
3153 2006-12-08 Kenichi Handa <handa@m17n.org>
3154
3155 * xterm.c (x_query_font): Use xstricmp instead off strcasecmp.
3156
3157 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3158
3159 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
3160
3161 2006-12-07 Kim F. Storm <storm@cua.dk>
3162
3163 * process.c (parse_signal): Use xstricmp instead of strcasecmp.
3164 (Fsignal_process): Don't use strncasecmp.
3165
3166 2006-12-05 Glenn Morris <rgm@gnu.org>
3167
3168 * abbrev.c (Qforce): New Lisp_Object.
3169 (Fdefine_abbrev): Do not overwrite non-system abbrevs with system
3170 abbrevs, unless 'force is applied.
3171 (syms_of_abbrev): Add Qforce.
3172
3173 2006-12-04 Kim F. Storm <storm@cua.dk>
3174
3175 * process.c (parse_signal): Rename macro from handle_signal.
3176 (Fsignal_process): Also accept lower-case variants of signal
3177 names (to align with signal names generated by Emacs itself).
3178
3179 * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by...
3180 (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
3181 first with code == 0 [signal] and one with code == sig number.
3182 (main): Use it as handler for SIGUR1 and SIGUSR2.
3183
3184 * keyboard.c (kbd_buffer_store_event_hold): Don't throw-on-input
3185 if first event in [signal xxx] sequence.
3186 (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
3187 (syms_of_keyboard): Don't intern and staticpro them.
3188 (Qsignal): Declare here.
3189 (syms_of_keyboard): Intern and staticpro it.
3190 (make_lispy_event): Use it. Intern symbols on the fly for other
3191 USER_SIGNAL_EVENTs events.
3192
3193 * process.c (Qsignal): Declare extern.
3194 (syms_of_process): Don't intern/staticpro it here.
3195
3196 * process.c (read_process_output): Abort if carryover < 0.
3197
3198 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3199
3200 * config.in: Regenerate.
3201
3202 * fileio.c [__NetBSD__]: Don't define `unix'.
3203 (Funix_sync, syms_of_fileio): Use `#ifdef HAVE_SYNC' instead of
3204 `#ifdef unix'.
3205
3206 2006-12-04 Glenn Morris <rgm@gnu.org>
3207
3208 * Makefile.in (version): New variable, set by configure.
3209 (bootstrapclean, mostlyclean): Also remove emacs-${version}.
3210
3211 2006-12-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3212
3213 * gtkutil.c (update_frame_tool_bar): Handle modifying a toolbar item
3214 without an image.
3215
3216 2006-12-01 Eli Zaretskii <eliz@gnu.org>
3217
3218 * w32fns.c (Fw32_shell_execute): Doc fix.
3219
3220 2006-11-30 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * xdisp.c (move_it_to): Correctly count tab glyphs for continued
3223 lines ending in tab.
3224
3225 2006-11-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3226
3227 * xterm.c (x_raise_frame): Move setting of _NET_ACTIVE_WINDOW
3228 property ...
3229 (XTframe_raise_lower): ... to here.
3230
3231 2006-11-30 Kenichi Handa <handa@m17n.org>
3232
3233 * regex.c (regex_compile): Fix previous change.
3234
3235 2006-11-29 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * sound.c (Fplay_sound_internal): Remove spurious newline in docstring.
3238
3239 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3240
3241 * config.in: Regenerate.
3242
3243 2006-11-28 Kenichi Handa <handa@m17n.org>
3244
3245 * regex.c (regex_compile): Don't call SET_LIST_BIT with a
3246 multibyte character.
3247
3248 2006-11-27 Chong Yidong <cyd@stupidchicken.com>
3249
3250 * s/aix4-2.h: Undefine _NO_PROTO. Suggested by Joe Buehler.
3251
3252 2006-11-27 Kim F. Storm <storm@cua.dk>
3253
3254 * window.c (set_window_buffer): Refactor recent changes.
3255
3256 2006-11-27 Jason Rumney <jasonr@gnu.org>
3257
3258 * w32term.c (w32_msg_worker): Declare correctly.
3259 (w32_initialize): Don't cast w32_msg_worker.
3260
3261 * w32fns.c (w32_msg_worker): Define as WINAPI and arg as void pointer.
3262
3263 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * m/amdx86-64.h: Look for standard libs in /usr/lib64 only if that
3266 directory exists.
3267
3268 2006-11-25 Eli Zaretskii <eliz@gnu.org>
3269
3270 * w16select.c (Fw16_set_clipboard_data): Fix the call to sit_for
3271 as per the calling sequence change on 2006-07-11.
3272
3273 2006-11-25 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * window.c (set_window_buffer): Use BLOCK_INPUT.
3276
3277 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3278
3279 * fns.c (substring_both): Add missing address operator.
3280
3281 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * fns.c: Use AREF/ASIZE macros.
3284 (concat): Provide the full ANSI prototype.
3285
3286 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3287
3288 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
3289
3290 2006-11-23 William Smith <William.Smith@global360.com> (tiny change)
3291
3292 * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo.
3293
3294 2006-11-22 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3295
3296 * s/openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and
3297 /usr/pkg/lib from the library search path.
3298 (LD_SWITCH_X_DEFAULT): New macro.
3299
3300 2006-11-22 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * window.c (set_window_buffer): Clear mouse highlight if it is in
3303 this window.
3304
3305 2006-11-21 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * xfaces.c (realize_default_face): Check if the default font name
3308 exists on this display before trying to use it.
3309
3310 2006-11-21 Richard Stallman <rms@gnu.org>
3311
3312 * fileio.c: Break line before &&, not after.
3313
3314 2006-11-20 Eli Zaretskii <eliz@gnu.org>
3315
3316 * fns.c (concat) [!__GNUC__]: Add prototype.
3317
3318 2006-11-20 Kenichi Handa <handa@m17n.org>
3319
3320 * fileio.c (Fread_file_name_internal): Use SBYTES (not SCHARS) to
3321 check the tailing slash of a filename.
3322
3323 2006-11-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3324
3325 * indent.c (Fvertical_motion): Include composition in the case of
3326 overshoot expected.
3327
3328 2006-11-19 Andreas Schwab <schwab@gnu.org>
3329
3330 * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize supports.
3331
3332 * xmenu.c (Fx_popup_menu): Initialize selection.
3333
3334 2006-11-18 Andreas Schwab <schwab@suse.de>
3335
3336 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to mark_memory.
3337
3338 2006-11-17 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3339
3340 * xterm.c (do_ewmh_fullscreen): Declare variable before XSETFRAME
3341 to avoid gcc 2.96 error.
3342
3343 2006-11-17 NIIMI Satoshi <sa2c@sa2c.net> (tiny change)
3344
3345 * search.c (simple_search): In the loop of backward searching,
3346 check also the byte position against the limit.
3347
3348 2006-11-14 Romain Francoise <romain@orebokech.com>
3349
3350 * minibuf.c (Fcompleting_read): Fix typo in docstring.
3351
3352 2006-11-14 Kenichi Handa <handa@m17n.org>
3353
3354 * coding.c (code_convert_region): Initialize coding->heading_ascii.
3355 (decode_coding_string, code_convert_region): Likewise.
3356
3357 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3358
3359 * config.in: Regenerate.
3360
3361 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
3362 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
3363 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
3364 CGDisplayScreenSize is available.
3365
3366 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
3367 Replace `#ifdef HAVE_CANCELMENUTRACKING' with
3368 `#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030'.
3369 (install_menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
3370 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
3371 CancelMenuTracking is available.
3372
3373 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)
3374 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
3375 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
3376 CGContextShowGlyphsWithAdvances is available.
3377
3378 2006-11-13 Jason Rumney <jasonr@gnu.org>
3379
3380 * s/ms-w32.h: Define HAVE_INET_SOCKETS.
3381
3382 2006-11-13 Nozomu Ando <nand@mac.com>
3383
3384 * alloc.c (mark_memory): New argument OFFSET. All uses changed.
3385 Fix address calculations for case END < START.
3386 (mark_stack): Impose Lisp_Object alignment on jmp_buf.
3387
3388 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
3389
3390 * coding.c (Fencode_sjis_char, Fencode_big5_char):
3391 Improve argument/docstring consistency.
3392
3393 * editfns.c (Fmessage): Doc fixes.
3394
3395 * process.c (syms_of_process) <delete-exited-processes>: Doc fix.
3396
3397 2006-11-12 Chong Yidong <cyd@stupidchicken.com>
3398
3399 * xmenu.c (popup_activated): Define outside HAVE_MENUS.
3400
3401 2006-11-12 Romain Francoise <romain@orebokech.com>
3402
3403 * xselect.c (selection-coding-system): Fix docstring.
3404
3405 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
3406
3407 * category.c (Fchar_category_set): Improve arg/docstring consistency.
3408
3409 * data.c (Flogxor):
3410 * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes)
3411 (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence)
3412 (Fstring_make_unibyte): Fix typos in docstrings.
3413
3414 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3415
3416 * xterm.h (struct x_display_info): Fix indentation.
3417
3418 * xterm.c (do_ewmh_fullscreen, XTfullscreen_hook): New functions.
3419 (x_check_fullscreen): Call do_ewmh_fullscreen.
3420 (x_initialize): Set fullscreen_hook to XTfullscreen_hook.
3421
3422 * frame.c (x_set_fullscreen): Call fullscreen_hook if set.
3423
3424 * term.c: Define fullscreen_hook.
3425 (syms_of_term): Initialize fullscreen_hook to NULL.
3426
3427 * termhooks.h: Add fullscreen_hook.
3428
3429 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
3430
3431 * bytecode.c (Fbyte_code):
3432 * data.c (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
3433
3434 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
3435
3436 * lread.c (syms_of_lread):
3437 * xsmfns.c (syms_of_xsmfns): Fix typo in docstring.
3438
3439 2006-11-06 Martin Rudalics <rudalics@gmx.at>
3440
3441 * macmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
3442
3443 * w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
3444 Return nil if building without menus.
3445
3446 * xmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
3447 Return nil if building without menus.
3448
3449 2006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
3450
3451 * s/netbsd.h (POSIX_SIGNALS): Define.
3452
3453 2006-11-05 Martin Rudalics <rudalics@gmx.at>
3454
3455 * macmenu.c (Fmenu_or_popup_active_p): New function.
3456 (syms_of_macmenu): Defsubr it.
3457
3458 * w32menu.c (Fmenu_or_popup_active_p): New function.
3459 (syms_of_w32menu): Defsubr it.
3460 (popup_activated_flag, popup_activated): Remove.
3461
3462 * xdisp.c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to
3463 check popup_activated.
3464
3465 * xmenu.c (Fmenu_or_popup_active_p): New function.
3466 (syms_of_xmenu): Defsubr it.
3467
3468 2006-11-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3469
3470 * unexmacosx.c (malloc_cookie): Remove unused variable.
3471 (region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
3472 (text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
3473 (emacs_zone, data_segment_old_fileoff, data_segment_scp)
3474 (num_unexec_regions, unexec_regions): Make variables static.
3475 (print_regions, find_emacs_zone_regions): Make static.
3476 (unexec_region_info): New typedef.
3477 (unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
3478 All uses changed.
3479 (unexec_regions_recorder): Subtract size of trailing null pages from
3480 filesize. Show filesize.
3481 (unexec_regions_merge): Don't merge if null pages of preceding region
3482 is not too small. Use long format in printf.
3483 (copy_segment, copy_data_segment): Show filesize.
3484 (copy_data_segment): Write filesize bytes of region data.
3485 Adjust filesize in segment command accordingly.
3486 (dump_it): Use long format in printf.
3487
3488 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * dosfns.c (Finsert_startup_screen):
3491 * fns.c (Ffeaturep, syms_of_fns):
3492 * frame.c (syms_of_frame): Fix typos in docstrings.
3493
3494 * unexcw.c (unexec): Fix typo in output message.
3495
3496 2006-11-04 Ralf Angeli <angeli@caeruleus.net>
3497
3498 * w32fns.c (w32_createwindow): Remove code for handling -geometry
3499 command line option and `initial-frame-alist' which is superfluous
3500 after the last change to `w32_createwindow'.
3501
3502 2006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
3503
3504 * w32proc.c (sys_wait): Only wait for processes with fd<0.
3505 Others should be handled by sys_select instead. Fixes problems
3506 with (progn (start-process "" nil "ls") (call-process "ls")).
3507
3508 2006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3509
3510 * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
3511 avoid gcc 2.95 error.
3512
3513 2006-11-04 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
3516 wicon is null, insert an empty button.
3517
3518 2006-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3519
3520 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
3521 window.
3522
3523 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
3524
3525 * emacs.c (Fkill_emacs): Fix typo in docstring.
3526
3527 2006-11-02 Nozomu Ando <nand@mac.com>
3528
3529 * unexmacosx.c (mach_header, segment_command, vm_region, section)
3530 [_LP64]: New defines.
3531 (VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
3532 (MH_MAGIC) [_LP64]: Redefine.
3533 (delta): Remove variable.
3534 (curr_file_offset, pagesize): New variables.
3535 (ROUNDUP_TO_PAGE_BOUNDARY): New macro.
3536 (data_segment_old_fileoff): Initialize explicitly.
3537 (print_region, unexec_regions_recorder, print_load_command_name)
3538 (copy_segment, copy_data_segment): Use long format in printf.
3539 (MAX_UNEXEC_REGIONS): Increase to 400.
3540 (unexec_regions_recorder): Don't warn too many regions here.
3541 (find_emacs_zone_regions): Warn too many regions here.
3542 (print_load_command_name) [_LP64]: Show correct load command name.
3543 (copy_segment, copy_data_segment): Use variable `curr_file_offset'.
3544 Show starting virtual memory address. Don't show ending file offset.
3545 (copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
3546 (dump_it): Use new local variable `linkedit_delta' and pass to them.
3547 Error if trying to handle multiple DATA segments.
3548 (unexec): Initialize variable `pagesize'.
3549
3550 2006-11-01 Juanma Barranquero <lekktu@gmail.com>
3551
3552 * eval.c (Fcatch): Doc fix.
3553
3554 2006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3555
3556 * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
3557 (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h)
3558 (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key)
3559 (xpm_load_image): Add const qualifier to arguments.
3560 [MAC_OS] (xpm_color_key_strings): Make static const.
3561
3562 * mac.c (create_apple_event_from_event_ref)
3563 (create_apple_event_from_drag_ref, skip_white_space, parse_comment)
3564 (parse_include_file, parse_binding, parse_component)
3565 (parse_resource_name, parse_value, parse_resource_line)
3566 (xrm_merge_string_database, xrm_get_resource)
3567 (xrm_get_preference_database): Add const qualifier to arguments.
3568 [MAC_OSX] (sys_select): Make variable `context' static const.
3569
3570 * macfns.c (mac_color_map): Make static const.
3571 (mac_color_map_lookup): Add const qualifier to arguments.
3572
3573 * macmenu.c (install_menu_quit_handler): Make variable `typesList'
3574 static const.
3575 (name_is_separator): Add const qualifier to arguments.
3576
3577 * macselect.c (init_service_handler): Make variable `specs' static
3578 const.
3579
3580 * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable
3581 `swap_nibbles' static const.
3582 (atsu_get_text_layout_with_text_ptr): Make variables `lengths',
3583 `tags', `sizes', `values' static const.
3584 (mac_draw_string_common): Make variables `context' static.
3585 Make variables `tags', `sizes', and `values' static const.
3586 (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
3587 (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
3588 (mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
3589 (mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
3590 (mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
3591 qualifier to arguments.
3592 (xlfd_scalable_fields, keycode_to_xkeysym_table)
3593 (fn_keycode_to_keycode_table): Make static const.
3594 (mac_load_query_font): Make variables `tags', `sizes', `values',
3595 `types', and `selectors' static const.
3596 (mac_handle_command_event, mac_handle_window_event):
3597 Make variables `names' and `types' static const.
3598 (init_command_handler, install_window_handler): Make variables
3599 `specs*' static const.
3600 (mac_handle_font_event, mac_handle_text_input_event)
3601 (mac_store_service_event): Make variables `names' and `types'
3602 const. Make variables `names_*' and `types_*' static const.
3603
3604 * macterm.h (create_apple_event_from_event_ref)
3605 (create_apple_event_from_drag_ref, xrm_merge_string_database)
3606 (xrm_get_resource, xrm_get_preference_database): Add const
3607 qualifier to arguments in externs.
3608
3609 2006-10-31 Kenichi Handa <handa@m17n.org>
3610
3611 * xfns.c (xic_create_xfontset): Fix previous change.
3612
3613 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
3614
3615 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
3616 /usr/pkg/lib to library search path.
3617
3618 2006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
3619
3620 * ralloc.c (relinquish): Use a long for excess space counter to
3621 handle 64-bit case correctly.
3622
3623 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
3624
3625 * m/amdx86-64.h: Add defines for OpenBSD x86-64.
3626
3627 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * window.c (Fdisplay_buffer): Fix typo in docstring.
3630
3631 2006-10-27 Ben North <ben@redfrontdoor.org> (tiny change)
3632
3633 * w32term.c (x_draw_glyph_string_foreground): Set background mode
3634 to TRANSPARENT before using overstrike to simulate bold faces.
3635
3636 * xfaces.c (best_matching_font): Fix logic to decide whether to
3637 use overstriking to simulate bold-face (it was reversed).
3638
3639 2006-10-23 Kim F. Storm <storm@cua.dk>
3640
3641 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not
3642 initialized.
3643
3644 * keyboard.c (read_char): Make an element (t . EVENT) in
3645 unread-command-events add EVENT to the current command's key sequence.
3646 (syms_of_keyboard) <unread-command-events>: Update doc.
3647
3648 2006-10-21 Richard Stallman <rms@gnu.org>
3649
3650 * minibuf.c (Vread_expression_map): Define here.
3651 (Qread_expression_history): New variable.
3652 (syms_of_minibuf): Initialize them.
3653 (Feval_minibuffer): Use Vread_expression_map and
3654 Qread_expression_history.
3655
3656 2006-10-21 Kenichi Handa <handa@m17n.org>
3657
3658 * xfns.c (xic_create_fontsetname): If ADSTYLE field is not a wild
3659 card, change it to "*".
3660 (xic_create_xfontset): Call XCreateFontSet for each single
3661 fontname in fontsetname.
3662
3663 2006-10-19 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * callint.c (callint_message): Convert to a Lisp string.
3666 (syms_of_callint): Initialize it.
3667 (callint_message_size): Var deleted.
3668 (Fcall_interactively): Use Fformat instead of doprnt to construct
3669 prompt string.
3670
3671 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3672
3673 * xdisp.c (display_mode_line): Clear enabled_p flag on mode-line row.
3674
3675 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3676
3677 * macfns.c (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
3678 New variable.
3679 (syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.
3680
3681 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3682
3683 * xselect.c (x_handle_selection_request): If the converted_selection
3684 is nil or XCDR (converted_selection) is nil, decline the request.
3685
3686 2006-10-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3687
3688 * gtkutil.c (get_utf8_string): Remove warnings with casts.
3689 (xg_tool_bar_button_cb): Ditto.
3690 (xg_tool_bar_callback): Ditto.
3691
3692 2006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3693
3694 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused
3695 variable ch_dim.
3696 (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate
3697 menu bar window matrices on non-X systems.
3698
3699 * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.
3700
3701 * macterm.c (mac_query_char_extents): Don't return glyph ID if layout
3702 adjustment is needed.
3703 (mac_load_query_font): Check if width and height are positive.
3704
3705 2006-10-14 Richard Stallman <rms@gnu.org>
3706
3707 * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.
3708
3709 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
3712 title.
3713
3714 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * keymap.c (Fkey_binding): Check Lisp_Object types before doing
3717 XCAR and XINT.
3718
3719 2006-10-12 Romain Francoise <romain@orebokech.com>
3720
3721 * image.c (xbm_read_bitmap_data): Delete extra semicolon.
3722
3723 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
3726
3727 * dispextern.h: Declare x_create_bitmap_from_xpm_data.
3728
3729 * xterm.c (x_check_expected_move): Remove unused var `count'.
3730
3731 * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since
3732 Fdefalias is not declared in any *.h file.
3733
3734 2006-10-09 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
3737
3738 * keyboard.c (command_loop_1): Handle non-number values of
3739 `minibuffer-message-timeout'.
3740 (Fexecute_extended_command): Fix typo.
3741
3742 * minibuf.c (temp_echo_area_glyphs): Sit for
3743 `minibuffer-message-timeout' seconds.
3744
3745 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3746
3747 * macterm.c (mac_draw_image_string, mac_draw_image_string_16):
3748 Add argument OVERSTRIKE_P.
3749 (mac_draw_string_common, mac_draw_image_string_cg): Likewise.
3750 Support overstrike.
3751 (mac_draw_string, mac_draw_string_16): Remove functions.
3752 (x_draw_glyph_string_foreground): Use overstrike when needed.
3753 (x_draw_composite_glyph_string_foreground): Likewise.
3754 Use mac_draw_image_string_16 instead of mac_draw_string_16.
3755 (mac_load_query_font): Rename from XLoadQueryFont. Take argument
3756 F instead of DPY. All uses changed. Don't save/restore font.
3757
3758 2006-10-07 Ralf Angeli <angeli@caeruleus.net>
3759
3760 * w32fns.c (w32_createwindow): Honour left and top positions if
3761 supplied explicitly.
3762
3763 2006-10-06 Kim F. Storm <storm@cua.dk>
3764
3765 * xdisp.c (pos_visible_p): Fix value when EOB is visible.
3766
3767 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
3768
3769 * frame.c (Qinhibit_face_set_after_frame_default): New var.
3770 (syms_of_frame): Initialize it.
3771 (x_set_frame_parameters): Avoid resetting :font attributes to the
3772 new-frame defaults.
3773
3774 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * lisp.h (clear_regexp_cache): Declare.
3777
3778 * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
3779 (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
3780 (clear_regexp_cache): Only flush those regexps which depend on
3781 a syntax-table.
3782
3783 * regex.c (regex_compile): Set the new `used_syntax' bit.
3784
3785 * regex.h: Remove file local variables.
3786 (struct re_pattern_buffer): New field `used_syntax'.
3787
3788 2006-10-03 Kim F. Storm <storm@cua.dk>
3789
3790 * process.c (list_processes_1): Run sentinels before removing dead
3791 processes. Also remove `closed' network connections.
3792
3793 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
3796
3797 2006-09-30 Eli Zaretskii <eliz@gnu.org>
3798
3799 * config.in: Regenerated.
3800
3801 2006-09-29 Juri Linkov <juri@jurta.org>
3802
3803 * buffer.c (syms_of_buffer): Reorder coding systems in the
3804 docstring of %z to the real order displayed in the modeline.
3805
3806 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
3809
3810 2006-09-26 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * indent.c (Fvertical_motion): Do move back if the Lisp string
3813 being displayed contains newlines.
3814
3815 2006-09-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3816
3817 * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
3818 [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
3819
3820 2006-09-26 Kenichi Handa <handa@m17n.org>
3821
3822 * keymap.c (Fsingle_key_description): For an invalid char, return
3823 "Invalid char code NNNNN".
3824
3825 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3826
3827 * callint.c (Fcall_interactively): Doc fix.
3828
3829 2006-09-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3830
3831 * macterm.c (x_underline_at_descent_line): New variable.
3832 (syms_of_macterm): DEFVAR_BOOL it.
3833 (x_draw_glyph_string): Use it.
3834 (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
3835
3836 2006-09-25 Kenichi Handa <handa@m17n.org>
3837
3838 * keymap.c (Fsingle_key_description): Return unique names for
3839 generic characters.
3840
3841 2006-09-24 Richard Stallman <rms@gnu.org>
3842
3843 * search.c (compile_pattern_1): Don't BLOCK_INPUT.
3844
3845 2006-09-24 Eli Zaretskii <eliz@gnu.org>
3846
3847 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)):
3848 Depend on nt/inc/langinfo.h and nt/inc/nl_types.h.
3849
3850 * w32proc.c (nl_langinfo): New function.
3851
3852 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
3853 (w32-pass-lwindow-to-system, w32-enable-num-lock)
3854 (w32-enable-caps-lock, w32-scroll-lock-modifier)
3855 (w32-lwindow-modifier, w32-rwindow-modifier)
3856 (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
3857
3858 2006-09-23 Juanma Barranquero <lekktu@gmail.com>
3859
3860 * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
3861 (Fdisplay_completion_list): Fix typos in docstrings.
3862
3863 2006-09-23 Romain Francoise <romain@orebokech.com>
3864
3865 * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
3866
3867 2006-09-23 Kenichi Handa <handa@m17n.org>
3868
3869 * keymap.c (Fmap_keymap): Docstring mentions about generic character.
3870
3871 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * regex.c (analyse_first): For eight-bit-control chars, mark both the
3874 char's value and its leading byte in the fastmap.
3875 (re_search_2): When fast-scanning without translation, be careful to
3876 check that we only match the leading byte of a multibyte char.
3877
3878 * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
3879 byte sequence.
3880 (AT_CHAR_BOUNDARY): New macro.
3881
3882 2006-09-22 Kenichi Handa <handa@m17n.org>
3883
3884 * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
3885 whose default value is non-nil.
3886
3887 2006-09-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3888
3889 * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
3890 Gtk+ versions < 2.10.
3891
3892 * xfns.c (syms_of_xfns): Fix typo in help text for
3893 x-gtk-file-dialog-help-text.
3894
3895 2006-09-21 Kim F. Storm <storm@cua.dk>
3896
3897 * fns.c (Fmemq): Refill doc string.
3898 (Fmemql): New defun, like memq but using eql.
3899 (syms_of_fns): Defsubr it.
3900
3901 2006-09-20 Kim F. Storm <storm@cua.dk>
3902
3903 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
3904 last visible glyph in window.
3905
3906 * window.c (Fset_window_hscroll, Fwindow_line_height):
3907 Doc fix. Use "off-window" instead of "off-screen".
3908 (Fpos_visible_in_window_p): Likewise.
3909 If POS is t, return info for last visible glyph in window.
3910
3911 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * search.c (struct regexp_cache): New entry syntax_table.
3914 (compile_pattern_1): Set it.
3915 (syms_of_search): Initialize it.
3916 (compile_pattern): Require the syntax_table entry of the cache
3917 element to match the current syntax table entry.
3918
3919 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * window.c (Fwindow_end): Fix recent change.
3922
3923 2006-09-19 Kim F. Storm <storm@cua.dk>
3924
3925 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
3926 Doc fix. Use "off-screen" instead of "invisible".
3927 (Fwindow_line_height): Make line numbers 0-based. Make line arg
3928 optional; if nil, use current cursor row. Handle text terminals
3929 properly. Return nil if non-interactive or pseudo-window.
3930
3931 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * keymap.c: Include alloca.h if available.
3934 (Fkey_binding): Only use AREF after checking it's a vector.
3935 Remove unused var `window'.
3936
3937 2006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3938
3939 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
3940 inhibit_sentinels.
3941
3942 * mac.c [!MAC_OSX] (select): Fix argument name.
3943
3944 * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
3945 menu ID for Apple menu.
3946 (menubar_selection_callback): Remove function.
3947 (find_and_call_menu_selection): New function from xmenu.c.
3948 (x_activate_menubar): Use it.
3949 (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
3950
3951 * macterm.c (menubar_selection_callback): Remove extern.
3952 (M_APPLE): Change to 234.
3953 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
3954 (do_menu_choice): Remove function.
3955
3956 * macterm.h (struct mac_output): Remove member menubar_active.
3957 (do_menu_choice): Remove extern.
3958 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
3959
3960 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3961
3962 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
3963 x_gtk_file_dialog_help_text.
3964
3965 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
3966 to x-gtk-use-old-file-dialog.
3967 (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
3968 x_gtk_file_dialog_help_text.
3969
3970 * xfns.c (syms_of_xfns): Ditto.
3971
3972 2006-09-18 Kim F. Storm <storm@cua.dk>
3973
3974 * window.c (Fwindow_line_visibility): Remove.
3975 (Fwindow_line_height): New defun replacing it.
3976 (syms_of_window): Defsubr it.
3977
3978 2006-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3979
3980 * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
3981 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
3982
3983 2006-09-17 Jay Belanger <belanger@truman.edu>
3984
3985 * gmalloc.c:
3986 * md5.c:
3987 * md5.h:
3988 * strftime.c: Replace "GNU Library General Public License" by "GNU
3989 General Public License" throughout.
3990
3991 2006-09-17 Kim F. Storm <storm@cua.dk>
3992
3993 * dispnew.c (update_text_area): Undo 2000-07-18 change.
3994 Always redrawing whole row if line has mouse-face in it causes
3995 excessive flickering of the mode line.
3996
3997 2006-09-17 Chong Yidong <cyd@stupidchicken.com>
3998
3999 * search.c (clear_regexp_cache): New function.
4000
4001 * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
4002
4003 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4004
4005 * gtkutil.c (xg_get_file_with_chooser):
4006 Check x-gtk-show-chooser-help-text before adding the help text.
4007
4008 * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
4009
4010 * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+
4011 will simply crash if we fail.
4012
4013 2006-09-16 Richard Stallman <rms@gnu.org>
4014
4015 * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
4016
4017 2006-09-15 Kim F. Storm <storm@cua.dk>
4018
4019 * window.c (Fwindow_line_visibility): New defun for line-move-partial.
4020 (syms_of_window): Defsubr it.
4021 (Fwindow_end): Use window's buffer rather than current buffer.
4022
4023 2006-09-15 Jay Belanger <belanger@truman.edu>
4024
4025 * COPYING: Replace "Library Public License" by "Lesser Public
4026 License" throughout.
4027
4028 2006-09-15 David Kastrup <dak@gnu.org>
4029
4030 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies.
4031
4032 * keymap.c: include "window.h".
4033 (Fcommand_remapping): New optional POSITION argument.
4034 (Fkey_binding): New optional POSITION argument. Completely rework
4035 handling of mouse clicks to get the same order of keymaps as
4036 `read-key-sequence' and heed POSITION. Also temporarily switch
4037 buffers to location of mouse click and back.
4038
4039 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
4040 for additional argument.
4041 (parse_menu_item): Adjust call of `Fkey_binding' for additional
4042 argument.
4043 (read_key_sequence): If there are both `local-map' and `keymap'
4044 text properties at some buffer position, heed both.
4045
4046 * keymap.h: Declare additional optional arguments of
4047 `Fcommand_remapping' and `Fkey_binding'.
4048
4049 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
4050
4051 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
4052
4053 2006-09-14 Andreas Schwab <schwab@suse.de>
4054
4055 * print.c: Whitespace fixup.
4056
4057 2006-09-14 Kim F. Storm <storm@cua.dk>
4058
4059 * xdisp.c (produce_image_glyph): Automatically crop wide images at
4060 right window edge so we can draw the cursor on the same row to
4061 avoid confusing redisplay by placing the cursor outside the visible
4062 window area.
4063
4064 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4065
4066 * xterm.c (x_initialize): Don't install Xt event timer here.
4067 (x_timeout_atimer_activated_flag): New var.
4068 (x_activate_timeout_atimer): New function to install Xt timer.
4069 (x_send_scroll_bar_event, x_process_timeouts): Use it.
4070
4071 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
4072 (create_and_show_popup_menu, create_and_show_dialog): Use it.
4073
4074 * xterm.h (x_activate_timeout_atimer): Add prototype.
4075
4076 2006-09-13 Richard Stallman <rms@gnu.org>
4077
4078 * print.c (print_string): When printcharfun is t,
4079 copy string contents and call strout on the copy.
4080
4081 * keyboard.c (read_char): If end_time specified, don't put the
4082 event into this_command_keys.
4083 (read_key_sequence): If Voverriding_terminal_local_map is specified,
4084 don't check Voverriding_local_map at all.
4085
4086 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * textprop.c (Fnext_property_change, Fnext_single_property_change)
4089 (Fprevious_property_change, Fprevious_single_property_change):
4090 Avoid changing limit, so we can correctly catch the case where the
4091 property is constant up to limit.
4092
4093 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4094
4095 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4096 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4097 Undo 2006-09-08 change.
4098
4099 2006-09-11 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * keymap.c (Fkey_binding): Use string position for string objects.
4102
4103 2006-09-11 Kim F. Storm <storm@cua.dk>
4104
4105 * keymap.c (Fkey_binding): Fix last change.
4106
4107 * editfns.c (Fmessage): Recommend using (message "%s" ...).
4108
4109 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * keymap.c (Fkey_binding): Check for local keymap for mouse click
4112 events.
4113
4114 2006-09-10 Kim F. Storm <storm@cua.dk>
4115
4116 * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
4117 and Vunread_post_input_method_events.
4118
4119 * dispnew.c (Fredisplay): Document return value.
4120
4121 2006-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4122
4123 * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
4124
4125 * gtkutil.c (xg_display_close): Always change default display if needed,
4126 check for < Gtk+ version 2.10 before calling gdk_display_close.
4127
4128 2006-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4129
4130 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
4131 Make variable `ofds' static. Remove variable `maxfd'.
4132
4133 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
4134 Call check_mac.
4135
4136 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
4137 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
4138 Apply 2006-09-08 change for xmenu.c.
4139
4140 * xfns.c (Fx_file_dialog): Call check_x.
4141
4142 2006-09-10 Kim F. Storm <storm@cua.dk>
4143
4144 * xdisp.c (get_window_cursor_type): Use hollow cursor on
4145 non-transparent images.
4146
4147 2006-09-09 Eli Zaretskii <eliz@gnu.org>
4148
4149 * editfns.c (Fsystem_name): Mention "host" in the doc string.
4150 (syms_of_editfns) <system-name>: Likewise.
4151
4152 2006-09-08 Martin Rudalics <rudalics@gmx.at>
4153
4154 * xdisp.c (mouse_autoselect_window): Remove.
4155 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
4156
4157 * dispextern.h (mouse_autoselect_window): Remove extern.
4158 (Vmouse_autoselect_window): Add extern.
4159
4160 * macterm.c (XTread_socket): Test Vmouse_autoselect_window
4161 instead of mouse_autoselect_window.
4162
4163 * msdos.c (dos_rawgetc): Likewise.
4164
4165 * w32term.c (w32_read_socket): Likewise.
4166
4167 * xterm.c (handle_one_xevent): Likewise.
4168
4169 2006-09-08 Richard Stallman <rms@gnu.org>
4170
4171 * xdisp.c (Vmenu_updating_frame): Define here.
4172 (syms_of_xdisp): DEFVAR it here.
4173 (update_menu_bar): Always return hooks_run.
4174 Set Vmenu_updating_frame.
4175
4176 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
4177 before calculating SELECTED_FRAME.
4178
4179 * xmenu.c (Vmenu_updating_frame): Don't define here.
4180 (syms_of_xmenu): Don't DEFVAR it here.
4181
4182 * xterm.c (x_error_quitter): For BadName error, just return.
4183
4184 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
4185
4186 * casetab.c (init_casetab_once): Call set_case_table.
4187
4188 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
4189
4190 * process.c (inhibit_sentinels): New variable.
4191 (exec_sentinel): Test inhibit_sentinels.
4192 (init_process): Initialize it.
4193
4194 * process.h (inhibit_sentinels): Add decl.
4195
4196 * search.c (looking_at_1, string_match_1, search_command):
4197 Make syntax table's canon table point to eqv table.
4198
4199 2006-09-08 Andreas Schwab <schwab@suse.de>
4200
4201 * print.c (strout): Fix whitespace.
4202
4203 2006-09-08 Kim F. Storm <storm@cua.dk>
4204
4205 * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
4206
4207 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4208
4209 * mac.c [!MAC_OSX]: Don't include keyboard.h.
4210 [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
4211 in the same BLOCK_INPUT block, in case that some input has already
4212 been read asynchronously. Pretend to be interrupted by a signal
4213 if some input is available.
4214 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
4215 (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
4216 Now used for ReceiveNextEvent timeout instead of select timeout.
4217 (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
4218 [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
4219 support. Quit event loop.
4220 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
4221 connect support. Reuse previously allocated CFRunLoopSource.
4222 (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
4223 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
4224
4225 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
4226 Specify kWindowAsyncDragAttribute.
4227
4228 * macterm.c (mac_handle_origin_change, mac_handle_size_change)
4229 (mac_get_ideal_size): New functions.
4230 (x_set_offset, x_set_window_size, x_make_frame_visible)
4231 (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
4232 (install_window_handler, mac_handle_window_event)
4233 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
4234 kEventWindowBoundsChanged.
4235 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
4236 DragWindow.
4237
4238 2006-09-07 Andreas Schwab <schwab@suse.de>
4239
4240 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
4241 use lib64 instead of lib.
4242
4243 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4244
4245 * Makefile.in: Avoid double quotes when possible.
4246
4247 2006-09-06 Kenichi Handa <handa@m17n.org>
4248
4249 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
4250 a Lisp string from the result of emacs_memftimeu call.
4251
4252 2006-09-06 Kim F. Storm <storm@cua.dk>
4253
4254 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
4255 so calculate heights even when pos-visible-in-window-p is called
4256 with partially = t. Don't overshoot last_visible_y in move_it_to.
4257 Return row height and row number in new rowh and vpos args.
4258 (cursor_row_fully_visible_p): First line is always "fully visible".
4259 (try_window): Don't clear matrix if vscrolled.
4260
4261 * lisp.h (pos_visible_p): Update prototype.
4262
4263 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
4264 Return row height and row number for partially visible rows.
4265 Modify return value to a 2 element list for fully visible rows and
4266 6 for partially visible row.
4267 (window_scroll_pixel_based): Use pos_visible_p directly instead of
4268 Fpos_visible_in_window_p. Fix auto vscrolling for partially
4269 visible lines. Only vscroll backwards if already vscrolled
4270 forwards. Unconditionally vscroll forwards if PT is first (and
4271 only) line. Set new window start instead of scrolling at
4272 start/end of tall line.
4273
4274 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4275
4276 * macterm.c (install_window_handler, mac_handle_window_event)
4277 [USE_CARBON_EVENTS]: Handle kEventWindowClose.
4278 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
4279 ASCII keystroke event.
4280
4281 2006-09-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4282
4283 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
4284 the file chooser message. Only call gtk_file_chooser_set_current_name
4285 when action is SAVE.
4286
4287 2006-09-04 Andreas Schwab <schwab@suse.de>
4288
4289 * Makefile.in: Double all single and back quotes in C-style
4290 comments to help fontifier.
4291
4292 2006-09-03 Jason Rumney <jasonr@gnu.org>
4293
4294 * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
4295 (globals_of_w32): Register it as a signal handler.
4296
4297 2006-09-02 Juri Linkov <juri@jurta.org>
4298
4299 * marker.c (Fmarker_position): Doc fix.
4300
4301 2006-09-03 Eli Zaretskii <eliz@gnu.org>
4302
4303 * window.c (syms_of_window) <split-height-threshold>:
4304 <window-min-height, window-min-width>: Doc fix.
4305
4306 2006-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4307
4308 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
4309 for writing files. Call gtk_file_chooser_set_current_name to keep
4310 default filename.
4311
4312 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls.
4313
4314 2006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
4315
4316 * fns.c (concat) [__GNUC__]: Declare with
4317 `__attribute__((noinline))'.
4318
4319 * eval.c (apply1, call2) [__GNUC__]: Declare with
4320 `__attribute__((noinline))'.
4321
4322 2006-09-02 Stuart D. Herring <herring@lanl.gov>
4323
4324 * minibuf.c (Finternal_complete_buffer): New function.
4325 (syms_of_minibuf): Defsubr it.
4326 (Fread_buffer): Use it, instead of Vbuffer_alist.
4327
4328 2006-09-01 Martin Rudalics <rudalics@gmx.at>
4329
4330 * buffer.h (struct buffer_text): New field chars_modiff.
4331 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
4332 * buffer.c (Fbuffer_chars_modified_tick): New function returning
4333 value of BUF_CHARS_MODIFF.
4334 (syms_of_buffer): Defsubr it.
4335 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
4336 * insdel.c (modify_region): New argument preserve_chars_modiff.
4337 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
4338 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
4339 (adjust_after_replace, adjust_after_replace_noundo)
4340 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
4341 * lisp.h (modify_region): Add fourth argument in extern.
4342 * casefiddle.c (casify_region): Call modify_region with fourth
4343 argument zero to assert that CHARS_MODIFF is updated.
4344 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
4345 (Ftranspose_regions): Likewise.
4346 * textprop.c (Fadd_text_properties, Fset_text_properties)
4347 (Fremove_text_properties, Fremove_list_of_text_properties):
4348 Call modify_region with fourth argument 1 to avoid that
4349 CHARS_MODIFF is updated.
4350
4351 2006-08-31 Richard Stallman <rms@gnu.org>
4352
4353 * editfns.c (Fformat): Don't sign-extend for %o or %x.
4354
4355 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
4356
4357 * indent.c (Fvertical_motion): Don't move back if we were
4358 displaying a Lisp string, either.
4359
4360 2006-08-28 Kim F. Storm <storm@cua.dk>
4361
4362 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
4363 Don't attempt to replace cursor on image glyphs.
4364
4365 2006-08-28 Kenichi Handa <handa@m17n.org>
4366
4367 * coding.c (Fdetect_coding_region, Fdetect_coding_string):
4368 Fix docstring about ISO-2022 control characters.
4369
4370 2006-08-28 Kim F. Storm <storm@cua.dk>
4371
4372 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
4373 with a hollow box cursor if image is larger than 32x32 (or the default
4374 frame font if that is bigger). Replace any other cursor on images
4375 with hollow box cursor, as redisplay doesn't support bar and hbar
4376 cursors on images.
4377
4378 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4379
4380 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
4381 change. Move mutex lock/unlock operations inside BLOCK_INPUT.
4382
4383 * dired.c (directory_files_internal_unwind, directory_files_internal)
4384 (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
4385
4386 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
4387 of OSErr.
4388
4389 * keyboard.c (in_sighandler): Remove variable.
4390 (Fcurrent_idle_time): Add missing `doc:'.
4391 (input_available_signal, init_keyboard): Undo previous change.
4392
4393 * keyboard.h (in_sighandler): Remove extern.
4394
4395 * mac.c (create_apple_event_from_event_ref, select)
4396 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
4397 (Fmac_set_file_type, cfstring_create_normalized)
4398 (mac_get_system_locale, select_and_poll_event, sys_select):
4399 Use OSStatus instead of OSErr.
4400
4401 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
4402 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
4403 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
4404
4405 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
4406 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
4407 (get_scrap_private_timestamp, get_scrap_target_type_list)
4408 (x_own_selection, x_get_foreign_selection)
4409 (Fx_disown_selection_internal, Fx_selection_owner_p)
4410 (Fx_selection_exists_p): Use OSStatus instead of OSErr.
4411
4412 * macterm.c (mac_draw_string_common, mac_query_char_extents)
4413 (x_iconify_frame, XLoadQueryFont, install_window_handler)
4414 (mac_handle_command_event, init_command_handler, init_menu_bar):
4415 Use OSStatus instead of OSErr.
4416 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
4417 FRAME_FILE_NAME.
4418 (x_query_font): Apply 2006-08-04 change for xterm.c.
4419 (Qhi_command): Rename from Qhicommand. All uses changed.
4420
4421 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
4422 file_name.
4423 (FRAME_FILE_NAME): Remove macro.
4424 (install_window_handler, create_apple_event_from_event_ref):
4425 Return OSStatus instead of OSErr.
4426
4427 2006-08-26 Kim F. Storm <storm@cua.dk>
4428
4429 * buffer.c (Fset_buffer_multibyte):
4430 * editfns.c (Fcurrent_time, Fget_internal_run_time):
4431 * macfns.c (Fxw_color_values):
4432 * w32fns.c (Fxw_color_values):
4433 * xfns.c (Fxw_color_values): Simplify; use list3.
4434
4435 * fileio.c (Fmake_directory_internal, Fdelete_directory)
4436 (Fdelete_file): Simplify; use list1.
4437 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
4438 Simplify; remove NO_ARG_ARRAY stuff, use list2.
4439
4440 2006-08-25 Richard Stallman <rms@gnu.org>
4441
4442 * buffer.c (Fswitch_to_buffer): Fix previous change.
4443
4444 2006-08-25 Kim F. Storm <storm@cua.dk>
4445
4446 * keyboard.c (Fcurrent_idle_time): Simplify.
4447
4448 2006-08-25 Richard Stallman <rms@gnu.org>
4449
4450 * fns.c (sxhash_string): Rotate properly; don't lose bits.
4451
4452 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
4453
4454 * xdisp.c (overline_margin): New variable.
4455 (x_produce_glyphs): Use it.
4456 (syms_of_xdisp): DEFVAR_INT it.
4457
4458 * xterm.c (x_underline_at_descent_line): New variable.
4459 (syms_of_xterm): DEFVAR_BOOL it.
4460 (x_draw_glyph_string): Use it.
4461 Draw underline and overline up to the end of line if the face
4462 extends to the end of line.
4463
4464 * macterm.c: Likewise.
4465
4466 * w32term.c: Likewise.
4467
4468 2006-08-24 Nick Roberts <nickrob@snap.net.nz>
4469
4470 * buffer.c (Fswitch_to_buffer): Move buffer to front of
4471 buffer-alist if necessary.
4472
4473 2006-08-22 Kim F. Storm <storm@cua.dk>
4474
4475 * xdisp.c (update_tool_bar): Redisplay toolbar also when only
4476 number of items changes.
4477
4478 2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4479
4480 * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
4481
4482 2006-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4483
4484 * keyboard.c: Clarify difference between in_sighandler and
4485 handling_signal.
4486
4487 2006-08-21 Kim F. Storm <storm@cua.dk>
4488
4489 * macterm.c (x_draw_stretch_glyph_string):
4490 * w32term.c (x_draw_stretch_glyph_string):
4491 * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
4492 stretch glyph in left marginal areas on header and mode lines.
4493
4494 2006-08-21 Kenichi Handa <handa@m17n.org>
4495
4496 * keyboard.c (syms_of_keyboard): Docstring of
4497 Vunread_post_input_method_events and Vunread_input_method_events
4498 fixed.
4499
4500 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
4501
4502 * keyboard.c (show_help_echo): Preserve mouse movement flag if
4503 tracking mouse.
4504
4505 2006-08-20 Richard Stallman <rms@gnu.org>
4506
4507 * xfaces.c (load_pixmap): Add quotes in error message.
4508
4509 * keyboard.c (Fcurrent_idle_time): New function.
4510 (syms_of_keyboard): defsubr it.
4511
4512 2006-08-18 Nick Roberts <nickrob@snap.net.nz>
4513
4514 * window.c (Fset_window_fringes): Do nothing on a tty.
4515 (Fwindow_fringes): Put ? operator after the line break.
4516
4517 2006-08-16 Andreas Schwab <schwab@suse.de>
4518
4519 * print.c (debug_output_compilation_hack): Fix return type.
4520
4521 2006-08-16 Richard Stallman <rms@gnu.org>
4522
4523 * print.c (debug_output_compilation_hack): New function.
4524
4525 2006-08-16 Kenichi Handa <handa@m17n.org>
4526
4527 * fileio.c (choose_write_coding_system): Use LF for end-of-line
4528 in auto-saving.
4529
4530 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * keyboard.c (read_char): Don't change idle timer state at all if
4533 end_time is supplied.
4534
4535 2006-08-15 Kenichi Handa <handa@m17n.org>
4536
4537 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
4538 is exhausted, return with RET.
4539 (detect_coding_emacs_mule, detect_coding_iso2022)
4540 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
4541 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
4542 change.
4543
4544 2006-08-14 Chong Yidong <cyd@stupidchicken.com>
4545
4546 * keyboard.c (read_char): Don't reset idle timers if a time limit
4547 is supplied.
4548
4549 2006-08-14 Kim F. Storm <storm@cua.dk>
4550
4551 * .gdbinit (pitx): Print iterator position.
4552 Limit stack dump in case iterator is not initialized.
4553
4554 2006-08-12 Eli Zaretskii <eliz@gnu.org>
4555
4556 * frame.c (Fmouse_position, Fmouse_pixel_position)
4557 (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
4558
4559 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4560
4561 * xselect.c (Fx_register_dnd_atom): New function.
4562 (syms_of_xselect): Defsubr it.
4563 (x_handle_dnd_message): Check that message_type is in
4564 dpyinfo->x_dnd_atoms before generating lisp event.
4565
4566 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
4567 of drag and drop Atoms.
4568
4569 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*.
4570
4571 2006-08-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4572
4573 * keyboard.c: Define in_sighandler.
4574 (input_available_signal): Set in_sighandler.
4575 (init_keyboard): Initialize in_sighandler.
4576
4577 * keyboard.h: Declare in_sighandler.
4578
4579 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
4580 to check if mutex should be locked or not.
4581
4582 2006-08-09 Richard Stallman <rms@gnu.org>
4583
4584 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
4585 (read_key_sequence): Always start fkey.start and fkey.end at 0,
4586 and likewise for keytran.
4587
4588 2006-08-09 Kenichi Handa <handa@m17n.org>
4589
4590 * coding.c (syms_of_coding): Improve the docstring
4591 of file-coding-system-alist.
4592
4593 2006-08-07 Andreas Schwab <schwab@suse.de>
4594
4595 * puresize.h (BASE_PURESIZE): Increase to 1120000.
4596
4597 2006-08-06 Chong Yidong <cyd@stupidchicken.com>
4598
4599 * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
4600 (Fkill_all_local_variables): Use it.
4601 (syms_of_buffer): Defvar it.
4602
4603 2006-08-05 Eli Zaretskii <eliz@gnu.org>
4604
4605 * w32.c (w32_valid_pointer_p): New function.
4606
4607 * w32.h: Add prototype for w32_valid_pointer_p.
4608
4609 * alloc.c: Include w32.h.
4610 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
4611 the job.
4612
4613 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
4614 is exactly equal to end_time, not only when it is past that.
4615
4616 2006-08-04 Chong Yidong <cyd@stupidchicken.com>
4617
4618 * keyboard.c (read_char): Rebalance specpdl after receiving jump.
4619
4620 * process.c: Reapply 2006-08-01 change.
4621
4622 2006-08-04 Eli Zaretskii <eliz@gnu.org>
4623
4624 * w32fns.c (w32_query_font): Fix last change: use stricmp.
4625
4626 2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * editfns.c (Fsubst_char_in_region): Redo the setup work after running
4629 the before-change-functions since they may have altered the buffer.
4630
4631 2006-08-04 Ralf Angeli <angeli@caeruleus.net>
4632
4633 * w32fns.c (w32_createwindow): Handle -geometry command line option
4634 and the geometry settings in the Registry.
4635
4636 2006-08-04 Kenichi Handa <handa@m17n.org>
4637
4638 * w32fns.c (w32_query_font): Compare names by ignoring case.
4639
4640 * xterm.c (x_query_font): Compare names by ignoring case.
4641
4642 2006-08-03 Jason Rumney <jasonr@gnu.org>
4643
4644 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
4645 when no option selected.
4646
4647 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
4648
4649 * process.c: Revert last change.
4650
4651 2006-08-01 Kim F. Storm <storm@cua.dk>
4652
4653 * process.c (wait_reading_process_output_unwind): New function.
4654 Restores waiting_for_user_input_p to saved value.
4655 (wait_reading_process_output): Unwind protect waiting_for_user_input_p
4656 instead of save/restore old value on stack.
4657
4658 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4659
4660 * editfns.c: Undo 2006-06-27 change.
4661
4662 2006-07-29 Eli Zaretskii <eliz@gnu.org>
4663
4664 * coding.c (Ffind_operation_coding_system): Revert the change from
4665 2006-05-29.
4666
4667 * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
4668
4669 2006-07-28 Richard Stallman <rms@gnu.org>
4670
4671 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
4672 Add conditional aborts for clarity.
4673
4674 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
4675 Used to avoid running the hooks over and over for each frame.
4676 (prepare_menu_bars): Pass value from update_menu_bar
4677 as HOOKS_RUN of next call.
4678
4679 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
4680
4681 2006-07-28 Kim F. Storm <storm@cua.dk>
4682
4683 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
4684 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
4685
4686 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * keyboard.c (read_char): New arg END_TIME specifying timeout.
4689 All callers changed. Turn off echoing if END_TIME is non-NULL.
4690 (kbd_buffer_get_event): New arg END_TIME.
4691
4692 * lread.c (read_filtered_event): New arg SECONDS to wait until.
4693 (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
4694
4695 * lisp.h: Update read-char, read-event, and read_filtered_event
4696 prototypes.
4697
4698 * keyboard.h: Include systime.h. Update read_char prototype.
4699
4700 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4701
4702 * alloc.c (find_string_data_in_pure): New function.
4703 (make_pure_string): Use it to reuse existing string data if possible.
4704
4705 * puresize.h (BASE_PURESIZE): Decrease to 1102000.
4706
4707 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * keymap.c (Fdefine_key): If the key binding definition looks like an
4710 XEmacs-style key sequence, convert it to Emacs's format.
4711
4712 2006-07-22 Ralf Angeli <angeli@caeruleus.net>
4713
4714 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
4715 parameters are bound to some values, use that instead of
4716 CW_USEDEFAULT.
4717
4718 2006-07-21 Eli Zaretskii <eliz@gnu.org>
4719
4720 * w32.c (convert_time): Use explicit long double constants to
4721 ensure long double arithmetics is used throughout.
4722
4723 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4724
4725 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
4726 (init_alloc_once): Initialize them.
4727 (pure_alloc): Allocate non-Lisp objects from the end of pure storage
4728 without alignment.
4729
4730 * puresize.h (BASE_PURESIZE): Decrease to 1141000.
4731
4732 2006-07-18 Francis Litterio <franl@world.std.com>
4733
4734 * w32term.c (x_calc_absolute_position): Fix frame positioning
4735 with negative X/Y coordinates.
4736
4737 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
4738
4739 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
4740
4741 * textprop.c (text_read_only): Likewise.
4742
4743 * lread.c (end_of_file_error): Likewise.
4744
4745 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
4746 Likewise.
4747
4748 * eval.c (unwind_to_catch): Likewise.
4749
4750 * buffer.h (buffer_slot_type_mismatch): Likewise.
4751
4752 2006-07-18 Kim F. Storm <storm@cua.dk>
4753
4754 Cleanup Fsignal calls that never returns; now only use it for Qquit.
4755
4756 * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
4757 (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
4758 (signal_error): New no-return function (from xfaces.c).
4759 (Fthrow): Use xsignal2 instead of Fsignal + abort.
4760 (error): Use xsignal1 instead of Fsignal + abort.
4761 (FletX, Flet, grow_specpdl): Use signal_error.
4762 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
4763
4764 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
4765 (list1): New function.
4766
4767 * lisp.h (list1): Add EXFUN.
4768 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
4769 Add prototypes. Mark them as no-return.
4770
4771 * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
4772 Use xsignal1.
4773
4774 * callint.c (check_mark): Use xsignal0.
4775
4776 * casefiddle.c (casify_object): wrong_type_argument is no-return.
4777
4778 * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
4779
4780 * coding.c (Fcheck_coding_system): Use xsignal1. Remove loop.
4781 (Fdefine_coding_system_internal): Use xsignal1.
4782
4783 * data.c (circular_list_error): Use xsignal.
4784 (wrong_type_argument): Use xsignal2. Don't care about return value.
4785 (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
4786 Remove loop around Fsignal.
4787 (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
4788 (indirect_function, Findirect_function, Fstring_to_number)
4789 (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
4790 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
4791 Use xsignal0.
4792
4793 * doc.c (Fdocumentation): Use xsignal1.
4794
4795 * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
4796
4797 * fileio.c (report_file_error): Use xsignal.
4798 (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
4799 (Finsert_file_contents): Use xsignal2.
4800 (syms_of_fileio): Use list2, list3.
4801
4802 * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
4803 (range_error2, domain_error2): Use xsignal3.
4804 (rounding_driver, fmod_float): Use xsignal0.
4805 (float_error): Use xsignal1.
4806 (matherr): Use xsignal.
4807
4808 * fns.c (Flength): wrong_type_argument is no-return.
4809 (hashfn_user_defined, Fmake_hash_table): Use signal_error.
4810 (Fmd5): Use xsignal1.
4811
4812 * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
4813
4814 * keyboard.c (recursive_edit_1): Use xsignal1.
4815
4816 * keymap.c (Fmap_keymap): Use xsignal1.
4817
4818 * lread.c (Fload): Use xsignal2, signal_error.
4819 (end_of_file_error): Use xsignal0, xsignal1.
4820 (read0): Use xsignal1.
4821 (invalid_syntax): New error function marked no-return.
4822 (read_integer, read1, read_list): Use it.
4823
4824 * macselect.c (x_get_local_selection): Use signal_error.
4825
4826 * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
4827
4828 * search.c (compile_pattern_1): Use xsignal1.
4829 (signal_failure): Remove (was only called once).
4830 (search_command): Use xsignal1 instead of signal_failure.
4831
4832 * syntax.c (scan_lists): Use xsignal3.
4833
4834 * textprop.c (text_read_only): Use xsignal0, xsignal1.
4835
4836 * unexsol.c (unexec): Use xsignal.
4837
4838 * window.c (window_scroll_pixel_based, window_scroll_line_based):
4839 Use xsignal0.
4840
4841 * xfaces.c (signal_error): Move to eval.c.
4842 (resolve_face_name): Use xsignal1.
4843
4844 * xfns.c (x_decode_color): Use signal_error.
4845
4846 * xselect.c (x_get_local_selection, copy_multiple_data)
4847 (x_get_window_property_as_lisp_data)
4848 (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
4849 (Fx_get_cut_buffer_internal): Use signal_error.
4850
4851 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4852
4853 * macterm.c (XTread_socket): Undo previous change.
4854
4855 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4856
4857 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
4858 directly lookup keycode_to_xkeysym_table.
4859 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
4860 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
4861 (XTread_socket): Use character codes to construct keypad key events.
4862 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
4863 (x_delete_display): Apply 2006-07-04 change for xterm.c.
4864
4865 2006-07-17 Richard Stallman <rms@gnu.org>
4866
4867 * keyboard.c (Vcommand_error_function): New variable.
4868 (syms_of_keyboard): Defvar it.
4869 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
4870
4871 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
4872
4873 2006-07-17 Kim F. Storm <storm@cua.dk>
4874
4875 * xdisp.c (handle_single_display_spec): Ensure the right value of
4876 it->position is saved by push_it.
4877 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
4878 (reseat_1): Don't setup it->object twice.
4879 (set_iterator_to_next): No need to set it->object after pop_it.
4880 (move_it_to): Explicitly check to see if last move reached to_charpos.
4881
4882 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
4883
4884 * xdisp.c (display_mode_line): Preserve match data.
4885
4886 2006-07-14 Kim F. Storm <storm@cua.dk>
4887
4888 * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
4889 (init_winsock): Load them. Use ws2_32.dll.
4890 (sys_listen): Undo last change. Just set FILE_LISTEN flag.
4891 (sys_accept): Undo last change. Instead, set child status to
4892 STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
4893 sys_select will wakeup the reader thread.
4894 (_sys_wait_accept): New function used by reader thread to wait for
4895 an incoming connection on a server socket.
4896
4897 * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
4898
4899 * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
4900 server socket (FILE_LISTEN flag).
4901
4902 2006-07-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4903
4904 * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
4905
4906 2006-07-14 Kim F. Storm <storm@cua.dk>
4907
4908 * w32.c: Fix high cpu load for server sockets.
4909 (pfn_WSAEventSelect): New function ptr.
4910 (init_winsock): Load it.
4911 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
4912 char_avail event object to FD_ACCEPT.
4913 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
4914 socket's char_avail event object to FD_READ|FD_CLOSE.
4915
4916 * w32.h (FILE_LISTEN): New filedesc flag value.
4917
4918 2006-07-13 Kim F. Storm <storm@cua.dk>
4919
4920 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
4921 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
4922 Simplify loops and use CAR for Bnth and Belt.
4923
4924 * data.c (Findirect_function): Optimize for no indirection.
4925
4926 * eval.c (Fthrow): Remove loop around Fsignal.
4927 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
4928 Use original function name in all signaled errors.
4929 Simplify Fsignal calls (no return).
4930 (funcall_lambda): Simplify Fsignal calls (no return).
4931
4932 2006-07-13 Andreas Schwab <schwab@suse.de>
4933
4934 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
4935 out_charpos.
4936
4937 2006-07-13 Kenichi Handa <handa@m17n.org>
4938
4939 * editfns.c (Fformat): Fix calculation of text property positions
4940 of format string.
4941
4942 2006-07-12 Kim F. Storm <storm@cua.dk>
4943
4944 * lisp.h (CHECK_TYPE): New macro for generic type checking.
4945 (CAR_SAFE, CDR_SAFE): New macros.
4946 (ARRAYP, CHECK_ARRAY): New macros.
4947 (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
4948 (CHECK_WINDOW_CONFIGURATION): New macro.
4949 (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
4950 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
4951 (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
4952 (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
4953 (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
4954 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
4955 (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
4956 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
4957
4958 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
4959 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
4960
4961 * callint.c (Fcall_interactively):
4962 * casefiddle.c (casify_object):
4963 * editfns.c (general_insert_function):
4964 * fns.c (Flength, Felt, Ffillarray):
4965 * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
4966
4967 * data.c (wrong_type_argument): Remove loop around Fsignal.
4968 (Farrayp, Fsequencep): Use ARRAYP.
4969 (Fcar): Use CAR.
4970 (Fcar_safe): Use CAR_SAFE.
4971 (Fcdr): Use CDR.
4972 (Fcdr_safe): Use CDR_SAFE.
4973 (Fsetcar, Fsetcdr): Use CHECK_CONS.
4974 (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
4975 (Faset): Use CHECK_ARRAY.
4976
4977 * fns.c (Felt): Use CHECK_ARRAY.
4978 (concat): Use CHECK_NUMBER.
4979 (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
4980 (Fmemq): Use CHECK_LIST.
4981 (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
4982 (assq_no_quit): Use CAR_SAFE.
4983 (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
4984 Use CHECK_LIST_CONS.
4985 (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
4986
4987 * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
4988
4989 * casetab.c (check_case_table):
4990 * category.c (check_category_table):
4991 * marker.c (Fcopy_marker):
4992 * syntax.c (check_syntax_table):
4993 * xfaces.c (load_pixmap): Use CHECK_TYPE.
4994
4995 * fns.c (Fcopy_sequence, concat):
4996 * fringe.c (Fdefine_fringe_bitmap):
4997 * lread.c (check_obarray): Cleanup wrong_type_argument use.
4998
4999 * keyboard.c (access_keymap_keyremap): Use ARRAYP.
5000
5001 * keymap.c (Fdefine_key, Flookup_key):
5002 * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
5003
5004 * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
5005
5006 * search.c (Fset_match_data): Use CHECK_LIST.
5007
5008 * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
5009
5010 * window.c (Fwindow_configuration_frame, Fset_window_configuration):
5011 (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
5012
5013 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5014
5015 * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
5016
5017 * dired.c: Include blockinput.h.
5018 (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
5019
5020 * editfns.c: Include blockinput.h.
5021 (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
5022 getpwuid/getpwnam.
5023
5024 * fileio.c: Include blockinput.h.
5025 (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
5026 around getpwnam.
5027 (search_embedded_absfilename): Remove spurious xfree.
5028
5029 2006-07-11 Kim F. Storm <storm@cua.dk>
5030
5031 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
5032 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
5033 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
5034 Signal error if TIMEOUT is not a number.
5035 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
5036 The rework of sit_for args also fixes several incorrect Qt args
5037 which should have been 1.
5038 (Fredisplay): Pass 1 instead of Qt to swallow_events and
5039 detect_input_pending_run_timers.
5040
5041 * lisp.h (sit_for): Update prototype.
5042 (Fredisplay): Add EXFUN.
5043
5044 * dispextern.h (sit_for): Remove prototype.
5045
5046 * callint.c (Fcall_interactively):
5047 * minibuf.c (temp_echo_area_glyphs):
5048 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
5049 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
5050
5051 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
5054
5055 2006-07-11 Kim F. Storm <storm@cua.dk>
5056
5057 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
5058 input is available. Fix test for redisplay_dont_pause non-nil.
5059 Specbind redisplay-dont-pause to t if FORCE non-nil.
5060
5061 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
5062
5063 * puresize.h (BASE_PURESIZE): Increment to 1211000.
5064
5065 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
5066 (Fsit_for): Function deleted.
5067
5068 * keyboard.c (command_loop_1, Fexecute_extended_command):
5069 Call sit_for instead of Fsit_for.
5070
5071 * minibuf.c (temp_echo_area_glyphs): Likewise.
5072
5073 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * syntax.c (Fforward_comment): Revert the reversion.
5076 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
5077
5078 2006-07-09 John Paul Wallington <jpw@pobox.com>
5079
5080 * syntax.c (Fforward_comment): Revert previous change.
5081
5082 2006-07-09 Kim F. Storm <storm@cua.dk>
5083
5084 * window.c (Fforce_window_update): Doc fix.
5085
5086 2006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org>
5087
5088 * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
5089 directory unreadable for better user privacy.
5090
5091 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5092
5093 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
5094
5095 * lread.c (read_filtered_event): Remove `register' qualifier because it
5096 causes compilation problem with gcc-4.0.2-20051125 on amd64.
5097 (readevalloop): Remove unused var `bpos'.
5098 Yet another int/Lisp_Object mixup (YAILOM).
5099
5100 2006-07-07 Eli Zaretskii <eliz@gnu.org>
5101
5102 * keyboard.c (Fexecute_extended_command): Mention the argument
5103 PREFIXARG in the doc string.
5104
5105 2006-07-07 Kim F. Storm <storm@cua.dk>
5106
5107 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
5108
5109 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
5110
5111 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
5112 clash detection using the base buffer.
5113
5114 * puresize.h (BASE_PURESIZE): Increment to 1210500.
5115
5116 2006-07-04 Kim F. Storm <storm@cua.dk>
5117
5118 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
5119
5120 2006-07-04 Kenichi Handa <handa@m17n.org>
5121
5122 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
5123 to update Voverriding_fontspec_alist.
5124
5125 2006-07-03 Richard Stallman <rms@gnu.org>
5126
5127 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
5128
5129 * xfaces.c (Fface_attribute_relative_p): Doc fix.
5130
5131 * textprop.c (Fget_char_property_and_overlay): Doc fix.
5132
5133 * eval.c (Fdefvaralias): Doc fix.
5134
5135 2006-07-03 Kim F. Storm <storm@cua.dk>
5136
5137 * dispnew.c (sit_for): Fix preempt condition.
5138
5139 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * lread.c (read_filtered_event): Treat select-window just like
5142 switch-frame.
5143
5144 2006-07-02 Kim F. Storm <storm@cua.dk>
5145
5146 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
5147 to ever fit the tool-bar,
5148 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
5149 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
5150 (redisplay_tool_bar): Only clear desired matrix if we actually
5151 change the tool-bar window height. Only try to make the tool-bar
5152 window bigger if there is actually room for it.
5153
5154 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
5155
5156 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
5157 SPI_GETWORKAREA to find the dimensions of the screen work area,
5158 and adjust vertical position of the frame in order to avoid being
5159 covered by the task bar.
5160
5161 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
5162 f->left_pos and SH_SHOW instead of f->top_pos in the call to
5163 CreateWindow. Record the actual position in f->left_pos and
5164 f->top_pos.
5165
5166 2006-06-30 John Paul Wallington <jpw@pobox.com>
5167
5168 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
5169 Doc fix - default value has changed.
5170
5171 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5172
5173 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
5174
5175 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
5176
5177 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
5178
5179 * macterm.c (Qeql): Add extern.
5180 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
5181 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
5182 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
5183 Change keys of Vmac_atsu_font_table from strings to numbers.
5184 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
5185 (init_font_name_table) [USE_ATSUI]: Use it.
5186 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
5187 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
5188 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
5189 only when saved_ts_script_language_on_focus coincides with
5190 Vmac_ts_script_language_on_focus.
5191 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
5192 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
5193 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
5194 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
5195
5196 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
5197
5198 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
5199 (Ffield_string_no_properties, Ffield_end): Mention
5200 args-out-of-range error condition in docstring.
5201
5202 2006-06-27 Kim F. Storm <storm@cua.dk>
5203
5204 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
5205
5206 2006-06-25 Kim F. Storm <storm@cua.dk>
5207
5208 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
5209 version 2.4 and later.
5210
5211 2006-06-24 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * xfns.c (Fx_create_frame): Set font parameter directly instead of
5214 using x_default_parameter, since x_get_args clears the parm alist.
5215
5216 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5217
5218 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
5219 case-insensitively.
5220
5221 2006-06-24 Aidan Kehoe <kehoea@parhasard.net>
5222
5223 * lread.c (read_escape): When an unknown Unicode code point is
5224 encountered as a string or character escape, signal an error.
5225
5226 2006-06-23 Kim F. Storm <storm@cua.dk>
5227
5228 * .gdbinit (pitx): Dump iterator stack.
5229
5230 * xdisp.c (handle_composition_prop): Push iterator on stack.
5231 (set_iterator_to_next): Pop iterator at end of composition.
5232
5233 2006-06-23 Martin Rudalics <rudalics@gmx.at>
5234
5235 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
5236 itself on DOS_NT platforms, if the old and new names are identical
5237 but for the letter-case.
5238
5239 2006-06-21 Kim F. Storm <storm@cua.dk>
5240
5241 * dispextern.h (struct it): Add `position' member to iterator stack.
5242 Rename `pos' member to `current'. Rearrange and add comments.
5243
5244 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
5245 if we get any overlays.
5246 (set_cursor_from_row): Don't clobber `end' if we rescan from
5247 start_string.
5248 (push_it, pop_it): Save it->position.
5249
5250 2006-06-19 Richard Stallman <rms@gnu.org>
5251
5252 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
5253 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
5254 for the case of a top-level window and the following minibuffer.
5255 Don't exit because of no `next' when there is a parent.
5256 Use the FIRST_ONLY feature when resizing following windows.
5257
5258 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
5259
5260 2006-06-17 Kim F. Storm <storm@cua.dk>
5261
5262 * dispnew.c (update_frame): Check for input pending on entry.
5263 (update_window, update_frame_1): Break loop if input is detected.
5264
5265 2006-06-16 Francis Litterio <flitterio@gmail.com>
5266
5267 * xterm.c (x_check_expected_move, handle_one_xevent)
5268 (x_set_offset, x_check_fullscreen): Extensive changes to make
5269 frame positioning deterministic under X.
5270
5271 * xterm.h (x_output): Add members left_before_move and
5272 top_before_move. Removed members expected_left and expected_top.
5273
5274 2006-06-16 Kim F. Storm <storm@cua.dk>
5275
5276 * dispextern.h (struct it): Add union to iterator stack to save
5277 image, composition, and stretch specific paramters.
5278
5279 * xdisp.c (next_overlay_string): Fix assert.
5280 (push_it, pop_it): Handle composition and stretch specific values.
5281 Only handle it->slice in image (for now).
5282 (back_to_previous_visible_line_start): Continue search if newline is
5283 part of a compisition. Simplify.
5284 (reseat_1): Set it->object to buffer.
5285 (set_iterator_to_next): Set it->object to string or buffer, when
5286 setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
5287 (next_element_from_composition): Set it->object to buffer if not
5288 from string.
5289 (set_cursor_from_row): Only save start of string if not already
5290 done to handle multiple strings in a row.
5291
5292 * .gdbinit (pitx): Show composition parameters.
5293 (pgx, pg): New commands to print a glyph structure.
5294 (pgi, pgn): New commands to print specific/next glyph.
5295 (pgrowx, pgrow): New commands to print all glyphs in a row.
5296
5297 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5298
5299 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
5300 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
5301
5302 * macterm.c (do_app_resume, do_app_suspend): Remove functions.
5303 (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
5304 (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
5305 (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
5306 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
5307 (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
5308 (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
5309 Services functions to get size of main display in pixels.
5310
5311 2006-06-14 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * xdisp.c (back_to_previous_visible_line_start):
5314 Reset it->continuation_lines_width.
5315
5316 2006-06-14 Richard Stallman <rms@gnu.org>
5317
5318 * eval.c (Fdefconst): Mark variable as risky.
5319
5320 * callproc.c (Fcall_process): Doc fix.
5321
5322 * window.c (adjust_window_trailing_edge): Don't break out of the loop
5323 because there's no next window, if there are parallel windows.
5324 Do break out when WINDOW is nil.
5325
5326 2006-06-14 Kim F. Storm <storm@cua.dk>
5327
5328 * dispextern.h (IT_STACK_SIZE): New macro specifying size of
5329 iterator stack (instead of hardcoded number). Increase from 2 to
5330 4 to make room for propertized overlay strings before and after a
5331 display string, image or composition.
5332 (struct it): Add image_id and method members to iterator stack.
5333
5334 * xdisp.c (init_from_display_pos): Don't set it->method and
5335 overlay_string_index after pop_it. Add asserts.
5336 (handle_stop): Look for overlay strings around a display string,
5337 image, or composition. Handle properties on those strings.
5338 (next_overlay_string): Don't set string, pos or method after pop_it.
5339 (get_overlay_strings_1): Split from get_overlay_strings; don't
5340 modify it if no overlay strings are found.
5341 (get_overlay_strings): Use get_overlay_strings_1. Always set
5342 it->string and it->method.
5343 (push_it): Push it->image_id and it->method. Push it->object
5344 instead of it->string if method is GET_FROM_IMAGE.
5345 (pop_it): Pop it->image_id and it->method. Ppo it->object
5346 instead of it->string if method is GET_FROM_IMAGE.
5347 Reset it->current.string_pos if popped it->string is nil.
5348 (reseat_1): Remove comment dated 19 May 2003. It expressed doubt
5349 whether a given change was correct; but the change is correct.
5350 Clear it->string_from_display_prop_p.
5351 (set_iterator_to_next): Rely on it->method and it->image_id from
5352 iterator stack, instead of setting them explicitly after pop_it.
5353
5354 * dispnew.c (sit_for): Undo 2006-06-01 change. Instead, a
5355 negative time forces redisplay even when input is available.
5356 (Fsit_for): Doc fix.
5357
5358 2006-06-13 Kim F. Storm <storm@cua.dk>
5359
5360 * dispnew.c: Modify preemptive redisplay to be based on periodic
5361 checks for input.
5362 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
5363 (Vredisplay_preemption_period): New variable.
5364 (syms_of_display): DEFVAR_LISP and initialize it.
5365 (preemption_period, preemption_next_check): New variables.
5366 (update_frame, update_single_window): Initialize them based on
5367 Vredisplay_preemption_period if !force_p.
5368 (update_window, update_frame_1): Use them to determine when to
5369 check for input.
5370
5371 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
5372
5373 * lread.c (read_escape): Provide a Unicode character escape
5374 syntax; \u followed by exactly four or \U followed by exactly
5375 eight hex digits in a comment or string is read as a Unicode
5376 character with that code point.
5377
5378 2006-06-09 Eli Zaretskii <eliz@gnu.org>
5379
5380 * window.c (window_scroll_pixel_based): Signal "Beginning of
5381 buffer" when scroll-down at the beginning of an empty buffer.
5382
5383 2006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5384
5385 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
5386 Exclude 0x7f from ASCII range.
5387
5388 2006-06-05 Jason Rumney <jasonr@gnu.org>
5389
5390 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
5391 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
5392 (x_scroll_bar_report_motion): Remove workarounds for
5393 versions of Windows NT < 3.51.
5394 [!SIF_ALL]: Remove.
5395 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
5396 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
5397
5398 2006-06-04 David Kastrup <dak@gnu.org>
5399
5400 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
5401 `sit-for'.
5402
5403 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5404
5405 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
5406
5407 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
5408
5409 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
5410 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
5411 [USE_MAC_TSM]: Likewise.
5412 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
5413 (Qbefore_string) [USE_MAC_TSM]: Add extern.
5414 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
5415 ActivateTSMDocument/DeactivateTSMDocument.
5416 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
5417 (mac_handle_window_event) [USE_MAC_TSM]: Handle
5418 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
5419 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
5420 (install_window_handler) [USE_MAC_TSM]: Install it. Register
5421 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
5422 (keycode_to_xkeysym_table): Add entry for f16.
5423 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
5424 before/after passing keystroke event to toolbox dispatcher.
5425 (init_tsm) [USE_MAC_TSM]: New function.
5426 (mac_initialize) [USE_MAC_TSM]: Call it.
5427 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
5428
5429 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
5430
5431 2006-06-02 John Paul Wallington <jpw@gnu.org>
5432
5433 * xfns.c (x_set_name_internal): Set icon to `text', derived from
5434 name, when frame's icon_name isn't a string rather than only when
5435 it is nil.
5436
5437 2006-06-03 Eli Zaretskii <eliz@gnu.org>
5438
5439 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
5440 and not nil.
5441
5442 2006-06-02 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
5445 string.
5446
5447 2006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5448
5449 * xdisp.c (next_element_from_composition): Set it->object to
5450 it->string if composition is coming from string.
5451 (set_cursor_from_row): Don't return 0 unless row displays a
5452 continued line.
5453 (dump_glyph): Dump composite glyph.
5454
5455 2006-06-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5456
5457 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
5458
5459 2006-06-01 Richard Stallman <rms@gnu.org>
5460
5461 * window.c (Fsplit_window): Doc fix.
5462
5463 2006-06-01 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5464
5465 * process.c (deleted_pid_list): New variable to store the pids
5466 of deleted processes. Declare it only if SIGCHLD is defined.
5467 (init_process): Initialize it.
5468 (syms_of_process): Staticpro it.
5469 (Fdelete_process): Add pid of the deleted process to it. Check after
5470 the addition and before the kill if the process is already stopped,
5471 in which case it is deleted from the list and not killed.
5472 (sigchld_handler): Define it only if SIGCHLD is. Search the process
5473 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
5474 Original idea by Stefan Monnier.
5475
5476 2006-06-01 Kim F. Storm <storm@cua.dk>
5477
5478 * dispnew.c (sit_for): Perform redisplay even if input is pending
5479 when redisplay-dont-pause is non-nil.
5480
5481 2006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5482
5483 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
5484 (XTread_socket): Remove obsolete comment.
5485
5486 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5487
5488 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
5489 menu-bar-open.
5490
5491 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5492
5493 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
5494 menu-bar-open.
5495
5496 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
5497
5498 2006-05-31 Juri Linkov <juri@jurta.org>
5499
5500 * minibuf.c (Vhistory_add_new_input): New variable.
5501 (read_minibuf): Use it.
5502 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
5503 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
5504
5505 2006-05-31 Kim F. Storm <storm@cua.dk>
5506
5507 * process.c (select_wrapper): Add wrapper around select to work around
5508 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
5509 select called from wait_reading_process_output.
5510
5511 2006-05-30 Andreas Schwab <schwab@suse.de>
5512
5513 * xmenu.c (Fmenu_bar_start): Return a value.
5514
5515 2006-05-30 Richard Stallman <rms@gnu.org>
5516
5517 * coding.c (Ffind_operation_coding_system): Doc fix.
5518
5519 2006-05-30 Eli Zaretskii <eliz@gnu.org>
5520
5521 * w32term.c (x_draw_hollow_cursor): Fix last change.
5522
5523 2006-05-29 Kim F. Storm <storm@cua.dk>
5524
5525 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
5526
5527 2006-05-29 Eli Zaretskii <eliz@gnu.org>
5528
5529 * coding.c (Ffind_operation_coding_system): Doc fix.
5530
5531 2006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5532
5533 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
5534 Call mac_set_font_info_for_selection if font panel is made visible.
5535
5536 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
5537 (mac_font_panel_visible_p, mac_show_hide_font_panel)
5538 [USE_MAC_FONT_PANEL]: New functions.
5539 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection):
5540 Return immediately if font panel is not visible.
5541
5542 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
5543 Add externs.
5544
5545 2006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
5546
5547 * search.c (matcher_overflow): Mark as NO_RETURN.
5548
5549 * xterm.c (x_connection_closed): Likewise.
5550
5551 * sysdep.c (croak): Likewise.
5552
5553 * sound.c (sound_perror, alsa_sound_perror): Likewise.
5554
5555 * lisp.h (die, nsberror): Likewise.
5556
5557 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5558
5559 * sound.c (alsa_open, alsa_configure, alsa_write):
5560 Move assignment to err out of if-statement.
5561
5562 * gtkutil.c (menu_nav_ended): New function.
5563 (create_menus): Connect menu_nav_ended to "selection-done" to fix
5564 grabs.
5565
5566 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
5567
5568 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
5569
5570 * charset.h (invalid_character): Mark as NO_RETURN.
5571
5572 2006-05-29 Kenichi Handa <handa@m17n.org>
5573
5574 * coding.c (Ffind_operation_coding_system): Call a function by
5575 safe_call1 instead of call1.
5576
5577 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * window.c (struct saved_window): Add `dedicated'.
5580 (Fset_window_configuration, save_window_save): Save/restore the
5581 `dedicated' flag.
5582
5583 2006-05-28 Kim F. Storm <storm@cua.dk>
5584
5585 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
5586 don't update w->cursor and return 0. Return 1 on success.
5587 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
5588 until it succeeds.
5589
5590 * dispextern.h (set_cursor_from_row): Update prototype.
5591
5592 2006-05-28 Kim F. Storm <storm@cua.dk>
5593
5594 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
5595 parameters. Adjust x and width in case cursor in on a partially
5596 visible stretch glyph on the left edge.
5597 (erase_phys_cursor): Don't erase into left fringe/margin in case
5598 previous cursor glyph is a partially visible stretch glyph on left.
5599
5600 * dispextern.h (get_phys_cursor_geometry): Update prototype.
5601
5602 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
5603 cursor and erasing cursor on partially visible stretch glyph on left.
5604 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
5605
5606 * macterm.c: Likewise.
5607
5608 * w32term.c: Likewise.
5609
5610 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5611
5612 * macselect.c (mac_handle_apple_event):
5613 Return errAEEventNotHandled if key binding is not found.
5614
5615 2006-05-26 Eli Zaretskii <eliz@gnu.org>
5616
5617 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
5618 [__MINGW32__]: MinGW-specific declaration of `etext'.
5619
5620 * w32heap.c (etext, edata): Remove unused definitions.
5621
5622 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
5625 Incorporate the exclusive file-opening functionality into the behavior
5626 when OK-IF-ALREADY-EXISTS is nil.
5627 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
5628
5629 2006-05-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5630
5631 * sound.c (alsa_configure): Move get period/buffer_size after
5632 setting hwparams.
5633
5634 2006-05-26 Kenichi Handa <handa@m17n.org>
5635
5636 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
5637 . BUFFER) in TARGET.
5638
5639 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * image.c (png_load): Don't call fclose on NULL.
5642
5643 2006-05-25 Luc Teirlinck <teirllm@auburn.edu>
5644
5645 * fns.c (Fyes_or_no_p):
5646 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
5647 only seven args.
5648
5649 2006-05-25 Juri Linkov <juri@jurta.org>
5650
5651 * lisp.h (Fread_from_minibuffer): Decrement number of args.
5652
5653 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
5654 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
5655
5656 * buffer.c (mode-line-format): Fix docstring.
5657
5658 2006-05-25 Richard Stallman <rms@gnu.org>
5659
5660 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
5661
5662 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
5663
5664 * puresize.h (BASE_PURESIZE): Increase to 1210000.
5665
5666 2006-05-24 Alan Mackenzie <acm@muc.de>
5667
5668 * lread.c (Vload_history): Enhance doc-string to say that the file
5669 is the absolute truename of the loaded file.
5670
5671 * lread.c (Vafter_load_alist): doc-string: state that an element
5672 now has a regexp to match file names, not a file name as such.
5673
5674 * lread.c (readevalloop): Call file-truename on the name for
5675 load-history, except at preloading time.
5676
5677 * lread.c (Fload): At preloading time, preserve the extension of
5678 the filename which goes into load-history. New var hist_file_name.
5679
5680 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
5681 function do-after-load-evaluation.
5682
5683 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5684
5685 * mac.c (ae_attr_table): New variable.
5686 (syms_of_mac): Intern and staticpro its elements.
5687 (mac_aelist_to_lisp): Also convert Apple event attributes.
5688 (mac_ae_put_lisp): New function.
5689 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
5690
5691 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
5692
5693 * macselect.c (Qemacs_suspension_id): New variable.
5694 (syms_of_macselect): Intern and staticpro it.
5695 (struct suspended_ae_info): New struct.
5696 (deferred_apple_events, defer_apple_events)
5697 (Fmac_process_deferred_apple_events): Use it.
5698 (suspended_apple_events): New variable.
5699 (mac_handle_apple_event_1): New function.
5700 (mac_handle_apple_event): Use it. Don't process previously
5701 suspended events.
5702 (cleanup_suspended_apple_events, get_suspension_id)
5703 (cleanup_all_suspended_apple_events): New functions.
5704 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
5705 at exit.
5706 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
5707 (Fmac_resume_apple_event): New defuns.
5708 (syms_of_macselect): Defsubr them.
5709
5710 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
5711 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
5712
5713 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
5714 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
5715 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
5716 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
5717 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
5718 Likewise.
5719 (typeUTF8Text, kEventParamWindowMouseLocation)
5720 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
5721 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
5722
5723 2006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5724
5725 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
5726 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
5727 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
5728 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
5729 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
5730 resource to backtranslate key with modifiers.
5731 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
5732
5733 2006-05-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5734
5735 * xterm.c: Remove declarations already in xterm.h.
5736
5737 * xterm.h: Add extern declarations for x_clear_errors,
5738 x_fully_uncatch_errors, x_catching_errors and
5739 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
5740
5741 2006-05-21 Richard Stallman <rms@gnu.org>
5742
5743 * xfaces.c (best_matching_font): Abort for best == NULL
5744 before we start to use it.
5745
5746 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
5747
5748 2006-05-20 Kim F. Storm <storm@cua.dk>
5749
5750 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
5751
5752 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5753
5754 * macterm.c (convert_fn_keycode): Fix last change.
5755
5756 2006-05-19 Eli Zaretskii <eliz@gnu.org>
5757
5758 * w32.c (init_environment): Perform the processing of environment
5759 variables on a copy of default variables and their values, not on
5760 the original. Simplify code that calls ExpandEnvironmentStrings
5761 and make buf1[] and buf2[] more visible for easier debugging.
5762
5763 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5764
5765 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
5766
5767 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
5768
5769 * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
5770
5771 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
5772 Forward keyUp events to toolbox_dispatcher.
5773
5774 * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
5775
5776 2006-05-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5777
5778 * config.in: Regenerated (HAVE_ALSA).
5779
5780 * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
5781 (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
5782 (snd_error_quiet, alsa_init): New functions.
5783 (vox_init): Return 0 if unable to open device.
5784 (Fplay_sound_internal): Test for alsa first and use vox (oss) as
5785 a fallback.
5786 (struct sound_device): Add period_size.
5787 (wav_play, au_play): Use period_size if set.
5788
5789 * Makefile.in (CFLAGS_SOUND): New flags for ALSA.
5790 (ALL_CFLAGS): Add CFLAGS_SOUND.
5791
5792 2006-05-18 Kenichi Handa <handa@m17n.org>
5793
5794 * callproc.c (Fcall_process): Reject encoding arguments by
5795 ascii-incompatible coding systems (e.g. utf-16).
5796
5797 * coding.c (Qascii_incompatible): New variable.
5798 (syms_of_coding): Setup Qascii_incompatible.
5799 (setup_coding_system): Be sure to initialize coding->common_flags.
5800 Check `ascii-incompatible' property of the coding system.
5801
5802 * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
5803
5804 2006-05-18 Kim F. Storm <storm@cua.dk>
5805
5806 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
5807 geometry when backtracking in case last image doesn't fit on line.
5808
5809 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5810
5811 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
5812 more than height of one frame default line.
5813
5814 2006-05-17 Richard Stallman <rms@gnu.org>
5815
5816 * xfaces.c (better_font_p): Any font beats no font.
5817 (best_matching_font): Simplify based on above change.
5818
5819 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
5820
5821 2006-05-16 Kim F. Storm <storm@cua.dk>
5822
5823 * xterm.c (handle_one_xevent): Check that f is not NULL before
5824 calling x_kill_gs_process.
5825
5826 2006-05-14 Richard Stallman <rms@gnu.org>
5827
5828 * textprop.c (Fnext_single_char_property_change)
5829 (Fprevious_single_char_property_change): Don't allow returning
5830 value beyond LIMIT in any cases.
5831 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
5832
5833 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
5834
5835 2006-05-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5836
5837 * xterm.c (handle_one_xevent): Check that f is not NULL before
5838 calling _XEditResCheckMessages.
5839
5840 2006-05-14 Kim F. Storm <storm@cua.dk>
5841
5842 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
5843
5844 2006-05-13 Eli Zaretskii <eliz@gnu.org>
5845
5846 * frame.c (x_set_border_width): Fix error message to say "frame",
5847 not "window".
5848
5849 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
5850
5851 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
5852
5853 * intervals.c (set_point_both): Fix mixup before before and after
5854 in variable names.
5855
5856 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
5857 while setting point temporarily.
5858
5859 2006-05-11 Richard Stallman <rms@gnu.org>
5860
5861 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
5862
5863 2006-05-11 Kim F. Storm <storm@cua.dk>
5864
5865 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
5866
5867 2006-05-11 Kenichi Handa <handa@m17n.org>
5868
5869 * fileio.c (Finsert_file_contents): Fix for the case of IO error
5870 while handling replace operation.
5871
5872 2006-05-10 Kenichi Handa <handa@m17n.org>
5873
5874 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
5875 chosen for the default face was different from the frame font,
5876 adjust the frame font.
5877
5878 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5879
5880 * image.c (Qduration) [MAC_OS]: Undo previous change.
5881 (syms_of_image) [MAC_OS]: Likewise.
5882 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
5883
5884 * macfns.c (x_to_mac_color): Fix shift amount change.
5885 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
5886 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
5887
5888 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
5889 Vmac_services_selection. All uses changed.
5890 (mac_store_service_event): Rename from mac_store_services_event in
5891 extern and calls.
5892
5893 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
5894 changed.
5895 [MAC_OSX] (mac_store_service_event): Rename from
5896 mac_store_services_event. All callers changed.
5897 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
5898 FACE_ID and C. All callers changed.
5899 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
5900 mac_set_font_info_for_selection when focus frame is destroyed.
5901 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
5902
5903 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
5904 args in extern.
5905
5906 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * keymap.c (describe_map): Avoid generating duplicate entries if
5909 the shadowed binding has the same definition.
5910
5911 2006-05-09 Kenichi Handa <handa@m17n.org>
5912
5913 * keymap.c (push_key_description): Handle invalid character key.
5914
5915 2006-05-08 Kenichi Handa <handa@m17n.org>
5916
5917 * callproc.c (Fcall_process): Use system_eol_type for encoding
5918 arguments if eol_type is not yet decided.
5919
5920 * coding.h (system_eol_type): Extern it.
5921
5922 * coding.c (setup_coding_system): For invalid coding-system, set
5923 coding->eol_type to CODING_EOL_UNDECIDED.
5924 (encode_coding): Cancel previous change.
5925 (shrink_encoding_region): Likewise.
5926 (code_convert_region1): Likewise.
5927 (code_convert_string1): Likewise.
5928 (code_convert_string_norecord): Likewise.
5929
5930 * fileio.c (choose_write_coding_system): Use system_eol_type for
5931 encoding if eol_type is not yet decided.
5932
5933 * process.c (setup_process_coding_systems): Use system_eol_type
5934 for encoding if eol_type is not yet decided.
5935 (read_process_output): Likewise.
5936 (send_process): Likewise.
5937
5938 2006-05-07 Juanma Barranquero <lekktu@gmail.com>
5939
5940 * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
5941
5942 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5943
5944 * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
5945 (syms_of_mac): Likewise for defsubr.
5946
5947 * macfns.c (mac_set_font): New function.
5948 (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
5949 (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
5950 kWindowToolbarButtonAttribute when creating window.
5951 (Fmac_clear_font_name_table): Move from macfns.c.
5952 (syms_of_macfns): Likewise for defsubr.
5953 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
5954 (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
5955
5956 * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
5957 and build is done on Mac OS X 10.2 and later.
5958
5959 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
5960 (mac_store_services_event): Change return type in extern.
5961
5962 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
5963 FMFontFamily value.
5964 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
5965 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
5966 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
5967 (QWindow) [MAC_OSX]: Likewise.
5968 (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
5969 (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
5970 (syms_of_macterm) [USE_ATSUI]: Defvar it.
5971 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
5972 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
5973 (syms_of_macterm): Intern and staticpro them.
5974 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
5975 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
5976 New function.
5977 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
5978 [MAC_OSX] (mac_store_services_event): Likewise.
5979 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
5980 kEventWindowToolbarSwitchMode event.
5981 (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
5982 [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
5983 [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
5984 (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
5985 (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
5986
5987 * macterm.h (mac_set_font_info_for_selection): Add extern.
5988
5989 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5990
5991 * image.c (Qduration) [MAC_OS]: New variable.
5992 (syms_of_image) [MAC_OS]: Intern and staticpro it.
5993 [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
5994 [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
5995 instead of cfstring_create_with_string.
5996
5997 2006-05-06 Kim F. Storm <storm@cua.dk>
5998
5999 * .gdbinit (xframe): Print frame name.
6000 (xlist): New command to print a list (max 10 elements).
6001 (xpr): Print lisp object of any type.
6002 (pitx): Print it->pixel_width.
6003
6004 2006-05-05 Kenichi Handa <handa@m17n.org>
6005
6006 * xdisp.c (handle_composition_prop): Fix for the case of empty
6007 composition component.
6008
6009 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6010
6011 * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
6012 from event->arg.
6013
6014 * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
6015 MAC_APPLE_EVENT.
6016
6017 * macterm.h (mac_make_lispy_event_code): Remove extern.
6018 (mac_post_mouse_moved_event): Add extern.
6019 (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
6020 `const AEDesc *' in externs.
6021 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
6022
6023 * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
6024 `const AEDesc *'.
6025 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
6026 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
6027 Use xrealloc instead of repeated xmalloc/xfree.
6028 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref):
6029 New function.
6030
6031 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
6032
6033 * macselect.c: Update copyright year.
6034 (mac_store_apple_event): Change return type to void in extern.
6035 (mac_handle_apple_event): Don't get return value from
6036 mac_store_apple_event.
6037 [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
6038 (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
6039 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
6040 macterm.c. Use Vmac_dnd_known_types as acceptable flavors.
6041 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New
6042 implementation using create_apple_event_from_drag_ref.
6043 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
6044 (mac_do_receive_dragUPP): Move variables from macterm.c.
6045 (install_drag_handler, remove_drag_handler): New functions.
6046
6047 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
6048 path select also for proxy icon click.
6049 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
6050 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
6051 (xlfdpat_create): Remove unused label `error' and trailing sentences.
6052 (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
6053 (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
6054 macselect.c.
6055 (install_drag_handler, remove_drag_handler): Add extern.
6056 (mac_store_apple_event): Change return type to void. All uses changed.
6057 Create Lisp object from Apple event and store it into input event.
6058 (mac_make_lispy_event_code): Remove function.
6059 [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
6060 (install_window_handler): Call install_drag_handler.
6061 (remove_window_handler): Call remove_drag_handler.
6062
6063 2006-05-03 Richard Stallman <rms@gnu.org>
6064
6065 * sound.c (Fplay_sound_internal): Dynamically allocate
6066 current_sound_device and current_sound.
6067 (sound_cleanup): Free them.
6068
6069 * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
6070 when inside a keyboard macro.
6071
6072 2006-05-02 Andreas Schwab <schwab@suse.de>
6073
6074 * xmenu.c (restore_menu_items): Return a value.
6075
6076 2006-05-01 Martin Rudalics <rudalics@gmx.at>
6077
6078 * syntax.c (Fforward_comment): Detect generic comment at beginning of
6079 buffer when moving backwards.
6080
6081 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6082
6083 * dispnew.c (update_window): Don't set changed_p when mode/header
6084 line is updated.
6085
6086 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
6087 (get_glyph_face_and_encoding, get_char_face_and_encoding):
6088 Don't distinguish known faces from others.
6089
6090 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
6091 through typeFileURL failed.
6092
6093 * macfns.c (mac_update_title_bar): New function.
6094 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
6095 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
6096 Call mac_prepare_for_quickdraw.
6097
6098 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
6099 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
6100 (enum pcm_status): New enum.
6101 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
6102 (XCharStructRow): Remove. Now validity is represented by
6103 non-negativeness of sum of ascent and descent.
6104 (struct MacFontStruct): Change type of member `rows'.
6105 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
6106
6107 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
6108 Adjust endpoints of strictly horizontal/vertical lines.
6109 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
6110 (pcm_init, pcm_get_status): New functions.
6111 (x_per_char_metric, XLoadQueryFont): Use them instead of
6112 XCharStructRow and related macros.
6113 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
6114 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
6115 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
6116 and window path pop-up menu on title bar.
6117 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
6118
6119 * macterm.h (mac_update_title_bar): Add extern.
6120 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
6121 (FRAME_FILE_NAME): New macro.
6122
6123 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
6124
6125 2006-04-30 Richard Stallman <rms@gnu.org>
6126
6127 * keymap.c (Fdefine_key): Improve error message
6128 when KEY begins with a non-prefix key.
6129
6130 2006-04-30 Martin Rudalics <rudalics@gmx.at>
6131
6132 * syntax.c (Fforward_comment): Don't forget to break out of the loop
6133 when we skipped backward over a generic comment.
6134
6135 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
6136
6137 * .gdbinit (pp1, pv1): Only print value as expression is now
6138 printed out by gud-print.
6139 (pv1): Correct doc string.
6140
6141 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
6144 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
6145 keymap.c:895: error: address of register variable `def' requested.
6146
6147 2006-04-26 Jason Rumney <jasonr@gnu.org>
6148
6149 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
6150
6151 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
6152 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
6153 where we preempt mouse_button_timer.
6154
6155 2006-04-25 Miles Bader <miles@gnu.org>
6156
6157 * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
6158
6159 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * process.h: Include headers for pid_t.
6162
6163 2006-04-24 Kim F. Storm <storm@cua.dk>
6164
6165 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
6166 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
6167 (produce_stretch_glyph): Assume that face box height and width is
6168 already included in stretch glyph size so caller doesn't have to
6169 consider the extra space otherwise added (fixes problem in ses.el).
6170
6171 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
6172 matrices to force recalculation of tool-bar height after font change.
6173
6174 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
6175 Clear it when done, so we don't accidentally draw a second copy of
6176 the tool-bar after resetting f->n_tool_bar_rows.
6177 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
6178 we recalculate f->n_tool_bar_rows.
6179
6180 2006-04-23 Lars Hansen <larsh@soem.dk>
6181
6182 * editfns.c (find_field): Fix comment.
6183 (Ffield_beginning): Fix bug when POS is at field beginning.
6184
6185 2006-04-22 Eli Zaretskii <eliz@gnu.org>
6186
6187 * puresize.h (BASE_PURESIZE): Increase to 1205000.
6188
6189 2006-04-21 Kim F. Storm <storm@cua.dk>
6190
6191 * xdisp.c (redisplay_window): Fix last change. Don't recenter if
6192 window start is at BEGV.
6193
6194 * dispextern.h (struct image): New member `corners'.
6195 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
6196
6197 * image.c (four_corners_best): New arg CORNERS specifies what pixels
6198 to look at in case image has margin.
6199 (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
6200 (image_background, image_background_transparent)
6201 (x_build_heuristic_mask): Pass img->corners to four_corners_best.
6202 (gif_load): Set img->corners according to image's margin spec.
6203 Use img->corners values directly where applicable.
6204 Save image extension data in img->data.lisp_val.
6205 (gif_clear_image): New function to free img->data.lisp_val.
6206 (gif_type): Use it instead of generic x_clear_image.
6207 (Fimage_extension_data): New defun.
6208 (syms_of_image): Defsubr it.
6209
6210 2006-04-21 John Sullivan <john@wjsullivan.net> (tiny change)
6211
6212 * window.c (Fdisplay_buffer): Doc fix.
6213
6214 2006-04-21 Eli Zaretskii <eliz@gnu.org>
6215
6216 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
6217
6218 2006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6219
6220 * image.c [MAC_OS] (xpm_load_image): Fill in background field
6221 while we have ximg handy.
6222
6223 * macmenu.c (restore_menu_items, save_menu_items): New functions
6224 from xmenu.c.
6225 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
6226 changes for xmenu.c.
6227
6228 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
6229 (add_mac_font_name): New function.
6230 (init_font_name_table): Use it. Adopt the first found font from
6231 those having the same family name.
6232
6233 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
6234
6235 * xdisp.c (note_mouse_highlight): Use build_string.
6236
6237 2006-04-20 Lars Hansen <larsh@soem.dk>
6238
6239 * textprop.c (Fremove_list_of_text_properties):
6240 Ensure modify_region is called only when buffer is modified and that
6241 signal_after_change is allways called in that case.
6242
6243 * print.c (PRINTFINISH): Call signal_after_change.
6244
6245 2006-04-20 Kim F. Storm <storm@cua.dk>
6246
6247 * xdisp.c (redisplay_window): Fix last change.
6248
6249 * xdisp.c (redisplay_window): If current window start is not at the
6250 beginning of a line, select a new window start if buffer is modified
6251 and window start is in the modified region, but the first change is
6252 before window start.
6253
6254 2006-04-18 Richard Stallman <rms@gnu.org>
6255
6256 * xmenu.c (restore_menu_items, save_menu_items): New fns.
6257 (set_frame_menubar): Use save_menu_items. Save updated vector in
6258 the frame before unwinding it. Don't use unuse_menu_items.
6259 Don't use discard_menu_items.
6260 (digest_single_submenu): Abort if an item is not in a pane.
6261 (init_menu_items): Put the error check at the top.
6262
6263 * keymap.c (describe_map): Make "shadowed" warning more verbose.
6264
6265 * window.c (adjust_window_trailing_edge): Correctly distinguish
6266 series vs parallel cases, even when window has no parent.
6267
6268 * abbrev.c (record_symbol): New function.
6269 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
6270
6271 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6272
6273 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
6274 value of xmalloc.
6275
6276 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
6277 (create_apple_event_from_event_ref, xrm_get_preference_database)
6278 (cfstring_create_normalized): Don't check return value of xmalloc.
6279
6280 * macselect.c (get_scrap_target_type_list, defer_apple_events)
6281 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
6282 return value of xmalloc/xrealloc.
6283
6284 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
6285 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
6286 (XLoadQueryFont, mac_store_apple_event): Don't check return value
6287 of xmalloc.
6288
6289 2006-04-17 Kim F. Storm <storm@cua.dk>
6290
6291 * window.c (coordinates_in_window): On the vertical border,
6292 calculate the row number measured from the top of the window, not
6293 the top of the frame.
6294 (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
6295 (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
6296
6297 2006-04-16 Eli Zaretskii <eliz@gnu.org>
6298
6299 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
6300
6301 2006-04-16 Romain Francoise <romain@orebokech.com>
6302
6303 * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
6304
6305 2006-04-16 Andreas Schwab <schwab@suse.de>
6306
6307 * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
6308
6309 2006-04-15 Romain Francoise <romain@orebokech.com>
6310
6311 * puresize.h (BASE_PURESIZE): Increment to 1210000.
6312
6313 2006-04-13 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6314
6315 * print.c (Fprin1_to_string): Mention in the `doc' that the
6316 behavior is modified by `print-level' and `print-length'.
6317
6318 2006-04-13 Kenichi Handa <handa@m17n.org>
6319
6320 * coding.c (setup_coding_system): If eol-type is not yet decided
6321 and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
6322 If coding_system is nil, return 0.
6323 (code_convert_region1): Even if coding_system is nil, don't skip
6324 conversion if system_eol_type is not LF.
6325 (code_convert_string1): Likewise.
6326 (code_convert_string_norecord): Likewise.
6327
6328 2006-04-13 Kenichi Handa <handa@m17n.org>
6329
6330 * coding.c (setup_coding_system): Fix previous change.
6331 (encode_coding): If eol_type is not yet decided, use system_eol_type.
6332 (shrink_encoding_region): If eol_type is not yet decided and
6333 system_eol_type is not LF, don't shrink.
6334
6335 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
6336
6337 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
6338 line.
6339
6340 2006-04-12 Richard Stallman <rms@gnu.org>
6341
6342 * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
6343
6344 * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
6345 (Fprocess_send_eof): Abort if fail to open null device.
6346
6347 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6348
6349 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
6350
6351 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
6352 assignment used as truth value. Add explicit braces to avoid
6353 ambiguous `else'.
6354 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
6355
6356 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
6357 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
6358 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
6359 Put externs in #ifdef HAVE_X_WINDOWS.
6360 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
6361 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
6362 (init_mac_osx_environment) [MAC_OSX]: Add extern.
6363
6364 * mac.c (init_process): Remove undef.
6365 (select) [MAC_OSX]: Undefine before including sysselect.h.
6366 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
6367 Remove functions and prototypes.
6368 (parse_value): Add parentheses around + inside shift.
6369 (path_from_vol_dir_name): Make static.
6370 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
6371 [!MAC_OSX] (get_path_to_system_folder): Likewise.
6372 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
6373 variable `cCode'.
6374 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
6375 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
6376
6377 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
6378 (x_set_mouse_color): Remove unused variable `dpy'.
6379 (Fx_create_frame): Remove unused variable `x_frame_count'.
6380 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
6381 (x_sync): Move from macterm.c.
6382 (Fx_file_dialog): Remove unused variable `default_filter_index'.
6383
6384 * macmenu.c (min_menu_id): Make element type explicit.
6385
6386 * macselect.c (get_flavor_type_from_symbol): Remove unused
6387 variable `val'.
6388 (get_scrap_private_timestamp, x_get_foreign_selection)
6389 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
6390 (Fmac_process_deferred_apple_events): Remove unused variables
6391 `keyword', `reply', `apple_event', `count', and `err'.
6392
6393 * macterm.c: Don't include gnu.h.
6394 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
6395 (x_sync): Move to macfns.c.
6396 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
6397 variable `mask_bits'.
6398 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
6399 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
6400 (x_mac_to_emacs_modifiers): Remove function.
6401 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
6402 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
6403 Add explicit braces to avoid ambiguous `else'.
6404 (x_make_frame_visible): Remove unused variables `type',
6405 `original_top', and `original_left'.
6406 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
6407 (x_load_font): Remove unused variables `full_name', and `value'.
6408 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
6409 Remove functions.
6410 (do_zoom_window): Reorganize variables with respect to conditionals.
6411 (init_command_handler): Remove unused variable `err'.
6412 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
6413
6414 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
6415 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
6416 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
6417 (do_menu_choice, have_menus_p, x_real_positions)
6418 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
6419 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
6420 (free_frame_menubar): Add externs.
6421
6422 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
6423 (malloc, realloc, free): Add undefs.
6424 (read_load_commands): Remove unused variable `n' and `j'.
6425 (copy_data_segment): Remove unused variable `r'.
6426
6427 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
6428 within ||. Add explicit braces to avoid ambiguous `else'.
6429 (dump_glyph_row): Remove label for `inverse_p' from legend.
6430
6431 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
6432 Add explicit braces to avoid ambiguous `else'.
6433
6434 2006-04-11 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6435
6436 * dispnew.c (init_display): Don't init X display if the user asked
6437 for a non-X display.
6438
6439 2006-04-12 Kenichi Handa <handa@m17n.org>
6440
6441 * coding.c (setup_coding_system): Use system_eol_type for default
6442 coding->eol_type.
6443
6444 2006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6445
6446 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
6447
6448 * data.c (wrong_type_argument): Try to avoid compiler warnings due
6449 to the fact the function is now marked as NO_RETURN.
6450
6451 2006-04-10 Eli Zaretskii <eliz@gnu.org>
6452
6453 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
6454
6455 2006-04-10 Romain Francoise <romain@orebokech.com>
6456
6457 * xrdb.c (gethomedir): Use xstrdup.
6458
6459 2006-04-10 Andreas Schwab <schwab@suse.de>
6460
6461 * xrdb.c (gethomedir): Make sure to always return a pointer that
6462 can be passed to free.
6463
6464 2006-04-09 Richard Stallman <rms@gnu.org>
6465
6466 * lisp.h (Fkill_emacs): Undo previous change.
6467
6468 2006-04-08 Richard Stallman <rms@gnu.org>
6469
6470 * search.c (boyer_moore): Test ch >= 0400, not >.
6471
6472 2006-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6473
6474 * puresize.h (pure_write_error): Mark as NO_RETURN.
6475
6476 * lisp.h (args_out_of_range, args_out_of_range_3, Fkill_emacs):
6477 Likewise.
6478
6479 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6480
6481 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
6482 if a menu is active on this frame.
6483
6484 2006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6485
6486 * lisp.h (report_file_error): Mark as NO_RETURN.
6487
6488 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6489
6490 * alloc.c [STDC_HEADERS]: Include stddef.h.
6491
6492 * lisp.h (PSEUDOVECSIZE): Fix last change.
6493
6494 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
6497 `raw_status_high', and `raw_status_low' with plain integers, and move
6498 them to the end of the structure.
6499
6500 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
6501 pseudovector's size field so only the Lisp_Object fields get GC'd.
6502
6503 * process.c (update_status, make_process, Fdelete_process)
6504 (Fprocess_status, list_processes_1, start_process_unwind)
6505 (create_process, Fmake_network_process, server_accept_connection)
6506 (wait_reading_process_output, send_process, Fprocess_running_child_p)
6507 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
6508 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
6509 `pid' and `raw_status'.
6510 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
6511 representing PIDs that are larger than most-positive-fixnum.
6512
6513 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
6514
6515 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
6516
6517 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6518
6519 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
6520
6521 2006-04-03 Paul Eggert <eggert@cs.ucla.edu>
6522
6523 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
6524 ../lib-src/b2m.c and ../lib-src/editfns.c.
6525 (Fcurrent_time_string): Use it.
6526 Document that the year might not consume 4 columns if it's outside
6527 the range 1000-9999.
6528 Check for asctime failure.
6529 Don't assume that the output string length is always exactly 24.
6530
6531 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6532
6533 * macterm.c (XTread_socket): Initialize variable `f' before its use.
6534
6535 2006-04-03 Kenichi Handa <handa@m17n.org>
6536
6537 * image.c: Include "charset.h" and "coding.h".
6538 (x_find_image_file): Return an encoded file name.
6539
6540 2006-04-01 Eli Zaretskii <eliz@gnu.org>
6541
6542 * configure: Regenerated.
6543
6544 2006-03-31 Kenichi Handa <handa@m17n.org>
6545
6546 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
6547
6548 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6549
6550 * xdisp.c (syms_of_xdisp): Fix variable name.
6551
6552 2006-03-30 Kenichi Handa <handa@m17n.org>
6553
6554 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
6555
6556 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
6557
6558 * keyboard.c (process_tool_bar_item): Reorder dummy args.
6559
6560 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * keyboard.c (tool_bar_items): Use map_keymap.
6563 (process_tool_bar_item): Add dummy args to fit the required interface.
6564
6565 2006-03-25 Eli Zaretskii <eliz@gnu.org>
6566
6567 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
6568 to zero before calling debug_print or safe_debug_print.
6569
6570 * print.c (print_output_debug_flag): New global variable.
6571 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
6572 OutputDebugString if print_output_debug_flag is zero.
6573
6574 2006-03-24 Paul Eggert <eggert@cs.ucla.edu>
6575
6576 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
6577 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
6578 (Fdecode_time): Cast tm_year to EMACS_INT.
6579 (Fcurrent_time_string): Report an invalid time specification if
6580 the argument is invalid. Also, check for out-of-range time stamps.
6581
6582 2006-03-24 Kim F. Storm <storm@cua.dk>
6583
6584 * xterm.c (handle_one_xevent):
6585 * w32term.c (w32_read_socket):
6586 * macterm.c (XTread_socket): Don't let key-press clear mouse face
6587 on in toolbar window if mouse-highlight is an integer.
6588
6589 * fns.c (sxhash_list): Include last non-nil CDR in hash.
6590
6591 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6592
6593 * macmenu.c (enum mac_menu_kind): New enum.
6594 (min_menu_id): New variable.
6595 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
6596 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
6597 min_menu_id and enumerators in enum mac_menu_kind.
6598 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
6599 All uses changed. Add range check for menu ID.
6600 (fill_menubar): Add range check for menu ID.
6601 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
6602 GetEventParameter.
6603 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
6604 for each menu kind.
6605
6606 2006-03-22 Kim F. Storm <storm@cua.dk>
6607
6608 * xdisp.c: Undo 2006-03-21 change.
6609
6610 * term.c: Define aliases for append_glyph and produce_stretch_glyph
6611 when `static' is defined to avoid name clash with those in xdisp.c.
6612
6613 * process.c (Faccept_process_output): Fix to comply with lisp
6614 reference. Change arg "timeout" to "seconds" and allow both
6615 integer and float value. Change arg "timeout-msec" to "millisec"
6616 and interpret" as milliseconds rather than microseconds. Fix doc
6617 string accordingly.
6618
6619 2006-03-21 Ken Raeburn <raeburn@raeburn.org>
6620
6621 * xdisp.c (store_next_glyph): Rename from append_glyph.
6622 (generate_stretch_glyph): Rename from produce_stretch_glyph.
6623 All callers changed accordingly.
6624
6625 2006-03-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6626
6627 * xterm.c: x_session_initialized new variable.
6628 (x_term_init): Use x_session_initialized to check if
6629 x_session_initialize should be called.
6630 (x_initialize): Initialize x_session_initialized.
6631
6632 2006-03-21 Kim F. Storm <storm@cua.dk>
6633
6634 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
6635 bitmap here, but ...
6636 (update_window_fringes): ... here, so we can test if it has changed.
6637
6638 2006-03-20 Andreas Schwab <schwab@suse.de>
6639
6640 * dispnew.c (init_display): Check DISPLAY here.
6641
6642 * emacs.c (main): Don't check here.
6643
6644 * xterm.c (x_display_ok): Don't use DISPLAY env var.
6645
6646 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
6649 mixup (YAILOM).
6650
6651 2006-03-20 Eli Zaretskii <eliz@gnu.org>
6652
6653 * emacs.c (main): Fix last change.
6654
6655 2006-03-20 Kenichi Handa <handa@m17n.org>
6656
6657 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
6658
6659 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
6660
6661 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
6662
6663 * xterm.c (x_term_init): Remove unnecessary GCPRO.
6664
6665 2006-03-19 Kim F. Storm <storm@cua.dk>
6666
6667 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
6668 so it doesn't associate overlay string with following glyph by default.
6669 Allow integer property value to specify explicit number of buffer
6670 positions associate with overlay string.
6671
6672 2006-03-18 Chong Yidong <cyd@stupidchicken.com>
6673
6674 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
6675
6676 2006-03-18 Nozomu Ando <nand@mac.com>
6677
6678 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
6679 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
6680 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
6681 Don't redefine.
6682
6683 * m/mips.h: Don't use unexmips on NetBSD.
6684 (LIBS_MACHINE): Move definition lower, so it doesn't use
6685 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
6686 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
6687
6688 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
6689 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
6690 option is broken (e.g., MIPS/NetBSD).
6691
6692 2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
6693
6694 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
6695 Remove the HAVE_X_WINDOWS conditional.
6696
6697 2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
6698
6699 * emacs.c (main): If user asks for a display that is unavailable,
6700 simulate -nw.
6701
6702 * xterm.c (x_display_ok): New function.
6703
6704 * xterm.h: Add prototype for x_display_ok.
6705
6706 2006-03-18 Eli Zaretskii <eliz@gnu.org>
6707
6708 * w32fns.c (Fw32_select_font): Doc fix.
6709
6710 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6711
6712 * image.c [MAC_OS] (XPutPixel, XGetPixel)
6713 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
6714 version when depth is 32.
6715 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
6716 New function.
6717 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
6718 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
6719
6720 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
6721 Create GWorld in ARGB pixel format.
6722 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
6723 Remove functions.
6724 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
6725 instead of mac_copy_area/mac_copy_area_with_mask.
6726
6727 2006-03-15 Kim F. Storm <storm@cua.dk>
6728
6729 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
6730 empty row. Fixes memory corruption revealed by 2006-03-02 change.
6731 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
6732 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
6733 width is exactly the same as the window width. Don't count a final
6734 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
6735
6736 2006-03-15 Juanma Barranquero <lekktu@gmail.com>
6737
6738 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
6739 conditional on HAVE_NTGUI, not WINDOWS_NT.
6740
6741 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6742
6743 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
6744
6745 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
6746
6747 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
6748 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
6749 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
6750 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
6751 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
6752 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
6753 instead of mac_draw_bitmap.
6754 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
6755 define_fringe_bitmap and destroy_fringe_bitmap.
6756
6757 2006-03-14 Chong Yidong <cyd@stupidchicken.com>
6758
6759 * xterm.c (x_uncatch_errors): Block input for entire function.
6760
6761 2006-03-12 Jason Rumney <jasonr@gnu.org>
6762
6763 * w32fns.c (Fx_create_frame): Remove call to
6764 Qface_set_after_frame_default (from xfns.c 2003-05-26).
6765
6766 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
6767 finished with the menu.
6768
6769 * w32term.c: Sync 2005-10-24 xterm.c changes.
6770 (last_mouse_glyph_frame): New var.
6771 (note_mouse_movement): Say mouse moved if current frame differs
6772 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
6773 (w32_mouse_position): Set last_mouse_glyph_frame.
6774 Remove OLD_REDISPLAY_CODE block.
6775
6776 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6777
6778 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
6779
6780 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
6781 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
6782
6783 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
6784
6785 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
6786
6787 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
6788 (x_draw_composite_glyph_string_foreground)
6789 (x_draw_image_foreground): Undo previous changes.
6790 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
6791 argument of mac_draw_rectangle.
6792 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
6793 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
6794 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
6795 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
6796 [USE_CG_DRAWING]: New functions.
6797 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
6798 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
6799 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
6800 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
6801 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
6802 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
6803 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
6804
6805 2006-03-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6806
6807 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
6808
6809 2006-03-11 Jason Rumney <jasonr@gnu.org>
6810
6811 * w32fns.c (signal_user_input): New function.
6812 (post_character_message): Use it for keyboard input.
6813 (w32_msg_pump): Use it for mouse input.
6814
6815 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6816
6817 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
6818 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
6819
6820 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6821
6822 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
6823 if a menu is already active (the menubar_active flag is on).
6824
6825 2006-03-11 David Ponce <david@dponce.com>
6826
6827 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
6828
6829 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6830
6831 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
6832 the list of unused display error handling functions.
6833
6834 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
6835 HAVE_X_WINDOWS.
6836 (internal_condition_case, internal_condition_case_1)
6837 (internal_condition_case_2): Call x_catching_errors only if
6838 HAVE_X_WINDOWS.
6839
6840 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
6841 Don't include sys/resource.h unless defined.
6842
6843 2006-03-11 Richard Stallman <rms@gnu.org>
6844
6845 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
6846
6847 * vm-limit.c (get_lim_data, lim_data, data_space_start):
6848 Move from mem-limits.h.
6849 (enum warnlevel): New data type.
6850 (check_memory_limits): Rewrite the logic about warnings.
6851 Use standard `struct rlimit'. Check return values for nonsense.
6852 (memory_warnings): Always clear lim_data.
6853
6854 * mem-limits.h (get_lim_data, lim_data, data_space_start):
6855 Move to vm-limit.c.
6856
6857 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
6858
6859 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
6860 (internal_condition_case_1, internal_condition_case_2):
6861 Abort if within unclosed x_catch_errors.
6862
6863 2006-03-11 Romain Francoise <romain@orebokech.com>
6864
6865 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
6866
6867 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6868
6869 * lisp.h: Remove duplicate prototypes. Make the prototype of
6870 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
6871
6872 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6873
6874 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
6875 argument of XDrawRectangle.
6876
6877 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
6878
6879 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
6880 (x_draw_glyph_string_foreground)
6881 (x_draw_composite_glyph_string_foreground)
6882 (x_draw_image_foreground): Don't subtract 1 from width and height
6883 arguments to mac_draw_rectangle.
6884 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
6885
6886 2006-03-10 Kim F. Storm <storm@cua.dk>
6887
6888 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
6889
6890 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * alloc.c (USE_POSIX_MEMALIGN): New macro.
6893 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
6894
6895 2006-03-09 Kenichi Handa <handa@m17n.org>
6896
6897 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
6898 ASCII component of a composition.
6899
6900 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6901
6902 * window.c: Declare preserve_y as a static global variable.
6903 (window_scroll_pixel_based): No longer declare preserve_y;
6904 it is global now.
6905 (syms_of_window): Set preserve_y to -1.
6906
6907 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6908
6909 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
6910 depth is 32.
6911 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
6912 depth is 32.
6913
6914 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
6915
6916 * xdisp.c (handle_invisible_prop): Don't update it->position with
6917 a buffer position if we're in a display string.
6918
6919 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6920
6921 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
6922 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
6923
6924 * macfns.c (x_default_scroll_bar_color_parameter)
6925 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
6926 Remove unnecessary prototypes.
6927 (x_set_scroll_bar_default_width):
6928 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
6929 (mac_set_scroll_bar_width): New function.
6930 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
6931
6932 * macterm.c (get_control_part_bounds): Fix type of return value.
6933 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
6934 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
6935 scroll bar if it is not tall enough to display scroll bar thumb.
6936 [USE_CARBON_EVENTS] (mac_convert_event_ref)
6937 (mac_handle_command_event, mac_handle_window_event)
6938 (mac_handle_mouse_event): Check error code of GetEventParameter.
6939 (convert_fn_keycode) [MAC_OSX]: Likewise.
6940
6941 2006-03-05 Andreas Schwab <schwab@suse.de>
6942
6943 * xselect.c (x_catch_errors_unwind): Fix missing return value.
6944
6945 2006-03-02 Kim F. Storm <storm@cua.dk>
6946
6947 * frame.h (struct frame): New member n_tool_bar_rows.
6948
6949 * xdisp.c: Minimize the unpleasent visual impact of the requirement
6950 that non-toolkit tool-bars must occupy an integral number of screen
6951 lines, by distributing the rows evenly over the tool-bar screen area.
6952 (Vtool_bar_border): New variable.
6953 (syms_of_xdisp): DEFVAR_LISP it.
6954 (display_tool_bar_line): Add HEIGHT arg for desired row height.
6955 Make tool-bar row the desired height. Use default face for border
6956 below tool-bar.
6957 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
6958 actual tool-bar rows.
6959 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
6960 Adjust the height of the tool-bar rows to fill tool-bar screen area.
6961 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
6962 is resized.
6963
6964 2006-03-01 Luc Teirlinck <teirllm@auburn.edu>
6965
6966 * search.c (Fregexp_quote): Do not precede a literal `]' with two
6967 backslashes to try to make clear that it has a literal meaning; it
6968 does not do that. (It could close a character alternative
6969 containing a backslash.)
6970
6971 2006-02-28 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * xselect.c (x_catch_errors_unwind): New function.
6974 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
6975 (Fx_get_atom_name): Call x_uncatch_errors earlier.
6976
6977 * window.c (Qscroll_up, Qscroll_down): New syms.
6978 (window_scroll_pixel_based): Make preserve_y static to avoid
6979 getting point stuck when scrolling 1 line.
6980
6981 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
6982
6983 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
6984
6985 * xterm.c (x_load_font, x_term_init, XTmouse_position)
6986 (handle_one_xevent, x_connection_closed, x_list_fonts):
6987 No arg for x_uncatch_errors.
6988
6989 * xselect.c (x_own_selection, x_decline_selection_request)
6990 (x_reply_selection_request, x_get_foreign_selection)
6991 (Fx_get_atom_name, Fx_send_client_event): Likewise.
6992
6993 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
6994 Likewise.
6995
6996 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
6997
6998 * lread.c: Declare Vload_file_rep_suffixes instead of
6999 deleted variable default_suffixes.
7000 (Fget_load_suffixes): New function.
7001 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
7002 No longer use deleted variable default_suffixes. Update docstring.
7003 (syms_of_lread): defsubr Sget_load_suffixes.
7004 Expand `load-suffixes' docstring.
7005 Delete default_suffixes and DEFVAR_LISP the new variable
7006 `load-file-rep-suffixes'.
7007
7008 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
7009 of Vload_suffixes.
7010
7011 * lisp.h: EXFUN Fget_load_suffixes.
7012 Extern Vload_file_rep_suffixes.
7013
7014 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
7015 with lisp.h.
7016
7017 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
7020 qualifier which was trying to avoid the bug that was fixed by
7021 yesterday's changes to xterm.c.
7022
7023 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * xterm.h (x_catch_errors) Return value changed to void.
7026 (x_uncatch_errors): Delete unused count argument.
7027
7028 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
7029 it can be called in a signal handler.
7030 (x_catch_errors_unwind): Function deleted.
7031 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
7032 (x_check_errors): Call x_uncatch_errors before signalling error.
7033
7034 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
7035 (x_connection_closed, x_list_fonts): Use new versions of
7036 x_catch_errors and x_uncatch_errors.
7037
7038 * xselect.c (x_own_selection, x_decline_selection_request)
7039 (x_reply_selection_request, x_get_foreign_selection)
7040 (Fx_get_atom_name, Fx_send_client_event): Likewise.
7041
7042 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
7043 Likewise.
7044
7045 * eval.c (record_unwind_protect): Add an assertion.
7046
7047 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * process.c (Fmake_network_process): Init the process's mark.
7050
7051 2006-02-25 Kim F. Storm <storm@cua.dk>
7052
7053 * buffer.c (modify_overlay): Force redisplay if we modify an
7054 overlay at the end of the buffer.
7055
7056 2006-02-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7057
7058 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
7059 nil the image file has been removed, in that case use the (cached)
7060 pixmap.
7061
7062 2006-02-24 Kenichi Handa <handa@m17n.org>
7063
7064 * fileio.c (Finsert_file_contents): When a text is replaced
7065 partially, be sure to set point before the inserted characters.
7066
7067 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
7068
7069 * xfns.c (Fx_file_dialog): Return a decoded file name.
7070
7071 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7072
7073 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
7074 glyph whose face is extended to the text area end.
7075
7076 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
7077 values if control is not visible or values are not changed.
7078
7079 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
7082 The default `window' should not be "on a different frame".
7083
7084 2006-02-22 Kim F. Storm <storm@cua.dk>
7085
7086 * indent.c (Fvertical_motion): Only try to move back if we can.
7087
7088 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7089
7090 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
7091 n_clip_rects.
7092
7093 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
7094 xmenu.c.
7095
7096 * macterm.c (GC_CLIP_REGION): Remove macro.
7097 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
7098 All uses changed. Don't do clipping if n_clip_rects is zero.
7099 (mac_set_clip_rectangles): Use xassert instead of abort.
7100 Set n_clip_rects. Don't make clip_region empty when number of
7101 clipping rectangles is zero.
7102 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
7103 calling mac_set_clip_rectangles.
7104 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
7105 avoid multiple redraws.
7106
7107 2006-02-22 Kim F. Storm <storm@cua.dk>
7108
7109 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
7110
7111 2006-02-21 Kim F. Storm <storm@cua.dk>
7112
7113 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
7114
7115 2006-02-21 Zhang Wei <brep@newsmth.org>
7116
7117 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
7118 returning it.
7119
7120 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7121
7122 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
7123 (standard_bitmaps): Use it.
7124
7125 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7126
7127 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
7128 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
7129 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
7130 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
7131 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
7132 Draw background if BG_WIDTH is not zero. Use float constants as
7133 divisors instead of double. Use alloca instead of xmalloc/xfree.
7134 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
7135 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
7136 mac_draw_image_string* functions.
7137 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
7138 some fonts when srcCopy text transfer mode might be used.
7139 (mac_begin_clip, mac_end_clip): Check if region is empty.
7140 (mac_set_clip_rectangles): When resetting clip region, make it
7141 empty instead of disposing of it.
7142
7143 2006-02-20 Kim F. Storm <storm@cua.dk>
7144
7145 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
7146
7147 * buffer.h (struct buffer): New members fringe_indicator_alist and
7148 fringe_cursor_alist.
7149
7150 * buffer.c (init_buffer_once): Set dummy default values for
7151 fringe-indicator-alist and fringe-cursor-alist. The proper
7152 default values are set by pre-loading fringe.el.
7153 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
7154 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
7155 corresponding default- variables.
7156
7157 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
7158 to use `int'.
7159 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
7160 Define explicitly.
7161 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
7162 (Qhollow_small): New variables.
7163 (syms_of_fringe): Intern and staticpro them.
7164 (question_mark_bits): Rename from unknown_bits.
7165 (left_curly_arrow_bits): Rename from continuation_bits.
7166 (right_curly_arrow_bits): Rename from continued_bits.
7167 (left_triangle_bits): Rename from ov_bits.
7168 (right_triangle_bits): Add.
7169 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
7170 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
7171 (filled_square_bits): Add.
7172 (vertical_bar_bits): Rename from bar_cursor_bits.
7173 (horizontal_bar_bits): Rename from hbar_cursor_bits.
7174 (empty_line_bits): Rename from zv_bits.
7175 (standard_bitmaps): Update to use new names.
7176 (draw_fringe_bitmap_1): Make static.
7177 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
7178 to map from logical cursors and indicators to physical bitmaps.
7179 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
7180 bitmaps using symbol names instead of bitmap numbers.
7181 (update_window_fringes): Use logical indicator symbol names
7182 instead of bitmap numbers for logical. Add bitmap cache.
7183 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
7184
7185 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * regex.c: Revert 2006-02-19 change.
7188 (xmalloc, xrealloc): Define these when not linked to Emacs.
7189 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
7190
7191 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
7192
7193 * regex.c (extend_range_table_work_area): Fix typo.
7194
7195 2006-02-19 Richard M. Stallman <rms@gnu.org>
7196
7197 * xterm.c (x_catch_errors): Use xmalloc.
7198
7199 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
7200 (regex_compile): Likewise.
7201 (regcomp): Use xmalloc.
7202
7203 * gtkutil.c (malloc_widget_value): Use xmalloc.
7204
7205 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
7206 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
7207
7208 * xmenu.c (digest_single_submenu): When pane_string is empty,
7209 do initialize save_wv.
7210
7211 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7212
7213 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
7214 w->update_mode_line if arg F is not the selected frame.
7215
7216 * macmenu.c (popup_activated_flag, submenu_id)
7217 (next_menubar_widget_id): Remove variables.
7218 (initialize_frame_menubar): Remove function.
7219 (pop_down_menu, mac_menu_show): Simplify save value.
7220 (dispose_menus): New function.
7221 (pop_down_menu, fill_menubar): Use it.
7222 (fill_submenu): Remove function. All uses changed to fill_menu.
7223 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
7224 POS. Don't call SetMenuItemHierarchicalID here.
7225 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
7226 used next. Call SetMenuItemHierarchicalID here.
7227 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
7228 objects if needed. Reuse existing menu bar titles if possible.
7229 (set_frame_menubar): Don't clean up menu objects here.
7230
7231 2006-02-18 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * window.c (window_min_size_1): Ensure room for the scroll bar and
7234 fringes.
7235
7236 2006-02-17 Romain Francoise <romain@orebokech.com>
7237
7238 * puresize.h (BASE_PURESIZE): Increment to 1200000.
7239
7240 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
7243 addition of the BLOCK_INPUTs.
7244
7245 2006-02-17 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * window.c (Fset_window_scroll_bars): Doc fix.
7248
7249 2006-02-17 Kenichi Handa <handa@m17n.org>
7250
7251 * xdisp.c (display_mode_element): Call display_string with correct
7252 PREC arg (which must be a number of characters, not column width).
7253
7254 2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7255
7256 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
7257
7258 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
7259
7260 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
7261
7262 2006-02-14 Richard M. Stallman <rms@gnu.org>
7263
7264 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
7265
7266 * m/ibms390x.h: New file.
7267
7268 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7269
7270 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
7271 value of x-gtk-whole-detached-tool-bar.
7272 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
7273
7274 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
7275
7276 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7277
7278 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
7279
7280 * xterm.h: Declare x_x_to_emacs_modifiers.
7281
7282 * gtkutil.c (xg_tool_bar_button_cb): New function.
7283 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
7284 store modifiers in event.
7285 (update_frame_tool_bar): Connect button-release-event to
7286 xg_tool_bar_button_cb.
7287
7288 2006-02-13 Richard M. Stallman <rms@gnu.org>
7289
7290 * .gdbinit (xwindow): Update the code to show the window box.
7291
7292 2006-02-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7293
7294 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
7295
7296 2006-02-12 Richard M. Stallman <rms@gnu.org>
7297
7298 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
7299
7300 2006-02-11 Eli Zaretskii <eliz@gnu.org>
7301
7302 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
7303 (syms_of_keyboard): DEVFAR_LISP and initialize it.
7304 (parse_tool_bar_item, parse_menu_item): If that variable is
7305 non-nil, don't disable menu items and tool-bar buttons.
7306
7307 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
7308
7309 * doc.c (Fsubstitute_command_keys): Doc fix.
7310
7311 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
7312
7313 * data.c (Findirect_function): Rewrite docstring.
7314 Fix omission bug: Declare new arg NOERROR.
7315
7316 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7317
7318 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
7319 if window_desc is not set yet.
7320 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
7321 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
7322 parameter `visibility' is `icon'.
7323 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
7324 instead of "fontset-mac".
7325 (Fx_focus_frame): New defun.
7326 (syms_of_macfns): Defsubr it.
7327
7328 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
7329 for unfocused frame.
7330 (x_raise_frame): Call BringToFront instead of SelectWindow.
7331 (x_lower_frame): Use NULL instead of nil.
7332 (x_make_frame_visible): Don't call SelectWindow.
7333 (XTread_socket): Increment handling_signal at the start, decrement
7334 it at the end.
7335 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
7336 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
7337
7338 2006-02-10 Kim F. Storm <storm@cua.dk>
7339
7340 * data.c (Findirect_function): Add NOERROR arg. All callers changed
7341 to pass Qnil for NOERROR.
7342
7343 * keymap.c (current_minor_maps_error): Remove.
7344 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
7345 instead of using internal_condition_case_1+current_minor_maps_error.
7346
7347 2006-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7348
7349 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
7350 frames for GTK, in that case it is the tool bar. This is so that
7351 highlighted text get reset properly.
7352
7353 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
7354
7355 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
7356
7357 2006-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7358
7359 * window.c (adjust_window_trailing_edge): Check that shrinking
7360 does not set a window to size zero or less.
7361
7362 2006-02-08 Miles Bader <miles@gnu.org>
7363
7364 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
7365 of Fget_text_property (other field functions work with overlays as
7366 well as text-properties).
7367
7368 2006-02-07 Kenichi Handa <handa@m17n.org>
7369
7370 * dispextern.h (unibyte_display_via_language_environment): Extern it.
7371
7372 * xterm.h (unibyte_display_via_language_environment):
7373 * w32term.h (unibyte_display_via_language_environment):
7374 * macterm.h (unibyte_display_via_language_environment): Delete extern.
7375
7376 2006-02-07 Kenichi Handa <handa@m17n.org>
7377
7378 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
7379 (produce_glyphs): Set the character to print in
7380 it->char_to_display. Handle unibyte-display-via-language-environment.
7381 (produce_stretch_glyph): Set character to print in it->char_to_display.
7382
7383 2006-02-06 Kenichi Handa <handa@m17n.org>
7384
7385 * lread.c (openp): Initialize encoded_fn before GCPRO it.
7386
7387 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
7388
7389 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
7390
7391 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
7392 Cast bitfield value to EMACS_INT, to suppress gcc warning.
7393
7394 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
7395 defining.
7396
7397 2006-02-03 Kim F. Storm <storm@cua.dk>
7398
7399 * xdisp.c: Cache last merged escape glyph face.
7400 (last_escape_glyph_frame, last_escape_glyph_face_id)
7401 (last_escape_glyph_merged_face_id): New variables.
7402 (get_next_display_element): Use/update them.
7403 (redisplay_internal): Reset them before redisplay.
7404
7405 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
7406 Only recheck faces after displaying ellipsis.
7407
7408 2006-02-02 Kenichi Handa <handa@m17n.org>
7409
7410 * coding.c (decode_composition_emacs_mule): Fix handling of
7411 incorrect format data.
7412
7413 2006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7414
7415 * gtkutil.c (update_frame_tool_bar): Use new tool bar function
7416 gtk_toolbar_insert() so we can have tool bars of different sizes.
7417
7418 2006-01-30 Luc Teirlinck <teirllm@auburn.edu>
7419
7420 * data.c (Flistp): Doc fix.
7421
7422 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7423
7424 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
7425 Fix typos in docstrings.
7426
7427 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7428
7429 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
7430
7431 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * alloc.c (make_interval, allocate_string)
7434 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
7435 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
7436 global variables.
7437
7438 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7439
7440 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
7441 the MSDOS definition.
7442
7443 2006-01-26 Richard M. Stallman <rms@gnu.org>
7444
7445 * alloc.c (check_pure_size): Make overflow message an "error message".
7446
7447 * keymap.c (Fmap_keymap): Doc fix.
7448
7449 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
7450 unless they were cleared out.
7451
7452 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
7453
7454 2006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7455
7456 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
7457 (find_field): Set before_field to after_field when pos is at BEGV.
7458 (Fline_beginning_position, Fline_end_position):
7459 Clarify confusing doc string.
7460
7461 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
7462 string.
7463
7464 2006-01-26 Kenichi Handa <handa@m17n.org>
7465
7466 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
7467 current_dir, and error_file. On reporting an error, decode them
7468 back.
7469
7470 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
7473 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
7474 Don't check for quit, since any loop will go through fail or jump.
7475
7476 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
7477
7478 * alloc.c (allocate_string_data): Update next_free immediately, to
7479 reduce risk of memory clobberage.
7480
7481 2006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7482
7483 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
7484 display when point moves across an ellipsis. If there are
7485 adjacent invisible texts, don't lose the second one's ellipsis.
7486 (x_produce_glyphs): Doc fix.
7487
7488 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
7491
7492 2006-01-23 Kim F. Storm <storm@cua.dk>
7493
7494 * xdisp.c (handle_single_display_spec): Fix handling of space
7495 property on char from string: set *position rather than
7496 it->current.pos.
7497 (produce_stretch_glyph): Reduce width of stretch glyphs so they
7498 don't get wider than the window (unless truncate-lines is on).
7499
7500 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * xterm.c: Avoid allocating Lisp data from a signal handler.
7503 (x_error_message): New var to replace x_error_message_string.
7504 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
7505 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
7506 (syms_of_xterm): Use it instead of x_error_message_string.
7507
7508 * alloc.c (lisp_align_free): Add an assertion.
7509 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
7510 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
7511 a signal handler.
7512
7513 2006-01-21 Luc Teirlinck <teirllm@auburn.edu>
7514
7515 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
7516
7517 2006-01-21 Romain Francoise <romain@orebokech.com>
7518
7519 * xdisp.c (get_window_cursor_type): Fix last change.
7520 Update copyright year.
7521
7522 2006-01-20 Eli Zaretskii <eliz@gnu.org>
7523
7524 * lread.c (Fload): Don't leak the file descriptor returned by
7525 openp if we are going to signal an error.
7526
7527 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
7528 directly to _close.
7529 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
7530 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
7531 to _read.
7532 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
7533 directly to _write.
7534
7535 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
7536 if it is NULL.
7537
7538 2006-01-20 Kenichi Handa <handa@m17n.org>
7539
7540 * puresize.h (BASE_PURESIZE): Increment to 1190000.
7541
7542 2006-01-19 Chong Yidong <cyd@stupidchicken.com>
7543
7544 * xdisp.c (get_window_cursor_type): Use cursor type specified by
7545 the selected buffer for the echo area too.
7546
7547 2006-01-19 Richard M. Stallman <rms@gnu.org>
7548
7549 * keymap.c (Fmap_keymap): Doc fix.
7550
7551 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
7552
7553 * keyboard.c (echo_char): Don't omit the space between first two
7554 echoed chars.
7555
7556 * minibuf.c (read_minibuf): Fix previous change.
7557
7558 2006-01-19 Kenichi Handa <handa@m17n.org>
7559
7560 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
7561
7562 2006-01-17 Richard M. Stallman <rms@gnu.org>
7563
7564 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
7565 value in f->param_alist.
7566
7567 2006-01-15 Andreas Schwab <schwab@suse.de>
7568
7569 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
7570
7571 2006-01-13 Richard M. Stallman <rms@gnu.org>
7572
7573 * Makefile.in: Define new macro WINDOW_SUPPORT.
7574 (lisp): Use it.
7575 (SOME_MACHINE_LISP): Add conditionally loaded files.
7576
7577 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7578
7579 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
7580 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
7581 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
7582 decomposed form.
7583
7584 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
7585 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
7586 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
7587 macro. Also try member ifr_addr when getting netmask.
7588
7589 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7590
7591 * fileio.c (Fexpand_file_name): Remove redundant tests.
7592 Fix elimination of // so that it doesn't prevent elimination of an
7593 immediately following /. or /..
7594
7595 2006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7596
7597 * gtkutil.c (xg_toggle_notify_cb): New function.
7598 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
7599 xg_toggle_notify_cb.
7600 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
7601 parameter value changes so the toggle button gets updated.
7602
7603 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7604
7605 * .gdbinit: Fix typo.
7606
7607 2006-01-05 Eli Zaretskii <eliz@gnu.org>
7608
7609 * .gdbinit: Fix last change.
7610
7611 2006-01-05 Kim F. Storm <storm@cua.dk>
7612
7613 * process.c (Fmake_network_process): Use AF_INET instead of
7614 AF_UNSPEC when AF_INET6 is not defined.
7615
7616 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7617
7618 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
7619 Don't check that the other type is known file-related one.
7620
7621 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
7622 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
7623 OS X 10.4 and later.
7624
7625 2006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7626
7627 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
7628 let GTK do all image processing. Importing Emacs own pixmaps to GTK
7629 looks bad for inactive tool bar items with some Gnome themes.
7630
7631 2006-01-04 Eli Zaretskii <eliz@gnu.org>
7632
7633 * .gdbinit: Avoid a warning message when x_error_quitter is not
7634 compiled in.
7635
7636 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
7637 for w32.
7638
7639 2006-01-04 Kim F. Storm <storm@cua.dk>
7640
7641 * process.c: Add IPv6 support.
7642 (Qipv4, Qipv6): New vars.
7643 (syms_of_process): Intern and staticpro them.
7644 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
7645 with or without port number. Handle 4 element vector as IPv4 address
7646 without port number.
7647 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
7648 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
7649 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
7650 request that address family only. :family nil or omitted means to
7651 determine address family from the specified :host and :service.
7652 (ifflag_table): Add missing OpenBSD IFF_ flags.
7653 (server_accept_connection): Handle IPv6 addresses.
7654 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
7655
7656 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
7657 determine which breakpoints to set.
7658
7659 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
7662
7663 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
7664
7665 2006-01-03 Romain Francoise <romain@orebokech.com>
7666
7667 * emacs.c (main): Update copyright year.
7668
7669 2006-01-03 Ken Raeburn <raeburn@gnu.org>
7670
7671 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
7672 nil for the call to internal_delete_file.
7673
7674 2006-01-01 Ken Raeburn <raeburn@gnu.org>
7675
7676 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
7677 to nil for the call to Fwrite_region.
7678
7679 2005-12-31 Richard M. Stallman <rms@gnu.org>
7680
7681 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
7682
7683 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7684
7685 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
7686
7687 2005-12-30 Luc Teirlinck <teirllm@auburn.edu>
7688
7689 * textprop.c (set_text_properties): Reword description of return value.
7690 Return Qnil if caller wants to remove all text properties from a
7691 string and the string already has no intervals.
7692
7693 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7694
7695 * term.c (visible_cursor): New boolean var.
7696 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
7697 visible_cursor.
7698 (syms_of_term): Export the new var as "visible-cursor".
7699
7700 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7701
7702 * .gdbinit: Tell users not to worry about GDB warnings that some
7703 functions do not exist in the binary.
7704
7705 2005-12-30 Andreas Schwab <schwab@suse.de>
7706
7707 * process.c (Fnetwork_interface_info): Correctly terminate the
7708 loop over ifflag_table.
7709
7710 2005-12-29 Richard M. Stallman <rms@gnu.org>
7711
7712 * lread.c (readevalloop): Test for reading a whole buffer
7713 before actually reading anything. Handle all cases, including
7714 START = END = nil and an already-narrowed buffer.
7715 Convert END to a marker if it is a number.
7716
7717 * keymap.c (describe_map): Put sparse map elements into an array,
7718 sort them, then output a sequence of identical bindings on one line.
7719 (struct describe_map_elt): New data type.
7720 (describe_map_compare): New function.
7721
7722 2005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7723
7724 * gtkutil.c (xg_get_file_with_chooser): Change message shown
7725 in file chooser.
7726
7727 2005-12-27 Richard M. Stallman <rms@gnu.org>
7728
7729 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
7730 not the current one.
7731
7732 * minibuf.c (Fminibuffer_message): Doc fix.
7733 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
7734
7735 * eval.c (do_autoload): Ignore elements of Vautoload_queue
7736 where car is not symbol.
7737
7738 2005-12-27 Kenichi Handa <handa@m17n.org>
7739
7740 * charset.c (lisp_string_width): Check multibyteness of STRING.
7741
7742 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7743
7744 * xfns.c (x_show_hidden_files): New variable.
7745 (syms_of_xfns): Defvar it.
7746
7747 * gtkutil.c (xg_toggle_visibility_cb): New function.
7748 (xg_get_file_with_chooser): Add toggle hidden files and a message
7749 to the new file chooser dialog. Show hidden files if
7750 x_show_hidden_files is non-zero.
7751
7752 2005-12-26 Richard M. Stallman <rms@gnu.org>
7753
7754 * keyboard.h: Undo previous change.
7755
7756 * Makefile.in (undo.o): Undo previous change.
7757
7758 * undo.c: Undo previous change.
7759
7760 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
7761
7762 * keyboard.h: extern last_point_position_window.
7763
7764 * undo.c: include keyboard.h.
7765
7766 * Makefile.in (undo.o): Depend on keyboard.h.
7767
7768 2005-12-26 Richard M. Stallman <rms@gnu.org>
7769
7770 * commands.h (last_point_position_window): Declare.
7771
7772 * undo.c: Depend on window.h.
7773 (record_point): Save old point from the correct window.
7774
7775 * keyboard.c (last_point_position_window): New variable.
7776 (command_loop_1): Set last_point_position_window.
7777 (syms_of_keyboard): Init it.
7778
7779 * Makefile.in (undo.o): Depend on window.h.
7780
7781 2005-12-25 Richard M. Stallman <rms@gnu.org>
7782
7783 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
7784 to undo a `provide'.
7785
7786 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
7787
7788 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
7789
7790 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
7791 define for FreeBSD on this platform.
7792
7793 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7794
7795 * macterm.h (TYPE_FILE_NAME): New define.
7796 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
7797
7798 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
7799 Add prototypes. Make static.
7800 (mac_aedesc_to_lisp): Initialize err to noErr.
7801 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
7802 (init_coercion_handler): New functions.
7803 (Fmac_coerce_ae_data): Use coercion of Apple event data for
7804 translation from/to file names.
7805
7806 * macterm.c: Don't include sys/param.h.
7807 (init_coercion_handler): Add extern.
7808 [MAC_OS8] (main): Call init_coercion_handler.
7809 (mac_initialize) [MAC_OSX]: Likewise.
7810 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
7811 Apple event data for translation from/to file names.
7812
7813 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
7814
7815 * image.c [MAC_OS] (find_image_fsspec): Likewise.
7816
7817 2005-12-23 Martin Rudalics <rudalics@gmx.at>
7818
7819 * insdel.c (insert, insert_and_inherit, insert_before_markers)
7820 (insert_before_markers_and_inherit): Make sure FROM is correct
7821 when `after-change-functions' are called.
7822
7823 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7824
7825 * xfns.c (Fx_uses_old_gtk_dialog): New function.
7826
7827 * gtkutil.c (xg_uses_old_file_dialog): New function.
7828 (xg_get_file_name): Use xg_uses_old_file_dialog.
7829
7830 * gtkutil.h: Declare xg_uses_old_file_dialog.
7831
7832 2005-12-22 Richard M. Stallman <rms@gnu.org>
7833
7834 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
7835
7836 2005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7837
7838 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
7839
7840 * macgui.h (XCharStruct): Remove member `valid_p'.
7841 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
7842 (XCharStructRow): New typedef.
7843 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
7844 New macros.
7845 (struct MacFontStruct): Add member `bounds'. Remove member
7846 `per_char'. All uses for QuichDraw Text fonts are changed to
7847 `bounds.per_char'. ATSUI font bounds are represented as an array
7848 `bounds.rows' of XCharStructRow's, each of which consists of a
7849 bitmap of valid entries and an array of char bounds.
7850
7851 * macterm.c (mac_per_char_metric): Add prototype.
7852 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
7853 (mac_query_char_extents): New function.
7854 (x_per_char_metric): Use it.
7855 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
7856 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
7857 Use mac_per_char_metric instead of x_per_char_metric.
7858 (mac_text_extents_16): New function.
7859 (mac_compute_glyph_string_overhangs): Use it.
7860 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
7861
7862 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
7865 (Fminibuffer_completion_help): Remove duplicates before display.
7866
7867 2005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7868
7869 * print.c (print_preprocess): Don't lose print_depth levels while
7870 iterating.
7871
7872 2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7873
7874 * macmenu.c (Qmac_apple_event): Add extern.
7875 (set_frame_menubar, mac_menu_show keymp_panes)
7876 (single_keymap_panes, list_of_panes, list_of_item)
7877 (single_menu_item): Add argument types to prototypes.
7878 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
7879 (struct skp): New struct (from xmenu.c).
7880 (single_keymap_panes, single_menu_item, list_of_panes)
7881 (list_of_item): Sync with xmenu.c.
7882 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
7883 POSITION if it is mac-apple-event event.
7884 (menubar_selection_callback): Don't use menu_command_in_progress.
7885 (set_frame_menubar): First parse all submenus, then make
7886 widget_value trees from them. Don't allocate any widget_value
7887 objects until we are done with the parsing.
7888 (parse_single_submenu, digest_single_submenu): New functions.
7889 (single_submenu): Function deleted, replaced by those two.
7890 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't create
7891 or dispose of EventHandlerUPP. Install hander to all submenus.
7892 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
7893 instead of ENCODE_SYSTEM.
7894 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
7895 integer values.
7896 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
7897 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
7898 format menu item string. Don't use NULL for integer value.
7899
7900 * macterm.h (struct mac_output): Remove unused member
7901 menu_command_in_progress.
7902
7903 2005-12-20 Juri Linkov <juri@jurta.org>
7904
7905 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
7906 position is non-nil, else set it to nil.
7907
7908 * macmenu.c (Fx_popup_menu): Add `else' to set
7909 Vmenu_updating_frame to nil only if position is nil.
7910
7911 * w32menu.c (Fx_popup_menu): Add `else' to set
7912 Vmenu_updating_frame to nil only if position is nil.
7913
7914 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7915
7916 * keyboard.c (make_lispy_event): Drag-and-drop items are now
7917 stored in member `args' of struct input_event.
7918
7919 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
7920
7921 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
7922 stored in member `args' of struct input_event.
7923
7924 * w32term.c (construct_drag_n_drop): Likewise.
7925
7926 * macterm.c (mac_do_receive_drag): Likewise.
7927 (x_use_underline_position_properties): Undo 2005-07-13 change.
7928 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
7929 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
7930 (mac_pass_command_to_system, mac_pass_control_to_system):
7931 New boolean variables renamed from Lisp_Object ones
7932 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
7933 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
7934 All uses changed.
7935 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
7936 Make them user options.
7937 (mac_handle_command_event, mac_store_services_event):
7938 Call create_apple_event_from_event_ref without 5th argument.
7939 (backtranslate_modified_keycode): Mask off modifier keys that are
7940 mapped to some Emacs modifiers before passing it to KeyTranslate.
7941 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
7942 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
7943 Fix docstrings of `mac-*-modifier'.
7944
7945 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
7946 (do_applescript): Change argument types to Lisp_Object.
7947 All uses changed.
7948
7949 * macterm.h (create_apple_event_from_event_ref): Remove 5th
7950 argument from extern.
7951
7952 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7953
7954 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
7955 the answer, return `lambda', not nil.
7956
7957 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7958
7959 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
7960 enclosed in $(ARGQUOTE)s should not be split between two lines, as
7961 that will break with GNU Make >3.80, when sh.exe is used and
7962 arg quoting is with '..'.
7963
7964 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7965
7966 * print.c (print_preprocess): Just signal an error if print_depth
7967 is exceeded.
7968
7969 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7970
7971 * .gdbinit: Set a breakpoint on w32_abort.
7972
7973 2005-12-16 Juri Linkov <juri@jurta.org>
7974
7975 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
7976 created from minibuffer_completion_contents.
7977 (minibuffer_completion_contents): Remove.
7978 (do_completion, Fminibuffer_complete_word)
7979 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
7980 with Fminibuffer_completion_contents.
7981 (syms_of_minibuf): Add Sminibuffer_completion_contents.
7982 (Fdisplay_completion_list): Doc fix.
7983 (display_completion_list_1): Use `nil' for second arg of
7984 `Fdisplay_completion_list'.
7985
7986 2005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7987
7988 * xfns.c (compute_tip_xy): Handle negative dx and dy.
7989
7990 * w32fns.c (compute_tip_xy): Ditto.
7991
7992 * macfns.c (compute_tip_xy): Ditto.
7993
7994 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
7995
7996 * print.c (print_preprocess): Go to a deeper print_depth to avoid
7997 print_object loop.
7998
7999 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
8000
8001 * coding.c (code_convert_region_unwind): GCPRO arg.
8002
8003 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8004
8005 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
8006 i.e. dy is offset from top of frame instead of bottom.
8007
8008 * macfns.c (compute_tip_xy): Ditto.
8009
8010 * w32fns.c (compute_tip_xy): Ditto.
8011
8012 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
8013 (xg_get_image_for_pixmap, xg_create_frame_widgets)
8014 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
8015
8016 * xmenu.c (menubar_selection_callback): Do nothing if the callback
8017 is for an unselected radio menu item.
8018
8019 2005-12-11 Richard M. Stallman <rms@gnu.org>
8020
8021 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
8022
8023 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
8024
8025 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
8026 (Flookup_key): Doc fix.
8027 (syms_of_keymap) <function-key-map>: Doc fix.
8028
8029 * fns.c (Frequire): Treat evaluating from a source file
8030 like loading the file.
8031
8032 * floatfns.c (Flog): Doc fix.
8033
8034 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
8035 when we change the buffer.
8036
8037 2005-12-11 Juri Linkov <juri@jurta.org>
8038
8039 * minibuf.c (display_completion_list_1):
8040 Call `minibuffer_completion_contents' instead of using `nil' as
8041 second arg of `Fdisplay_completion_list'.
8042 (keys_of_minibuf): Unbind SPC in
8043 Vminibuffer_local_filename_completion_map (see also related
8044 change on 2005-12-06).
8045
8046 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8047
8048 * emacs.c (main) [MAC_OS8]: Undo previous change.
8049
8050 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
8051 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
8052
8053 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8054
8055 * Makefile.in (macselect.o): Depend on keymap.h.
8056
8057 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
8058 syms_of_macselect.
8059
8060 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
8061 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
8062
8063 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
8064 (syms_of_keyboard) [MAC_OS]: Initialize it.
8065 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
8066
8067 * mac.c (Qundecoded_file_name): New variable.
8068 (syms_of_mac): Initialize it.
8069 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
8070 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
8071 (Fmac_coerce_ae_data): New defun.
8072 (syms_of_mac): Defsubr it.
8073
8074 * macselect.c: Include keymap.h.
8075 (mac_ready_for_apple_events): New variable.
8076 (Vmac_apple_event_map, Qmac_apple_event_class)
8077 (Qmac_apple_event_id): New variables.
8078 (syms_of_macselect): Initialize them.
8079 (Qundefined, mac_store_apple_event): Add externs.
8080 (struct apple_event_binding): New struct.
8081 (find_event_binding_fun, find_event_binding)
8082 (mac_find_apple_event_spec, defer_apple_events)
8083 (mac_handle_apple_event, init_apple_event_handler)
8084 (copy_scrap_flavor_data): New functions.
8085 (Fmac_process_deferred_apple_events): New defun.
8086 (syms_of_macselect): Defsubr it.
8087 (mac_store_services_event): Fix extern.
8088 (mac_handle_service_event): Don't allocate Lisp objects during
8089 asynchronous input processing. Use mac_store_services_event
8090 instead of mac_store_application_menu_event.
8091
8092 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
8093 (Qpreferences): Remove variables.
8094 (syms_of_macterm): Don't initialize them.
8095 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
8096 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
8097 (init_required_apple_events, do_ae_open_application)
8098 (do_ae_print_documents, do_ae_open_documents)
8099 (do_ae_quit_application): Remove functions and prototypes.
8100 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
8101 (mac_find_apple_event_spec): Add externs.
8102 (mac_store_application_menu_event): Remove function.
8103 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
8104 (mac_handle_command_event): Create Apple event from Carbon event.
8105 Use mac_store_apple_event instead of mac_store_application_menu_event.
8106 [MAC_OSX] (mac_store_services_event): Likewise.
8107 (struct SelectionRange, SelectionRange): Remove struct and typedef.
8108 [MAC_OS8] (main): Call init_apple_event_handler instead of
8109 init_required_apple_events.
8110 (mac_initialize) [MAC_OSX]: Likewise.
8111 [!USE_CARBON_EVENTS] (mac_wait_next_event):
8112 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
8113
8114 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
8115 Add externs.
8116 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
8117 (Fmac_get_preference): Add EXFUN.
8118
8119 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
8120 event.
8121
8122 2005-12-09 Richard M. Stallman <rms@gnu.org>
8123
8124 * xfns.c (Fx_create_frame): Reinstate previous change.
8125
8126 2005-12-09 Eli Zaretskii <eliz@gnu.org>
8127
8128 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
8129 GDB to the abort dialog.
8130
8131 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
8132
8133 * indent.c (Fvertical_motion): Force move if starting on
8134 stretch glyph.
8135
8136 2005-12-08 Richard M. Stallman <rms@gnu.org>
8137
8138 * lread.c (read_escape) <\s>: Don't treat strings specially.
8139
8140 * xfns.c (Fx_create_frame): Comment out previous change.
8141
8142 2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8143
8144 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
8145 when needed.
8146
8147 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * minibuf.c (keys_of_minibuf): Just unbind SPC in
8150 Vminibuffer_local_filename_completion_map rather than forcing it
8151 explicitly to the same binding as the global map.
8152
8153 2005-12-06 Ken Raeburn <raeburn@gnu.org>
8154
8155 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
8156 * bytecode.c (Fbyte_code): Likewise.
8157 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
8158 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
8159 * undo.c (truncate_undo_list): Likewise.
8160
8161 2005-12-05 Richard M. Stallman <rms@gnu.org>
8162
8163 * window.c (enlarge_window): Eliminate arg preserve_before.
8164 Assume it is 0. All callers changed.
8165 (Fenlarge_window, Fshrink_window): Likewise.
8166
8167 2005-12-02 Eli Zaretskii <eliz@gnu.org>
8168
8169 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
8170 fit below.
8171
8172 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8173
8174 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
8175
8176 * xfns.c (x_real_positions): int ign => unsigned int.
8177 (xg_set_icon_from_xpm_data): Remove unused variable err.
8178 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
8179 to remove compiler warning.
8180 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
8181
8182 2005-12-02 David Reitter <david.reitter@gmail.com>
8183
8184 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
8185 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
8186 and Vminibuffer_local_must_match_filename_map keymaps.
8187 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
8188
8189 * keymap.c (Vminibuffer_local_filename_completion_map)
8190 (Vminibuffer_local_must_match_filename_map): New variables.
8191 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
8192 parent to be Vminibuffer_local_completion_map and
8193 Vminibuffer_local_must_match_map, respectively.
8194
8195 * commands.h (Vminibuffer_local_filename_completion_map)
8196 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
8197
8198 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * window.c (Fset_window_configuration): Don't accidentally copy the
8201 window-point of one window to another.
8202
8203 2005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8204
8205 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
8206
8207 2005-11-30 Kim F. Storm <storm@cua.dk>
8208
8209 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
8210 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
8211 passing it to `emacs_write'.
8212
8213 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
8214
8215 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
8216
8217 2005-11-27 Richard M. Stallman <rms@gnu.org>
8218
8219 * window.c (adjust_window_trailing_edge): New function.
8220 (Fadjust_window_trailing_edge): New function.
8221 (syms_of_window): Defsubr it.
8222 (window_deletion_count): New variable.
8223 (delete_window): Update window_deletion_count.
8224
8225 2005-11-26 Eli Zaretskii <eliz@gnu.org>
8226
8227 * minibuf.c (syms_of_minibuf): Mention the extension of
8228 `completion-auto-help's meaning by complete.el.
8229
8230 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
8231
8232 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
8233 Handle :inherit property as a lisp expression.
8234
8235 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8236
8237 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
8238 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
8239 Qsuper, and Qmodifier_value.
8240 (Vmac_control_modifier, Vmac_option_modifier)
8241 (Vmac_command_modifier, Vmac_function_modifier)
8242 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
8243 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
8244 (Vmac_charset_info_alist): Doc fixes.
8245
8246 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8247
8248 * emacs.c (main) [MAC_OSX]: Change working directory to home
8249 directory if `-psn_*' option is specified.
8250
8251 * mac.c (DECODE_UTF_8): Remove macro.
8252 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
8253 created from cfstring_to_lisp.
8254 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
8255 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
8256
8257 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
8258 Add prototype.
8259
8260 2005-11-21 Ken Raeburn <raeburn@gnu.org>
8261
8262 * keymap.c (shadow_lookup): Use make_number to pass a number to
8263 Fsubstring.
8264
8265 2005-11-21 Juri Linkov <juri@jurta.org>
8266
8267 * puresize.h (BASE_PURESIZE): Increment to 1180000.
8268
8269 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
8270
8271 * xfaces.c (Finternal_set_lisp_face_attribute):
8272 Use :ignore-defface for new frame defaults when `unspecified' is
8273 supplied.
8274 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
8275 (merge_face_vectors): Don't do :ignore-defface overwriting here.
8276 (Finternal_merge_in_global_face): Do it here.
8277
8278 2005-11-20 Juri Linkov <juri@jurta.org>
8279
8280 * charset.c (invalid_character): Use Lisp-readable syntax
8281 for octal and hex. Reorder decimal, octal and hex values.
8282
8283 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
8284
8285 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
8286 this type is recognised when debugging.
8287
8288 2005-11-19 Andreas Schwab <schwab@suse.de>
8289
8290 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
8291 Lisp_Cons and Lisp_Float.
8292
8293 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8294
8295 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
8296 New variable.
8297 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
8298 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
8299 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
8300 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
8301
8302 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
8305
8306 * xfaces.c (Qignore_defface): New variable.
8307 (syms_of_xfaces): Provide `:ignore-defface'.
8308 (IGNORE_DEFFACE_P): New macro.
8309 (check_lface_attrs, lface_fully_specified_p)
8310 (Finternal_set_lisp_face_attribute)
8311 (Fface_attribute_relative_p, Fmerge_face_attribute):
8312 Handle Qignore_defface as a possible value.
8313 (merge_face_vectors): The merged face is `unspecified' if the
8314 mergee specifies `:ignore-defface'.
8315
8316 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * lread.c (readevalloop): Add missing GCPROs.
8319
8320 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
8321
8322 * xfns.c (xg_set_icon_from_xpm_data): New function.
8323
8324 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
8325 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
8326
8327 * xterm.c (x_bitmap_icon): Use the xpm if available.
8328
8329 * image.c (x_create_bitmap_from_xpm_data): New function.
8330 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
8331
8332 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
8333
8334 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
8335
8336 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
8337
8338 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
8339
8340 2005-11-15 Andreas Schwab <schwab@suse.de>
8341
8342 * lisp.h (struct Lisp_Cons): Make cdr a union.
8343 (XCDR_AS_LVALUE): Adjust.
8344 (struct Lisp_Float): Make data a union.
8345 (XFLOAT_DATA): Adjust.
8346
8347 * alloc.c (free_float): Make free list chaining aliasing-safe.
8348 (make_float): Likewise.
8349 (free_cons): Likewise.
8350 (Fcons): Likewise.
8351 (check_cons_list): Likewise.
8352 (Fmake_symbol): Likewise.
8353 (allocate_misc): Likewise.
8354 (free_misc): Likewise.
8355 (gc_sweep): Likewise.
8356
8357 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8358
8359 * mac.c (HASHKEY_QUERY_CACHE): New define.
8360 (xrm_create_database, xrm_q_put_resource): Empty query cache.
8361 (xrm_get_resource): Use query cache.
8362
8363 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
8364 inhibit_window_system is set.
8365
8366 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8367
8368 * macgui.h (USE_CG_TEXT_DRAWING): New define.
8369 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
8370 and cg_glyphs.
8371
8372 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
8373 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
8374 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
8375 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
8376 not used and font substitution never occurs for ASCII and Latin-1
8377 characters.
8378 (XLoadQueryFont): Maximum and minimum metrics are now those among
8379 ASCII characters.
8380 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
8381 height adjustments for Courier, Helvetica, and Times.
8382
8383 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
8384
8385 2005-11-11 David Reitter <david.reitter@gmail.com>
8386
8387 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
8388 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
8389 Vmac_control_modifier / mac-control-modifier,
8390 Vmac_option_modifier / mac-option-modifier,
8391 Vmac_command_modifier / mac-command-modifier.
8392 (mac_to_emacs_modifiers): Use the new style modifier
8393 variables. Return UInt32 (modifiers are longs now.)
8394 (backtranslate_modified_keycode): New function (refactoring).
8395 (XTread_socket): Use new modifier variables and refactored function.
8396 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
8397 no dedicated meta key. Not in use anyway.)
8398 (convert_fn_keycode): Map Fn-keys to their original keycode
8399 using a table (english keyboard only).
8400
8401 2005-11-11 Kim F. Storm <storm@cua.dk>
8402
8403 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
8404 Add post hook to "backtrace" to always dump lisp call stack to
8405 increase chance of people sending it to us when reporting bugs.
8406
8407 * doc.c (Fsubstitute_command_keys): Doc fix.
8408
8409 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
8410
8411 * xdisp.c (handle_stop): Skip overlay string handling if
8412 ignore_overlay_strings_at_pos_p is set.
8413 (set_iterator_to_next): At end of display vector, set
8414 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
8415 string, so we skip those overlay strings at current pos.
8416
8417 2005-11-10 Lars Hansen <larsh@soem.dk>
8418
8419 * fileio.c (file-regular-p): Doc fix.
8420
8421 2005-11-10 Kim F. Storm <storm@cua.dk>
8422
8423 * alloc.c (valid_lisp_object_p): New function to validate that
8424 an object is really a valid Lisp_Object.
8425
8426 * lisp.h (valid_lisp_object_p): Add prototype.
8427
8428 * print.c (safe_debug_print): New function to be called from gdb
8429 to print Lisp objects; use valid_lisp_object_p to avoid crashing
8430 if user tries to print something which is not a Lisp object.
8431
8432 * .gdbinit (pp, pp1): Use safe_debug_print.
8433 (pv, pv1): New commands to print value of a lisp variable.
8434
8435 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
8436
8437 * .gdbinit (pp1): New user-defined function.
8438
8439 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8440
8441 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
8442
8443 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
8444 related variables for dumped executable.
8445
8446 * unexmacosx.c (unexec_write_zero): New function.
8447 (copy_data_segment): Clear uninitialized local variables in
8448 statically linked libraries.
8449
8450 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
8451
8452 2005-11-09 Juri Linkov <juri@jurta.org>
8453
8454 * keymap.c (shadow_lookup): If Flookup_key returns a number,
8455 call it again with a sub-key-sequence, and if its return value
8456 is non-nil (sub-key is bound), return nil.
8457
8458 2005-11-08 Kim F. Storm <storm@cua.dk>
8459
8460 * process.c (Fsignal_process): Recognize signal names with and
8461 without SIG prefix, e.g. SIGHUP and HUP.
8462
8463 * search.c (search_buffer): No need to initialize base_pat.
8464
8465 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
8468 Don't abuse the `mini' arg. Use the `obj' arg instead.
8469
8470 2005-11-04 Kim F. Storm <storm@cua.dk>
8471
8472 * xdisp.c (show_mouse_face): Clear mouse face to eol.
8473
8474 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8475
8476 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
8477 font-lock.elc and jit-lock.elc.
8478
8479 2005-11-03 Richard M. Stallman <rms@gnu.org>
8480
8481 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
8482 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
8483 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
8484
8485 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
8486
8487 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
8488
8489 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * window.c (Fdisplay_buffer): Fix last change to not use
8492 a dedicated window.
8493
8494 2005-11-01 Kim F. Storm <storm@cua.dk>
8495
8496 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
8497 Instead, rotate the bottom angle bitmap 180 degrees to indicate
8498 that the bottom row does not end in a newline.
8499
8500 2005-11-01 Andreas Schwab <schwab@suse.de>
8501
8502 * unexelf.c (unexec): Handle .plt section in BSS segment.
8503
8504 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
8507
8508 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
8509 determine whether to consider dedicated windows as well.
8510 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
8511 (Fdisplay_buffer): Do consider dedicated windows in those cases where
8512 we will split the window rather than reuse it.
8513 Don't try to use windows on other displays.
8514
8515 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8516
8517 * puresize.h (BASE_PURESIZE): Increment to 1170000.
8518
8519 2005-10-31 Romain Francoise <romain@orebokech.com>
8520
8521 * macfns.c: Update copyright year.
8522 * m/gould.h: Likewise.
8523
8524 2005-10-30 Kim F. Storm <storm@cua.dk>
8525
8526 * xdisp.c (display_line): Restore it->current_x and call
8527 extend_face_to_end_of_line when last glyph doesn't fit on line.
8528 (set_glyph_string_background_width): Remove specific tests here
8529 to see if face background should extend to end of line. Simplify.
8530
8531 2005-10-30 Richard M. Stallman <rms@gnu.org>
8532
8533 * alloc.c (BYTES_USED): Use uordblks, not arena.
8534 (bytes_used_when_reconsidered): New variable.
8535 (emacs_blocked_free): Set that.
8536
8537 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8538
8539 * alloc.c (emacs_blocked_free): Fix typo.
8540
8541 2005-10-29 Richard M. Stallman <rms@gnu.org>
8542
8543 * data.c (Fmake_variable_frame_local): Doc fix.
8544
8545 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
8546 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
8547 controls whether to save and restore mode_line_proptrans_alist.
8548 Callers changed.
8549 (unwind_format_mode_line): Work with that feature.
8550 (redisplay_internal): Don't call prepare_menu_bars if memory full.
8551 (move_elt_to_front): New function.
8552 (display_mode_element): Use move_elt_to_front.
8553 Don't bother munging text props on a null string.
8554 Delete obsolete elts from mode_line_proptrans_alist.
8555 (decode_mode_spec): Test Vmemory_full, not spare_memory.
8556 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
8557
8558 * lisp.h (memory_full_cons_threshold): Declare.
8559 (internal_lisp_condition_case): Declare.
8560
8561 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
8562 (Fmemory_full_p): Function deleted.
8563 (syms_of_alloc): Don't defsubr it.
8564 (memory_full_cons_threshold): New variable.
8565 (spare_memory): Now a vector of 7 elts.
8566 (buffer_memory_full): Don't set Vmemory_full here.
8567 (xfree): Don't try to refill here.
8568 (emacs_blocked_free): Record BYTES_USED in local var.
8569 (memory_full): Now free all the slots in spare_memory.
8570 (refill_memory_reserve): Allocate each slot in spare_memory.
8571 (init_alloc_once): Call refill_memory_reserve.
8572
8573 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
8574
8575 * eval.c (internal_lisp_condition_case): New function.
8576 (Fcondition_case): Use internal_lisp_condition_case.
8577 (Feval): Test Vmemory_full and memory_full_cons_threshold.
8578 (Ffuncall): Likewise.
8579
8580 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
8581
8582 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * syntax.c (Fparse_partial_sexp): Fix docstring.
8585
8586 2005-10-28 Romain Francoise <romain@orebokech.com>
8587
8588 * puresize.h (BASE_PURESIZE): Increment to 1130000.
8589
8590 2005-10-28 Richard M. Stallman <rms@gnu.org>
8591
8592 * xfns.c (syms_of_xfns): Provide `x' as feature.
8593
8594 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
8595
8596 * editfns.c (Fformat): Don't include string padding
8597 between info[n].start and info[n].end.
8598
8599 * alloc.c (spare_memory): No longer static.
8600 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
8601
8602 * puresize.h (BASE_PURESIZE): Increment to 1120000.
8603
8604 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
8605
8606 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
8607
8608 * fringe.c (update_window_fringes): Handle case where buffer ends
8609 with a newline.
8610
8611 2005-10-27 Kenichi Handa <handa@m17n.org>
8612
8613 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
8614
8615 2005-10-24 Kenichi Handa <handa@m17n.org>
8616
8617 * charset.h (charset_mule_unicode_0100_24ff)
8618 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
8619 Extern them.
8620
8621 * charset.c (charset_mule_unicode_0100_24ff)
8622 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
8623 New variables.
8624 (Fsetup_special_charsets): Initialize them.
8625
8626 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
8627 supported Unicode characters.
8628
8629 2005-10-25 Jason Rumney <jasonr@gnu.org>
8630
8631 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
8632
8633 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8634
8635 * image.c [MAC_OS] (image_load_qt_1): Check image size.
8636 Use GraphicsImportGetImageDescription instead of
8637 GraphicsImportGetNaturalBounds.
8638 [MAC_OSX] (image_load_quartz2d): Check image size.
8639 [MAC_OS] (xpm_load_image): Likewise.
8640
8641 * macterm.c (last_mouse_glyph_frame): New var.
8642 (note_mouse_movement): Say mouse moved if current frame differs
8643 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
8644 (XTmouse_position): Set last_mouse_glyph_frame.
8645 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
8646 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
8647 Use EndianU16_BtoN.
8648 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
8649 (x_per_char_metric, XLoadQueryFont)
8650 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
8651 glyph bounds.
8652 (mac_to_x_fontname, mac_do_list_fonts)
8653 (mac_initialize_display_info): Change screen resolutions to 72dpi.
8654
8655 2005-10-25 Masatake YAMATO <jet@gyve.org>
8656
8657 * minibuf.c (Fdisplay_completion_list): Small doc fix.
8658
8659 2005-10-24 Kim F. Storm <storm@cua.dk>
8660
8661 * xterm.c: Undo 2005-10-23 change.
8662 (last_mouse_glyph_frame): New var.
8663 (note_mouse_movement): Say mouse moved if current frame differs
8664 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
8665 (XTmouse_position): Set last_mouse_glyph_frame.
8666 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
8667 last_mouse_glyph] on mouse up/down event.
8668
8669 * editfns.c (Fcompare_buffer_substrings): Fix last change.
8670
8671 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
8674
8675 2005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8676
8677 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
8678 so tool tips don't interfere with press on tool bar button.
8679
8680 2005-10-23 Richard M. Stallman <rms@gnu.org>
8681
8682 * casetab.c (Fset_case_table): Doc fix.
8683
8684 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
8685 (readevalloop): Compute ENTIRE properly.
8686 (syms_of_lread) <load-history>: Doc fix.
8687
8688 2005-10-21 Richard M. Stallman <rms@gnu.org>
8689
8690 * lread.c (Fload): Simplify gcpro structure.
8691 Gcpro FOUND as well as FILE, but not EFOUND.
8692 Unless preloading, record FOUND instead of FILE in Vload_history.
8693 Rename repeat local FILE to MSG_FILE.
8694 (syms_of_lread) <load-history>: Doc fix.
8695
8696 2005-10-21 Kenichi Handa <handa@m17n.org>
8697
8698 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
8699
8700 2005-10-20 Kim F. Storm <storm@cua.dk>
8701
8702 * buffer.c (clone_per_buffer_values): Remove unused var tem.
8703 (init_buffer): Remove unused vars dotstat, pwdstat.
8704
8705 * ccl.c (check_ccl_update): Remove unused var vp.
8706
8707 * fileio.c (auto_save_error): Call SAFE_FREE.
8708
8709 * fns.c (Fchar_table_range): Remove unused var i.
8710
8711 * minibuf.c (display_completion_list_1): New wrapper function
8712 for Fdisplay_completion_list.
8713 (Fminibuffer_completion_help): Use it.
8714
8715 * term.c (encode_terminal_code): Remove unused var src_start.
8716
8717 * window.c (Fwindow_tree): Remove unused var alist.
8718
8719 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
8720
8721 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
8722
8723 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
8724
8725 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
8726
8727 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
8728
8729 2005-10-20 Andreas Schwab <schwab@suse.de>
8730
8731 * minibuf.c (Fdisplay_completion_list): Doc fix.
8732
8733 2005-10-19 Kim F. Storm <storm@cua.dk>
8734
8735 * image.c (check_image_size): Handle integer Vmax_image_size value
8736 directly as max pixel value. Use default frame size for null frame.
8737 (syms_of_image) <max-image-size>: Describe integer value.
8738
8739 2005-10-19 Romain Francoise <romain@orebokech.com>
8740
8741 * emacs.c (main): Update copyright year.
8742
8743 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8744
8745 * image.c (Vmax_image_size): New variable.
8746 (check_image_size): New function.
8747 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
8748 (gif_load, gs_load): Use it.
8749 (lookup_image): Try loading again if previous load failed.
8750 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
8751 to display in, NULL if none.
8752 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
8753 argument.
8754
8755 2005-10-18 Richard M. Stallman <rms@gnu.org>
8756
8757 * search.c (Fstring_match): Doc fix.
8758
8759 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8760
8761 * macterm.c (note_mouse_movement): Use PtInRect.
8762 (XTread_socket): Also ignore mouse motion just before a button
8763 release event. Don't process button release event when mouse is
8764 not grabbed.
8765
8766 2005-10-16 Masatake YAMATO <jet@gyve.org>
8767
8768 * minibuf.c (Fdisplay_completion_list): Add new optional
8769 argument COMMON_SUBSTRING. Bind `completion-common-substring'
8770 to the optional argument during running `completion-setup-hook'.
8771
8772 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8773
8774 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
8775 Allow nil as argument.
8776 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
8777 for encoding arguments as UTF-16 in native byte order, no BOM.
8778
8779 * macfns.c (Fx_create_frame): Add debugging code.
8780 (Fx_show_tip): Set frame pixel width and height.
8781
8782 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
8783 (FRAME_NORMAL_GC): New macro.
8784 (mac_draw_line, mac_clear_area, mac_clear_window)
8785 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
8786 (mac_draw_image_string, mac_draw_image_string_16): Rename from
8787 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
8788 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
8789 All uses changed.
8790 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
8791 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
8792 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
8793 (mac_draw_string_16, mac_draw_image_string)
8794 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
8795 (mac_scroll_area): Drawing functions now take frame as destination.
8796 All uses changed.
8797 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
8798 (x_draw_fringe_bitmap): Set clipping area in face->gc.
8799
8800 * macterm.h (mac_clear_area): Add extern.
8801
8802 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8803
8804 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
8805 changes for xterm.c.
8806
8807 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
8808
8809 2005-10-14 Kenichi Handa <handa@m17n.org>
8810
8811 * search.c (search_buffer): Give up BM search on case-fold-search
8812 if one of a target character has a case-equivalence of different
8813 charset even if that target charcter is an ASCII.
8814
8815 * casefiddle.c (casify_object): Fix for the case that case
8816 conversion change the byte length.
8817
8818 2005-10-14 Kim F. Storm <storm@cua.dk>
8819
8820 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
8821 (handle_one_xevent): Only clear help_echo_string; restore it if
8822 note_mouse_movement didn't record any mouse movement.
8823
8824 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
8825 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
8826
8827 * keyboard.c (make_lispy_position): Adjust wx for left margin if
8828 ON_TEXT.
8829 (Fposn_at_x_y): Fix calculation of x coordinate.
8830 (Fposn_at_point): Return nil if point is hscrolled out of view.
8831
8832 2005-10-13 Andreas Schwab <schwab@suse.de>
8833
8834 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
8835 non-interactive mode.
8836
8837 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8838
8839 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
8840
8841 2005-10-12 Kim F. Storm <storm@cua.dk>
8842
8843 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
8844
8845 2005-10-12 Romain Francoise <romain@orebokech.com>
8846
8847 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
8848
8849 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8850
8851 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
8852 get end of text rows. Obtain header-line/mode-line rows directly.
8853
8854 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
8855 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
8856
8857 2005-10-12 Kim F. Storm <storm@cua.dk>
8858
8859 * xdisp.c (remember_mouse_glyph): New generic version based on
8860 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
8861 properly handle all different window areas.
8862
8863 * dispextern.h (remember_mouse_glyph): Add prototype.
8864
8865 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
8866 (note_mouse_movement, XTmouse_position): Use generic
8867 remember_mouse_glyph, add last_mouse_glyph arg.
8868
8869 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
8870 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
8871 (note_mouse_movement, w32_mouse_position): Use generic
8872 remember_mouse_glyph, add last_mouse_glyph arg.
8873
8874 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
8875 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
8876 (XTmouse_position): Adapt to use generic remember_mouse_glyph
8877 instead of pixel_to_glyph_coords.
8878
8879 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
8880 Fix x position for ON_TEXT when left margin width > 0.
8881
8882 2005-10-11 Kim F. Storm <storm@cua.dk>
8883
8884 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
8885
8886 * keyboard.c (make_lispy_position): Fix buffer calculations for
8887 mouse click or movement in right fringe and the margins.
8888
8889 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8890
8891 * image.c (fn_jpeg_stdio_src): Don't define it.
8892 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
8893 (our_common_init_source): Rename from `our_init_source'.
8894 (our_common_term_source): Rename from `our_term_source'.
8895 (our_memory_fill_input_buffer): Rename from
8896 `our_fill_input_buffer'.
8897 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
8898 (jpeg_memory_src): Use the new names.
8899 (struct jpeg_stdio_mgr): New struct.
8900 (JPEG_STDIO_BUFFER_SIZE): New constant.
8901 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
8902 (jpeg_file_src): New functions.
8903 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
8904
8905 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8906
8907 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
8908 (fm_font_family_alist): New variable.
8909 (syms_of_macterm): Initialize and staticpro it.
8910 (decode_mac_font_name): Replace '-' in family name with '_' if it
8911 occurs just once. Lower family name.
8912 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
8913 All uses changed. Remove argument MF and code conversion for it.
8914 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
8915 to CHARSET. Parse font size. Lower family name. Return integer
8916 value for status of parsing.
8917 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
8918 Don't use Fdowncase because family name is already lowered by
8919 decode_mac_font_name.
8920 (init_font_name_table): Always call decode_mac_font_name.
8921 Add pair of family name and its reference to fm_font_family_alist.
8922 (mac_clear_font_name_table): Clear fm_font_family_alist.
8923 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
8924 Lookup fm_font_family_alist to get font family reference.
8925 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
8926 name is already lowered by parse_x_font_name.
8927
8928 2005-10-11 Kim F. Storm <storm@cua.dk>
8929
8930 * xterm.c (glyph_rect): Return 0 if position is outside text area.
8931
8932 * keyboard.c (make_lispy_position): Fix buffer position calculation for
8933 mouse click or movement in fringe.
8934
8935 2005-10-10 Jason Rumney <jasonr@gnu.org>
8936
8937 * xterm.c (remember_mouse_glyph): New function.
8938 (note_mouse_movement): Use it to remember the current glyph if changed.
8939 (XTmouse_position): Fix calculation of fake glyph under mouse.
8940 Move code to calculate glyph under mouse into remember_mouse_glyph.
8941
8942 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8943
8944 * emacs.c (USAGE3, standard_args): -nb => -nbi.
8945
8946 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
8947
8948 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
8949 (next_frame, prev_frame, set_term_frame_name): Make static.
8950
8951 * window.c (Fwindow_tree): Fix spelling.
8952
8953 2005-10-09 Romain Francoise <romain@orebokech.com>
8954
8955 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
8956
8957 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8958
8959 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
8960 Add options -nb, --no-bitmap-icon.
8961
8962 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
8963
8964 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8965
8966 * macgui.h (MAX_CLIP_RECTS): New define.
8967 (struct _XGC): New member clip_region.
8968 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
8969 clip_rects.
8970
8971 * macterm.c (GC_CLIP_REGION): New macro.
8972 (saved_port_clip_region): New variable.
8973 (mac_begin_clip, mac_end_clip): New functions.
8974 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
8975 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
8976 (mac_copy_area_with_mask, mac_scroll_area): Use them.
8977 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
8978 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
8979 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
8980 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
8981 rectangles stored in gc.
8982 (XFreeGC): Dispose of clipping region.
8983 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
8984 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
8985 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
8986 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
8987 (x_draw_bar_cursor): Use them.
8988 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
8989 get multiple clipping rectangles.
8990
8991 * macterm.h (mac_term_init): Add types to extern.
8992 (struct mac_output): Remove members mWP and pending_menu_activation.
8993 Put members scroll_bar_foreground_pixel and
8994 scroll_bar_background_pixel in #if 0.
8995 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
8996
8997 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
8998 Add debugging code.
8999
9000 2005-10-08 Kim F. Storm <storm@cua.dk>
9001
9002 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
9003
9004 2005-10-07 Kim F. Storm <storm@cua.dk>
9005
9006 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
9007 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
9008 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
9009
9010 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9011
9012 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
9013 to for_overlaps. Now occupy 3 bits.
9014 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
9015 (OVERLAPS_ERASED_CURSOR): New defines.
9016 (struct redisplay_interface): Add new OVERLAPS arg to member
9017 fix_overlapping_area.
9018 (x_fix_overlapping_area): Add new OVERLAPS arg.
9019 (get_glyph_string_clip_rects): Add extern.
9020
9021 * dispnew.c (redraw_overlapping_rows):
9022 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
9023
9024 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
9025 for_overlaps.
9026 (get_glyph_string_clip_rects): New function created from
9027 get_glyph_string_clip_rect. Set clipping rectangles according to the
9028 value of for_overlaps. Enable to store multiple clipping rectangles.
9029 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
9030 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
9031 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
9032 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
9033 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
9034 calculating clipping rectangles later. Call x_fix_overlapping_area
9035 with new OVERLAPS arg to draw only erased cursor area.
9036 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
9037 to draw overlaps in both preceding and succeeding rows.
9038
9039 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
9040 struct glyph_string to for_overlaps.
9041
9042 2005-10-04 Richard M. Stallman <rms@gnu.org>
9043
9044 * alloc.c (refill_memory_reserve): Conditionalize the body,
9045 not the function's existence.
9046
9047 2005-10-04 Kim F. Storm <storm@cua.dk>
9048
9049 * window.c (window_split_tree): New function.
9050 (Fwindow_split_tree): New defun.
9051 (syms_of_window): Defsubr it.
9052
9053 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9054
9055 * macterm.c (mac_invert_rectangle): New function.
9056 (XTflash): Use it.
9057
9058 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * regex.h (re_char): Don't expose it in the interface.
9061 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
9062
9063 * regex.c (re_char): Move it back here.
9064 (re_set_whitespace_regexp): Change the arg's type to not use it.
9065
9066 * keyboard.c (make_lispy_event): If point has moved between down and up
9067 event, make it a drag, not a click, to mirror what
9068 mouse-drag-region expects.
9069
9070 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
9071
9072 * lisp.h (fatal): Undo previous change.
9073 * term.c (fatal): Undo previous change.
9074
9075 2005-10-01 Richard M. Stallman <rms@gnu.org>
9076
9077 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
9078
9079 2005-10-01 Kim F. Storm <storm@cua.dk>
9080
9081 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
9082
9083 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9084
9085 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
9086
9087 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
9088 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
9089 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
9090 Try ATSUI-compatible 12pt Monaco font first.
9091
9092 * macgui.h (struct _XCharStruct): New member valid_p.
9093 (STORE_XCHARSTRUCT): Set valid_p.
9094 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
9095
9096 * macterm.c (mac_draw_string_common, x_per_char_metric)
9097 (mac_compute_glyph_string_overhangs, init_font_name_table)
9098 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
9099 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
9100 (x_draw_glyph_string_background)
9101 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
9102 XDrawImageString. Always draw background and foreground separately.
9103 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
9104 functions for one-byte chars when using ATSUI-compatible fonts.
9105 (atsu_font_id_hash) [USE_ATSUI]: New variable.
9106 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
9107 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
9108 max_char_or_byte2 more in detail.
9109 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
9110
9111 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
9112
9113 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
9114 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
9115
9116 * unexelf.c (fatal): Fix prototype.
9117
9118 * term.c (fatal): Implement using varargs.
9119
9120 * regex.c (re_char): Move typedef ...
9121 * regex.h (re_char): ... here.
9122 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
9123
9124 * emacs.c (malloc_set_state): Fix return type.
9125 (endif): Fix type.
9126
9127 * lisp.h (fatal): Add argument types.
9128
9129 * dispextern.h (fatal): Delete prototype.
9130
9131 * systime.h (make_time): Prototype moved from ...
9132 * editfns.c (make_time): ... here.
9133
9134 * editfns.c: Move systime.h include after lisp.h.
9135 * dired.c:
9136 * xsmfns.c:
9137 * process.c: Likewise.
9138
9139 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
9140 Add parameter types.
9141 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
9142 (emacs_blocked_free): Change definition to match __free_hook.
9143 (emacs_blocked_malloc): Change definition to match __malloc_hook.
9144 (emacs_blocked_realloc): Change definition to match __realloc_hook.
9145
9146 2005-09-30 Romain Francoise <romain@orebokech.com>
9147
9148 * minibuf.c (Fread_buffer): Follow convention for reading from the
9149 minibuffer with a default value. Doc fix.
9150
9151 2005-09-29 Juri Linkov <juri@jurta.org>
9152
9153 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
9154 Rename argument name `string' to `format-string'.
9155 (Fformat): Doc fix.
9156
9157 2005-09-28 Kim F. Storm <storm@cua.dk>
9158
9159 * image.c (gif_load): Fix size of allocated image buffer
9160 for images where a sub-image may be larger than the image's
9161 total height/width specifications.
9162
9163 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9164
9165 * macgui.h (struct _XCharStruct): Each member now takes short value.
9166
9167 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
9168
9169 * xfaces.c (lookup_derived_face): Add parameter type.
9170
9171 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
9172
9173 * marker.c (verify_bytepos): Add parameter type.
9174
9175 * process.c (get_operating_system_release): Move prototype ...
9176
9177 * systime.h (get_operating_system_release): ... here.
9178
9179 * xterm.c (handle_one_xevent): Refer to union field to match the
9180 type required by the function definition.
9181 (set_vertical_scroll_bar): Move prototype ...
9182
9183 * xterm.h: ... here.
9184
9185 * fns.c (internal_equal, seed_random): Fix prototypes.
9186 (internal_equal): Add missing parameter.
9187
9188 2005-09-25 Richard M. Stallman <rms@gnu.org>
9189
9190 * keyboard.c (update_menu_bindings): Variable deleted.
9191 (syms_of_keyboard): Don't defvar it.
9192 (parse_menu_item): Don't test it.
9193
9194 2005-09-23 Richard M. Stallman <rms@gnu.org>
9195
9196 * editfns.c (Fformat): Explicitly test for end of format string
9197 and don't use `index'.
9198
9199 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
9200
9201 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
9202 Define BROKEN_GET_CURRENT_DIR_NAME.
9203
9204 * sysdep.c (get_current_dir_name): Also define if
9205 BROKEN_GET_CURRENT_DIR_NAME.
9206
9207 * m/ibmrs6000.h: Test for USG5, not USG5_4.
9208
9209 2005-09-22 Kim F. Storm <storm@cua.dk>
9210
9211 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
9212 (message2): Fix commentary. Ok to use alloca'ed memory.
9213 Still not ok to use Lisp string data (because of GC).
9214 (set_message): Add comment why GC cannot happen.
9215
9216 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9217
9218 * macterm.c (xlfdpat_block_match_1): Fix assertion.
9219 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
9220 variants for a scalable font multiple times.
9221
9222 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9223
9224 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
9225 Setup slave tty options before forking.
9226
9227 2005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9228
9229 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
9230 positions have been set for the frame (as is done for frames in
9231 special-display-buffer-names).
9232
9233 2005-09-19 Kim F. Storm <storm@cua.dk>
9234
9235 * editfns.c (Fformat): Don't scan past end of format string that
9236 ends in %. Reported by Johan Bockg\e,Ae\e(Brd.
9237
9238 2005-09-18 Andreas Schwab <schwab@suse.de>
9239
9240 * window.h (struct window): Remove height_fixed_p, no longer set.
9241
9242 * window.c (make_window): Don't initialize height_fixed_p.
9243 (window_fixed_size_p): Don't use it.
9244
9245 2005-09-18 John Paul Wallington <jpw@pobox.com>
9246
9247 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
9248
9249 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9250
9251 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
9252
9253 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
9254 New variables.
9255 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
9256 file selection.
9257
9258 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
9259
9260 2005-09-17 Eli Zaretskii <eliz@gnu.org>
9261
9262 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
9263 (obj): Use XMENU_OBJ, not a literal xmenu.o.
9264
9265 2005-09-16 Romain Francoise <romain@orebokech.com>
9266
9267 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
9268
9269 2005-09-15 Richard M. Stallman <rms@gnu.org>
9270
9271 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
9272 (display_mode_element): Instead of `lisp_string' and `this',
9273 record `offset' and increment that.
9274 `last_offset' replaces `last'.
9275
9276 * Makefile.in (XMENU_OBJ): Variable deleted.
9277 (obj): Use xmenu.o unconditionally.
9278 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
9279
9280 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
9281
9282 2005-09-15 Kim F. Storm <storm@cua.dk>
9283
9284 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
9285 (reseat_at_next_visible_line_start): Likewise (in xassert).
9286
9287 2005-09-14 Romain Francoise <romain@orebokech.com>
9288
9289 * fileio.c (write_region_inhibit_fsync): New variable.
9290 (Fwrite_region): Use it to skip call to fsync.
9291 (syms_of_fileio): Initialize it.
9292
9293 2005-09-14 Kenichi Handa <handa@m17n.org>
9294
9295 * coding.c (code_convert_region_unwind): Argument format changed.
9296 (run_pre_post_conversion_on_str): If pre-write-conversion function
9297 changed the current buffer, delete the new buffer.
9298 (run_pre_write_conversin_on_c_str): Likewise.
9299
9300 * fileio.c (Fexpand_file_name): Check multibyteness of
9301 default_directory.
9302
9303 2005-09-13 Kenichi Handa <handa@m17n.org>
9304
9305 * composite.c (compose_chars_in_text): Delete it.
9306
9307 * composite.h (compose_chars_in_text): Delete extern.
9308
9309 2005-09-13 Kim F. Storm <storm@cua.dk>
9310
9311 * print.c (print_error_message): Fix last change.
9312
9313 2005-09-12 Kim F. Storm <storm@cua.dk>
9314
9315 * composite.c (compose_chars_in_text): Fix setup of `pend'.
9316 Unconditionally reload `ptr' and `pend' after eval.
9317
9318 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
9319
9320 * print.c (print_error_message): Pass copy of caller name to
9321 message_dolog.
9322
9323 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
9324
9325 2005-09-12 Kenichi Handa <handa@m17n.org>
9326
9327 * xdisp.c (display_mode_element): Be sure to make variables THIS
9328 and LISP_STRING point into a string data of ELT.
9329
9330 2005-09-12 Kim F. Storm <storm@cua.dk>
9331
9332 * editfns.c (Ftranslate_region_internal): Reload `tt' after
9333 signal_after_change that may have GC'ed.
9334 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
9335
9336 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
9337 after insert while runs signal_after_change.
9338
9339 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
9340 declaration to where it is used.
9341
9342 * w32.c (check_windows_init_file): Fix allocation of error buffer.
9343
9344 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
9345 (x_set_name_internal): Call x_encode_text with new FREEP arg to
9346 know if xfree is needed instead of guessing.
9347
9348 * xterm.h (x_encode_text): Remove prototype.
9349
9350 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
9351
9352 * w32term.c (x_bitmap_icon): Load small icons too.
9353
9354 2005-09-10 Romain Francoise <romain@orebokech.com>
9355
9356 * buffer.c (init_buffer): Grow buffer to add directory separator
9357 and terminal zero. Fix typos.
9358
9359 2005-09-10 Eli Zaretskii <eliz@gnu.org>
9360
9361 * buffer.c (init_buffer): Fix error message for failed call to
9362 get_current_dir_name.
9363 (get_current_dir_name): Remove prototype.
9364
9365 * xsmfns.c (get_current_dir_name): Remove prototype.
9366
9367 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
9368 Add prototype.
9369
9370 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
9371 Don't #undef NULL after including blockinput.h.
9372
9373 * config.in: Regenerated.
9374
9375 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
9376
9377 Remove the MAXPATHLEN limitations:
9378
9379 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
9380 New function.
9381
9382 * buffer.c (init_buffer): Use it.
9383
9384 * xsmfns.c (smc_save_yourself_CB): Ditto.
9385
9386 2005-09-09 Kim F. Storm <storm@cua.dk>
9387
9388 * doc.c (Fsubstitute_command_keys): Lookup key binding for
9389 commands that are remapped from some other command.
9390
9391 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
9392 flag in disabled rows below the window.
9393
9394 * frame.h (struct frame): New member updated_p.
9395
9396 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
9397 member. Remove local `updated' array and associated variables.
9398
9399 2005-09-07 Kim F. Storm <storm@cua.dk>
9400
9401 * xdisp.c (handle_display_prop): Respect overlay window property.
9402
9403 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
9404 Fixes crash reported by YAMAMOTO Mitsuharu.
9405
9406 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9407
9408 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
9409 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
9410 (xlfdpat_block_match_1, xlfdpat_match): New functions.
9411 (xlfdpat_block_match): New macro.
9412 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
9413 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
9414 (add_font_name_table_entry): Increase font_name_table_size more
9415 rapidly.
9416 (mac_c_string_match): Remove function.
9417 (mac_do_list_fonts): Use XLFD pattern match instead of regular
9418 expression match.
9419
9420 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
9421
9422 2005-09-03 Richard M. Stallman <rms@gnu.org>
9423
9424 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
9425 (move_it_in_display_line_to): Stop after last char on line even
9426 on a windowing terminal, if that's the specified stop position.
9427
9428 * fns.c (Fsort): Doc fix.
9429
9430 * editfns.c (Fpropertize): Don't insist that properties be symbols.
9431
9432 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * dired.c (directory_files_internal_unwind, directory_files_internal)
9435 (file_name_completion): Use a Save_Value object rather than a cons of
9436 two 16bit ints to store the DIR*.
9437 (directory_files_internal, file_name_completion): Handle both EINTR and
9438 EAGAIN consistently after `readdir'.
9439
9440 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * intervals.c (update_interval): Add position info in error.
9443
9444 * dispnew.c (window_to_frame_hpos, update_window):
9445 Avoid gcc warning about unused variable `f'.
9446
9447 2005-08-31 Jason Rumney <jasonr@gnu.org>
9448
9449 * w32menu.c (add_menu_item): If unicode_append_menu returns an
9450 error, revert to using AppendMenu.
9451
9452 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9453
9454 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
9455 All uses changed.
9456 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
9457 cases.
9458 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
9459 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
9460 Use posix_pathname_to_fsspec.
9461 [MAC_OS] (xpm_load_image): Fill in background_transparent field
9462 while we have mask.
9463
9464 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
9465
9466 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
9467
9468 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * syntax.c (update_syntax_table): Properly reproduce the special +1
9471 setting of e_property at the end of the buffer when bumping into the
9472 INTERVALS_AT_ONCE limit.
9473
9474 2005-08-27 Eli Zaretskii <eliz@gnu.org>
9475
9476 * emacs.c (USAGE1): Fix the description of the -Q option.
9477
9478 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
9481
9482 2005-08-26 Kim F. Storm <storm@cua.dk>
9483
9484 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
9485 Don't move PT to new window start.
9486
9487 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9488
9489 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
9490 ICONIFY/DEICONIFY_EVENT.
9491
9492 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
9493 Restore background color.
9494 (mac_handle_visibility_change): New function.
9495 (x_make_frame_invisible, x_iconify_frame)
9496 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
9497 [USE_CARBON_EVENTS] (mac_handle_window_event)
9498 (install_window_handler): Handle visibility change events.
9499 (x_make_frame_visible): Don't reposition window if it is iconified
9500 or asked for visible before. Select and uncollapse window when it
9501 is made visible.
9502 (x_make_frame_invisible): Don't reset x_highlight_frame.
9503 (x_iconify_frame): Likewise. Make invisible frame visible before
9504 it is iconified.
9505 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
9506 (do_window_update): Don't change visibility of invisible frame.
9507
9508 2005-08-22 Juri Linkov <juri@jurta.org>
9509
9510 * term.c (turn_on_face): Check for TS_set_foreground and
9511 TS_set_background depending on standout_mode. Simplify.
9512
9513 2005-08-21 Kim F. Storm <storm@cua.dk>
9514
9515 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
9516 bitmaps on fully visible rows.
9517
9518 * fringe.c (update_window_fringes): Replace FORCE_P arg with
9519 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
9520 and return 0.
9521
9522 * xdisp.c (redisplay_window): Call update_window_fringes with
9523 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
9524
9525 2005-08-20 Richard M. Stallman <rms@gnu.org>
9526
9527 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
9528 (resize_mini_window): Set w->start, and PT, so as to display the tail
9529 end of the buffer, if it doesn't all fit.
9530
9531 2005-08-18 Kim F. Storm <storm@cua.dk>
9532
9533 * xdisp.c (calc_pixel_width_or_height): Use actual display
9534 resolution when available instead of Vdisplay_pixels_per_inch.
9535
9536 2005-08-17 Kim F. Storm <storm@cua.dk>
9537
9538 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
9539
9540 * dispnew.c (buffer_posn_from_coords): Check that target row is
9541 within matrix.
9542
9543 2005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9544
9545 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
9546 xg_set_frame_icon and call it.
9547
9548 * gtkutil.c (xg_set_frame_icon): New function.
9549
9550 * gtkutil.h (xg_set_frame_icon): Declare it.
9551
9552 2005-08-16 Kim F. Storm <storm@cua.dk>
9553
9554 * dispnew.c (increment_row_positions): Skip non-enabled rows.
9555
9556 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
9557 (Fcurrent_window_configuration): Use VECSIZE macro instead.
9558
9559 2005-08-15 Richard M. Stallman <rms@gnu.org>
9560
9561 * xdisp.c (message3_nolog): Clear echo_message_buffer.
9562
9563 2005-08-15 Kim F. Storm <storm@cua.dk>
9564
9565 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
9566
9567 * process.c (deactivate_process, status_notify, read_process_output)
9568 (update_status, status_convert, decode_status, allocate_pty)
9569 (make_process, remove_process, list_processes_1)
9570 (create_process_1, unwind_request_sigio, read_process_output)
9571 (send_process, keyboard_bit_set): Declare static.
9572 (Fdelete_process): Simplify. Pass process to status_notify, so we
9573 don't try to read output from it.
9574 (status_notify): New arg deleting_process--don't try to read
9575 output from that process.
9576
9577 * lisp.h (deactivate_process, status_notify, read_process_output):
9578 Remove prototypes.
9579
9580 2005-08-14 Richard M. Stallman <rms@gnu.org>
9581
9582 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
9583 define_image_type.
9584
9585 2005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9586
9587 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
9588 (xg_get_image_for_pixmap): Move some code to
9589 xg_get_pixbuf_from_pix_and_mask, and call it.
9590
9591 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
9592
9593 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
9594 to get an GTK icon and set it with GTK functions to avoid having GTK
9595 override an icon set with just X functions.
9596
9597 2005-08-11 Richard M. Stallman <rms@gnu.org>
9598
9599 * image.c (syms_of_image): Init image_types here, and call
9600 define_image_type.
9601 (init_image): Not here.
9602
9603 2005-08-09 Richard M. Stallman <rms@gnu.org>
9604
9605 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
9606
9607 * lisp.h (QUIT): Throw t to Vthrow_on_input.
9608
9609 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
9610
9611 * floatfns.c (Fexpt): Use floats for negative exponent.
9612
9613 2005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9614
9615 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
9616 should not be there, causing menu display errors with GTK 2.6.9.
9617
9618 2005-08-07 Richard M. Stallman <rms@gnu.org>
9619
9620 * floatfns.c (Fexpt): Undo previous change.
9621
9622 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
9623 so it can be used with various state vectors.
9624
9625 * emacs.c (endif): Convert -script into -scriptload.
9626 (standard_args): Add -scriptload. Allow -basic-display with one dash.
9627
9628 * fns.c (syms_of_fns): Add `emacs' to features.
9629
9630 * term.c (set_terminal_modes): If no TS_termcap_modes string,
9631 output newlines to scroll the old screen contents off the screen.
9632
9633 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
9634
9635 * floatfns.c (Fexpt): Use floats for negative exponent.
9636 Reported by D Goel.
9637
9638 2005-08-02 Richard M. Stallman <rms@gnu.org>
9639
9640 * frame.c (Fframe_char_width): Doc fix.
9641
9642 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
9643
9644 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
9645 Defvar it.
9646
9647 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
9648
9649 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
9650 (my_create_window, my_create_tip_window): Make static.
9651
9652 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
9653 (my_set_foreground_window, my_destroy_window): Make static.
9654
9655 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
9656
9657 Merge gnulib getopt implementation into Emacs.
9658
9659 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
9660 now part of lib-src.
9661
9662 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
9665
9666 2005-07-25 Jason Rumney <jasonr@gnu.org>
9667
9668 * w32menu.c (w32_menu_display_help): Suppress tooltip when
9669 navigating menus with the keyboard.
9670
9671 2005-07-23 Richard M. Stallman <rms@gnu.org>
9672
9673 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
9674
9675 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
9676 gc_relative_threshold, one by one.
9677
9678 * keyboard.c (read_char): Test gc_cons_threshold.
9679 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
9680
9681 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
9682 gc_relative_threshold, one by one.
9683
9684 * alloc.c (gc_cons_threshold): Not static.
9685 (gc_cons_combined_threshold): Var deleted.
9686 (gc_relative_threshold): New variable.
9687 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
9688 instead of gc_cons_combined_threshold.
9689
9690 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
9691 (gc_cons_combined_threshold): Declaration deleted.
9692
9693 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9694
9695 * mac.c: Don't include stdlib.h or string.h.
9696 (Fdo_applescript, Fmac_file_name_to_posix)
9697 (Fmac_file_name_to_posix): Doc fixes.
9698 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
9699 (Fmac_code_convert_string): Likewise.
9700 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
9701 if the executable is not contained in a bundle.
9702
9703 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
9704 (gray_width, gray_height): Remove defines.
9705 (gray_bits, gray_bitmap_width, gray_bitmap_height)
9706 (gray_bitmap_bits): Remove variables.
9707 (lispy_function_keys): Remove extern.
9708 (free_frame_menubar): Add extern.
9709 (x_window_to_frame): Remove function.
9710 (unwind_create_tip_frame): Add declaration.
9711 (x_set_name_internal): New function.
9712 (x_set_name, x_set_title): Use it.
9713 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
9714 (Fx_display_pixel_height, Fx_display_planes)
9715 (Fx_display_color_cells, Fx_server_max_request_size)
9716 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
9717 (Fx_display_mm_height, Fx_display_mm_width)
9718 (Fx_display_backing_store, Fx_display_visual_class)
9719 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
9720
9721 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
9722
9723 * macselect.c (Fx_own_selection_internal): Follow error conventions.
9724 (Fx_get_selection_internal, Fx_selection_owner_p)
9725 (Fx_selection_exists_p): Doc fixes.
9726 (syms_of_macselect) <selection-converter-alist>: Likewise.
9727
9728 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
9729
9730 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
9731
9732 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
9733 (Fccl_execute_on_string): Likewise; add usage info.
9734
9735 * composite.c (Fcompose_region_internal)
9736 (Fcompose_string_internal):
9737 Improve argument/docstring consistency.
9738
9739 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
9740 Fix typos in docstrings.
9741
9742 * textprop.c (Fnext_char_property_change)
9743 (Fprevious_char_property_change): Doc fixes.
9744
9745 * window.c (Fset_window_margins, Fset_window_fringes):
9746 Improve argument/docstring consistency.
9747
9748 * xfaces.c (Finternal_lisp_face_p): Doc fix.
9749
9750 2005-07-21 Andreas Schwab <schwab@suse.de>
9751
9752 * eval.c (restore_stack_limits): Return a value.
9753
9754 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
9755
9756 * eval.c (Fdefvar): Doc fix.
9757
9758 2005-07-20 Kim F. Storm <storm@cua.dk>
9759
9760 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
9761 Use make_save_value to unwind protect stream.
9762
9763 * lread.c (Fload, load_unwind):
9764 Use make_save_value to unwind protect stream.
9765
9766 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
9767
9768 * eval.c (Fprog2, Fcalled_interactively_p),
9769 (syms_of_eval) <debug-on-quit>: Doc fixes.
9770 (syms_of_eval) <max-specpdl-size>:
9771 (Finteractive_p): Fix typos in docstrings.
9772
9773 2005-07-19 Kim F. Storm <storm@cua.dk>
9774
9775 * w32fns.c (Vx_hand_shape): Variable removed.
9776 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
9777
9778 2005-07-19 Kenichi Handa <handa@m17n.org>
9779
9780 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
9781
9782 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
9785
9786 2005-07-18 Kim F. Storm <storm@cua.dk>
9787
9788 * frame.h (struct frame): New member already_hscrolled_p.
9789
9790 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
9791 to avoid redisplay looping hscrolling back and forth ad infinitum.
9792
9793 2005-07-18 Juri Linkov <juri@jurta.org>
9794
9795 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
9796 * keymap.c (Fminor_mode_key_binding):
9797 * macterm.c (mac-emulate-three-button-mouse):
9798 Delete duplicate duplicate words.
9799
9800 2005-07-18 Ken Raeburn <raeburn@gnu.org>
9801
9802 * minibuf.c (Ftest_completion): Fix odd syntax in test.
9803
9804 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9805
9806 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
9807
9808 * macgui.h (struct _XGC): New struct.
9809 (GC): Use it.
9810 (GCForeground, GCBackground, GCFont): Use X11 mask values.
9811 (XCreateGC, XParseGeometry): Move externs to macterm.h.
9812
9813 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
9814 (XSetFont): Add declaration.
9815 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
9816 Remove functions.
9817 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
9818 New defines.
9819 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
9820 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
9821 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
9822 Use them.
9823 (mac_erase_rectangle): New function.
9824 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
9825 (x_draw_stretch_glyph_string): Use it.
9826 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
9827 (XSetBackground, XSetFont): Adjust for new GC implementation.
9828 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
9829 (XTset_vertical_scroll_bar): Clear area under scroll bar.
9830
9831 * macterm.h (struct mac_display_info): Change types of
9832 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
9833 (XCreateGC, XParseGeometry): Move externs from macgui.h.
9834
9835 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
9836
9837 2005-07-16 Richard M. Stallman <rms@gnu.org>
9838
9839 * buffer.c (Fmake_overlay): Doc fix.
9840
9841 2005-07-16 Eli Zaretskii <eliz@gnu.org>
9842
9843 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
9844 Vw32_valid_locale_ids, and Vw32_valid_codepages.
9845
9846 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9847
9848 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
9849 Use Fstring_as_unibyte instead of string_make_unibyte.
9850
9851 2005-07-15 Richard M. Stallman <rms@gnu.org>
9852
9853 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
9854
9855 2005-07-15 Kim F. Storm <storm@cua.dk>
9856
9857 * xdisp.c: Fix redisplay loop in last change.
9858 (IT_POS_VALID_AFTER_MOVE_P): New macro.
9859 (move_it_vertically_backward, move_it_by_lines): Use it.
9860
9861 2005-07-14 Jason Rumney <jasonr@gnu.org>
9862
9863 * w32.c (init_environment): Default HOME directory to user's
9864 appdata directory if possible.
9865
9866 2005-07-14 Kim F. Storm <storm@cua.dk>
9867
9868 * .gdbinit (pitx): Fix output format. Print string charpos.
9869
9870 * lread.c (syms_of_lread): Initialize seen_list.
9871
9872 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
9873
9874 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
9875 Staticpro re_match_object.
9876
9877 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9878
9879 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
9880 dereference.
9881
9882 * macterm.c (mac_window_to_frame): Remove duplicate define.
9883
9884 2005-07-14 Kenichi Handa <handa@m17n.org>
9885
9886 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
9887 (code_convert_region): Adjust for the above change.
9888 (set_conversion_work_buffer): If the work buffer is already in
9889 use, generate a new buffer and return it. Otherwise return Qnil.
9890 (run_pre_post_conversion_on_str): Adjust for the above change.
9891 (run_pre_write_conversin_on_c_str): Likewise.
9892
9893 2005-07-13 Kim F. Storm <storm@cua.dk>
9894
9895 * xdisp.c (start_display): Don't reseat to next visible line start
9896 if current start position is in a string or image.
9897 (move_it_vertically_backward): Be sure to move out of strings and
9898 images when moving it2 forward.
9899 (move_it_by_lines): When moving forward, move to next buffer
9900 position if we end up in a string or image. When moving backward,
9901 count rows moved over when moving to start of current row in case
9902 row starts in middle of a string or image. Also move further
9903 backward if we end up in a string or image.
9904 (try_cursor_movement): If overlay string spans multiple lines,
9905 move backward to set cursor on start of an overlay string.
9906 (cursor_row_p): Row is ok if cursor is at newline from string, but
9907 string starts on this line (so we always position cursor at start
9908 of string).
9909
9910 * indent.c (Fvertical_motion): If start position is on an image,
9911 don't move back if we move too far (that's almost certain to happen).
9912
9913 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
9914 row in minibuffer windows.
9915 (try_window): Don't check margins in minibuffer windows.
9916
9917 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9918
9919 * macterm.c: Don't include stdlib.h or composite.h.
9920 (x_use_underline_position_properties, last_mouse_press_frame)
9921 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
9922 (syms_of_macterm, mac_initialize): Don't initialize them.
9923 (waiting_for_input, initial_argv, initial_argc)
9924 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
9925 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
9926 (extra_keyboard_modifiers): Fix type in extern.
9927 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
9928 (x_scroll_bar_report_motion): Add argument types to declaration.
9929 (mac_compute_glyph_string_overhangs): Add declaration.
9930 (disable_mouse_highlight): Remove unused variable.
9931 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
9932 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
9933 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
9934 All callers changed.
9935 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
9936 timestamp.
9937 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
9938 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
9939 only when its width is less than the height.
9940 (XTredeem_scroll_bar): Sync with xterm.c.
9941 (font_name_table, font_name_table_size, font_name_count):
9942 Make static.
9943 (drag_and_drop_file_list): Remove variable. Previous use is now
9944 local to function.
9945 (do_ae_open_documents): Move DRAG_N_DROP event construction part
9946 from XTread_socket.
9947 (XTread_socket): Consolidate setting of event timestamp.
9948 Move DRAG_N_DROP event construction part to do_ae_open_documents.
9949 Support extra_keyboard_modifiers.
9950
9951 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
9952 beginning with that for ASCII.
9953
9954 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9955
9956 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
9957 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
9958 (syms_of_alloc): Declare gc-cons-percentage.
9959
9960 * eval.c (Feval, Ffuncall):
9961 * keyboard.c (read_char):
9962 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
9963
9964 * lisp.h (gc_cons_combined_threshold): Declare.
9965
9966 2005-07-12 Kim F. Storm <storm@cua.dk>
9967
9968 * coding.c (Qprocess_argument):
9969 * coding.h (Qprocess_argument): Remove unused var.
9970
9971 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
9972
9973 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9974
9975 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
9976 Endian.h.
9977 [!MAC_OSX] (fchmod, fchown): New functions.
9978 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
9979 Use SBYTES and EndianU32_BtoN.
9980 (mac_get_object_from_code): Return 4 byte string even if argument
9981 is 0. Use make_unibyte_string and EndianU32_NtoB.
9982 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
9983 (Fmac_set_file_type): Fix documents and argument declarations.
9984 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
9985
9986 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
9989
9990 2005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9991
9992 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
9993 Lucid if X_I18N, font otherwise.
9994
9995 2005-07-10 Steven Tamm <steventamm@mac.com>
9996
9997 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
9998 (Fmac_set_file_type, Fmac_set_file_creator): Add.
9999 (mac_get_object_from_code, mac_get_code_from_arg): Add.
10000
10001 2005-07-10 Richard M. Stallman <rms@gnu.org>
10002
10003 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
10004 (syms_of_lread): Set up eval-buffer-list.
10005 (Feval_buffer, Feval_region): Bind eval-buffer-list.
10006
10007 2005-07-08 Richard M. Stallman <rms@gnu.org>
10008
10009 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
10010
10011 2005-07-08 Kim F. Storm <storm@cua.dk>
10012
10013 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
10014 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
10015
10016 2005-07-07 Kim F. Storm <storm@cua.dk>
10017
10018 * window.c (Frecenter): Fix last change (set iarg before use).
10019
10020 2005-07-06 Richard M. Stallman <rms@gnu.org>
10021
10022 * window.c (Frecenter): When arg is inside the scroll margin,
10023 move it out of the margin.
10024
10025 2005-07-06 Jason Rumney <jasonr@gnu.org>
10026
10027 * w32console.c (initialize_w32_display): Detect when the console
10028 dimensions are insane, and default to 80x25 instead.
10029 (w32_use_full_screen_buffer): Default to nil.
10030
10031 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10032
10033 * macterm.c (mac_draw_vertical_window_border): Use foreground of
10034 VERTICAL_BORDER_FACE_ID for vertical border line.
10035 (mac_encode_char): Call check_ccl_update in advance.
10036 (mac_to_x_fontname, x_font_name_to_mac_font_name)
10037 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
10038 Don't assume that font family length is less than 32.
10039 (x_compute_min_glyph_bounds): Make static.
10040 (x_load_font): Never set fonts_changed_p to zero.
10041
10042 2005-07-04 Lute Kamstra <lute@gnu.org>
10043
10044 * Update FSF's address in GPL notices.
10045
10046 2005-07-03 Richard M. Stallman <rms@gnu.org>
10047
10048 * xdisp.c (try_window): Fix previous change in how it handles
10049 a partially-visible line or one only partly past the margin.
10050
10051 * window.c (window_scroll_pixel_based): Take account
10052 of this_scroll_margin when finding point when scrolling up.
10053
10054 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
10055
10056 * window.c (window_scroll_pixel_based, window_scroll_line_based):
10057 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
10058 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
10059
10060 2005-07-02 Juri Linkov <juri@jurta.org>
10061
10062 * w32term.c (w32_draw_vertical_window_border): Use foreground of
10063 VERTICAL_BORDER_FACE_ID for vertical border line.
10064
10065 2005-07-02 Eli Zaretskii <eliz@gnu.org>
10066
10067 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
10068 fchmod so that chmod doesn't get called on MSDOS before the file
10069 is closed.
10070
10071 2005-07-01 Jason Rumney <jasonr@gnu.org>
10072
10073 * w32term.c (cleartype_active): New flag for enabling sub-pixel
10074 workaround.
10075 (w32_initialize): Initialize it.
10076 (w32_native_per_char_metric): Allow a couple of extra pixels when
10077 Cleartype is active.
10078
10079 * w32term.c (w32_initialize): Move check for screen reader here
10080 from syms_of_w32term.
10081
10082 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10083
10084 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
10085 is not zero.
10086
10087 2005-07-01 Masatake YAMATO <jet@gyve.org>
10088
10089 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
10090
10091 2005-06-30 Juri Linkov <juri@jurta.org>
10092
10093 * xdisp.c (x_draw_vertical_border): If left fringe is not present
10094 decrease x coord of vertical border by 1 pixel to not occupy text
10095 area of the right window.
10096
10097 * xterm.c (x_draw_vertical_window_border): Use foreground of
10098 VERTICAL_BORDER_FACE_ID for vertical border line.
10099
10100 * term.c (turn_on_face): In standout mode apply specified
10101 fg to bg, and specified bg to fg (this makes the logic of
10102 inversion on terminal consistent with X).
10103
10104 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
10105
10106 * eval.c (user_variable_p_eh): New function.
10107 (Fuser_variable_p): Use it. Clarify docstring.
10108 Return t for aliases of user options, nil for alias loops.
10109
10110 2005-06-27 Richard M. Stallman <rms@gnu.org>
10111
10112 * eval.c (Fdefvar): Improve error message.
10113
10114 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10115
10116 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
10117 change.
10118
10119 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
10120
10121 * eval.c (Fdefvar): Don't try to set constant symbols.
10122
10123 2005-06-25 Richard M. Stallman <rms@gnu.org>
10124
10125 * macfns.c (Fx_show_tip): Pass new arg to try_window.
10126
10127 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
10128
10129 * xfns.c (Fx_show_tip): Pass new arg to try_window.
10130
10131 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
10132 (redisplay_window): Handle try_window reporting point in scroll margin.
10133
10134 * dispextern.h (try_window): Declare new arg.
10135
10136 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
10137 Use fchmod to copy the file modes.
10138 (Frename_file): Don't copy UID and GID here;
10139 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
10140
10141 * eval.c (call_debugger): Take full care of extending stack limits
10142 to make space for the debugger, and restore the change afterward.
10143 Bind debug-on-error to nil.
10144 (restore_stack_limits): New subroutine.
10145 (Fsignal): Extend specpdl bound along with eval depth bound,
10146 for calling edebug. Don't do either one, for calling debugger.
10147 (find_handler_clause): Don't bind debug-on-error here.
10148 Don't unbind anything either.
10149 Temporarily advance max_specpdl_size for calling
10150 internal_with_output_to_temp_buffer.
10151 (grow_specpdl): Don't alter max_specpdl_size before signaling
10152 an error.
10153 (syms_of_eval) <max-specpdl-size>: Doc fix.
10154
10155 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
10156
10157 2005-06-24 Eli Zaretskii <eliz@gnu.org>
10158
10159 * fileio.c (Frename_file): Undo last change: no need to ifdef away
10160 chown on DOS_NT platforms.
10161
10162 * w32.c (sys_chown): New function.
10163
10164 * s/ms-w32.h (chown): New; define to sys_chown.
10165
10166 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
10167
10168 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
10169 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
10170
10171 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
10172
10173 2005-06-23 Richard M. Stallman <rms@gnu.org>
10174
10175 * xdisp.c (get_next_display_element): Finish reversing the tests of
10176 Vnobreak_char_display.
10177
10178 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
10179 All uses changed.
10180 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
10181 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
10182
10183 * fileio.c (Frename_file): Preserve owner and group, if possible,
10184 when copying.
10185
10186 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
10187
10188 * abbrev.c (Funexpand_abbrev):
10189 * category.c (Fmake_category_set):
10190 * dispnew.c (Fsleep_for, Fsit_for):
10191 * editfns.c (Fsubst_char_in_region):
10192 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
10193 * frame.c (make_frame_without_minibuffer):
10194 * lread.c (read_vector):
10195 * macfns.c (check_x_frame):
10196 * process.c (Fstop_process, Fcontinue_process):
10197 * search.c (Freplace_match):
10198 * syntax.c (Fstring_to_syntax):
10199 * w32fns.c (check_x_frame, check_x_display_info):
10200 * xfaces.c (x_supports_face_attributes_p):
10201 * xselect.c (Fx_own_selection_internal): Follow error conventions.
10202
10203 * image.c (fn_png_init_io): Don't define it.
10204 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
10205 (png_read_from_file): New function, based on png_read_from_memory.
10206 (png_load): Use it, instead of fn_png_init_io.
10207
10208 2005-06-23 Kim F. Storm <storm@cua.dk>
10209
10210 * search.c (Fmatch_data): Remove evaporate option.
10211 (Fset_match_data): Do not mention evaporate option in doc string.
10212 Add commentary explaining evaporate arg (for internal use only).
10213 (unwind_set_match_data): Add comment on evaporate use.
10214
10215 2005-06-22 Miles Bader <miles@gnu.org>
10216
10217 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
10218 (realize_basic_faces, syms_of_xfaces): Update references to it.
10219 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
10220 to `VERTICAL_BORDER_FACE_ID'.
10221 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
10222
10223 2005-06-21 Juri Linkov <juri@jurta.org>
10224
10225 * dispextern.h: Add extern Qframe_set_background_mode.
10226
10227 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
10228 Qframe_set_background_mode.
10229
10230 * frame.c (Fmodify_frame_parameters):
10231 Call frame-set-background-mode after changing the background color
10232 on non-window non-dos branch.
10233
10234 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
10235
10236 * fns.c (Fchar_table_range):
10237 * process.c (Fmake_network_process): Fix spellings.
10238
10239 2005-06-20 Kim F. Storm <storm@cua.dk>
10240
10241 * fns.c (Fsort): Doc fix.
10242
10243 2005-06-20 Miles Bader <miles@gnu.org>
10244
10245 * xfaces.c (Qvertical_divider): New variable.
10246 (realize_basic_faces): Realize its face.
10247 (syms_of_xfaces): Initialize it.
10248
10249 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
10250
10251 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
10252 window-separator on ttys using `vertical-divider' face by default.
10253
10254 2005-06-17 Richard M. Stallman <rms@gnu.org>
10255
10256 * xdisp.c (get_next_display_element):
10257 Reverse test of Vshow_nonbreak_escape.
10258
10259 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
10260 (Ftty_no_underline): New function.
10261 (syms_of_term): defsubr it.
10262
10263 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
10264
10265 * dispnew.c (spec_glyph_lookup_face): New function.
10266 (build_frame_matrix_from_leaf_window): Use it.
10267
10268 * dispextern.h (spec_glyph_lookup_face): Add declaration.
10269
10270 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
10271
10272 2005-06-12 Richard M. Stallman <rms@gnu.org>
10273
10274 * keyboard.c (read_char): After catching a longjmp,
10275 call restore_getcjmp.
10276
10277 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
10278
10279 * xselect.c (lisp_data_to_selection_data): Fix spelling.
10280
10281 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10282
10283 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
10284 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
10285 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
10286 events.
10287 (XTread_socket): Don't pass keyboard events with the option
10288 modifier to the system when Vmac_command_key_is_meta is nil or
10289 Vmac_option_modifier is non-nil.
10290 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
10291 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
10292 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
10293 handler function.
10294 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
10295 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
10296 handler part to mac_handle_mouse_event.
10297
10298 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
10299
10300 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
10301 NEW-ALIAS and BASE-VARIABLE, respectively.
10302
10303 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
10306 (get_phys_cursor_geometry, format_mode_line_unwind_data)
10307 (get_line_height_property, x_produce_glyphs): Remove unused vars.
10308
10309 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
10310
10311 2005-06-13 Eli Zaretskii <eliz@gnu.org>
10312
10313 * w32term.c (x_use_underline_position_properties): New variable.
10314 (x_draw_glyph_string): Remind in a comment to change doc string of
10315 x-use-underline-position-properties if/when underline positioning
10316 is implemented.
10317 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
10318 and initialize it to nil.
10319
10320 2005-06-12 Jason Rumney <jasonr@gnu.org>
10321
10322 * w32fns.c (NEWOPENFILENAME): New struct.
10323 (Fx_file_dialog): Use it to trick the system into giving us up to
10324 date dialogs on systems that are documented to support it.
10325 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
10326
10327 2005-06-12 Eli Zaretskii <eliz@gnu.org>
10328
10329 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
10330 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
10331
10332 2005-06-11 Eli Zaretskii <eliz@gnu.org>
10333
10334 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
10335 to CreateDIBSection to avoid a compiler warning.
10336 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
10337 warning.
10338 (png_load): Cast return values of fn_png_create_read_struct and
10339 fn_png_create_info_struct, to avoid compiler warnings on W32.
10340 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
10341 to avoid compiler warnings.
10342 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
10343 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
10344 avoid a compiler warning.
10345 (tiff_load): Cast return values of fn_TIFFOpen and
10346 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
10347 to IMAGE_BACKGROUND to avoid a compiler warning.
10348 (gif_load): Cast return values of fn_DGifOpenFileName and
10349 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
10350 IMAGE_BACKGROUND to avoid a compiler warning.
10351 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
10352 before redefining.
10353
10354 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
10355 the call to CreateDIBSection, to avoid a compiler warning.
10356
10357 2005-06-11 Jason Rumney <jasonr@gnu.org>
10358
10359 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
10360 minibuffer.
10361 * macfns.c (Fx_file_dialog): Likewise.
10362
10363 2005-06-10 Eli Zaretskii <eliz@gnu.org>
10364
10365 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
10366
10367 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10368
10369 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
10370 * w32fns.c (syms_of_w32fns): Fix spellings.
10371
10372 2005-06-10 Eli Zaretskii <eliz@gnu.org>
10373
10374 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
10375 `verbose'; print diagnostic messages only if it is non-zero.
10376 All callers changed to pass a zero value unless DEBUG_DUMP is defined
10377 in the environment.
10378 (copy_executable_and_dump_data): Print section names with %.8s.
10379
10380 2005-06-10 Masatake YAMATO <jet@gyve.org>
10381
10382 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
10383 when mouse_face is not given.
10384
10385 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
10386
10387 * window.c (Fselect_window): Adapt call to Fselect_frame.
10388
10389 * lisp.h: Update EXFUN of Fselect_frame.
10390
10391 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
10392
10393 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
10394 no_enter.
10395 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
10396 Adapt to above change.
10397
10398 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
10399
10400 * fns.c (Fmemq, Fmaphash): Doc fixes.
10401
10402 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
10403
10404 * xfaces.c (Fdisplay_supports_face_attributes_p):
10405 Fix typo in docstring.
10406
10407 2005-06-08 Steven Tamm <steventamm@mac.com>
10408
10409 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
10410 used by gcc4 on intel mac.
10411
10412 2005-06-09 Kim F. Storm <storm@cua.dk>
10413
10414 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
10415 in REUSE list if non-nil; free them if equal to evaporate.
10416 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
10417 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
10418 (restore_search_regs): Rename from restore_match_data. Uses changed.
10419 (unwind_set_match_data): New function.
10420 (record_unwind_save_match_data): New function like save-match-data.
10421
10422 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
10423 (record_unwind_save_match_data): Add prototype.
10424 (restore_search_regs): Rename from restore_match_data.
10425
10426 * composite.c (compose_chars_in_text):
10427 * eval.c (do_autoload):
10428 * macmenu.c (set_frame_menubar):
10429 * process.c (read_process_output, exec_sentinel):
10430 * xmenu.c (set_frame_menubar):
10431 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
10432 * w32menu.c (set_frame_menubar):
10433 Use record_unwind_save_match_data.
10434
10435 2005-06-08 Richard M. Stallman <rms@gnu.org>
10436
10437 * xdisp.c (get_next_display_element): Alter previous change:
10438 Distinguish Vshow_nonbreak_escape = t or not t.
10439 For t, use escape_glyph once again, as before previous change.
10440 Use space or hyphen for display, instead of the non-ASCII char.
10441 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
10442
10443 * process.c (Fstart_process): Don't touch command_channel_p slot.
10444
10445 * process.h (struct process): Delete command_channel_p.
10446
10447 2005-06-07 Masatake YAMATO <jet@gyve.org>
10448
10449 * xdisp.c (note_mode_line_or_margin_highlight):
10450 Check the overlapping of re-rendering area to avoid flickering.
10451 (note_mouse_highlight): Call clear_mouse_face if PART
10452 is not ON_MODE_LINE nor ON_HEADER_LINE.
10453
10454 2005-06-07 Kim F. Storm <storm@cua.dk>
10455
10456 * process.c: Improve commentary for adaptive read buffering.
10457
10458 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
10461 if available.
10462
10463 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10464
10465 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
10466 New functions for popping down menus on C-g.
10467 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
10468
10469 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
10470 non-static.
10471
10472 * config.in: Add HAVE_CANCELMENUTRACKING.
10473
10474 2005-06-06 Eli Zaretskii <eliz@gnu.org>
10475
10476 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
10477
10478 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
10479
10480 * w32proc.c (RVA_TO_PTR): New macro.
10481
10482 * w32heap.c (RVA_TO_PTR): No need to #undef now.
10483
10484 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
10485 Depend on w32heap.h.
10486
10487 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
10488
10489 * keyboard.c (command_loop_1): Update Vthis_original_command.
10490
10491 2005-06-06 Richard M. Stallman <rms@gnu.org>
10492
10493 * xmenu.c (popup_get_selection): Undo previous change.
10494
10495 2005-06-06 Juri Linkov <juri@jurta.org>
10496
10497 * xdisp.c (Qno_break_space): New variable.
10498 (syms_of_xdisp): Initialize it.
10499 (get_next_display_element): Add no-break space and soft hypen
10500 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
10501 Use `no-break-space' face for no-break spaces.
10502
10503 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10504
10505 * window.c (delete_window): Handle the case where a h/vchild has
10506 a h/vchild.
10507
10508 2005-06-05 Eli Zaretskii <eliz@gnu.org>
10509
10510 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
10511 call to pfn_setsockopt, cast optval to `const char *'.
10512
10513 2005-06-04 Eli Zaretskii <eliz@gnu.org>
10514
10515 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
10516 (open_unc_volume): Cast return value of map_w32_filename, to avoid
10517 compiler warnings.
10518
10519 * s/ms-w32.h (fileno): Don't define if already defined.
10520
10521 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
10522
10523 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
10524
10525 2005-06-04 Richard M. Stallman <rms@gnu.org>
10526
10527 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
10528
10529 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10530
10531 * macmenu.c (cleanup_popup_menu): New function.
10532 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
10533 mac_menu_show Quit:s.
10534 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
10535 a dialog).
10536
10537 2005-06-04 Kim F. Storm <storm@cua.dk>
10538
10539 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
10540
10541 * callproc.c (Fcall_process): Don't use alloca to gradually
10542 increase size of buf, as it effectively uses twice the necessary
10543 space on the stack. Instead, pre-allocate buf of full size, and
10544 gradually increase the read size.
10545
10546 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
10547
10548 * eval.c (unbind_to): Preserve value of Vquit_flag.
10549
10550 * xterm.c (handle_one_xevent): Also ignore mouse motion just
10551 before a button release event.
10552
10553 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
10554
10555 * xfaces.c (Finternal_lisp_face_equal_p): Really report
10556 on faces in a frame, if the argument FRAME is non-nil.
10557 Improve argument/docstring consistency.
10558
10559 2005-06-02 Kim F. Storm <storm@cua.dk>
10560
10561 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
10562 (x_consider_frame_title, Fformat_mode_line): Save offset into
10563 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
10564
10565 2005-06-01 Kim F. Storm <storm@cua.dk>
10566
10567 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
10568
10569 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10570
10571 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
10572 resolution fields for scalable fonts to 0.
10573
10574 * xfaces.c (build_scalable_font_name): Round pixel size to the
10575 nearest integer.
10576
10577 2005-06-01 Kim F. Storm <storm@cua.dk>
10578
10579 * xdisp.c (display_mode_line): Support nested calls to redisplay
10580 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
10581
10582 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * fileio.c (Finsert_file_contents):
10585 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
10586
10587 2005-05-31 Kim F. Storm <storm@cua.dk>
10588
10589 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
10590 (mode_line_noprop_ptr): Rename from frame_title_*.
10591 (store_mode_line_noprop_char): Rename from store_frame_title_char.
10592 (store_mode_line_noprop): Rename from store_frame_title.
10593 (mode_line_target): New enum to specify current output target
10594 for mode line formatting.
10595 (display_mode_element): Test it rather than frame_title_ptr and
10596 mode_line_string_list to determine where output should go.
10597 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
10598 (Vmode_line_unwind_vector): New variable.
10599 (format_mode_line_unwind_data, unwind_format_mode_line):
10600 New functions for unwind protection in mode line formatting.
10601 (x_consider_frame_title): Use them and new local var 'title_start'
10602 to support nested calls to format-mode-line and redisplay.
10603 Set mode_line_target to MODE_LINE_TITLE.
10604 (Fformat_mode_line): Use them and new local var 'string_start' to
10605 support nested calls to format-mode-line and redisplay.
10606 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
10607 Don't trim trailing dashes.
10608 (decode_mode_spec): Don't make infinite number of trailing dashes
10609 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
10610 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
10611 mode_line_string_face_prop, and Vmode_line_unwind_vector.
10612 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
10613 Initialize mode_line_target to MODE_LINE_DISPLAY.
10614
10615 2005-05-29 Richard M. Stallman <rms@gnu.org>
10616
10617 * buffer.c (Fbuffer_local_value): Call indirect_variable.
10618
10619 2005-05-28 Masatake YAMATO <jet@gyve.org>
10620
10621 * xdisp.c (note_mode_line_or_margin_highlight): Change the
10622 pointer to a hand cursor when hoovering over a mouse-face.
10623
10624 2005-05-27 Kenichi Handa <handa@m17n.org>
10625
10626 * xterm.c (x_encode_char): Call check_ccl_update in advance.
10627
10628 * ccl.c: Now an element of Vccl_program_table is a vector of
10629 length 4, not 3.
10630 (ccl_get_compiled_code): New arg idx. Caller changed.
10631 Adjust for the change of Vccl_program_table.
10632 (setup_ccl_program): Adjust for the change of Vccl_program_table.
10633 (check_ccl_update): New function.
10634 (Fregister_ccl_program): Use ASET to set an element of a vector.
10635 Adjusted for the change of Vccl_program_table.
10636
10637 * ccl.h (struct ccl_program): New member idx.
10638 (check_ccl_update): Extern it.
10639
10640 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
10641
10642 * image.c (Vimage_library_alist): Move from image.el.
10643 (syms_of_image): Defvar it.
10644 (lookup_image_type): Use it.
10645
10646 * buffer.c (Fbuffer_local_value): Make argument name match its use
10647 in docstring.
10648
10649 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
10650
10651 * keyboard.c (Frecursive_edit): Fix typo in docstring.
10652 (Fposn_at_x_y): Make argument name match its use in docstring.
10653
10654 2005-05-26 Lute Kamstra <lute@gnu.org>
10655
10656 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
10657
10658 2005-05-24 Masatake YAMATO <jet@gyve.org>
10659
10660 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
10661 as loop sentinels.
10662
10663 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10664
10665 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
10666 select frame title ("Question"/"Information").
10667 (xdialog_show): Use it.
10668
10669 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
10670
10671 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
10672
10673 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
10674 a third argument (Qnil).
10675
10676 * lisp.h: x-popup-dialog can have three arguments.
10677
10678 * editfns.c (Fmessage_box): Use "Information" for frame title.
10679
10680 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
10681
10682 * termcap.c [VMS]: Include <starlet.h>.
10683
10684 2005-05-23 Masatake YAMATO <jet@gyve.org>
10685
10686 * xdisp.c (note_mode_line_or_margin_highlight): Add code
10687 for mouse-face. Change the type of the first argument from `window'
10688 to `Lisp_Object'.
10689 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
10690 window instead of w.
10691
10692 2005-05-22 Andreas Schwab <schwab@suse.de>
10693
10694 * process.c (send_process): Move misplaced volatile.
10695
10696 2005-05-21 Richard M. Stallman <rms@gnu.org>
10697
10698 * xdisp.c (display_mode_element): If we're processing a list and
10699 padding is specified, put it after the last element.
10700
10701 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10702
10703 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
10704 "superroot" on DOS_NT systems.
10705
10706 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
10707
10708 * process.c (send_process): Restore the SIGPIPE handler if we
10709 catch a SIGPIPE.
10710
10711 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
10712
10713 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
10714 misleading comments).
10715 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
10716
10717 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10718
10719 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
10720 Correct the right value.
10721
10722 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10723
10724 * keyboard.c (syms_of_keyboard): Remove Lisp variables
10725 post-command-idle-hook and post-command-idle-delay.
10726 (command_loop_1): Don't try to execute post-command-idle-hook.
10727
10728 2005-05-16 Kim F. Storm <storm@cua.dk>
10729
10730 * xdisp.c (handle_display_prop): Handle empty replacement.
10731 (handle_single_display_spec): Return -1 for empty replacement.
10732
10733 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
10734
10735 * .gdbinit (pitx): Print more info about iterator.
10736
10737 2005-05-16 Andreas Schwab <schwab@suse.de>
10738
10739 * unexmacosx.c (unexec_realloc): Move declarations before statements.
10740
10741 2005-05-14 Richard M. Stallman <rms@gnu.org>
10742
10743 * xdisp.c (message3): Call cancel_echoing.
10744
10745 * alloc.c (Fmemory_full_p): New function.
10746 (syms_of_alloc): defsubr it.
10747
10748 * process.c (send_process_trap): Unblock SIGPIPE.
10749 (send_process): Reset SIGPIPE handler before reporting error.
10750
10751 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
10752
10753 * emacs.c (syms_of_emacs): Fix doc string for system-type.
10754
10755 2005-05-13 Richard M. Stallman <rms@gnu.org>
10756
10757 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
10758 (Finsert_file_contents): If we read 0 bytes from a special file,
10759 unlock the visited file if we locked it.
10760 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
10761 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
10762
10763 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10764
10765 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
10766
10767 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
10768 Regard toolkit scroll bar thumb drag events as squeezable and prevent
10769 redisplay from being paused by them.
10770
10771 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
10772 [!MAC_OSX] (target_ticks): Remove variable.
10773 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
10774 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
10775 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
10776 event occurs before timeout, behave as if the function were interrupted.
10777 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
10778 handling using Time Manager routines.
10779 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
10780 New variables.
10781 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
10782 (setitimer): New functions.
10783
10784 * macfns.c, macmenu.c: Don't include signal.h.
10785
10786 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
10787 Rename from get_control_part_bound. All callers changed.
10788 (x_scroll_bar_clear): New function.
10789 (x_clear_frame): Use it.
10790 (XTset_vertical_scroll_bar): Don't call Draw1Control.
10791 (x_scroll_bar_handle_click): Change type of second argument from
10792 int to ControlPartCode.
10793 (check_alarm): Remove declaration.
10794 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
10795 (XTread_socket): Use ControlPartCode instead of SInt16.
10796
10797 2005-05-13 Nozomu Ando <nand@mac.com>
10798
10799 * unexmacosx.c: Include assert.h.
10800 (MACOSX_MALLOC_MULT16): New define.
10801 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
10802 ptr is in unexec regions by checking it is multiple of 16.
10803 (unexec_malloc_header_t): New typedef.
10804 (unexec_malloc, unexec_realloc, unexec_free): Store and use
10805 allocated size information in unexec_malloc_header.
10806
10807 2005-05-10 Richard M. Stallman <rms@gnu.org>
10808
10809 * xterm.c (noinclude): Add #undef.
10810
10811 * image.c, xfns.c, xmenu.c: Don't include signal.h.
10812
10813 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10814
10815 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
10816 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
10817 Doc fixes.
10818
10819 * dired.c (Ffile_name_completion): Make argument name
10820 match its use in docstring.
10821
10822 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10823
10824 * eval.c (Fdefvaralias): Remove any pre-existing
10825 variable-documentation property of the alias.
10826
10827 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
10828
10829 * xfns.c (start_hourglass): Do nothing when running on a tty.
10830
10831 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
10832
10833 * fns.c (Fchar_table_range): Fix typos in docstring.
10834
10835 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
10838
10839 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10840
10841 * lread.c (Flocate_file_internal): Doc fix.
10842
10843 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
10844
10845 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10846
10847 * macselect.c (x_own_selection): Accept Lisp string as result of
10848 selection converter function.
10849 (x_clear_frame_selections): Don't call x-lost-selection-functions
10850 if Emacs is not owner of the selection.
10851 (Vmac_services_selection): Put variable and initialization in
10852 #ifdef MAC_OSX.
10853 (syms_of_macselect) [MAC_OSX]: Set default value of
10854 Vmac_services_selection to PRIMARY.
10855
10856 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
10857 (mac_handle_tool_bar_click): Remove unused function and declaration.
10858 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
10859 (install_scroll_bar_timer, set_scroll_bar_timer)
10860 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
10861 (get_control_part_bound, x_scroll_bar_handle_press)
10862 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
10863 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
10864 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
10865 (scroll_bar_timer_event_posted_p): New variables.
10866 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
10867 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
10868 (x_scroll_bar_create): Set control reference with NewControl.
10869 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
10870 Initialize track_top and track_height to nil.
10871 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
10872 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
10873 (XTset_vertical_scroll_bar): Don't make space between scroll bar
10874 and associated window.
10875 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
10876 from window config.
10877 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10878 Set track_top and track_height to nil when scroll bar size is changed.
10879 Recalculate them if they are nil.
10880 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
10881 clicked control is a scroll bar.
10882 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
10883 event handler functions. Don't add modifiers to scroll bar click
10884 events. Call scroll bar release handler when window is deactivated.
10885 (mac_initialize): Remove unused code for X toolkit.
10886 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
10887 Initialize Vx_toolkit_scroll_bars to nil.
10888
10889 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10890 New members track_top and track_height.
10891
10892 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
10893 init_process when including sys/select.h.
10894
10895 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10896
10897 * eval.c (Fdefvaralias): Doc fix.
10898
10899 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
10900
10901 2005-05-05 Kim F. Storm <storm@cua.dk>
10902
10903 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
10904 default value.
10905 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
10906 Fix type of cursor-in-non-selected-windows.
10907
10908 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10909
10910 * mac.c: #undef init_process so not to conflict with system headers.
10911
10912 2005-05-02 Richard M. Stallman <rms@gnu.org>
10913
10914 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
10915
10916 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
10917
10918 * xdisp.c (Vcursor_in_non_selected_windows)
10919 (Qcursor_in_non_selected_windows): Vars deleted.
10920 (syms_of_xdisp): Don't initialize them.
10921 (get_window_cursor_type): Use cursor_in_non_selected_windows
10922 buffer slot.
10923
10924 2005-05-02 Kim F. Storm <storm@cua.dk>
10925
10926 * macros.c (executing_kbd_macro_index): Rename from
10927 executing_macro_index. All uses changed.
10928 (executing_kbd_macro_iterations): Rename from
10929 executing_macro_iterations. All uses changed.
10930 (executing_kbd_macro): Rename from executing_macro.
10931 All uses changed.
10932 (syms_of_macros): Rename Lisp var executing-macro-index to
10933 executing-kbd-macro-index.
10934
10935 * xdisp.c (move_it_in_display_line_to): Fix last change.
10936
10937 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10938
10939 * xmenu.c (Fx_popup_menu): Doc fix.
10940
10941 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
10942
10943 2005-05-02 Jason Rumney <jasonr@gnu.org>
10944
10945 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
10946
10947 2005-05-02 Nozomu Ando <nand@mac.com>
10948
10949 * sysselect.h: Fix typo.
10950
10951 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10952
10953 * charset.c (Fchars_in_region): Remove as obsolete.
10954
10955 2005-05-01 Kim F. Storm <storm@cua.dk>
10956
10957 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
10958 TO_CHARPOS. This may happen if last glyphs was an image or stretch
10959 glyph.
10960
10961 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10962
10963 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
10964
10965 2005-05-01 Richard M. Stallman <rms@gnu.org>
10966
10967 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
10968 If user cancels the menu, quit unless FOR_CLICK.
10969
10970 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
10971 All uses changed.
10972 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
10973 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
10974 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
10975 * commands.h (Vexecuting_kbd_macro): Likewise.
10976
10977 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
10978
10979 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
10980
10981 2005-04-30 Richard M. Stallman <rms@gnu.org>
10982
10983 * fileio.c (Ffind_file_name_handler): Handle the `operations'
10984 property of the file name handler.
10985 (Qoperations): New variable.
10986 (syms_of_fileio): Initialize and staticpro it.
10987
10988 * xdisp.c (set_message_1): Delete xassert.
10989
10990 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10991
10992 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
10993
10994 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
10995
10996 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
10997 before/after including Carbon.h if there is a working mktime.
10998
10999 2005-04-28 Kim F. Storm <storm@cua.dk>
11000
11001 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
11002 Fix cyclic alias check. If alias loop is detected, signal
11003 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
11004
11005 2005-04-28 Lute Kamstra <lute@gnu.org>
11006
11007 * eval.c (do_autoload): Record only autoloads in the autoload
11008 property of symbols.
11009
11010 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11011
11012 * emacs.c (USAGE1): Add --basic-display and --quick options.
11013
11014 2005-04-27 Kim F. Storm <storm@cua.dk>
11015
11016 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
11017
11018 2005-04-26 Richard M. Stallman <rms@gnu.org>
11019
11020 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
11021 (syms_of_window): Doc fixes.
11022
11023 * indent.c (Fvertical_motion): Undo previous change.
11024
11025 2005-04-26 Kenichi Handa <handa@m17n.org>
11026
11027 * fns.c (char_table_range): New function.
11028 (Fchar_table_range): Signal an error if characters in the range
11029 have inconsistent values. Don't check the parent.
11030
11031 2005-04-25 Kenichi Handa <handa@m17n.org>
11032
11033 * fontset.c (fontset_set): Fix previous change.
11034
11035 2005-04-24 Richard M. Stallman <rms@gnu.org>
11036
11037 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
11038
11039 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11040
11041 * regex.c (re_search_2, re_match_2_internal): Convert second arg
11042 of RE_TRANSLATE to int, to shut up GCC warnings.
11043
11044 * fileio.c (Fcopy_file): Doc fix.
11045 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
11046 not needed.
11047
11048 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11049
11050 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
11051 (SOME_MACHINE_OBJECTS): Likewise.
11052 (mac.o): Depend on ccl.h.
11053 (macselect.o): New target.
11054
11055 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
11056 Call syms_of_macselect.
11057
11058 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
11059
11060 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
11061 (QCLIPBOARD): Remove variable.
11062 (syms_of_mac): Don't initialize it.
11063 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
11064 Remove functions.
11065 (syms_of_mac): Don't defsubr them.
11066 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
11067 (QHFS_plus_D, QHFS_plus_C): New variables.
11068 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
11069 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
11070 (cfstring_create_normalized): New functions.
11071 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
11072 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
11073
11074 * macterm.c (handling_window_update, terminate_flag):
11075 Remove variables.
11076 (do_window_update, do_ae_quit_application, XTread_socket):
11077 Don't use them.
11078 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
11079 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
11080 (init_service_handler): Move to macselect.c. Remove declarations.
11081 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
11082 (Qapplication, Qabout): New variables.
11083 (syms_of_mac): Initialize them.
11084 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
11085 (Qperform): New variables.
11086 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
11087 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
11088 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
11089 (mac_store_application_menu_event, init_menu_bar): New functions.
11090 [USE_CARBON_EVENTS] (mac_handle_command_event)
11091 (init_command_handler): New functions.
11092 (mac_handle_window_event): Return noErr on window update event.
11093 (do_ae_quit_application): Call mac_store_application_menu_event.
11094 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
11095 and init_menu_bar.
11096
11097 * macterm.h (x_clear_frame_selections): Add extern.
11098
11099 * macselect.c: New file for selection processing on Mac OS.
11100
11101 2005-04-23 Richard M. Stallman <rms@gnu.org>
11102
11103 * fileio.c (Fcopy_file): New arg MUSTBENEW.
11104 (Frename_file): Pass new arg to Fcopy_file.
11105
11106 * window.c (window_size_fixed): Variable deleted.
11107 (syms_of_window): Initialize window-size-fixed to nil.
11108 But don't DEFVAR window_size_fixed.
11109
11110 2005-04-23 Andreas Schwab <schwab@suse.de>
11111
11112 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
11113 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
11114 use lib64 instead of lib.
11115 (_LP64) [_ARCH_PPC64]: Define if not defined.
11116
11117 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
11118
11119 * s/ms-w32.h (HAVE_PWD_H): Define.
11120
11121 2005-04-22 Kenichi Handa <handa@m17n.org>
11122
11123 * fns.c (copy_sub_char_table): Explicitly copy the default value
11124 of the sub-chartable.
11125
11126 * fontset.c (fontset_set): When a sub-chartable is created,
11127 explicitly sets the defalt value.
11128
11129 2005-04-22 Kim F. Storm <storm@cua.dk>
11130
11131 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
11132 (Fsafe_plist_get): Rename to Fplist_get.
11133 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
11134 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
11135
11136 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
11137
11138 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
11139 (note_mode_line_or_margin_highlight, note_mouse_highlight):
11140 Use Fplist_get instead of Fsafe_plist_get.
11141
11142 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
11143
11144 2005-04-21 Miles Bader <miles@gnu.org>
11145
11146 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
11147
11148 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
11149
11150 * sysdep.c: Remove reference to defunct vms-pwd.h.
11151 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
11152 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
11153
11154 * config.in: Regenerate.
11155
11156 2005-04-20 Kenichi Handa <handa@m17n.org>
11157
11158 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
11159 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
11160 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
11161
11162 * alloc.c (make_sub_char_table): Argument changed to initial
11163 value of the slots.
11164
11165 * data.c (Faref): Handle special slots used as default values of
11166 ascii, eight-bit-control, eight-bit-control. Don't ignore a
11167 default value set for a group of characters.
11168 (Faset): Signal an error if IDXVAL is not a valid character code.
11169 Make a sub-chartable with correct initial value.
11170
11171 * fns.c (Fset_char_table_range): Don't set slots used as default
11172 values for ascii, eight-bit-control, eight-bit-graphic.
11173 Don't call Faref with charset-id.
11174 (Fset_char_table_default): Document how to treat normal character
11175 argument. Handle special slots used as default values of ascii,
11176 eight-bit-control, eight-bit-control. Make a sub chartable if
11177 necessary.
11178
11179 2005-04-20 Kenichi Handa <handa@m17n.org>
11180
11181 * search.c (boyer_moore): Fix previous change.
11182
11183 2005-04-19 Kim F. Storm <storm@cua.dk>
11184
11185 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
11186 face unless last visible char and first invisible char have the
11187 same face. Also use default face if saved_face_id is undefined.
11188
11189 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11190
11191 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
11192 `full_name'.
11193 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
11194 mac_scriptcode member.
11195
11196 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
11197 (syms_of_mac): Don't initialize them.
11198 (Vmac_charset_info_alist): New variable.
11199 (syms_of_mac): Defvar it.
11200 (create_text_encoding_info_alist): New function.
11201 (decode_mac_font_name, mac_to_x_fontname)
11202 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
11203 code the correspondence among XLFD charsets, Mac script codes, and
11204 Emacs coding systems. Use Vmac_charset_info_alist and result of
11205 create_text_encoding_info_alist instead.
11206 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
11207 routines also on Mac OS Classic.
11208 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
11209 Use add_font_name_table_entry.
11210 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
11211 specified. Derive unspecified scalable fields from specified one.
11212 (x_list_fonts): Consider Valternate_fontname_alist.
11213 (kDefaultFontSize): Change value from 9 to 12.
11214 (XLoadQueryFont): Get decoded font family, font face, and charset
11215 from x_font_name_to_mac_font_name. Set full name of loaded font.
11216 (mac_unload_font): Free `full_name' member.
11217 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
11218 NULL. Copy full_name member of struct MacFontStruct to that of
11219 struct font_info.
11220
11221 2005-04-19 Kim F. Storm <storm@cua.dk>
11222
11223 * xdisp.c (handle_stop): Set saved_face_id to current face if
11224 selective_display_ellipsis_p so ellipsis will be shown in same
11225 face as preceding text.
11226 (setup_for_ellipsis): Don't set saved_face_id here.
11227 (next_element_from_display_vector): Default to saved_face_id.
11228
11229 * fns.c (Fsafe_get): New function.
11230 (syms_of_fns): Defsubr it.
11231
11232 * lisp.h (Fsafe_get): EXFUN it.
11233
11234 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
11235 loops in case of bad face property lists. Limit number of face
11236 alias lookups to 10 (in case of face alias loops).
11237
11238 2005-04-18 Kim F. Storm <storm@cua.dk>
11239
11240 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
11241 It replaces the corresponding member from struct window, as a
11242 window may now show multiple overlay arrows.
11243 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
11244
11245 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
11246 Compare overlay_arrow_bitmap than overlay_arrow_p members.
11247
11248 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
11249 rather than from window.
11250 (update_window_fringes): Compare overlay_arrow_bitmap rather than
11251 overlay_arrow_p members.
11252 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
11253 if not default.
11254
11255 * window.h (struct window): Remove member overlay_arrow_bitmap.
11256
11257 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
11258
11259 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
11260 Calls changed. Don't check for overlay-arrow-bitmap property here.
11261 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
11262 fringe is present, return Lisp integer for bitmap (or -1 for default).
11263 Fix value of overlay-arrow-bitmap property to be a symbol, use
11264 lookup_fringe_bitmap to parse it.
11265 (display_line): Change call to overlay_arrow_at_row. Store integer
11266 return value as overlay bitmap in row rather than window.
11267 Only show overlay arrow if row displays text, or if no other overlay
11268 arrow is seen in window (if overlay marker is at point-max).
11269
11270 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
11271
11272 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
11273
11274 2005-04-18 Lute Kamstra <lute@gnu.org>
11275
11276 * lread.c (Vloads_in_progress): Static.
11277 * fns.c (Vloads_in_progress): Remove extern.
11278 (load_in_progress): Add extern.
11279 (Frequire): Use load_in_progress instead of Vloads_in_progress.
11280
11281 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
11282
11283 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
11284
11285 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11286
11287 * macterm.c (XTread_socket): Don't beep on keyboard input even if
11288 no frame is visible.
11289
11290 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11291
11292 * term.c (struct keys): Add support for shifted keys.
11293
11294 2005-04-16 Richard M. Stallman <rms@gnu.org>
11295
11296 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
11297 (set_message): Call with_echo_area_buffer with WHICH = 0.
11298 (set_message_1): Erase the echo area buffer first thing.
11299 (echo_area_display): Don't clear echo_message_buffer.
11300
11301 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11302
11303 * Makefile.in (mac.o): Depend on charset.h and coding.h.
11304
11305 * mac.c: Include charset.h and coding.h.
11306 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
11307 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
11308 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
11309
11310 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
11311
11312 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
11313
11314 * macterm.c (x_autoselect_window_p): Remove variable.
11315 (last_window): New variable.
11316 (XTreassert_line_highlight, x_change_line_highlight):
11317 Remove declarations.
11318 (mac_focus_changed, x_detect_focus_change): New functions and
11319 declarations.
11320 (XTextExtents16, front_emacs_window): Remove function.
11321 (mac_focus_frame): New function.
11322 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
11323 (mac_check_for_quit_char): Use it instead of front_emacs_window.
11324 (x_scroll_bar_report_motion): Obtain window from control owner.
11325 (x_make_frame_invisible): Set window manager size hint.
11326 (do_mouse_moved): Remove function.
11327 (XTread_socket): Move its contents here. Generate select-window
11328 event on mouse movement if needed. Use x_detect_focus_change on
11329 activate/deactivate events. Don't deiconify frame or invalidate
11330 window rectangle when dnd items are dropped.
11331 Don't activate/deactivate root control.
11332 (frame_highlight, frame_unhighlight): Activate/deactivate root
11333 control here.
11334 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
11335
11336 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
11337 New extern.
11338
11339 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11340
11341 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
11342 (lisp): Use it.
11343 (SOME_MACHINE_LISP): Add tooltip.
11344
11345 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11346
11347 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
11348 Don't include TextEncodingConverter.h.
11349 (mac_system_script_code, Vmac_system_locale): New variables.
11350 (syms_of_mac): Defvar them.
11351 (mac_get_system_locale): New function.
11352
11353 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
11354 Use ENCODE_SYSTEM to encode title bar string.
11355 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
11356 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
11357 Use CFStringGetSystemEncoding to get system default string encoding.
11358
11359 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
11360 TextEncodingConverter.h.
11361
11362 2005-04-13 Steven Tamm <steventamm@mac.com>
11363
11364 * macterm.c (syms_of_macterm): Remove redundant definition of
11365 mac-pass-control-to-system.
11366
11367 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * window.c (Fset_window_configuration): Be careful when you choose
11370 among several possible points for the new_current_buffer.
11371
11372 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11373
11374 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
11375 poll_for_input_1. Set interrupt_input_pending to 1 instead.
11376 (Qlanguage_change) [MAC_OS]: New variable.
11377 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
11378 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
11379
11380 * macterm.c (mac_keyboard_text_encoding)
11381 (current_mac_keyboard_text_encoding): Remove variables.
11382 (XTread_socket): Store language-change event if keyboard script change
11383 is detected. Don't convert input to `mac_keyboard_text_encoding'.
11384 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
11385
11386 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
11387
11388 2005-04-10 Richard M. Stallman <rms@gnu.org>
11389
11390 * emacs.c (standard_args): Rename --bare-bones to --quick.
11391 Add -D aka --basic-display.
11392
11393 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
11394
11395 2005-04-09 Richard M. Stallman <rms@gnu.org>
11396
11397 * keymap.c (where_is_internal): Convert a string used as event type
11398 into "(any string)".
11399
11400 * lread.c (Vloads_in_progress): Not static.
11401 * fns.c (Vloads_in_progress): Add extern.
11402 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
11403
11404 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
11405
11406 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
11407
11408 2005-04-09 Lute Kamstra <lute@gnu.org>
11409
11410 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
11411 within the accessible part of the buffer.
11412
11413 2005-04-09 Kim F. Storm <storm@cua.dk>
11414
11415 * lread.c (readevalloop): Add args START and END as region in
11416 current buffer to read. Callers changed.
11417 When specified, narrow to this region only when reading,
11418 not during eval. Track next point to read from during eval.
11419 Also restore point to "real" buffer position before eval.
11420 (Feval_region): Don't save excursion and restriction here, and
11421 don't narrow to region. Just pass region to readevalloop.
11422 Note: Point is now preserved even when PRINTFLAG is nil.
11423
11424 2005-04-08 Kim F. Storm <storm@cua.dk>
11425
11426 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
11427
11428 2005-04-06 Kim F. Storm <storm@cua.dk>
11429
11430 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
11431
11432 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11433
11434 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
11435 (Fmac_get_preference): Doc fix.
11436
11437 * macfns.c (Fx_create_frame, x_create_tip_frame):
11438 Add "fontset-mac" to fallback font/fontsets.
11439
11440 2005-04-04 Kim F. Storm <storm@cua.dk>
11441
11442 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
11443
11444 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
11445 Call it again after autoload.
11446
11447 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11448
11449 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
11450 mallopt.
11451
11452 * ralloc.c (r_alloc_init): Ditto.
11453
11454 2005-04-01 Kenichi Handa <handa@m17n.org>
11455
11456 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
11457 (Vascii_eqv_table): Extern them.
11458
11459 * casetab.c (set_case_table): If standard is nonzero, setup
11460 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
11461
11462 * search.c (looking_at_1): Use current_buffer->case_canon_table,
11463 not DOWNCASE_TABLE.
11464 (string_match_1): Likewise.
11465 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
11466 Vascii_downcase_table.
11467 (fast_string_match_ignore_case): Likewise.
11468 (search_buffer): Fix checking of boyer-moore usability.
11469 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
11470 No need of tranlating characters in PAT. Fix calculation of
11471 simple_translate.
11472
11473 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
11476 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
11477 Use XtNtopShadowPixel and XtNbottomShadowPixel.
11478 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
11479 really work and that breaks with some versions of Xaw3d.
11480
11481 2005-03-31 Kenichi Handa <handa@m17n.org>
11482
11483 * coding.c (syms_of_coding): Fix previous change.
11484
11485 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * fileio.c (search_embedded_absfilename): Fix last change.
11488
11489 2005-03-25 Kenichi Handa <handa@m17n.org>
11490
11491 * coding.c (syms_of_coding): Suggest to use set-coding-category in
11492 the docstring of coding-category-list.
11493
11494 2005-03-31 Kim F. Storm <storm@cua.dk>
11495
11496 * keyboard.c (Qmouse_fixup_help_message): New var.
11497 (syms_of_keyboard): Intern and staticpro it.
11498 (show_help_echo): Apply mouse-fixup-help-message to help string.
11499
11500 2005-03-30 Kim F. Storm <storm@cua.dk>
11501
11502 * xdisp.c (display_line): Allow multiple overlay arrows in window.
11503
11504 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11505
11506 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
11507 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
11508 (Ffile_name_absolute_p): Use it.
11509 (search_embedded_absfilename): New fun, extracted from
11510 Fsubstitute_in_file_name. Use file_name_absolute_p.
11511 Free the pw data after use.
11512 (Fsubstitute_in_file_name): Use it.
11513 After cutting a prefix, re-check file-name-handler.
11514
11515 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
11516
11517 * w32term.h (x_output): Add focus_state.
11518
11519 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
11520 (w32_read_socket) <WM_SETFOCUS>: Call w32_detect_focus_change.
11521
11522 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
11525 Use Fexit_minibuffer.
11526 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
11527
11528 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * dired.c (Ffile_attributes): Add a missing gcpro.
11531
11532 * alloc.c (make_number): The arg can be bigger than `int'.
11533 * lisp.h (make_number): Make prototype more precise.
11534
11535 * process.c, dired.c (Vfile_name_coding_system)
11536 (Vdefault_file_name_coding_system):
11537 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
11538 (Vdefault_file_name_coding_system): Remove unused declarations.
11539
11540 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11541
11542 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
11543 if it failed to pop up (Gnome "show pointer on ctrl" option makes
11544 menus fail to pop up).
11545
11546 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
11549 Just prepend a backslash without replacing the NBSP by an SPC.
11550
11551 2005-03-22 Kim F. Storm <storm@cua.dk>
11552
11553 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
11554 * dispextern.h (lookup_derived_face): Fix prototype.
11555 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
11556
11557 * xdisp.c (handle_single_display_spec): Derive left-fringe and
11558 right-fringe face from fringe face.
11559
11560 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
11561 Derive face from fringe face.
11562
11563 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11564
11565 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
11566
11567 2005-03-22 David Kastrup <dak@gnu.org>
11568
11569 * textprop.c (Fnext_char_property_change)
11570 (Fprevious_char_property_change): Allow marker as limit.
11571 (Fnext_single_char_property_change)
11572 (Fprevious_single_char_property_change): Check that limit is a
11573 number in strings.
11574 (Fnext_single_char_property_change): Coerce position to integer.
11575 (Fprevious_single_char_property_change): Same here.
11576
11577 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11578
11579 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
11580
11581 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11582
11583 * frame.c (Fignore_event): Remove.
11584 (syms_of_frame): Don't defsubr it.
11585
11586 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
11587 redundant `ignore-event'.
11588
11589 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11590
11591 * unexec.c (write_segment, unexec): Move these functions to avoid
11592 forward references (which cause errors with "gcc -gcoff").
11593
11594 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11595
11596 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
11597 that it doesn't become "tooltip". The specbind is enough.
11598
11599 * xrdb.c (x_load_resources): Use different char *helv when I18N
11600 is present.
11601
11602 2005-03-17 Kenichi Handa <handa@m17n.org>
11603
11604 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
11605
11606 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11607
11608 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
11609 Use xic_create_fontsetname even for non-Motif menus.
11610 Don't forget to free the fontsetname.
11611
11612 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
11613
11614 2005-03-17 Richard M. Stallman <rms@gnu.org>
11615
11616 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
11617
11618 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
11619 (Fmake_symbolic_link): Use G to read the new file name.
11620
11621 * callint.c (Finteractive): Document G option.
11622 (Fcall_interactively): Implement G option.
11623
11624 * buffer.c (buffer_lisp_local_variables): New function,
11625 broken out from Fbuffer_local_variables.
11626 (clone_per_buffer_values): Use buffer_lisp_local_variables.
11627
11628 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * xfns.c (xic_create_fontsetname): Add `motif' argument.
11631 Always return a freshly allocated string.
11632 (xic_create_xfontset): Adjust call.
11633
11634 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
11635 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
11636 (dump_realized_face): Fix warning.
11637
11638 * emacs.c (Fkill_emacs): YAILOM.
11639
11640 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
11641
11642 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11643
11644 * mac.c (HASHKEY_TERMINAL): Remove.
11645 (HASHKEY_MAX_NID): New macro.
11646 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
11647 argument.
11648 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
11649 (xrm_create_database, xrm_q_put_resource)
11650 (xrm_merge_string_database, xrm_q_get_resource_1)
11651 (xrm_q_get_resource): Change resource database representation so
11652 that it may not use multiple hash tables for a single database.
11653 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
11654
11655 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11656
11657 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
11658
11659 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
11660 locale-coding-system, as was already done for WINDOWSNT.
11661
11662 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
11663 translation for chars in the 0-255 range.
11664
11665 2005-03-16 Lute Kamstra <lute@gnu.org>
11666
11667 * floatfns.c (Ffloor): Doc fix.
11668
11669 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11670
11671 * mac.c: Include macterm.h instead of directly including Carbon.h.
11672 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
11673 (Qarray, Qdictionary): New variables.
11674 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
11675 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
11676 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
11677 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
11678 in callback for CFDictionaryApplyFunction.
11679 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
11680 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
11681 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
11682 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
11683 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
11684 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
11685 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
11686 (skip_white_space, parse_comment, parse_include_file)
11687 (parse_binding, parse_component, parse_resource_name, parse_value)
11688 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
11689 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
11690 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
11691 New functions.
11692
11693 * macfns.c (mac_get_rdb_resource): Remove function.
11694 (x_get_string_resource): Use xrm_get_resource.
11695
11696 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
11697
11698 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
11699 name_list_element.
11700 (mac_make_rdb): Create resource database from preferences and
11701 argument string.
11702 (mac_term_init): Save resource database to cddr part of
11703 name_list_element.
11704
11705 * macterm.h (xrm_merge_string_database, xrm_get_resource)
11706 (xrm_get_preference_database): Add externs.
11707 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
11708 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
11709 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
11710
11711 * process.c (init_process): Change `#ifdef DARWIN' to `#if
11712 defined (DARWIN) || defined (MAC_OSX)'.
11713
11714 * s/darwin.h (DARWIN): Don't define.
11715
11716 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11717
11718 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
11719 Remove unused variables.
11720 (syms_of_macfns): Don't initialize them. Likewise for
11721 Qface_set_after_frame_default. Defvar and initialize
11722 Vx_window_horizontal_drag_shape.
11723 (x_set_mouse_color): Change mouse pointer shape.
11724 (mac_window) [!MAC_OSX]: Create root control.
11725 (Fx_create_frame): Remove initializations of mouse pointer shapes.
11726 (hourglass_started): New function (from xfns.c).
11727 (start_hourglass, cancel_hourglass): Put function body in #ifdef
11728 MAC_OSX.
11729 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
11730 indicator for each non-tooltip frame if needed, and show it.
11731 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
11732
11733 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
11734 Controls.h. Use ThemeCursor instead of CursHandle.
11735
11736 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
11737 Remove functions and declarations.
11738 (mac_set_colors): Take argument for saving background color.
11739 All callers changed.
11740 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
11741 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
11742 background color.
11743 (x_update_end, mac_do_track_drag): Don't reset background color.
11744 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
11745 Use SetThemeCursor.
11746 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
11747 indicator control to the upper-right corner of the window.
11748 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
11749 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
11750 (do_window_update): Update controls after updating content area.
11751 (mac_handle_window_event): Remove unused extern.
11752 (XTread_socket): Check both control handle and control part code
11753 to determine whether a scroll bar is clicked. Activate/deactivate
11754 root control instead of contained scroll bar controls.
11755 (make_mac_terminal_frame): Use ThemeCursor constants.
11756
11757 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
11758 New member hourglass_control.
11759 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
11760 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
11761
11762 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11763
11764 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
11765 coincides with that in Apple X11 except `clear', `enter' on
11766 laptops, and fn + `enter' on laptops.
11767
11768 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11769
11770 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
11771 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
11772 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
11773
11774 * xfns.c (xic_defaut_fontset): New constant.
11775 (xic_create_fontsetname): New function.
11776 Extracted from create_frame_xic. Try to generate a slightly
11777 better fontset.
11778 (xic_create_xfontset): Use it.
11779 (create_frame_xic): Simplify.
11780
11781 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * fileio.c (Fmake_symbolic_link): Fix last change.
11784
11785 2005-03-11 Richard M. Stallman <rms@gnu.org>
11786
11787 * fileio.c (Frename_file, Fadd_name_to_file)
11788 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
11789 expand the basename of FILE relative to it.
11790
11791 2005-03-11 Kenichi Handa <handa@m17n.org>
11792
11793 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
11794 before calling setup_coding_system so that autoloading of a coding
11795 system work.
11796
11797 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11798
11799 * xfns.c (hourglass_started): New function.
11800
11801 * dispextern.h: Declare hourglass_started.
11802
11803 * keyboard.c (Fexecute_extended_command): Restart hourglass
11804 after call to Fcompleting_read if already started.
11805
11806 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
11807 GTK main loop is entered in xterm.c, thus doing the redraw.
11808
11809 2005-03-10 Kim F. Storm <storm@cua.dk>
11810
11811 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
11812
11813 2005-03-08 Kenichi Handa <handa@m17n.org>
11814
11815 * frame.c (x_set_font): Call set_default_ascii_font if an
11816 available font is found.
11817
11818 * fontset.c (set_default_ascii_font): New function.
11819 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
11820
11821 * fontset.h (set_default_ascii_font): Extern it.
11822
11823 2005-03-07 Kim F. Storm <storm@cua.dk>
11824
11825 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
11826 (clear_image_cache_count): New var.
11827 (redisplay_internal): Don't clear face and image caches in the
11828 middle of redisplay; do it afterwards.
11829
11830 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
11831
11832 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
11833 is valid. If not, clear phys_cursor_on_p and return.
11834
11835 2005-03-07 Andreas Schwab <schwab@suse.de>
11836
11837 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
11838
11839 2005-03-06 Richard M. Stallman <rms@gnu.org>
11840
11841 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
11842
11843 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
11844 (Feval, Ffuncall): Use CHECK_CONS_LIST.
11845
11846 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
11847
11848 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
11849 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
11850
11851 2005-03-05 Juri Linkov <juri@jurta.org>
11852
11853 * emacs.c (USAGE1): Replace Info node name "command arguments"
11854 with "emacs invocation".
11855 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
11856 allow arguments `--color' and `MODE' to be separated by space.
11857 Add --no-blinking-cursor, -nbc.
11858 (standard_args): Add -nbc, --no-blinking-cursor.
11859
11860 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
11861
11862 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
11863 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
11864 * fileio.c (Fexpand_file_name) [VMS]:
11865 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
11866 * doc.c (munge_doc_file_name) [VMS]: Likewise.
11867 (Fsnarf_documentation): Call munge_doc_file_name.
11868
11869 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
11870
11871 * s/vms.h (FILE_SYSTEM_CASE): New macro.
11872 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
11873 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
11874
11875 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11876
11877 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
11878 defined (MAC_OSX) && defined (HAVE_CARBON)'.
11879
11880 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
11881
11882 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
11883 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
11884 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
11885 (mac_clear_font_name_table): Move extern to macterm.h.
11886
11887 * macfns.c (install_window_handler): Move extern to macterm.h.
11888 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
11889 valid. Don't check !NILP (dir) because it is already checked with
11890 CHECK_STRING.
11891 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
11892 specifying the default location and obtaining the selected filename.
11893
11894 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
11895
11896 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
11897 are included via Carbon.h.
11898
11899 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
11900 Define USE_CARBON_EVENTS to 1.
11901 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
11902 (x_free_frame_resources): Call remove_window_handler for
11903 non-tooltip windows.
11904 [TARGET_API_MAC_CARBON]: Don't include headers that are included
11905 via Carbon.h.
11906 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
11907 (mac_do_receive_dragUPP): New variables.
11908 (mac_handle_service_event, init_service_handler): Put declarations
11909 and definitions in #ifdef MAC_OSX.
11910 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
11911 drag-and-drop handler functions and register them.
11912 (remove_window_handler): New function.
11913 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
11914 Use fsspec_to_posix_pathname.
11915 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
11916 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
11917 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
11918 Set default cursors.
11919 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX]: Don't call
11920 init_service_handler or init_quit_char_handler.
11921 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
11922
11923 * macterm.h (install_window_handler, remove_window_handler)
11924 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
11925 (mac_clear_font_name_table): New externs.
11926
11927 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
11928
11929 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
11930 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
11931 (Fexpand_file_name): Likewise.
11932
11933 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
11934
11935 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
11936 no longer special-case VMS. Add bogus return value.
11937
11938 2005-03-02 Kim F. Storm <storm@cua.dk>
11939
11940 * dispextern.h (XASSERTS): Define to 0 if not already defined.
11941 (xassert) [!XASSERTS]: Define dummy version.
11942
11943 2005-03-02 Kim F. Storm <storm@cua.dk>
11944
11945 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
11946 Reported by David Kastrup.
11947
11948 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
11949
11950 * xdisp.c (get_next_display_element): Fix control and escape
11951 glyph from display vector.
11952
11953 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
11956
11957 2005-02-27 Richard M. Stallman <rms@gnu.org>
11958
11959 * xdisp.c (fast_find_position): Rename END to BEG.
11960 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
11961
11962 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11963
11964 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
11965 gtk_window_resize and x_wm_set_size_hint.
11966
11967 2005-02-25 Kim F. Storm <storm@cua.dk>
11968
11969 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
11970
11971 * xdisp.c (init_from_display_pos): Don't read past end of
11972 it->overlay_strings array.
11973
11974 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11975
11976 * buffer.c (syms_of_buffer): Fix typo.
11977
11978 2005-02-23 Lute Kamstra <lute@gnu.org>
11979
11980 * buffer.c (Foverlay_buffer): Doc fix.
11981
11982 2005-02-22 Kim F. Storm <storm@cua.dk>
11983
11984 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
11985 and symbol keys in alists and hash tables.
11986
11987 * xdisp.c (fast_find_position): Fix search for start of overlay.
11988
11989 2005-02-21 Kim F. Storm <storm@cua.dk>
11990
11991 * window.c (window_scroll_pixel_based): When scrolling backwards,
11992 handle partial visible line at end of window even when we hit PT.
11993
11994 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
11997
11998 2005-02-21 Kim F. Storm <storm@cua.dk>
11999
12000 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
12001 I think those asserts are bogus if buffer contains invisible text
12002 or images.
12003
12004 2005-02-21 David Kastrup <dak@gnu.org>
12005
12006 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
12007
12008 2005-02-20 Kim F. Storm <storm@cua.dk>
12009
12010 * xdisp.c (pos_visible_p): Be sure to move to the specified
12011 position. Always get the full ascent / descent of the
12012 corresponding row, to return reliable rtop and rbot values.
12013 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
12014 Must look one character back, as back_to_previous_line_start
12015 returns position after the newline.
12016 (move_it_vertically_backward): Fix heuristic for when to move further
12017 back in case line_height * 2/3 is larger than window height.
12018 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
12019 as it does not do anything anymore. Add arg current_matrix_p to
12020 use current matrix rather than desired matrix when set.
12021 (try_cursor_movement): Don't scroll to make cursor row fully
12022 visible if cursor didn't move. This avoids unexpected recentering
12023 in case of blinking cursor or accepting process output.
12024 Use current matrix to check cursor row visibility.
12025 (redisplay_window): Fix whether to recenter or move to top in case
12026 cursor line is taller than window height.
12027 (find_first_unchanged_at_end_row): Stop search if we reach a row
12028 which not enabled (instead of abort).
12029
12030 2005-02-18 Kim F. Storm <storm@cua.dk>
12031
12032 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
12033 to be nil in a :box attribute value list; customize prints that
12034 as lisp value when no box color is specified.
12035
12036 * .gdbinit (pitx, pit): Pretty print display iterator.
12037 (prowx, prow): Pretty print glyph row.
12038 (pcursorx, pcursor): Pretty print a window cursor.
12039 (pwinx, pwin): Pretty print struct window.
12040
12041 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * alloc.c (BLOCK_BYTES): Harmless typo.
12044
12045 2005-02-17 Andreas Schwab <schwab@suse.de>
12046
12047 * xfns.c (hack_wm_protocols): Use correct type for last parameter
12048 of XGetWindowProperty to avoid aliasing issues.
12049 (Fx_window_property): Likewise.
12050
12051 * xselect.c (Fx_disown_selection_internal): Use union of struct
12052 input_event and struct selection_input_event to avoid aliasing issues.
12053
12054 * xterm.c (handle_one_xevent): Use union of struct input_event and
12055 struct selection_input_event to avoid aliasing issues.
12056 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
12057
12058 2005-02-17 Kim F. Storm <storm@cua.dk>
12059
12060 * dispextern.h (enum it_method): New enum.
12061 (GET_FROM_*): Its members.
12062 (struct it): Change member method from function pointer to enum.
12063
12064 * xdisp.c (check_it, init_from_display_pos, handle_stop)
12065 (setup_for_ellipsis, handle_single_display_spec)
12066 (handle_composition_prop, next_overlay_string)
12067 (get_overlay_strings, reseat_1, reseat_to_string)
12068 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
12069 (in_display_vector_p, display_line, get_next_display_element):
12070 Change it->method from function pointer to enum.
12071 (get_next_element): New array to map it->method to function.
12072 (get_next_display_element): Use it.
12073 (set_iterator_to_next): Use switch instead of if/else chain.
12074
12075 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12076
12077 * w32select.c: Summary: Thorough rework to implement Unicode
12078 clipboard operations and delayed rendering.
12079
12080 Drop last_clipboard_text and related code, keep track of
12081 ownership via clipboard_owner instead. Drop old #if0 sections.
12082
12083 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
12084 (clipboard_owner, modifying_clipboard, cfg_coding_system)
12085 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
12086 (current_coding_system, current_requires_encoding)
12087 (current_num_nls, current_clipboard_type, current_lcid):
12088 New static variables.
12089
12090 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
12091 (render, render_all, run_protected, lisp_error_handler)
12092 (owner_callback, create_owner, setup_config)
12093 (enum_locale_callback, cp_from_locale, coding_from_cp):
12094 New local functions.
12095
12096 (term_w32select, globals_of_w32select): New global functions.
12097
12098 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
12099 clipboard_owner instead. Use delayed rendering and provide
12100 all text formats. Provide CF_LOCALE if necessary.
12101
12102 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
12103 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
12104 available. Force DOS line-ends for decoding.
12105
12106 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
12107
12108 (syms_of_w32select): Init and register new variables.
12109
12110 * w32.h: Add prototypes for globals_of_w32select and
12111 term_w32select. Make the neighboring K&R declarations into
12112 prototypes, too.
12113
12114 * emacs.c: Include w32.h to get function prototypes.
12115 (main): Call globals_of_w32select.
12116
12117 * w32.c (term_ntproc): Call term_w32select.
12118
12119 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
12120
12121 2005-02-16 Kim F. Storm <storm@cua.dk>
12122
12123 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
12124 at end of display vector.
12125
12126 2005-02-15 Richard M. Stallman <rms@gnu.org>
12127
12128 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
12129 for mode and header lines.
12130
12131 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
12132
12133 * keymap.h (describe_map_tree): Change decl.
12134
12135 * keyboard.c (command_loop_1): Always use safe_run_hooks
12136 to run Qdeferred_action_function.
12137
12138 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
12139 (describe_map, describe_vector): Likewise. When it's 1,
12140 don't omit shadowed bindings, instead mark them as shadowed.
12141
12142 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
12143 for describe_map_tree. Pass 1 for MENTION_SHADOW.
12144
12145 * data.c (Fsetq_default): Allow no arg case.
12146
12147 2005-02-14 Kenichi Handa <handa@m17n.org>
12148
12149 * coding.c (encode_coding_string): Always return a unibyte string.
12150 If NOCOPY is nonzero and there's no need of encoding, make STR
12151 unibyte directly.
12152
12153 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
12154 multibyte string, signal an error instead of aborting.
12155
12156 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
12157
12158 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
12159
12160 2005-02-12 Kim F. Storm <storm@cua.dk>
12161
12162 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
12163
12164 2005-02-10 Kim F. Storm <storm@cua.dk>
12165
12166 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
12167 if it moves outside window or it doesn't display text.
12168
12169 2005-02-09 Kim F. Storm <storm@cua.dk>
12170
12171 * undo.c (Fprimitive_undo): Check that undo function does not
12172 switch buffer.
12173
12174 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12175
12176 * xselect.c (selection_data_to_lisp_data): For the special case
12177 type == XA_ATOM, data contains array of int, not array of Atom.
12178 (x_property_data_to_lisp, selection_data_to_lisp_data):
12179 Comment update: data must be array of int for format == 32.
12180
12181 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12182
12183 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
12184
12185 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12186
12187 * xfns.c (Fx_change_window_property): Use long array when format is 32.
12188 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
12189 convert long array returned from XGetWindowProperty to an int array.
12190 (x_set_tool_bar_lines): Check that width and height is greater than
12191 zero before clearing area.
12192
12193 * xselect.c (x_reply_selection_request): Pass long array to
12194 XChangeProperty so that 64 bit longs are handeled correctly.
12195 (x_get_window_property): If format is 32 and long is bigger than 32
12196 bits convert data from XGetWindowProperty from long array to int array.
12197 (lisp_data_to_selection_data): When the input is a vector and the
12198 format is 32, allocate a long array even if long is bigger than 32 bits.
12199 (x_fill_property_data): Use char, short and long as the man page
12200 for XChangeProperty specifies. This way the data returned is OK for
12201 both 32 and 64 bit machines.
12202 (x_handle_dnd_message): Calculate size correctly even for 64 bit
12203 machines.
12204 (Fx_send_client_event): Undo change from 2005-02-05,
12205 x_fill_property_data now handles that case.
12206
12207 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
12208 reason for the approach in the code.
12209
12210 2005-02-07 Kim F. Storm <storm@cua.dk>
12211
12212 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
12213
12214 2005-02-06 Richard M. Stallman <rms@gnu.org>
12215
12216 * eval.c (Frun_hook_with_args)
12217 (Frun_hook_with_args_until_success)
12218 (Frun_hook_with_args_until_failure): Doc fixes.
12219
12220 2005-02-05 Andreas Schwab <schwab@suse.de>
12221
12222 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
12223
12224 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12225
12226 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
12227 the longs in a XClientMessageEvent correctly when long is 64 bits.
12228
12229 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12230
12231 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
12232 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
12233
12234 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12235
12236 * xmenu.c (menubar_selection_callback): Force out GTK buffered
12237 events so the menu event comes after them. This is to prevent sit-for
12238 from exiting on buffered events directly after a menu selection,
12239 lisp code for Help => About Emacs uses sit-for.
12240
12241 * gtkutil.c (create_menus): Connect selection-done event instead of
12242 the deactivate event to deactivate_cb. This will make the last
12243 leave event come before the call to deactivate_cb, so the leave
12244 event does not make sit-for exit after a menu selection.
12245
12246 2005-02-03 Kim F. Storm <storm@cua.dk>
12247
12248 * dispnew.c (build_frame_matrix_from_leaf_window)
12249 [!GLYPH_DEBUG]: Fix xassert.
12250
12251 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
12252
12253 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
12254
12255 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12256
12257 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
12258 the compiling OS version.
12259
12260 * macfns.c (x_create_tip_frame): Likewise.
12261
12262 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
12263
12264 2005-02-03 Richard M. Stallman <rms@gnu.org>
12265
12266 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
12267
12268 * xdisp.c (echo_area_display): Clear echo_message_buffer.
12269
12270 * buffer.c (Fbury_buffer): Doc fix.
12271
12272 2005-02-02 Steven Tamm <steventamm@mac.com>
12273
12274 * macfns.c (unwind_create_frame): Fix compile error due to
12275 xassert being uncondition, but predicate is.
12276 * dispnew.c (update_window): Fix compile error due to
12277 xassert being uncondition, but predicate is.
12278
12279 2005-02-02 Miles Bader <miles@gnu.org>
12280
12281 * dispextern.h (xassert): Enable unconditionally.
12282
12283 2005-02-02 Kim F. Storm <storm@cua.dk>
12284
12285 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
12286
12287 2005-02-02 Kenichi Handa <handa@m17n.org>
12288
12289 * casefiddle.c (casify_object): Enable changing characters of
12290 different byte length.
12291 (casify_region): Fix loop condition, args to replace_range_2, and
12292 update opoint_byte.
12293
12294 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
12295
12296 2005-02-01 Kim F. Storm <storm@cua.dk>
12297
12298 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
12299 stack before calling handle_display_prop.
12300
12301 2005-01-31 Kim F. Storm <storm@cua.dk>
12302
12303 * undo.c (Qapply): New lisp var.
12304 (syms_of_undo): Intern and staticpro it.
12305 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
12306 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
12307
12308 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
12309
12310 2005-01-30 Jesper Harder <harder@phys.au.dk>
12311
12312 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
12313 <mac-emulate-three-button-mouse>: Fix docstring indentation.
12314
12315 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12316
12317 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
12318 Increase value to 3 Meg.
12319
12320 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12321
12322 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
12323 button events are not received otherwise.
12324
12325 2005-01-29 Richard M. Stallman <rms@gnu.org>
12326
12327 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
12328
12329 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
12330
12331 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12332
12333 * keymap.c (access_keymap): YAILOM.
12334
12335 2005-01-27 Kim F. Storm <storm@cua.dk>
12336
12337 * xdisp.c (get_phys_cursor_geometry): New function to calculate
12338 phys cursor position and size for hollow cursor. Position is
12339 aligned with get_glyph_string_clip_rect and ensures that a hollow
12340 cursor is shown, even when the actual glyph is not visible.
12341
12342 * dispextern.h (get_phys_cursor_geometry): Add prototype.
12343
12344 * xterm.c (x_clip_to_row): Ensure y >= 0.
12345 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
12346
12347 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
12348
12349 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
12350
12351 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
12354
12355 2005-01-27 Kim F. Storm <storm@cua.dk>
12356
12357 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
12358 glyph, even when row is only partially visible and actual cursor
12359 position is not visible.
12360
12361 2005-01-24 Richard M. Stallman <rms@gnu.org>
12362
12363 * xterm.c (x_error_quitter): No longer static, and moved after
12364 x_error_handler.
12365
12366 2005-01-24 Kim F. Storm <storm@cua.dk>
12367
12368 * xdisp.c (move_it_by_lines): If we move forward after going too
12369 far back, cancel move if end position is same as start position.
12370
12371 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12372
12373 * dispextern.h (struct glyph_string): New members clip_head and
12374 clip_tail.
12375
12376 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
12377 region to the area between clip_head and clip_tail.
12378 (draw_glyphs): Record the area that need to be actually redrawn to
12379 the new variables clip_head and clip_tail when there are
12380 overhangs. Set values of these variables to the corresponding
12381 members in struct glyph_string. Refine x coordinates for
12382 notice_overwritten_cursor using clip_head and clip_tail.
12383
12384 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
12385
12386 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
12387 QDTextBounds.
12388 (x_draw_glyph_string): Don't fill the background of the successor
12389 of a glyph with a right overhang if the successor will draw a cursor.
12390 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
12391 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
12392
12393 2005-01-24 Kim F. Storm <storm@cua.dk>
12394
12395 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
12396 direction if window height was smaller than next-screen-context-lines.
12397 Now always scroll at least one line in the requested direction.
12398 Ensure that we actually do scroll backwards when requested to do so.
12399
12400 * xdisp.c (redisplay_window): Only try to make cursor line fully
12401 visible once (to avoid redisplay loop).
12402
12403 2005-01-23 Kim F. Storm <storm@cua.dk>
12404
12405 * window.c (Fpos_visible_in_window_p): Simplify return value for
12406 partially visible rows.
12407 (window_scroll_pixel_based): Adapt to that change.
12408
12409 * window.c (window_scroll_pixel_based): Force moving to next line
12410 if scrolling doesn't move start point, e.g. if looking at tall image.
12411
12412 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
12413 Clear last_height before calling line_bottom_y to get real height.
12414 Fix calculation of y.
12415
12416 2005-01-22 Steven Tamm <steventamm@mac.com>
12417
12418 * s/darwin.h: Removed PTY_ITERATION from here.
12419 (DARWIN): Define.
12420
12421 * process.c (init_process): Default process-connection-type to
12422 nil on darwin 6 or less, t if it is 7 or higher. This way the
12423 broken pty behavior is still allowed on darwin 6 for interactive
12424 processes for people that know what they are doing.
12425
12426 2005-01-22 Kim F. Storm <storm@cua.dk>
12427
12428 * window.c (auto_window_vscroll_p): New boolean.
12429 (syms_of_window): DEFVAR_BOOL it.
12430 (Fpos_visible_in_window_p): Extend return value to include RTOP
12431 and RBOT values if FULLY is nil.
12432 (window_scroll_pixel_based): Adjust vscroll for partially visible
12433 rows if auto_window_vscroll_p is set.
12434 (Fset_window_vscroll): Do nothing if vscroll is not modified.
12435
12436 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
12437 to return number of partially invisible pixels at top and bottom
12438 of the dislay row at POS.
12439
12440 * lisp.h (pos_visible_p): Fix prototype.
12441
12442 2005-01-21 Richard M. Stallman <rms@gnu.org>
12443
12444 * fileio.c (Fcopy_file): Doc fix.
12445
12446 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12447
12448 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
12449 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
12450 start of function for older compilers.
12451
12452 2005-01-20 Richard M. Stallman <rms@gnu.org>
12453
12454 * editfns.c (Fmessage): If arg is "", return "" (as before).
12455
12456 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
12457
12458 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
12459 variable.
12460
12461 2005-01-20 Steven Tamm <steventamm@mac.com>
12462
12463 * editfns.c (Voperating_system_release): Add.
12464 (init_editfns): Assign new variable operating-system-release
12465 based on call to uname if available.
12466 (get_operating_system_release): Add function to
12467 allow c-level access to operating system release.
12468
12469 * config.h: Regenerated.
12470
12471 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
12472 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
12473 using ptys as '7'.
12474
12475 2005-01-20 Kim F. Storm <storm@cua.dk>
12476
12477 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
12478
12479 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
12480 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
12481
12482 * macterm.c (x_draw_glyph_string_box): Likewise.
12483
12484 * w32term.c (x_draw_glyph_string_box): Likewise.
12485
12486 * indent.c (Fvertical_motion): Temporarily disable selective display.
12487
12488 2005-01-19 Kim F. Storm <storm@cua.dk>
12489
12490 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
12491 image property.
12492
12493 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
12494
12495 2005-01-18 Kim F. Storm <storm@cua.dk>
12496
12497 * xdisp.c (fast_find_position): Backtrack to find first row if
12498 charpos is inside a display overlay that spans multiple lines.
12499
12500 2005-01-18 Kenichi Handa <handa@m17n.org>
12501
12502 * coding.c (decode_coding_iso2022): Translate invalid codes if
12503 translation-table is specified.
12504
12505 2005-01-18 Kim F. Storm <storm@cua.dk>
12506
12507 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
12508 change. If handle_display_prop indicates newline is replaced by
12509 image or text, move back to start of relevant overlay or interval
12510 and continue scan from there. Simplify.
12511
12512 2005-01-17 Kim F. Storm <storm@cua.dk>
12513
12514 * dispnew.c (mode_line_string, marginal_area_string):
12515 Fix off-by-one error in search for glyph.
12516
12517 2005-01-16 Kim F. Storm <storm@cua.dk>
12518
12519 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
12520
12521 2005-01-16 Steven Tamm <steventamm@mac.com>
12522
12523 * macterm.c (mac_to_x_fontname): Remove spurious argument.
12524
12525 2005-01-16 Andreas Schwab <schwab@suse.de>
12526
12527 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
12528
12529 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12530
12531 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
12532 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
12533
12534 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12535
12536 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
12537 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
12538 New flags for readable_events.
12539 (get_filtered_input_pending, readable_filtered_events): Remove.
12540 (tracking_off): Call readable_events and get_input_pending with
12541 flag READABLE_EVENTS_DO_TIMERS_NOW.
12542 (readable_events): Move code from old readable_filtered_events here,
12543 but check new READABLE_EVENTS_* in argument flags instead of previous
12544 two boolean arguments do_timers_now and filter_events.
12545 If we are doing mouse tracking and the mouse moved, return only if
12546 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
12547 (swallow_events): Call get_input_pending with flag
12548 READABLE_EVENTS_DO_TIMERS_NOW.
12549 (get_input_pending): Move code from old get_filtered_input_pending
12550 here. Replace boolean arguments do_timers_now, filter_events with
12551 flags, and pass flags to readable_events. Document new
12552 READABLE_EVENTS_* flags.
12553 (detect_input_pending_ignore_squeezables): New function.
12554 (detect_input_pending_run_timers): Call get_input_pending with flag
12555 READABLE_EVENTS_DO_TIMERS_NOW.
12556 (Finput_pending_p): Call get_input_pending with flags
12557 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
12558
12559 * dispnew.c (update_window, update_frame_1): Replace calls to
12560 detect_input_pending with detect_input_pending_ignore_squeezables
12561 so that redisplay is not paused if the event queue contains only
12562 mouse movements.
12563
12564 * lisp.h: Declare detect_input_pending_ignore_squeezables.
12565
12566 2005-01-15 Steven Tamm <steventamm@mac.com>
12567
12568 * macterm.c (Vmac_use_core_graphics): Declare variable for
12569 mac-allow-anti-aliasing.
12570 (syms_of_macterm): DEFVAR_LISP and initialize it.
12571 (mac_draw_string_common): Use core graphics text rendering if
12572 mac-allow-anti-aliasing is enabled.
12573
12574 * macfns.c (Fx_file_dialog): Save As dialog includes only the
12575 file name in the text box.
12576
12577 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12578
12579 * macfns.c (x_set_foreground_color, x_set_background_color):
12580 Sync with xfns.c.
12581 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
12582 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
12583 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
12584
12585 2005-01-14 Kim F. Storm <storm@cua.dk>
12586
12587 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
12588
12589 2005-01-13 Richard M. Stallman <rms@gnu.org>
12590
12591 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
12592 if Voverriding_terminal_local_map is non-nil.
12593
12594 * keyboard.c (syms_of_keyboard): Doc fix.
12595
12596 2005-01-13 Kim F. Storm <storm@cua.dk>
12597
12598 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
12599 (specify 0 for FACE instead). Reorder arg list. Doc fix.
12600
12601 2005-01-12 Richard M. Stallman <rms@gnu.org>
12602
12603 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
12604 face property for characters that don't specify one.
12605
12606 * fns.c (Frequire): Record in load-history unconditionally.
12607
12608 2005-01-10 Kim F. Storm <storm@cua.dk>
12609
12610 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
12611
12612 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
12613 Callers changed.
12614 Add support to merge with lisp face id too (if face_name is t).
12615
12616 * xdisp.c (get_next_display_element, next_element_from_display_vector):
12617 Don't lookup lface_id from display table glyphs here; instead use
12618 merge_faces to merge the lisp face id into current face.
12619
12620 2005-01-09 Kim F. Storm <storm@cua.dk>
12621
12622 * dispextern.h (struct it): New member dpvec_face_id.
12623 (merge_into_realized_face): Add prototype.
12624
12625 * xfaces.c (merge_into_realized_face): New function. Used to
12626 merge escape-glyph face or face from display table into current face.
12627
12628 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
12629 (syms_of_xdisp): DEFVAR_LISP it.
12630 (escape_glyph_face): Remove var.
12631 (redisplay_window): Don't initialize it.
12632 (setup_for_ellipsis, get_next_display_element):
12633 Set it->dpvec_face_id to -1.
12634 (get_next_display_element): Test Vshow_nonbreak_escape.
12635 Do not setup escape_glyph_face.
12636 Properly merge escape-glyph face or face from display table with
12637 current face for escape and control characters.
12638 Set it->dpvec_face_id to relevant face id instead of adding it to each
12639 element of display vector.
12640 (next_element_from_display_vector): If it->dpvec_face_id is set,
12641 use that instead of lface_id from glyph itself.
12642
12643 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12644
12645 * xterm.h (struct x_output): New member, toolbar_detached.
12646
12647 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
12648 38.
12649 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
12650 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
12651 (xg_create_tool_bar): Initialize toolbar_detached.
12652 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
12653 toolbar_detached is zero.
12654
12655 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12656
12657 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
12658 gtk_menu_popup if not for_click, so callbacks for the menu are called.
12659
12660 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
12661 (xg_tool_bar_callback, xg_tool_bar_help_callback)
12662 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
12663
12664 * xselect.c (x_get_foreign_selection, x_fill_property_data)
12665 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
12666 XFLOAT_DATA to get extract number from Lisp object.
12667
12668 2005-01-07 Kim F. Storm <storm@cua.dk>
12669
12670 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
12671 Set stop_charpos to current charpos instead of 0.
12672
12673 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
12674
12675 * xdisp.c (Fformat_mode_line): First arg now required.
12676
12677 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12678
12679 * macterm.c (XLoadQueryFont): Correctly handle 0 size
12680 font widths that are returned from some Japanese fonts.
12681
12682 2005-01-06 Kim F. Storm <storm@cua.dk>
12683
12684 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
12685 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
12686 (destroy_fringe_bitmap): Set fringe_faces element to nil.
12687 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
12688 fringe_faces array and init elements to nil.
12689 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
12690 non-persistent face id.
12691 (mark_fringe_data): New function for GC.
12692
12693 * alloc.c (mark_fringe_data): Declare extern.
12694 (Fgarbage_collect): Call mark_fringe_data.
12695
12696 * alloc.c (overrun_check_free): Invalidate freed memory if
12697 XMALLOC_CLEAR_FREE_MEMORY is defined.
12698
12699 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12700
12701 * macfns.c: Include sys/param.h.
12702 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
12703 and function.
12704 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
12705 of filename string. Set event callback function when creating
12706 dialog boxes. Add code conversions for filenames. Don't dispose
12707 of apple event descriptor record if failed to create it.
12708
12709 * macterm.c: Include sys/param.h.
12710 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
12711 kEventWindowUpdate.
12712 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
12713 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
12714 of FSSpec from apple event descriptor record.
12715 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
12716 size of filename string.
12717 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
12718 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
12719 file dialog is in action.
12720 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
12721 Reject only when there are no filename items. Set background color
12722 before (un)highlighting the window below the dragged items.
12723 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
12724
12725 2005-01-05 Romain Francoise <romain@orebokech.com>
12726
12727 * term.c (encode_terminal_code): Fix buffer size computation.
12728
12729 2005-01-04 Richard M. Stallman <rms@gnu.org>
12730
12731 * xdisp.c (Fformat_mode_line): Doc fix.
12732
12733 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * alloc.c (refill_memory_reserve): Move.
12736 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
12737 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
12738
12739 2005-01-03 Richard M. Stallman <rms@gnu.org>
12740
12741 * window.c (window_scroll_pixel_based): Don't correct preserve_y
12742 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
12743
12744 2005-01-03 Jason Rumney <jasonr@gnu.org>
12745
12746 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
12747 fontp->space_width to FONT_WIDTH so they are valid.
12748
12749 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
12750 average width. Set fontp->average_width and fontp->space_width to
12751 their appropriate values.
12752
12753 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
12754 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
12755 fontp->space_width.
12756
12757 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12758
12759 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
12760 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
12761 metrics for max and min bounds.
12762 (x_load_font): Correctly calculate average font width metrics.
12763
12764 2005-01-02 Richard M. Stallman <rms@gnu.org>
12765
12766 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
12767
12768 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12769
12770 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
12771
12772 2004-12-31 Richard M. Stallman <rms@gnu.org>
12773
12774 * xdisp.c (setup_for_ellipsis, get_next_display_element):
12775 Set it->ellipsis_p to 1 or 0.
12776 (display_line): Record whether row ends in mid-ellipsis.
12777 (set_cursor_from_row): If ends in ellipsis, find start of it.
12778 (cursor_row_p): If PT's at the end of the ellipsis the row
12779 ends within, don't display cursor on this row.
12780
12781 * dispextern.h (struct it): New element ellipsis_p.
12782 (struct glyph_row): New element ends_in_ellipsis_p.
12783
12784 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
12785 position if we're reading from something other than the buffer.
12786
12787 * window.c (window_scroll_pixel_based): Only look at
12788 Vscroll_preserve_screen_position if the old PT can't be kept.
12789 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
12790
12791 2004-12-30 Kim F. Storm <storm@cua.dk>
12792
12793 * xdisp.c (get_line_height_property): New function extracted from
12794 original calc_line_height_property.
12795 (calc_line_height_property): Rework. Handle t and (nil . ratio).
12796 (x_produce_glyphs): Use them to handle line-height and
12797 line-spacing according to new height spec.
12798 (Qtotal): Remove.
12799 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
12800
12801 2004-12-30 Kenichi Handa <handa@m17n.org>
12802
12803 * fileio.c (Finsert_file_contents): Don't use
12804 current_buffer->buffer_file_coding_system even if REPLACE is
12805 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
12806
12807 * fontset.h (struct font_info): New members space_width and
12808 average_width.
12809
12810 * frame.h (struct frame): New member space_width.
12811 (FRAME_SPACE_WIDTH): New macro.
12812
12813 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
12814
12815 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
12816 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
12817 fontp->space_width.
12818 (x_load_font): Calculate fontp->space_width and fontp->average_width.
12819 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
12820
12821 * xdisp.c (x_produce_glyphs): Calculate tab width by
12822 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
12823
12824 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
12825
12826 * macterm.c (SelectionRange): Add Xcode position apple event struct.
12827 (do_ae_open_documents): Handle Xcode-style file position open events.
12828
12829 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
12830
12831 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
12832
12833 2004-12-29 Richard M. Stallman <rms@gnu.org>
12834
12835 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
12836
12837 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12838
12839 * macfns.c (install_window_handler): Modify extern to return OSErr
12840 value.
12841 (mac_window): Handle return value of install_window_handler.
12842
12843 * macterm.c (reflect_byte): Remove function.
12844 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
12845 Lookup table instead.
12846 (mac_do_font_lists): Simplify calculation of the longest
12847 nonspecial string.
12848 (init_mac_drag_n_drop): Remove function and declaration.
12849 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
12850 init_mac_drag_n_drop.
12851 (mac_do_track_drag): New function and declaration.
12852 (install_window_handler): Return OSErr value.
12853 (install_window_handler) [TARGET_API_MAC_CARBON]:
12854 Register handlers for tracking/receiving drag-and-drop items.
12855 (do_ae_open_documents): Generate unibyte strings for filenames.
12856 (mac_do_receive_drag) [TARGET_API_MAC_CARBON]: Likewise.
12857 Reject only non-filename items. Set event modifiers, and return value.
12858
12859 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12860
12861 * coding.c (decode_coding): Fix previous change.
12862
12863 2004-12-28 Richard M. Stallman <rms@gnu.org>
12864
12865 * xdisp.c (back_to_previous_visible_line_start):
12866 Don't call handle_display_prop.
12867
12868 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12869
12870 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
12871 (decode_coding_emacs_mule, encode_coding_emacs_mule)
12872 (decode_coding_iso2022, encode_designation_at_bol)
12873 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
12874 (decode_coding): Constify arguments and local vars.
12875
12876 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12877
12878 * xmenu.c (popup_get_selection): Only pop down dialogs
12879 on C-g and Escape.
12880 (popup_get_selection): Remove parameter down_on_keypress.
12881 (create_and_show_popup_menu, create_and_show_dialog):
12882 Remove parameter down_on_keypress to popup_get_selection.
12883
12884 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12885
12886 * dispextern.h: Change HAVE_CARBON to MAC_OS.
12887 (struct glyph_string): Likewise.
12888
12889 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
12890 mac_initialize.
12891
12892 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
12893 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
12894
12895 * fns.c (vector): Change MAC_OSX to MAC_OS.
12896
12897 * frame.c (x_set_frame_parameters, x_report_frame_params)
12898 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
12899 (x_set_border_width, Vdefault_frame_scroll_bars):
12900 Change HAVE_CARBON to MAC_OS.
12901
12902 * image.c [MAC_OS]: Include sys/stat.h.
12903 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
12904 QuickTimeComponents.h.
12905
12906 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
12907 [!MAC_OSX] (select): Use mac_wait_next_event.
12908 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
12909 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
12910 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
12911 (mac_clear_font_name_table): Add extern.
12912 (Fmac_clear_font_name_table): New defun.
12913 (syms_of_mac): Defsubr it.
12914 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
12915 [MAC_OSX] (select_and_poll_event): New function.
12916 [MAC_OSX] (sys_select): Use it.
12917 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
12918 [MAC_OSX && SELECT_USE_CFSOCKET]
12919 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
12920 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
12921 RunLoop for simultaneously monitoring two kinds of inputs, window
12922 events and process outputs, without periodically polling.
12923
12924 * macfns.c (mac_initialized): Remove extern.
12925 (stricmp): Put in #if 0. All callers changed to use xstricmp in
12926 xfaces.c.
12927 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
12928 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
12929 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
12930 (mac_get_rdb_resource): New function (from w32reg.c).
12931 (x_get_string_resource): Use it.
12932 (install_window_handler): Add extern.
12933 (mac_window): New function.
12934 (Fx_create_frame): Use it instead of make_mac_frame.
12935 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
12936 (Fx_open_connection, Fx_close_connection): New defuns.
12937 (syms_of_macfns): Defsubr them.
12938 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
12939 Add kWindowNoUpdatesAttribute to the window attribute.
12940 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
12941 (x_create_tip_frame): Don't call ShowWindow.
12942 (Fx_show_tip): Call ShowWindow.
12943 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
12944 TARGET_API_MAC_CARBON'.
12945 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
12946 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
12947
12948 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
12949 (Window): Typedef to WindowPtr and move outside `#if
12950 TARGET_API_MAC_CARBON'.
12951 (XSizeHints): New struct.
12952
12953 * macterm.c (x_update_begin, x_update_end)
12954 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
12955 frame.
12956 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
12957 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
12958 (construct_mouse_click): Put in #if 0.
12959 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
12960 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
12961 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
12962 (activate_scroll_bars, deactivate_scroll_bars)
12963 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
12964 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
12965 if the position is neither user-specified nor program-specified.
12966 (x_free_frame_resources): Free size_hints.
12967 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
12968 (mac_clear_font_name_table): New function.
12969 (mac_do_list_fonts): Initialize font_name_table if needed.
12970 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
12971 around mac_do_list_fonts.
12972 (mac_unload_font): New function.
12973 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
12974 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
12975 and definitions with #if TARGET_API_MAC_CARBON.
12976 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
12977 (install_window_handler): Add decl.
12978 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
12979 window. Use UpdateControls. Get the rectangle that should be
12980 updated and restrict the target of expose_frame to it.
12981 (do_grow_window): Set minimum height/width according to size_hints.
12982 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
12983 (do_zoom_window): Don't use x_set_window_size.
12984 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
12985 (install_window_handler): New function.
12986 [!USE_CARBON_EVENTS] (mouse_region): New variable.
12987 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
12988 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
12989 GetEventDispatcherTarget inside BLOCK_INPUT.
12990 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
12991 Update mouse_region when mouse is moved.
12992 (make_mac_frame): Remove.
12993 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
12994 Initialize mouse pointer shapes. Change values of f->left_pos and
12995 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
12996 Don't call ShowWindow.
12997 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
12998 Vinvocation_name and Vsystem_name.
12999 (mac_make_rdb): New function (from w32term.c).
13000 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
13001 already been opened. Don't pass argument to
13002 mac_initialize_display_info. Don't set dpyinfo->height/width.
13003 Add entries to x_display_list and x_display_name_list.
13004 (x_delete_display): New function.
13005 (mac_initialize): Don't call mac_initialize_display_info.
13006 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
13007
13008 * macterm.h (check_mac): Add extern.
13009 (struct mac_output): New member size_hints.
13010 (FRAME_SIZE_HINTS): New macro.
13011 (mac_unload_font): Add extern.
13012
13013 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
13014
13015 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
13016
13017 2004-12-27 Richard M. Stallman <rms@gnu.org>
13018
13019 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
13020 (syms_of_buffer): Don't defsubr it.
13021
13022 * process.c (list_processes_1): Set undo_list instead
13023 of calling Fbuffer_disable_undo.
13024
13025 * xdisp.c (single_display_spec_string_p): Rename from
13026 single_display_prop_string_p.
13027 (single_display_spec_intangible_p): Rename from
13028 single_display_prop_intangible_p.
13029 (handle_single_display_spec): Rename from handle_single_display_prop.
13030 Rewritten to be easier to understand.
13031
13032 Change in load-history format. Functions now get (defun . NAME),
13033 and variables get just NAME.
13034
13035 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
13036
13037 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
13038 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
13039 (Qdefvar): Var deleted.
13040 (syms_of_eval): Don't initialze it.
13041
13042 * lread.c (syms_of_lread) <load-history>: Doc fix.
13043
13044 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13045
13046 * xmenu.c (popup_get_selection): Pop down on C-g.
13047 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
13048 pops down menu on C-g.
13049 (xdialog_show): If dialog popped down and no button in the dialog was
13050 pushed, call Fsignal to quit.
13051 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
13052 Fsignal to quit.
13053
13054 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
13055
13056 * gtkutil.c (xg_initialize): Install bindings for C-g so that
13057 dialogs and menus pop down.
13058
13059 2004-12-27 Kenichi Handa <handa@m17n.org>
13060
13061 * coding.c (code_convert_region): Fix calculation of `ratio'.
13062
13063 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13064
13065 * gtkutil.c (update_frame_tool_bar): Make the value of
13066 tool-bar-button-margin control margins of images in tool bar.
13067
13068 * alloc.c (check_depth): New variable.
13069 (overrun_check_malloc, overrun_check_realloc): Only add
13070 overhead and write check pattern if check_depth is 1 (to handle
13071 recursive calls). Increase/decrease check_depth in entry/exit.
13072 (overrun_check_free): Only check for overhead if check_depth is 1.
13073 Increase/decrease check_depth in entry/exit.
13074
13075 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13076
13077 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
13078 before touching input_available_clear_time, to avoid accessing it
13079 from multiple threads.
13080
13081 2004-12-23 Jason Rumney <jasonr@gnu.org>
13082
13083 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
13084 of JPEG library.
13085
13086 2004-12-22 Richard M. Stallman <rms@gnu.org>
13087
13088 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
13089
13090 * lisp.h (Vundo_outer_limit): Fix decl.
13091
13092 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
13093 Uses changed.
13094 (syms_of_undo): Initialize appropriately.
13095 (truncate_undo_list): If it's nil, there's no limit.
13096
13097 2004-12-22 Kenichi Handa <handa@m17n.org>
13098
13099 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
13100
13101 2004-12-21 Richard M. Stallman <rms@gnu.org>
13102
13103 * eval.c (unwind_to_catch): Clear immediate_quit.
13104
13105 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
13106 specially as `\ ' and `\-'.
13107
13108 * keyboard.c (kbd_buffer_store_event_hold):
13109 In the code for while-no-input, handle immediate_quit.
13110
13111 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
13112 Call that at the very start.
13113 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
13114 (syms_of_alloc): Don't define undo-limit,
13115 undo-strong-limit and undo-outer-limit here.
13116
13117 * undo.c (truncate_undo_list): Return void.
13118 Take just one argument, the buffer.
13119 Make it current, and inhibit recursive GC.
13120 Access and update the undo list directly; return void.
13121 Refer to the undo...limit variables directly.
13122 Test undo_outer_limit only after counting the whole current command.
13123 When it's exceeded, call the function in undo-outer-limit-function.
13124 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
13125 (Vundo_outer_limit_function): New variable.
13126 (syms_of_undo): Define undo-limit, undo-strong-limit
13127 and undo-outer-limit here, and undo-outer-limit-function.
13128 Doc fixes.
13129
13130 * lisp.h (truncate_undo_list): Update decl.
13131
13132 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
13133
13134 * fileio.c (Fread_file_name): Delete duplicates in
13135 file-name-history when history_delete_duplicates is true.
13136
13137 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13138
13139 * macterm.c (mac_do_list_fonts): Fix memory leak.
13140
13141 2004-12-20 Richard M. Stallman <rms@gnu.org>
13142
13143 * regex.c (re_match_2_internal) <symend, wordend>:
13144 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
13145
13146 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13147
13148 * macterm.c (endif, x_font_name_to_mac_font_name):
13149 Use maccentraleurroman instead of maccentraleuropean
13150 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
13151 quickly finding a specific font without needing regexps.
13152
13153 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13154
13155 * syssignal.h: Declare main_thread.
13156 (SIGNAL_THREAD_CHECK): New macro.
13157
13158 * keyboard.c (input_available_signal): Move thread checking code
13159 to macro SIGNAL_THREAD_CHECK and call that macro.
13160 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
13161
13162 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
13163
13164 * emacs.c: Define main_thread.
13165 (main): Initialize main_thread.
13166 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
13167 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
13168
13169 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
13170
13171 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
13172
13173 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
13174
13175 * process.c (send_process_trap, sigchld_handler):
13176 Call SIGNAL_THREAD_CHECK.
13177
13178 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
13179
13180 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
13181
13182 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
13183 returning when xg_ignore_gtk_scrollbar is true.
13184
13185 2004-12-14 Kim F. Storm <storm@cua.dk>
13186
13187 * keyboard.c (read_char): Save and restore echo_string when
13188 handling input method.
13189
13190 2004-12-13 Richard M. Stallman <rms@gnu.org>
13191
13192 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
13193
13194 * keyboard.c (Vthrow_on_input): New variable.
13195 (syms_of_keyboard): Defvar and initialize it.
13196 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
13197
13198 * lisp.h (QUIT): Check for Vthrow_on_input.
13199 (Vthrow_on_input): Declare it.
13200
13201 2004-12-13 Kim F. Storm <storm@cua.dk>
13202
13203 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
13204 vector.
13205
13206 2004-12-12 Richard M. Stallman <rms@gnu.org>
13207
13208 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
13209
13210 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
13211 (Ftry_completion): Really use outer `zero'; eliminate inner one.
13212
13213 2004-12-12 Kenichi Handa <handa@m17n.org>
13214
13215 * term.c (encode_terminal_code): Fix previous change.
13216
13217 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * keyboard.c (handle_async_input): Remove pthread mutex handling.
13220 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
13221
13222 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
13223 in macro arguments.
13224
13225 * minibuf.c (Ftry_completion, Fall_completions): Don't use
13226 XFASTINT blindly.
13227
13228 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
13229
13230 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13231
13232 * w32term.c (x_calc_absolute_position): Remove calculation of
13233 difference between inner and outer window. Don't subtract difference
13234 for left and top calculations.
13235
13236 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
13237 for left and top calculations. Remove call to x_real_positions.
13238 [Bug report by Drew Adams in November.]
13239 (x_check_expected_move): Do not set change_gravity to 1 when calling
13240 x_set_offset.
13241
13242 2004-12-08 Richard M. Stallman <rms@gnu.org>
13243
13244 * xdisp.c (get_next_display_element): Use `escape-glyph' for
13245 control chars and escaped octal codes.
13246 (Qescape_glyph): New variable.
13247 (syms_of_xdisp): Initialize it.
13248 (escape_glyph_face): New variable.
13249 (redisplay_window): Initialize it.
13250
13251 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
13252
13253 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
13254 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
13255
13256 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13257
13258 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
13259 reset_malloc_hooks.
13260
13261 * keyboard.c (handle_async_input, input_available_signal):
13262 Add ! defined (SYSTEM_MALLOC) around thread code.
13263
13264 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
13265
13266 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13267
13268 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
13269
13270 * config.in: Regenerate.
13271
13272 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13273
13274 * xmenu.c (Fx_popup_menu): Correct documentation about position.
13275 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
13276 if not given by a mouse click to correspond with x-popup-menu
13277 documentation.
13278
13279 * config.in: Regenerate.
13280
13281 * gtkutil.c: Include signal.h and syssignal.h.
13282 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
13283
13284 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
13285 new variables main_thread and alloc_mutex,
13286 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
13287 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
13288 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same
13289 as (UN)BLOCK_INPUT.
13290 (emacs_blocked_free, emacs_blocked_malloc)
13291 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
13292 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
13293 (reset_malloc_hooks): New function.
13294
13295 * lisp.h: Declare reset_malloc_hooks.
13296
13297 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
13298
13299 * keyboard.c: Conditionally include pthread.h.
13300 (handle_async_input, input_available_signalt): If not in the main
13301 thread, block signal, send signal to main thread and return.
13302
13303 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
13304 Set current folder in file chooser if default_filename is a directory.
13305
13306 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13307
13308 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
13309 Remove redundant correctness checks.
13310 (regex_compile): Fix up error codes for \{..\} expressions.
13311
13312 2004-12-05 Richard M. Stallman <rms@gnu.org>
13313
13314 * regex.c (regex_compile): Fix end-of-pattern case for space.
13315
13316 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13317
13318 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
13319 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
13320 crashes with invalid characters.
13321 * macmenu.c (add_menu_item): Use it.
13322 * image.c (image_load_quartz2d): Likewise.
13323 * macfns.c (x_set_name, x_set_title): Likewise.
13324 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
13325 creating them each time for labels.
13326
13327 2004-12-02 Richard M. Stallman <rms@gnu.org>
13328
13329 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
13330 don't use it here.
13331
13332 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
13333 (interactive_p): Skip Scalled_interactively_p frames
13334 like Sinteractive_p frames.
13335 (unwind_to_catch): Clear handling_signal.
13336
13337 * data.c (Fmake_variable_buffer_local): Doc fix.
13338 (Fmake_local_variable): Doc fix.
13339
13340 * insdel.c (insert_from_string_before_markers)
13341 (insert_from_string): Don't modify buffer on empty insertion.
13342
13343 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
13344
13345 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13346
13347 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
13348 menu text as UTF8 fails.
13349
13350 2004-12-01 Kim F. Storm <storm@cua.dk>
13351
13352 * alloc.c: Add commentary for last change.
13353 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
13354 sizeof(size_t) != 4.
13355 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
13356 Use them. Also clear header and trailer of freed memory.
13357 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
13358 (string_overrun_cookie): Rename from string_overrun_pattern.
13359 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
13360
13361 2004-12-01 Andreas Schwab <schwab@suse.de>
13362
13363 * lisp.h: Declare string_to_multibyte.
13364
13365 2004-12-01 Kenichi Handa <handa@m17n.org>
13366
13367 * w32console.c (w32con_write_glyphs): Decide coding here.
13368 Adjusted for the change of encode_terminal_code.
13369
13370 * term.c (encode_terminal_code): Don't make it "static".
13371
13372 2004-11-30 Kenichi Handa <handa@m17n.org>
13373
13374 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
13375 (encode_terminal_code): Argument changed. Encode all
13376 characters at once, and return a pointer to the result of encoding.
13377 (write_glyphs): Decide coding here. Adjusted for the above change.
13378 (insert_glyphs): Likewise.
13379 (term_init): Initialize encode_terminal_bufsize to 0.
13380
13381 * coding.c (Vcode_conversion_workbuf_name): New variable.
13382 (syms_of_coding): Initialize and staticpro it.
13383 (set_conversion_work_buffer): New function.
13384 (run_pre_post_conversion_on_str): Use it.
13385 (run_pre_write_conversin_on_c_str): New function.
13386
13387 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
13388
13389 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13390
13391 * keyboard.c: Don't undef SIGIO
13392 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
13393 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
13394 (macfns.o): Don't depend on ccl.h.
13395 * macfns.c (mac_frame_parm_handlers): Set handlers for
13396 Qleft_fringe and Qright_fringe.
13397 * macterm.c (mac_fill_rectangle_to_pixmap)
13398 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
13399 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
13400 Put in #if 0.
13401 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
13402 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
13403 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
13404 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
13405 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
13406 XDrawImageString. Always draw background and foreground separately.
13407 (x_draw_image_foreground): Use clipping instead of computing the
13408 intersection rectangle.
13409 (x_draw_image_glyph_string): Don't draw an image with mask to a
13410 pixmap.
13411 (x_redisplay_interface): Set flush_display_optional member to 0.
13412 (XTread_socket): Correctly reset the TEConverter
13413 object.
13414
13415 2004-11-30 Kim F. Storm <storm@cua.dk>
13416
13417 * lisp.h: New defines to enable buffer overrun checking.
13418 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
13419 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
13420
13421 * alloc.c: Add more checks for buffer overruns.
13422 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
13423 xmalloc_overrun_check_trailer, overrun_check_malloc)
13424 overrun_check_realloc, overrun_check_free): Add.
13425 (GC_STRING_EXTRA, string_overrun_pattern): Add.
13426 (check_sblock, allocate_string_data, compact_small_strings):
13427 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
13428 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
13429 (check_string_free_list): Add.
13430 (allocate_string, sweep_strings): Call check_string_free_list.
13431
13432 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
13433 XMALLOC_OVERRUN_CHECK to avoid crash during load.
13434
13435 2004-11-29 Kim F. Storm <storm@cua.dk>
13436
13437 * fns.c (concat): Use SAFE_ALLOCA.
13438
13439 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * sysdep.c (emacs_write): Don't use QUIT.
13442
13443 2004-11-29 Kenichi Handa <handa@m17n.org>
13444
13445 * buffer.c (init_buffer): Set current_buffer->directory to a
13446 multibyte string made by string_to_multibyte.
13447
13448 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
13449
13450 2004-11-27 Andreas Schwab <schwab@suse.de>
13451
13452 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
13453
13454 * s/gnu-linux.h: Enable no-op gcpros on ia64.
13455 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
13456
13457 * filelock.c (lock_file_1): Call get_boot_time early.
13458 Increase buffer size.
13459
13460 2004-11-27 Eli Zaretskii <eliz@gnu.org>
13461
13462 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
13463 is not defined.
13464
13465 2004-11-27 Kim F. Storm <storm@cua.dk>
13466
13467 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
13468 marker out of doc string.
13469
13470 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
13473 which was not mentioned in the log.
13474
13475 2004-11-26 Kim F. Storm <storm@cua.dk>
13476
13477 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
13478 angle bitmaps at top/bottom line.
13479
13480 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
13481 set it when it->method is set to next_element_from_display_vector.
13482 (setup_for_ellipsis): Add LEN argument. Callers changed.
13483 Set it->saved_face_id.
13484 (get_next_display_element): Use loop instead of recursion.
13485 Set it->saved_face_id. Combine duplicate code for ctr chars.
13486 (next_element_from_display_vector): Do not set it->saved_face_id.
13487 (next_element_from_ellipsis): Use setup_for_ellipsis.
13488
13489 2004-11-26 Eli Zaretskii <eliz@gnu.org>
13490
13491 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
13492 prevent compiler warnings.
13493
13494 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
13495
13496 * keyboard.c (command_loop_1): Print a message describing the key
13497 the user just pressed when this key has no binding.
13498
13499 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
13500 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
13501
13502 * lread.c (readchar): Check QUIT when `getc' is interrupted.
13503
13504 2004-11-24 Richard M. Stallman <rms@gnu.org>
13505
13506 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
13507
13508 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
13509
13510 2004-11-24 Kim F. Storm <storm@cua.dk>
13511
13512 * xdisp.c (move_it_in_display_line_to, display_line):
13513 Restore saved_face_id also when truncate-lines or hscrolled.
13514
13515 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13516
13517 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
13518 x-use-old-gtk-file-dialog.
13519
13520 * xfns.c: Define x_use_old_gtk_file_dialog.
13521 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
13522 outside ifdef USE_GTK.
13523
13524 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
13527 Don't use XFASTINT blindly.
13528
13529 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
13530
13531 * indent.c (skip_invisible): Avoid non-idempotent side-effects
13532 in macro arguments.
13533
13534 * keymap.c (Flookup_key): Check INTEGERP before XINT.
13535
13536 * lread.c (oblookup): Don't use XFASTINT blindly.
13537
13538 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
13539 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
13540
13541 2004-11-23 Kim F. Storm <storm@cua.dk>
13542
13543 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
13544 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
13545
13546 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
13547 signal_p is zero and face name is unknown.
13548 (Fx_list_fonts): Don't signal error in lookup_named_face.
13549 (Fface_font): Signal error in lookup_named_face.
13550 (ascii_face_of_lisp_face): Likewise.
13551
13552 * dispextern.h (lookup_named_face): Fix prototype.
13553
13554 * xdisp.c (handle_single_display_prop): Don't signal error in
13555 lookup_named_face for unknown fringe face name.
13556 (highlight_trailing_whitespace): Don't signal error in
13557 lookup_named_face if trailing-whitespace face unknown.
13558 (calc_line_height_property): Don't signal error in
13559 lookup_named_face if specified face name is unknown.
13560
13561 * fringe.c (update_window_fringes): Show top row indicator if
13562 window has header-line. Don't show arrow at bob and eob
13563 if the boundary indicators are not used.
13564 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
13565
13566 * window.c (set_window_buffer): Clear display_error_modiff.
13567
13568 2004-11-22 Kim F. Storm <storm@cua.dk>
13569
13570 * fringe.c (update_window_fringes): Provide sensible fall-back
13571 value for non-nil indicate-buffer-boundaries setting.
13572
13573 2004-11-22 Markus Rost <rost@ias.edu>
13574
13575 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
13576
13577 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13578
13579 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
13580
13581 2004-11-21 Kim F. Storm <storm@cua.dk>
13582
13583 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
13584
13585 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
13586 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
13587
13588 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
13589 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
13590
13591 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
13592 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
13593
13594 * xdisp.c (move_it_in_display_line_to, display_line):
13595 Restore saved_face_id if overflow-newline-into-fringe is enabled and
13596 line is continued before or in middle of element from display vector.
13597
13598 * indent.c (Fvertical_motion): Fix last change. Use another
13599 method to detect if iterator moved too far ahead after reseat.
13600
13601 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
13602 expand matrix width for overflow in zero-width area.
13603 (append_glyph, append_composite_glyph, produce_image_glyph)
13604 (append_stretch_glyph): Use it to avoid loop in redisplay.
13605 (note_mode_line_or_margin_highlight): Don't let help-echo from
13606 string override help-echo from image map.
13607
13608 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
13609
13610 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
13611 * callint.c (Fcall_interactively): Ditto.
13612
13613 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13614
13615 * minibuf.c (Fminibuffer_complete_and_exit):
13616 Fixup the case of the completed value, for case-indep completion.
13617
13618 2004-11-20 Richard M. Stallman <rms@gnu.org>
13619
13620 * lisp.h (Fread_from_minibuffer): Add arg in decl.
13621
13622 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
13623 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
13624
13625 * search.c (Vsearch_spaces_regexp):
13626 Rename from Vsearch_whitespace_regexp. All uses changed.
13627
13628 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
13629
13630 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
13631
13632 2004-11-19 Richard M. Stallman <rms@gnu.org>
13633
13634 * search.c (Vsearch_whitespace_regexp): New variable.
13635 (syms_of_search): Defvar it.
13636 (compile_pattern_1): Call re_set_whitespace_regexp with it.
13637 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
13638 is non-nil.
13639 (struct regexp_cache): New element whitespace_regexp.
13640 (syms_of_search): Initialize whitespace_regexp elements.
13641 (compile_pattern): Compare whitespace_regexp elements.
13642 (compile_pattern_1): Set whitespace_regexp elements.
13643
13644 * regex.c (regex_compile): Substitute whitespace_regexp
13645 for spaces, if it is nonzero.
13646 (whitespace_regexp): New variable.
13647 (re_set_whitespace_regexp): New function.
13648
13649 2004-11-19 Kim F. Storm <storm@cua.dk>
13650
13651 * indent.c (Fvertical_motion): Fix last change.
13652
13653 2004-11-18 Kim F. Storm <storm@cua.dk>
13654
13655 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
13656 Instead, move back again if reseating moves too far ahead.
13657
13658 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
13659
13660 * xdisp.c (message3): Call clear_message.
13661
13662 2004-11-17 Kim F. Storm <storm@cua.dk>
13663
13664 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
13665
13666 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13667
13668 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
13669
13670 * xmenu.c (x_menu_in_use): Remove.
13671 (x_menu_set_in_use): Also set popup_activated_flag.
13672
13673 * xfns.c (Fx_file_dialog): Call popup_activated instead of
13674 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
13675
13676 * xterm.h (x_menu_in_use): Remove.
13677
13678 2004-11-16 Richard M. Stallman <rms@gnu.org>
13679
13680 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
13681 Use map-keymap-internal to implement that.
13682
13683 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
13684
13685 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13686
13687 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
13688 a window before using XWINDOW.
13689
13690 * window.c (make_window, Fselect_window, make_dummy_parent)
13691 (save_window_save):
13692 * frame.c (make_frame):
13693 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
13694
13695 * lisp.h (NILP): Use EQ rather than XFASTINT.
13696
13697 2004-11-16 Kim F. Storm <storm@cua.dk>
13698
13699 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
13700
13701 * indent.c (Fvertical_motion): Fix last change. Only reseat when
13702 moving backwards.
13703
13704 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
13705
13706 * dispextern.h: Extern reseat_at_previous_visible_line_start.
13707
13708 2004-11-16 Kenichi Handa <handa@m17n.org>
13709
13710 * xdisp.c (display_mode_element): Fix previous change (calculate
13711 end position of substring to display correctly).
13712
13713 2004-11-16 Kim F. Storm <storm@cua.dk>
13714
13715 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
13716 Reported by Andrew M. Scott.
13717
13718 2004-11-15 Kim F. Storm <storm@cua.dk>
13719
13720 * fns.c (Fsafe_plist_get): New defun.
13721 (syms_of_fns): Defsubr it.
13722
13723 * lisp.h (Fsafe_plist_get): Add EXFUN.
13724
13725 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
13726 Use Fsafe_plist_get.
13727 (note_mode_line_or_margin_highlight, note_mouse_highlight):
13728 Fix image map element parsing. Use Fsafe_plist_get.
13729
13730 2004-11-15 Richard M. Stallman <rms@gnu.org>
13731
13732 * xdisp.c (get_next_display_element): Fix previous change.
13733
13734 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13735
13736 * window.c (shrink_windows): Handle special case of one window left
13737 when trying to shrink the final reminder. Grow windows if
13738 total_removed is less than total_shrink.
13739
13740 * xmenu.c (pop_down_menu): Remove global variable current_menu,
13741 extract pointer from arg with XSAVE_VALUE.
13742 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
13743 Construct arg to record_unwind_protect with make_save_value.
13744
13745 2004-11-13 Richard M. Stallman <rms@gnu.org>
13746
13747 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
13748 (get_next_display_element): Fix previous change to apply only to \n.
13749
13750 * indent.c (Fvertical_motion): Scan to PT from start of line to
13751 make iterator consistent.
13752
13753 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
13754
13755 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13756
13757 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
13758
13759 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
13760 Record unwind with clean_up_file_dialog.
13761
13762 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
13763 Declare.
13764
13765 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
13766
13767 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13768
13769 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
13770 (xg_file_sel_destroy): Remove.
13771 (xg_file_response_cb, pop_down_file_dialog)
13772 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
13773 New functions.
13774 (xg_get_file_with_chooser, xg_get_file_with_selection):
13775 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
13776 Move common code to xg_get_file_name. Return widget created.
13777 (xg_get_file_name): Set name, transient for, modal and destroy
13778 with parent here. Connect response signal to xg_file_response_cb,
13779 connect delete-event to gtk_true. Record pop_down_file_dialog
13780 for unwind. Do event loop and call x_menu_wait_for_event in loop.
13781 (xg_create_widget): Make dialogs modal.
13782
13783 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
13784 Lisp_Object.
13785 (popup_get_selection): Move unwind protect ...
13786 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
13787 Move destroy of widget to pop_down_menu.
13788 (popup_widget_loop): Move unwind protect ...
13789 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
13790 Move destroy of widget to pop_down_menu.
13791 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
13792 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
13793 x_mouse_leave and grabbed = 0 to pop_down_menu.
13794
13795 2004-11-13 Kim F. Storm <storm@cua.dk>
13796
13797 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
13798 (syms_of_xdisp): DEFVAR_BOOL it.
13799 (make_cursor_line_fully_visible, try_cursor_movement)
13800 (try_window_id): Use it.
13801
13802 2004-11-12 Kim F. Storm <storm@cua.dk>
13803
13804 * dispextern.h (struct glyph_row): New member extra_line_spacing.
13805 (struct it): New member max_extra_line_spacing.
13806 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
13807 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
13808 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
13809 part of last line is only extra line spacing (so the text on the
13810 line is fully visible). Use helper macros.
13811 Add W arg (to use them). All callers changed.
13812 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
13813 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
13814
13815 * window.c (window_scroll_pixel_based, Frecenter):
13816 Use move_it_vertically_backward directly.
13817 (Frecenter): Fix calculation of new start pos for negative arg.
13818 Before, the new start pos was sometimes chosen too far back, so
13819 the last line became only partially visible, and thus would be
13820 either only semi-visible or automatically scrolled to the middle
13821 of the window by redisplay.
13822
13823 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
13824 (move_it_vertically_backward): Don't recure to move further back.
13825 (move_it_vertically): Remove superfluous condition.
13826 (move_it_by_lines): Clear last_height when moved 0 lines.
13827 (resize_mini_window): Use it.max_extra_line_spacing.
13828 (display_tool_bar_line): Clear row->extra_line_spacing.
13829 (try_scrolling): Use move_it_vertically_backward directly.
13830 (redisplay_window): Likewise.
13831 (compute_line_metrics): Set row->extra_line_spacing.
13832 (display_line, display_string): Likewise.
13833 (x_produce_glyphs): Update it->max_extra_line_spacing.
13834
13835 * xmenu.c (pop_down_menu): Return nil.
13836
13837 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13838
13839 * xmenu.c (x_menu_wait_for_event): New function.
13840 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
13841 to handle timers.
13842 (popup_widget_loop): Add argument do_timers.
13843 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
13844 do_timers to popup_widget_loop.
13845 (xmenu_show): Call XMenuActivateSetWaitFunction so that
13846 x_menu_wait_for_event is called by XMenuActivate.
13847 (create_and_show_popup_menu): Pass 1 for do_timers to
13848 popup_get_selection.
13849 (pop_down_menu): New function.
13850 (popup_get_selection, popup_widget_loop): Unwind protect to
13851 pop_down_menu.
13852 (popup_widget_loop): Add argument widget.
13853 (create_and_show_popup_menu, create_and_show_dialog): Pass new
13854 argument widget to popup_widget_loop.
13855
13856 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13857
13858 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
13859
13860 2004-11-09 Kim F. Storm <storm@cua.dk>
13861
13862 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
13863 Fix various comments referring to XEvents instead of input events.
13864 (x_queue_event): Fix format strings.
13865 (x_stop_queuing_selection_requests): Likewise.
13866
13867 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
13868 (pint2hrstr): Add extra braces to silence compiler.
13869
13870 * print.c (print_object): Fix format string.
13871
13872 * lread.c (read1): Fix next_char matching.
13873
13874 * lisp.h (Fdelete): Add EXFUN.
13875 (replace_range_2): Add prototype.
13876
13877 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
13878
13879 * intervals.h (NULL_INTERVAL_P): Add separate version when
13880 ENABLE_CHECKING is not defined to silence compiler.
13881 (compare_string_intervals): Add prototype.
13882
13883 * fringe.c (destroy_fringe_bitmap): Fix return type.
13884 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
13885
13886 * emacs.c (Fdump_emacs): Fix format string.
13887
13888 * doc.c: Include <ctype.h>.
13889 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
13890
13891 * data.c (store_symval_forwarding): Remove unused variables.
13892
13893 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
13894
13895 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13896
13897 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
13898 to ${OLDXMENU}.
13899
13900 2004-11-09 Kim F. Storm <storm@cua.dk>
13901
13902 * process.c (Fmake_network_process): Remove kludge for interrupted
13903 connects on BSD. If connect is interrupted, just close socket and
13904 start over rather than sleeping and retry with same socket.
13905
13906 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13907
13908 * .cvsignore: Add buildobj.lst.
13909
13910 * doc.c: New variable Vbuild_files.
13911 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
13912 file names from buildobj.lst. Only attach docstrings from files
13913 that are in Vbuild_files.
13914 (syms_of_doc): Defvar Vbuild_files.
13915
13916 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
13917 and w32*.o.
13918 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
13919 (mostlyclean): Rm buildobj.lst.
13920
13921 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
13922 is linked.
13923
13924 2004-11-09 Kim F. Storm <storm@cua.dk>
13925
13926 * fringe.c (update_window_fringes): Update fringe bitmaps if
13927 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
13928 also update previous row to get rid of misc. artifacts.
13929
13930 2004-11-08 Kim F. Storm <storm@cua.dk>
13931
13932 * xdisp.c (fast_find_position): Fix start pos if header line present.
13933 (note_mouse_highlight): Clear mouse face if we move out of text area.
13934
13935 2004-11-08 Eli Zaretskii <eliz@gnu.org>
13936
13937 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
13938 Don't include <sys/time.h> explicitly.
13939 Include <stdio.h> unconditionally, not just on MacOS.
13940
13941 2004-11-08 Kenichi Handa <handa@m17n.org>
13942
13943 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
13944 don't pay attention to '\' before '*'.
13945 (fontset_pattern_regexp): Change the meaning of the second arg.
13946 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
13947 (check_fontset_name): Try NAME as literal at first, and if it
13948 failes, try NAME as pattern.
13949
13950 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13951
13952 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
13953
13954 2004-11-07 Andreas Schwab <schwab@suse.de>
13955
13956 * lisp.h (Fmsdos_downcase_filename): Declare.
13957 * dired.c (Fmsdos_downcase_filename): Don't declare here.
13958 * fileio.c: Likewise.
13959
13960 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13961
13962 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
13963 comparisons with integers instead of Lisp_Object address.
13964 (Fmsdos_set_keyboard): Declare argument allkeys.
13965
13966 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
13967
13968 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
13969 int/Lisp_Object mixup.
13970
13971 * fileio.c: Ditto.
13972
13973 2004-11-06 Steven Tamm <steventamm@mac.com>
13974
13975 * editfns.c: Need to include sys/time.h before resource.h on darwin.
13976
13977 2004-11-06 Richard M. Stallman <rms@gnu.org>
13978
13979 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
13980
13981 * xfaces.c (merge_named_face): GCPRO the face_name in the
13982 named_merge_point struct that we make.
13983 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
13984
13985 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
13986 before deciding whether to inactivate mark.
13987
13988 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
13989
13990 * config.in: Regenerate (add HAVE_GETRUSAGE).
13991 * editfns.c (Fget_internal_run_time): New function.
13992 (syms_of_data): Defsubr it.
13993 * fns.c (sxhash): As far as possible, merge calculation of
13994 hash code for symbols and strings.
13995
13996 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13997
13998 * frame.c (syms_of_frame): Fix the example in the doc string.
13999
14000 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14001
14002 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
14003
14004 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
14005 (create_and_show_dialog): Revert change from 2004-10-31.
14006
14007 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
14008
14009 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
14010
14011 2004-11-05 Kim F. Storm <storm@cua.dk>
14012
14013 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
14014
14015 * fileio.c (Ffile_modes): Doc fix.
14016 (auto_save_1): Check for Ffile_modes nil value.
14017
14018 2004-11-05 Kim F. Storm <storm@cua.dk>
14019
14020 * xselect.c (struct selection_event_queue, selection_queue)
14021 (x_queue_selection_requests, x_queue_event)
14022 (x_start_queuing_selection_requests)
14023 (x_stop_queuing_selection_requests): Add new queue for selection
14024 input events to replace previous XEvent queue in xterm.c.
14025 (queue_selection_requests_unwind): Adapt to new queue.
14026 (x_reply_selection_request): Adapt to new queue.
14027 Unexpect wait_object in case of x errors (memory leak).
14028 (x_handle_selection_request, x_handle_selection_clear): Make static.
14029 (x_handle_selection_event): New function. May queue selection events.
14030 (wait_for_property_change_unwind): Use save_value instead of cons.
14031 Clear property_change_reply_object.
14032 (wait_for_property_change): Abort if already waiting.
14033 Use save_value instead of cons for unwind data.
14034 (x_handle_property_notify): Skip events already arrived, but don't
14035 free them, as "arrived" field is checked by wait_for_property_change,
14036 and it will be freed by unwind or explicit unexpect_property_change.
14037 (x_get_foreign_selection): Add to new queue.
14038 (receive_incremental_selection): Don't unexpect wait_object when done
14039 as it has already been freed by previous wait_for_property_change.
14040
14041 * xterm.h (x_start_queuing_selection_requests)
14042 (x_stop_queuing_selection_requests, x_handle_selection_request)
14043 (x_handle_selection_clear): Remove prototypes.
14044 (x_handle_selection_event): Add prototype.
14045
14046 * xterm.c (handle_one_xevent): Don't queue X selection events
14047 here, it may be too late if we start queuing after we have already
14048 stored some selection events into the kbd buffer.
14049 (struct selection_event_queue, queue, x_queue_selection_requests)
14050 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
14051 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
14052 (x_catch_errors_unwind): Block input around final XSync.
14053
14054 * keyboard.h (kbd_buffer_unget_event): Add prototype.
14055
14056 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
14057 (kbd_buffer_unget_event): New function.
14058 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
14059 and use x_handle_selection_event.
14060 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
14061
14062 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14063
14064 * xselect.c (TRACE3): New debug macro.
14065 (x_reply_selection_request): Use it.
14066 (receive_incremental_selection): In call to TRACE0, the name of
14067 a symbol is in xname.
14068
14069 2004-11-05 Kim F. Storm <storm@cua.dk>
14070
14071 * fontset.c (fontset_pattern_regexp): Use unsigned char.
14072
14073 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14074
14075 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
14076
14077 * gtkutil.h (use_old_gtk_file_dialog): Declare.
14078
14079 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
14080 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
14081 * xfns.c (syms_of_xfns): ... to here.
14082
14083 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
14084 it doesn't start with /.
14085
14086 2004-11-04 Kenichi Handa <handa@m17n.org>
14087
14088 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
14089 treat it as a literal character.
14090
14091 2004-11-03 Kim F. Storm <storm@cua.dk>
14092
14093 * .gdbinit (ppt): New function.
14094
14095 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14096
14097 * xterm.c (x_window_to_scroll_bar): Only call
14098 xg_get_scroll_id_for_window if toolkit scroll bars are used.
14099
14100 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
14101 of save.
14102
14103 2004-11-02 Andreas Schwab <schwab@suse.de>
14104
14105 * window.c (Fscroll_right): Fix last change.
14106
14107 2004-11-02 Kim F. Storm <storm@cua.dk>
14108
14109 * Makefile.in (callproc.o): Depend on blockinput.h, atimer.h, systime.h.
14110
14111 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14112
14113 * callproc.c (Fcall_process): Block input around vfork.
14114
14115 2004-11-02 Kim F. Storm <storm@cua.dk>
14116
14117 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
14118 (syms_of_eval): Defsubr it.
14119
14120 2004-11-02 Richard M. Stallman <rms@gnu.org>
14121
14122 * insdel.c (replace_range_2): New function.
14123
14124 * casefiddle.c (casify_region): Handle changes in byte-length
14125 using replace_range_2.
14126
14127 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
14128
14129 * xdisp.c (back_to_previous_visible_line_start):
14130 Subtract 1 from pos when checking previous newline for invisibility.
14131
14132 * window.c (window_scroll_pixel_based): Update preserve_y
14133 for header line if any.
14134 (Fscroll_left, Fscroll_right): Don't call interactive_p;
14135 use a new second argument instead.
14136
14137 * eval.c (Fcall_interactive_p): New function.
14138 (interactive_p): Don't test INTERACTIVE here.
14139 (Finteractive_p): Doc fix.
14140
14141 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
14142
14143 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
14144
14145 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
14146 comparing font names.
14147
14148 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14149
14150 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
14151 Fx_file_dialog if only directories should be read.
14152
14153 * lisp.h: Fx_file_dialog takes 5 parameters.
14154
14155 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
14156 Add parameter only_dir_p.
14157 In Motif version, don't put DEFAULT_FILENAME in filter part of the
14158 dialog, just text field part. Do not add DEFAULT_FILENAME
14159 to list of files if it isn't there.
14160 In GTK version, pass only_dir_p parameter to xg_get_file_name.
14161
14162 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
14163 Check only_dir_p instead of comparing prompt to "Dired". When using
14164 a save dialog, add option kNavDontConfirmReplacement, change title
14165 to "Enter name", change text for save button to "Ok".
14166
14167 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
14168 Check only_dir_p instead of comparing prompt to "Dired".
14169
14170 * gtkutil.c (xg_get_file_with_chooser, xg_get_file_with_selection):
14171 New functions, only defined ifdef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
14172 and HAVE_GTK_FILE_SELECTION_NEW respectively.
14173 (xg_get_file_name): Add parameter only_dir_p.
14174 Call xg_get_file_with_chooser or xg_get_file_with_selection
14175 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
14176 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
14177
14178 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
14179
14180 * config.in: Rebuild (added HAVE_GTK_FILE_*).
14181
14182 2004-11-01 Kim F. Storm <storm@cua.dk>
14183
14184 * process.c (connect_wait_mask, num_pending_connects):
14185 Only declare and use them if NON_BLOCKING_CONNECT is defined.
14186 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
14187 (IF_NON_BLOCKING_CONNECT): New helper macro.
14188 (wait_reading_process_output): Only declare and use local vars
14189 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
14190
14191 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
14192
14193 * w32term.c (x_scroll_run): Delete region objects after use.
14194
14195 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14196
14197 * xmenu.c: Add prototypes for forward function declarations.
14198 (popup_get_selection): Remove parameter do_timers, remove call to
14199 timer_check.
14200 (create_and_show_popup_menu, create_and_show_dialog):
14201 Remove parameter do_timers from call to popup_get_selection.
14202
14203 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
14204 tool_bar_items and assign the result to f->tool_bar_items if
14205 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
14206 tool_bar_items to assignment of result.
14207
14208 * atimer.c (alarm_signal_handler): Do not call set_alarm if
14209 pending_atimers is non-zero.
14210
14211 2004-10-31 Kim F. Storm <storm@cua.dk>
14212
14213 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
14214
14215 2004-10-28 Will <will@glozer.net>
14216
14217 * macterm.c: Allow user to assign key modifiers to the Mac Option
14218 key via a 'mac-option-modifier' variable.
14219
14220 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14221
14222 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
14223 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
14224 (x_handle_selection_request, x_handle_selection_clear)
14225 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
14226
14227 2004-10-28 Richard M. Stallman <rms@gnu.org>
14228
14229 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
14230
14231 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
14232
14233 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14234
14235 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
14236 comment-starter over a 1-char one.
14237
14238 2004-10-27 Richard M. Stallman <rms@gnu.org>
14239
14240 * xdisp.c (get_next_display_element): In mode lines,
14241 treat newline and tab like other control characters.
14242
14243 * editfns.c (Fmessage): Doc fix.
14244
14245 * indent.c (vmotion): When moving up, check the newline before.
14246 Make prevline an int, not a Lisp_Object.
14247
14248 2004-10-27 Kim F. Storm <storm@cua.dk>
14249
14250 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
14251 Only allocate info and discarded tables once.
14252
14253 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
14254 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
14255 (SAFE_FREE): Test it to determine if we need to unwind to free.
14256 Remove size arg. All users changed.
14257 (SAFE_FREE_LISP): Remove. All users changed to use SAFE_FREE.
14258
14259 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14260
14261 * gtkutil.c: Put empty line between comment and function body.
14262 (xg_destroy_widgets): Rename from remove_from_container.
14263 Just destroy all widgets in list. Argument wcont removed.
14264 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
14265 instead of remove_from_container.
14266 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
14267 (free_frame_tool_bar): Add comment.
14268
14269 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
14270 is not NULL before strcmp.
14271
14272 2004-10-26 Kim F. Storm <storm@cua.dk>
14273
14274 * callint.c (Fcall_interactively): Add 'U' code to get the
14275 up-event discarded by a previous 'k' or 'K' argument.
14276
14277 2004-10-26 David Kastrup <dak@gnu.org>
14278
14279 * buffer.c (syms_of_buffer): Fix a few typos.
14280
14281 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14282
14283 * xsmfns.c: Put empty line between comment and function body.
14284 Use two spaces before comment end.
14285
14286 2004-10-25 Kenichi Handa <handa@m17n.org>
14287
14288 * fontset.c (fontset_pattern_regexp): Optimize for the case that
14289 PATTERN is full XLFD.
14290
14291 2004-10-24 Kenichi Handa <handa@m17n.org>
14292
14293 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
14294
14295 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
14296 (regex_compile): Return REG_ERANGEX if appropriate.
14297
14298 2004-10-22 Kenichi Handa <handa@m17n.org>
14299
14300 * editfns.c (Ftranslate_region_internal): New function.
14301 (syms_of_editfns): Defsubr it.
14302
14303 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14304
14305 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
14306
14307 2004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14308
14309 * xterm.h (x_output): New member `xic_base_fontname'.
14310 (FRAME_XIC_BASE_FONTNAME): New macro.
14311 (xic_free_xfontset): Declare.
14312
14313 * xfns.c (xic_create_xfontset): Share fontsets between frames
14314 based on base_fontname.
14315 (xic_free_xfontset): New function.
14316 (free_frame_xic): Use it.
14317 (xic_set_xfontset): Ditto.
14318
14319 * xterm.c (xim_destroy_callback): Ditto.
14320
14321 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
14322
14323 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
14324
14325 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14326
14327 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
14328 XSync.
14329
14330 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
14331 New variables and constant.
14332 (main): Calculate heap_bss_diff. If we are dumping and the
14333 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
14334 and exec ourself again.
14335 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
14336 print a warning.
14337
14338 * lastfile.c: Make my_endbss and my_endbss_static available on all
14339 platforms.
14340
14341 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
14342 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
14343
14344 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
14345
14346 * data.c (Flocal_variable_if_set_p): Doc fix.
14347
14348 2004-10-19 Jason Rumney <jasonr@gnu.org>
14349
14350 * w32.c (init_environment): Set emacs_dir correctly when running
14351 emacs from the build directory.
14352
14353 2004-10-19 Richard M. Stallman <rms@gnu.org>
14354
14355 * editfns.c (Fdelete_and_extract_region):
14356 If region is empty, return null string.
14357
14358 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14359
14360 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
14361 and canon_width.
14362 (xg_frame_cleared): Remove.
14363
14364 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
14365 (xg_find_top_left_in_fixed): Remove.
14366 (xg_create_scroll_bar): Put an event box widget between
14367 the scroll bar widget and the edit widget.
14368 (xg_show_scroll_bar): Show the parent widget (the event box).
14369 (xg_remove_scroll_bar): Destroy parent (the event box) also.
14370 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
14371 Move the parent (the event box) widget inside the fixed widget.
14372 Move window clear to xterm.c.
14373
14374 * gtkutil.h (xg_frame_cleared): Remove.
14375
14376 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
14377 (x_scroll_bar_create, XTset_vertical_scroll_bar):
14378 Remove arguments left and width to xg_update_scrollbar_pos.
14379 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
14380
14381 2004-10-19 Kenichi Handa <handa@m17n.org>
14382
14383 * xdisp.c (display_mode_element): Fix display of wide chars.
14384
14385 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14386
14387 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
14388 gdk_window_clear and move gdk_window_process_all_updates after
14389 clear so events are sent to the X server in correct order.
14390
14391 2004-10-18 Kenichi Handa <handa@m17n.org>
14392
14393 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
14394 comparing font names.
14395 (fs_query_fontset): Use fast_string_match for comparing fontset names.
14396 (list_fontsets): Likewise.
14397
14398 * search.c (fast_string_match_ignore_case): New function.
14399
14400 * lisp.h (fast_string_match_ignore_case): Extern it.
14401
14402 2004-10-17 Kim F. Storm <storm@cua.dk>
14403
14404 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
14405 than bitmap if there is not left fringe.
14406 (get_overlay_arrow_glyph_row): Also used on windows system.
14407 (display_line): Display overlay string if no left fringe.
14408
14409 2004-10-16 Jason Rumney <jasonr@gnu.org>
14410
14411 * w32fns.c (w32_font_match): Encode font name being matched.
14412
14413 2004-10-16 Richard M. Stallman <rms@gnu.org>
14414
14415 * window.c (Fspecial_display_p): Doc fix.
14416
14417 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14418
14419 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
14420 Don't ignore menus, because where-is-internal already does it for us.
14421
14422 2004-10-15 Kim F. Storm <storm@cua.dk>
14423
14424 * xdisp.c (redisplay_window): Only update fringes and vertical
14425 border on window frames.
14426
14427 2004-10-14 Andreas Schwab <schwab@suse.de>
14428
14429 * m/ia64.h (DATA_SEG_BITS): Don't define.
14430
14431 2004-10-14 Kim F. Storm <storm@cua.dk>
14432
14433 * xterm.h: Include Xutil.h after keysym.h to work around bug
14434 in some X versions.
14435
14436 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * fns.c (map_char_table): Add missing gcpros.
14439
14440 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * keymap.c (get_keymap): An autoload form is not a keymap.
14443
14444 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
14445
14446 2004-10-13 Kim F. Storm <storm@cua.dk>
14447
14448 * callproc.c (Fcall_process): Simplify handling of display arg.
14449 Resume `display_on_the_fly' once a coding system is determined.
14450
14451 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
14452
14453 2004-10-12 Kim F. Storm <storm@cua.dk>
14454
14455 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
14456 caller, such as call-process, is not going to poll for input.
14457 (calc_line_height_property): Handle case where it->object is nil.
14458
14459 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
14460
14461 2004-10-12 Kenichi Handa <handa@m17n.org>
14462
14463 * xdisp.c (get_next_display_element):
14464 If unibyte_display_via_language_environment is zero, display 8-bit
14465 chars in octal in unibyte buffer.
14466
14467 2004-10-12 Kim F. Storm <storm@cua.dk>
14468
14469 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
14470 are no ordinary bindings.
14471
14472 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14473
14474 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
14475
14476 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14477
14478 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
14479 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
14480 (make_mac_frame): Add BLOCK_INPUT around the making of a
14481 terminal frame.
14482 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
14483 * macgui.h (mktime): Use emacs_mktime.
14484 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
14485 Make a cancel file-open dialog be like C-g.
14486 * mac.c (mktime): Use emacs_mktime.
14487 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
14488 (Fmac_paste_function): Add better error handling for carbon cut/paste.
14489
14490 2004-10-10 Kim F. Storm <storm@cua.dk>
14491
14492 * keyboard.c (timer_resume_idle): New function to resume idle
14493 timer without resetting timers on the idle list.
14494 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
14495 (timer_start_idle, timer_stop_idle): Declare static.
14496 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
14497
14498 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
14499
14500 2004-10-08 Steven Tamm <steventamm@mac.com>
14501
14502 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
14503 * macterm.c (mac_check_for_quit_char): Remove warning for using
14504 NULL where 0 should be used.
14505 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
14506 objc/malloc.h
14507 * mac.c: Include time.h for Tiger compatibility.
14508
14509 2004-10-07 Kim F. Storm <storm@cua.dk>
14510
14511 * xdisp.c (redisplay_window): Fix flicker on vertical line between
14512 windows. Update vertical line after drawing window fringes, but
14513 only if actually drawing any bitmaps--or there is no fringe.
14514
14515 * xterm.c (x_update_window_end): Likewise.
14516 * macterm.c (x_update_window_end): Likewise.
14517 * w32term.c (x_update_window_end): Likewise.
14518
14519 * fringe.c (draw_window_fringes): Return value now indicates if
14520 any fringe bitmaps were redrawn (or there are no fringes).
14521
14522 * dispextern.h (draw_window_fringes): Update prototype.
14523
14524 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14525
14526 * macfns.c (mac_get_window_bounds): Add extern.
14527 (x_real_positions): Use mac_get_window_bounds.
14528
14529 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
14530 xmenu.c (YAILOM).
14531
14532 * macterm.c [!MAC_OSX]: Include Windows.h.
14533 (front_emacs_window): Rename from mac_front_window. All uses
14534 changed. Return the frontmost non-tooltip emacs window.
14535 (mac_get_window_bounds): New function.
14536 (x_calc_absolute_position): Use the difference of width and height
14537 between the inner and outer window.
14538 (x_set_offset): Specify window position by the coordinae of the
14539 outer window. Adjust the position if the title bar is completely
14540 outside the screen.
14541 (app_is_suspended, app_sleep_time): Remove unused variables.
14542 (do_app_resume, do_app_suspend): Remove their contents because
14543 window-activate/deactivate events will do the job.
14544 (do_zoom_window): Remove unused variables. Make compliant to the
14545 standard way of zooming. Set f->left_pos and f->top_pos.
14546 (XTread_socket): Don't use argument `expected'. Don't use
14547 FrontWindow to determine the clicked window. Exclude unprocessed
14548 mouseUp cases in the early stage. Add parentheses to fix operator
14549 precedence.
14550 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
14551
14552 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14553
14554 * config.in: Regenerate.
14555
14556 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
14557 HAVE_EXECSHIELD.
14558
14559 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14560
14561 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
14562 a row if Alt or Meta has been found for that row. Also stop scanning
14563 for Keysyms for that row.
14564
14565 2004-10-04 Kim F. Storm <storm@cua.dk>
14566
14567 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
14568 to list. Include overlay arrow bitmap in return value.
14569
14570 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
14571 bars with fractional column width. If scroll bar separates two
14572 windows, move it towards the window it belongs to. Only update
14573 the padding area below the scroll bar widget when necessary,
14574 i.e. when scroll bar widget is created, moved, or resized.
14575
14576 * xdisp.c (define_frame_cursor1): Do not change frame cursor
14577 while tracking/dragging mouse.
14578 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
14579
14580 * window.c (coordinates_in_window): Relax check for cursor
14581 on vertial border between mode lines.
14582 (Fset_window_fringes): Do not allow negative widths.
14583 (Fset_window_scroll_bars): Likewise.
14584
14585 * .gdbinit (pp): Shorthand for p ARG + pr.
14586 (ff): New command: flush frame updates (X only).
14587
14588 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
14589
14590 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
14591
14592 2004-09-30 Kenichi Handa <handa@m17n.org>
14593
14594 * process.c (send_process): Free composition data.
14595
14596 * fileio.c (Finsert_file_contents): Free composition data.
14597
14598 * coding.c (code_convert_region): Don't skip ASCIIs if there are
14599 compositions to encode.
14600 (encode_coding_string): Likewise. Free composition data.
14601
14602 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
14603
14604 * coding.c (code_convert_region): Free composition data.
14605
14606 2004-09-29 Kim F. Storm <storm@cua.dk>
14607
14608 * fringe.c: Remove limit on number of bitmaps.
14609 (fringe_bitmaps, fringe_faces): Change to pointers.
14610 (max_fringe_bitmaps): New var.
14611 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
14612 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
14613
14614 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
14615 (struct glyph_row): Reorder fringe_bitmap related fields.
14616 (struct it): Likewise.
14617
14618 * w32term.c (fringe_bmp): Change to pointer.
14619 (max_fringe_bmp): New var.
14620 (w32_define_fringe_bitmap): Expand fringe_bmp.
14621 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
14622 (w32_destroy_fringe_bitmap): Likewise.
14623
14624 2004-09-29 Kim F. Storm <storm@cua.dk>
14625
14626 * fringe.c: Simplify last change.
14627 (lookup_fringe_bitmap): New function.
14628 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
14629 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
14630 Keep standard bitmaps in Vfringe_bitmaps.
14631 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
14632 (Fset_fringe_bitmap_face): Likewise.
14633
14634 * dispextern.h (lookup_fringe_bitmap): Add prototype.
14635 (valid_fringe_bitmap_p): Remove prototype.
14636
14637 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
14638
14639 2004-09-29 Kim F. Storm <storm@cua.dk>
14640
14641 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
14642 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
14643
14644 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
14645
14646 * fringe.c (Vfringe_bitmaps): New variable.
14647 (syms_of_fringe): DEFVAR_LISP it.
14648 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
14649 Change arg to Lisp_Object and fail if not an integer.
14650 (get_fringe_bitmap_name, resolve_fringe_bitmap)
14651 (destroy_fringe_bitmap): New functions.
14652 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
14653 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
14654 clear its fringe property.
14655 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
14656 Fdestroy_fringe_bitmap.
14657 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
14658 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
14659 and set fringe property. Signal error if no free slots.
14660 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
14661 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
14662
14663 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
14664 symbols with a fringe property.
14665
14666 2004-09-27 Kim F. Storm <storm@cua.dk>
14667
14668 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
14669 Doc fix. Format may now be a symbol or alist, not a cons.
14670
14671 * fringe.c (update_window_fringes): Handle new formats of
14672 indicate-buffer-boundaries (symbol or alist). No longer
14673 allow a simple cons.
14674 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
14675
14676 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14677
14678 * config.in: Rebuild.
14679
14680 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14681
14682 * config.in: Rebuild.
14683
14684 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
14685
14686 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14687
14688 * xterm.c (x_term_init): Work around a bug in some X servers.
14689
14690 2004-09-18 Richard M. Stallman <rms@gnu.org>
14691
14692 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
14693
14694 * xdisp.c (try_window_reusing_current_matrix):
14695 Handle the case where we reach the old displayed text,
14696 out of sync with the old line boundary.
14697
14698 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * fileio.c (Finsert_file_contents): Fix case of replacement in a
14701 narrowed buffer.
14702
14703 2004-09-14 Kim F. Storm <storm@cua.dk>
14704
14705 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
14706
14707 * xfaces.c (Qface_no_inherit): New var.
14708 (syms_of_xfaces): Intern and staticpro it.
14709 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
14710 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
14711 Don't increment face_change_count when face has non-nil
14712 face-no-inherit property.
14713
14714 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14715
14716 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
14717 (Fbyte_code): Remove dead code after `wrong_type_argument'.
14718
14719 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
14720 before doing the mark_stack_check_gcpros since they're not on the stack.
14721
14722 2004-09-12 Kim F. Storm <storm@cua.dk>
14723
14724 * editfns.c (Fformat): Handle format strings with multiple text
14725 properties. Reverse text property list from the format string,
14726 so the positions are in increasing order.
14727
14728 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14729
14730 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
14731 x_uncatch_errors so that possible protocol errors are delivered.
14732
14733 2004-09-10 Eli Zaretskii <eliz@gnu.org>
14734
14735 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
14736 blockinput.h.
14737 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
14738 charset.h, and coding.h
14739 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
14740 (term.o): Depend on window.h and keymap.h.
14741 (abbrev.o): Depend on syntax.h.
14742 (callint.o): Depend on keymap.h.
14743 (casefiddle.o): Depend on charset.h and keymap.h.
14744 (category.o): Depend on keymap.h.
14745 (coding.o): Depend on dispextern.h.
14746 (cmds.o): Depend on keyboard.h and keymap.h.
14747 (dispnew.o): Depend on indent.h and intervals.h.
14748 (doc.o): Depend on keymap.h.
14749 (editfns.o): Depend on frame.h.
14750 (emacs.o): Depend on dispextern.h.
14751 (fileio.o): Don't depend on ccl.h.
14752 (filelock.o): Depend on charset.h and coding.h.
14753 (frame.o): Depend on w32term.h and macterm.h.
14754 (insdel.o): Depend on region-cache.h.
14755 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
14756 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
14757 (search.o): Depend on $(INTERVALS_SRC).
14758 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
14759 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
14760 xterm.h, w32term.h, and macterm.h.
14761 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
14762 w32term.h, and macterm.h.
14763 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
14764 region-cache.h, xterm.h, w32term.h, and macterm.h.
14765 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
14766 (data.o): Depend on frame.h.
14767 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
14768 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
14769 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
14770 (intervals.o): Depend on keymap.h.
14771
14772 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
14773 Add debugging print-out to termscript.
14774
14775 2004-09-09 Richard M. Stallman <rms@gnu.org>
14776
14777 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
14778
14779 2004-09-08 Richard M. Stallman <rms@gnu.org>
14780
14781 * window.c (Fset_window_buffer): Doc fix.
14782
14783 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
14784
14785 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
14786
14787 * minibuf.c (history_delete_duplicates): New variable.
14788 (read_minibuf): Use it.
14789 (syms_of_minibuf): Create the corresponding lisp variable.
14790
14791 2004-09-08 Kim F. Storm <storm@cua.dk>
14792
14793 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
14794 overlay just before point.
14795
14796 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14797
14798 * buffer.h (struct buffer): Add auto_save_file_format field.
14799 * buffer.c (reset_buffer, init_buffer_once):
14800 Handle auto_save_file_format field.
14801 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
14802 `buffer-auto-save-file-format'.
14803 * fileio.c: Delete declaration for removed Vauto_save_file_format.
14804 (build_annotations): Adapt to replacement of
14805 `auto-save-file-format' with the new buffer-local variable
14806 `buffer-auto-save-file-format'.
14807 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
14808
14809 2004-09-07 Jason Rumney <jasonr@gnu.org>
14810
14811 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
14812
14813 * w32fns.c (w32_wnd_proc) <WM_MEASUREITEM, WM_DRAWITEM>:
14814 Handle Unicode menu titles.
14815
14816 2004-09-07 Kim F. Storm <storm@cua.dk>
14817
14818 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
14819 property from text property or overlay strings at point.
14820
14821 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * xmenu.c (update_submenu_strings): YAILOM.
14824 (set_frame_menubar): Make sure last_i is initialized.
14825
14826 2004-09-03 Jason Rumney <jasonr@gnu.org>
14827
14828 * w32menu.c (_widget_value): Add lname and lkey.
14829 (digest_single_submenu): Set lname and lkey in widget_value
14830 instead of name and key.
14831 (update_submenu_strings): New function.
14832 (set_frame_menubar): Remove call to inhibit_garbage_collection,
14833 call update_submenu_strings.
14834
14835 * w32menu.c (globals_of_w32menu): Check for Unicode API.
14836 (digest_single_submenu, w32_menu_show): Encode menu strings as
14837 UTF-8 if Unicode API is available.
14838 (utf8to16): New function.
14839 (add_menu_item): Use it when calling Unicode API.
14840
14841 2004-09-03 Kim F. Storm <storm@cua.dk>
14842
14843 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
14844 in overlay or text-property strings; set cursor on corresponding
14845 glyph rather than at end of the string.
14846
14847 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14848
14849 * macfns.c (x_real_positions): Save the current window port and
14850 set a new one before obtaining the global coordinate.
14851 Use FRAME_MAC_WINDOW.
14852 (x_set_name, x_set_title): Encode title to UTF8.
14853 Use SetWindowTitleWithCFString.
14854 (Fx_server_version): Get correct OS version.
14855
14856 * macmenu.c (add_menu_item): Remove unused variable `i'.
14857 Don't let separator items destroy refence constants of other menu items.
14858
14859 * macterm.c (x_update_end): Move SetPortWindowPort to inside
14860 BLOCK_INPUT.
14861 (x_set_offset): Use FRAME_MAC_WINDOW.
14862
14863 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
14864 nontext_cursor if it is on a scroll bar.
14865
14866 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
14867 Carbon support.
14868 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
14869 Use LIBS_CARBON.
14870
14871 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14872
14873 * xfns.c (x_set_name_internal): New function. Check if we shall call
14874 xfree before ENCODE_UTF_8.
14875 (x_set_name, x_set_title): Call x_set_name_internal.
14876
14877 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
14878
14879 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
14880 reload it.
14881
14882 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14883
14884 * macmenu.c (_widget_value): Add lname and lkey.
14885 (single_submenu): Set lname and lkey in widget_value
14886 instead of name and key.
14887 (update_submenu_strings): New function.
14888 (set_frame_menubar): Remove call to inhibit_garbage_collection,
14889 call update_submenu_strings.
14890
14891 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
14892 instead of name and key.
14893 (update_submenu_strings): New function.
14894 (set_frame_menubar): Remove call to inhibit_garbage_collection,
14895 call update_submenu_strings.
14896
14897 * gtkutil.h (_widget_value): Added lname and lkey.
14898
14899 2004-08-30 Steven Tamm <steventamm@mac.com>
14900
14901 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
14902 by using different names for inner loop variables.
14903
14904 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14905
14906 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
14907 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
14908
14909 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
14910 tool bar items is 0.
14911
14912 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14913
14914 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
14915 strings in menu items.
14916 (single_submenu): Use ENCODE_MENU_STRING
14917 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
14918 button release isn't passed to event loop
14919 (add_menu_item): Use SetMenuItemWithCFString.
14920
14921 2004-08-26 Steven Tamm <steventamm@mac.com>
14922
14923 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
14924 tool-bar/menu click.
14925 * macfns.c (Fx_file_dialog): Implement using NavServices.
14926
14927 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14928
14929 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
14930
14931 * xfns.c (x_window_to_frame, x_any_window_to_frame)
14932 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
14933 (x_top_window_to_frame): Return 0 if wdesc is None.
14934
14935 2004-08-22 Richard M. Stallman <rms@gnu.org>
14936
14937 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
14938 HAVE_TERMIOS]: If there's no char for this signal, drop through
14939 and use system calls.
14940
14941 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
14942
14943 2004-08-20 Kim F. Storm <storm@cua.dk>
14944
14945 * process.c (wait_reading_process_output): Rename from
14946 wait_reading_process_input. All uses changed.
14947 (wait_reading_process_output_1): Rename from
14948 wait_reading_process_input_1. All uses changed.
14949
14950 * dispnew.c (Fsleep_for): Remove obsolete code.
14951
14952 2004-08-20 Kenichi Handa <handa@m17n.org>
14953
14954 * syntax.c (skip_chars): Fix for unibyte case.
14955
14956 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14957
14958 * syntax.c (char_quoted): Mixup byte/char pos.
14959 (back_comment): Fixup globals in all cases.
14960
14961 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14962
14963 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
14964 passing it to gtk_window_set_title.
14965
14966 2004-08-19 Kim F. Storm <storm@cua.dk>
14967
14968 * process.c (wait_reading_process_input): Clean up.
14969 Add wait_for_cell, wait_proc, and just_wait_proc args
14970 to avoid overloading `read_kbd' and `do_display' args.
14971 Change read_kbd arg to int. All callers changed.
14972
14973 * process.c (process_send_signal): Use CDISABLE.
14974
14975 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
14976
14977 2004-08-18 Kim F. Storm <storm@cua.dk>
14978
14979 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
14980 forward to wait_reading_process_input via DO_DISPLAY arg.
14981 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
14982 object, only process output from that process; also inhibit
14983 running timers if DO_DISPLAY==-2.
14984
14985 2004-08-17 Kim F. Storm <storm@cua.dk>
14986
14987 * process.c (process_send_signal): Fix last change--use
14988 _POSIX_VDISABLE instead of CVDISABLE when available.
14989
14990 2004-08-16 Richard M. Stallman <rms@gnu.org>
14991
14992 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
14993 Set VQUIT and VINTR chars to the standard ones if they are unset.
14994 [AIX]: Don't do that here. And don't force VINTR to standard
14995 when SIGNALS_VIA_CHARACTERS.
14996
14997 * process.c (process_send_signal)
14998 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
14999 Do nothing if the character is CVDISABLE.
15000
15001 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
15002
15003 * intervals.c (move_if_not_intangible):
15004 Force POSITION to be between BEGV and ZV.
15005
15006 2004-08-14 John Paul Wallington <jpw@gnu.org>
15007
15008 * buffer.c (Frestore_buffer_modified_p): Doc fix.
15009
15010 * fileio.c (Fread_file_name): Doc fix.
15011
15012 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
15013
15014 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15015
15016 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
15017
15018 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15019
15020 * keyboard.c: Declare Qdisabled_command_function instead of
15021 Qdisabled_command_hook.
15022 (Fcommand_execute): Use Qdisabled_command_function instead of
15023 Qdisabled_command_hook.
15024 (syms_of_keyboard): Ditto.
15025
15026 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
15027
15028 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
15029 (syms_of_keymap) <key-translation-map>: Doc fixes.
15030
15031 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * window.c (window_list_1): YAILOM.
15034
15035 * fileio.c (make_temp_name): Handle multibyte prefixes.
15036
15037 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
15038
15039 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
15040 Doc fix.
15041
15042 2004-08-03 Kenichi Handa <handa@m17n.org>
15043
15044 * coding.c (decode_coding_string): Adjust coding->consumed, and
15045 etc. with shrinked_bytes.
15046
15047 2004-08-03 Kim F. Storm <storm@cua.dk>
15048
15049 * indent.c (compute_motion): Fix check for full width window
15050 in non-window case. Do not count left truncation glyph on
15051 window systems.
15052
15053 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
15054
15055 * data.c (Finteractive_form): Doc fix.
15056
15057 2004-08-02 Kim F. Storm <storm@cua.dk>
15058
15059 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
15060 properly accounting for continuation glyph on non-window systems.
15061 (Fcompute_motion): Use actual window width if WIDTH is nil, and
15062 actual window width/height if TOPOS is nil, properly accounting for
15063 continuation glyphs on non-window systems, and optional header lines.
15064 (vmotion): Let compute_motion calculate actual window width.
15065
15066 * window.c (window_scroll_line_based): Let compute_motion
15067 calculate actual window width.
15068
15069 2004-08-02 Kim F. Storm <storm@cua.dk>
15070
15071 * process.c (read_process_output): Use whole read buffer.
15072 Don't trigger adaptive read buffering on errors.
15073
15074 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15075
15076 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
15077
15078 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
15079
15080 * callint.c (Fcall_interactively): Doc fix.
15081
15082 2004-07-30 Richard M. Stallman <rms@gnu.org>
15083
15084 * abbrev.c (Fexpand_abbrev): Undo previous change.
15085
15086 2004-07-30 Kim F. Storm <storm@cua.dk>
15087
15088 * editfns.c (Fformat): Allocate extra (dummy) element in info.
15089
15090 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15091
15092 * eval.c (Fdefvar, Fdefconst): Doc fixes.
15093
15094 2004-07-27 Kim F. Storm <storm@cua.dk>
15095
15096 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
15097 we have ensured that the glyph fits on the current line (or returned
15098 MOVE_LINE_CONTINUED otherwise).
15099
15100 2004-07-26 Kim F. Storm <storm@cua.dk>
15101
15102 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
15103 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
15104 if target position is at end of display line but char is not a newline.
15105
15106 2004-07-25 Richard M. Stallman <rms@gnu.org>
15107
15108 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
15109 instead of ON_VERTICAL_BORDER, when on scroll bar.
15110 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
15111
15112 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
15113
15114 * window.c (Fcoordinates_in_window_p):
15115 Take account of FRAME_INTERNAL_BORDER_WIDTH.
15116
15117 * alloc.c (check_cons_list): New function (contents commented out).
15118
15119 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15120
15121 * xfaces.c (Fcolor_supported_p): Doc fix.
15122
15123 * frame.c (Fselect_frame, Fset_frame_selected_window)
15124 (Fframe_visible_p, Fraise_frame): Doc fixes.
15125
15126 2004-07-24 Richard M. Stallman <rms@gnu.org>
15127
15128 * keyboard.h (not_single_kboard_state): Declare.
15129
15130 * fileio.c (Fwrite_region): Doc fix.
15131
15132 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
15133
15134 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
15135 only when a real abbrev is present.
15136
15137 * xfns.c (x_icon_verify): New function.
15138 (Fx_create_frame): Use it.
15139
15140 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
15141
15142 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
15143
15144 2004-07-21 Kim F. Storm <storm@cua.dk>
15145
15146 * window.h (struct glyph_matrix): New members nrows_scale_factor
15147 and ncols_scale_factor.
15148
15149 * window.c (make_window): Initialize nrows_scale_factor and
15150 ncols_scale_factor members.
15151
15152 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
15153 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
15154 (required_matrix_height): Apply nrows_scale_factor.
15155 (required_matrix_width): Apply ncols_scale_factor.
15156
15157 * xdisp.c (display_line): Increment nrows_scale_factor and set
15158 fonts_changed_p if past last allocated row.
15159 (append_glyph, append_composite_glyph, produce_image_glyph)
15160 (append_stretch_glyph): Increment ncols_scale_factor and set
15161 fonts_changed_p if current area is full.
15162
15163 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15164
15165 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
15166
15167 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
15168
15169 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
15170 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
15171 (Fset_window_start, Fscroll_up, Fscroll_down)
15172 (Fother_window_for_scrolling, Fscroll_other_window)
15173 (Fsave_window_excursion, Fset_window_vscroll)
15174 (syms_of_window) <window-size-fixed>: Doc fixes.
15175
15176 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
15177
15178 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
15179 ENCODE_SYSTEM for filenames.
15180
15181 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15182
15183 * mac.c (sys_select): Block input around call to
15184 ReceiveNextEvent to prevent breakage. Correctly handle
15185 blocking on event queue only by calling ReceiveNextEvent
15186 instead of select (since GUI events aren't on an fd).
15187 (sys_read): Remove function
15188 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON.
15189
15190 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15191
15192 * mac.c (sys_select): Redo sys_select to use alarm-based
15193 polling instead of 1 sec timeouts (like solaris).
15194
15195 * macterm.c (x_make_frame_visible): Comment in polling on
15196 frame creation.
15197
15198 * keyboard.c: Undef SIGIO on Carbon.
15199
15200 * atimer.c (alarm_signal_handler): Call alarm handlers after
15201 scheduling.
15202
15203 * eval.c (Feval): Remove quit_char test.
15204
15205 * process.c (wait_reading_process_input): Remove clearing
15206 stdin for select call on process input.
15207
15208 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15209
15210 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
15211 capitalization error in docstring.
15212
15213 2004-07-17 Juanma Barranquero <lektu@terra.es>
15214
15215 * keyboard.c (not_single_kboard_state): Do nothing unless
15216 MULTI_KBOARD is defined.
15217
15218 2004-07-17 Richard M. Stallman <rms@gnu.org>
15219
15220 * window.c (coordinates_in_window): Inside the window but outside
15221 its box to the L or R, return ON_VERTICAL_BORDER.
15222 (window_list_1): Rotate the list to start with WINDOW.
15223
15224 * print.c (print_preprocess): Test for print_depth at limit
15225 before entering in being_printed.
15226
15227 * keyboard.c (not_single_kboard_state): New function.
15228 (stuff_buffered_input): Now no-op only if no SIGTSTP.
15229
15230 * frame.c (Fdelete_frame): If we're in single_bboard_state on
15231 this kboard, and we delete its last frame, go to any_kboard_state.
15232
15233 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
15234
15235 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
15236
15237 * w32fns.c (Fx_file_dialog): Encode strings in system coding
15238 system before passing them to OS functions for display.
15239
15240 2004-07-15 David Kastrup <dak@gnu.org>
15241
15242 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
15243 Apparently fixes an abort condition.
15244
15245 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15246
15247 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
15248 instead of a cons.
15249
15250 2004-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15251
15252 * keyboard.c (echo_dash): Do nothing if there already is a dash
15253 at the end of the echo string.
15254
15255 2004-07-12 Kim F. Storm <storm@cua.dk>
15256
15257 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
15258 if GC_MARK_STACK.
15259
15260 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15261
15262 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
15263
15264 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
15265 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
15266 (Freplace_buffer_in_windows, Fset_window_buffer)
15267 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
15268 (syms_of_window): Expand docstring of `display-buffer-function'.
15269
15270 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
15271
15272 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
15273 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
15274 that time values of the type (HIGH . LOW) are considered obsolete.
15275
15276 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
15277
15278 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
15279 docstring.
15280
15281 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
15282
15283 2004-07-06 John Paul Wallington <jpw@gnu.org>
15284
15285 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
15286
15287 * fns.c (Fclear_string): Signal an error if STRING is not a string.
15288
15289 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15290
15291 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
15292 instead of CGMainDisplayID (only in OSX 10.2 and later).
15293
15294 2004-07-04 John Paul Wallington <jpw@gnu.org>
15295
15296 * fileio.c (read_file_name_completion_ignore_case): New variable.
15297 (syms_of_fileio): Declare and initialise it.
15298 (Fread_file_name): Bind `completion-ignore-case' to respect it.
15299
15300 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15301
15302 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
15303 for event.x and event.y.
15304
15305 2004-07-01 Kenichi Handa <handa@m17n.org>
15306
15307 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
15308 after getting a new string by pre-write-conversion.
15309
15310 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
15311
15312 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
15313 (x_calc_absolute_position): Remove unused var `child'.
15314
15315 * xfaces.c (x_supports_face_attributes_p)
15316 (Fdisplay_supports_face_attributes_p): YAILOM.
15317 (tty_supports_face_attributes_p): Remove unused var `i'.
15318
15319 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
15320 back_unibyte_ok.
15321
15322 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
15323
15324 * fontset.c (Fset_fontset_font): Remove unused vars `family' and
15325 `registry'.
15326
15327 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
15328
15329 2004-06-30 Andreas Schwab <schwab@suse.de>
15330
15331 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
15332 (Finit_image_library): Pass LIBRARIES through to
15333 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
15334 (lookup_image_type): Pass Qnil as second argument to
15335 Finit_image_library.
15336
15337 * lisp.h (Finit_image_library): Declare.
15338
15339 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15340
15341 * macterm.c (do_window_activate, do_window_deactivate): Remove.
15342 (XTread_socket): Send mouse button events to the toolbox
15343 dispatcher even when the mouse is grabbed. Don't process window
15344 activate events for non-Emacs windows. Replace function calls to
15345 do_window_activate and do_window_deactivate with their contents.
15346 Reset mouse grabbing status when a window is deactivated.
15347
15348 2004-06-29 Steven Tamm <steventamm@mac.com>
15349
15350 * macterm.c (mac_get_emulated_btn)
15351 (mac_event_to_emacs_modifiers): Fix emulated mouse button
15352 support to correctly mask out modifiers.
15353
15354 2004-06-29 David Kastrup <dak@gnu.org>
15355
15356 * search.c (Fset_match_data): Allow buffer before end of list
15357 which can happen if set-match-data is using a pre-consed list.
15358
15359 2004-06-28 Steven Tamm <steventamm@mac.com>
15360
15361 * macterm.c (XTread_socket): Correctly set the frame position
15362 after the window is moved.
15363
15364 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15365
15366 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
15367 gpix and gmask just before return to avoid memory leak.
15368 (xg_get_image_for_pixmap): Add workaround for monochrome displays
15369 so insensitive and activated icons look ok.
15370
15371 2004-06-27 Jason Rumney <jasonr@gnu.org>
15372
15373 * w32fns.c (file_dialog_callback): Disable edit control if set
15374 to directories only on CDN_INITDONE message.
15375 (Fx_file_dialog): Default to directories only when prompt starts
15376 with "Dired".
15377
15378 2004-06-25 Kim F. Storm <storm@cua.dk>
15379
15380 * alloc.c (allocate_misc): Update total_free_markers.
15381 (free_misc): New function.
15382 (safe_alloca_unwind, free_marker): Use it.
15383
15384 * lisp.h (free_misc): Add prototype.
15385
15386 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
15387
15388 2004-06-24 Richard M. Stallman <rms@gnu.org>
15389
15390 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
15391 (syms_of_emacs): Lisp variables deleted.
15392
15393 2004-06-23 David Kastrup <dak@gnu.org>
15394
15395 * search.c (Freplace_match): Adjust the match-data more thoroughly
15396 when replacing strings in the buffer.
15397 (Fmatch_data): When INTEGERS is non-nil and the last match was in
15398 a buffer, add the buffer as last element to the match data.
15399 (Fset_match_data): If an additional element of the match-data is a
15400 buffer, restore it to last_thing_searched.
15401 (save_search_regs): Save last_thing_searched as part of the match data.
15402 (restore_match_data): Restore it again.
15403
15404 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15405
15406 * keymap.c (Ftext_char_description): Doc fix.
15407 * doc.c (Fsnarf_documentation): Doc fix.
15408
15409 2004-06-22 Kim F. Storm <storm@cua.dk>
15410
15411 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
15412
15413 * lisp.h (struct Lisp_Save_Value): New member dogc.
15414 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
15415 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
15416 (SAFE_FREE_LISP): New macro.
15417
15418 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
15419 (make_save_value): Init new dogc member.
15420 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
15421
15422 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
15423 SAFE_FREE_LISP macros.
15424
15425 2004-06-22 Kim F. Storm <storm@cua.dk>
15426
15427 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
15428 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
15429 in that memory area are unknown to GC. Add comments.
15430
15431 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
15432
15433 2004-06-21 Kim F. Storm <storm@cua.dk>
15434
15435 * lisp.h (MAX_ALLOCA): Define here.
15436 (safe_alloca_unwind): Add prototype.
15437 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
15438
15439 * alloc.c (safe_alloca_unwind): New function.
15440
15441 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
15442
15443 * charset.c (Fstring): Use SAFE_ALLOCA.
15444
15445 * coding.c (MAX_ALLOCA): Remove define.
15446
15447 * data.c (MAX_ALLOCA): Remove define.
15448 (Faset): Use SAFE_ALLOCA.
15449
15450 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
15451
15452 * fns.c (string_make_multibyte, string_to_multibyte)
15453 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
15454 (MAX_ALLOCA): Remove define.
15455 (Fbase64_encode_region, Fbase64_encode_string)
15456 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
15457 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
15458 memory leak if encoding fails.
15459
15460 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
15461
15462 2004-06-21 Eli Zaretskii <eliz@gnu.org>
15463
15464 * print.c (Fwith_output_to_temp_buffer): Doc fix.
15465
15466 2004-06-20 Richard M. Stallman <rms@gnu.org>
15467
15468 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
15469
15470 * search.c (match_limit): Cleaner err msg when no match data available.
15471
15472 * window.c (syms_of_window): Doc fix.
15473
15474 * keyboard.c (command_loop_1): Handle values `only' and `identity'
15475 for Vtransient_mark_mode.
15476
15477 * buffer.c (syms_of_buffer): Doc fix.
15478
15479 2004-06-21 David Kastrup <dak@gnu.org>
15480
15481 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
15482 and unbinding of `case-fold-search' according to
15483 `completion-ignore-case' around calls of string-match and
15484 predicates, respectively. Should give satisfactory performance
15485 in all relevant cases.
15486
15487 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15488
15489 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
15490 clip_x/y_origin.
15491
15492 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
15493
15494 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
15495
15496 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
15497 on Mac OSX.
15498
15499 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
15500
15501 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
15502
15503 2004-06-16 Kim F. Storm <storm@cua.dk>
15504
15505 * dispextern.h (Vimage_types): Remove extern.
15506
15507 2004-06-16 Miles Bader <miles@gnu.org>
15508
15509 * image.c (lookup_image_type): Initialize image type if necessary.
15510
15511 2004-06-15 Kim F. Storm <storm@cua.dk>
15512
15513 * xdisp.c (try_cursor_movement): Exclude header line from scroll
15514 margin at top of window.
15515 (try_window_reusing_current_matrix): Calculate proper cursor position
15516 after scrolling up with non-zero scroll margin, as the old cursor
15517 position corresponds to value of PT before executing this command.
15518 (try_window_id): Consider scroll margin at bottom of window too;
15519 otherwise we fail to scroll when hl-line-mode is enabled.
15520
15521 * syntax.c (skip_chars): Only recognize [:class:] when it has the
15522 proper format and class is a lower-case word.
15523
15524 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15525
15526 * gtkutil.c (xg_get_image_for_pixmap): New function.
15527 (xg_get_gdk_pixmap_and_mask): Remove.
15528 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
15529 xg_get_gdk_pixmap_and_mask.
15530
15531 * xterm.h (struct x_display_info): Typo in comment fixed.
15532
15533 2004-06-14 Juanma Barranquero <lektu@terra.es>
15534
15535 * dispextern.h (Vimage_types): Make it conditional on
15536 HAVE_WINDOW_SYSTEM.
15537
15538 * image.c (Vimage_types): Move from xdisp.c.
15539 (Vimage_type_cache): New variable.
15540 (define_image_type): New argument indicating whether an image
15541 library was loaded; cache loaded status and return t on success,
15542 nil otherwise.
15543 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
15544 (w32_delayed_load): New function to load an image library from a
15545 list of possible filenames.
15546 (init_xpm_functions, init_png_functions, init_jpeg_functions)
15547 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
15548 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
15549 (Finit_image_library): New function, extracted from `init_image'.
15550 Try to initialize an image library on demand and cache whether we
15551 were successful or not.
15552 (syms_of_image): Initialize `Vimage_types' and
15553 `Vimage_type_cache'. Add recognized image types to Vimage_types.
15554 Export `init-image-library'.
15555 (init_image): Remove initialization of all image types, except xbm
15556 and pbm.
15557
15558 * xdisp.c (Vimage_types): Delete (moved to image.c).
15559
15560 2004-06-14 Andreas Schwab <schwab@suse.de>
15561
15562 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
15563 Avoid calling specbind when completion-regexp-list is empty.
15564
15565 2004-06-13 Richard M. Stallman <rms@gnu.org>
15566
15567 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
15568 (re_wctype, re_iswctype, re_wctype_to_bit):
15569 Non-function definitions moved here from regex.c.
15570
15571 * regex.c (re_wctype, re_iswctype): Function defs longer static.
15572 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
15573 (re_wctype, re_iswctype, re_wctype_to_bit):
15574 Non-function definitions moved to regex.h.
15575
15576 * window.c (Fselect_window): Doc fix.
15577
15578 * syntax.c: Include regex.h.
15579 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
15580 If requested, make a list of classes, then check the scanned
15581 chars for membership in them.
15582 (in_classes): New function.
15583 Doc fix.
15584
15585 * keyboard.c (cmd_error): Don't call any_kboard_state
15586 if inside a recursive edit level.
15587
15588 2004-06-13 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15589
15590 * keyboard.c (command_loop): Call any_kboard_state before
15591 command_loop_2 when at top level.
15592
15593 2004-06-13 Andreas Schwab <schwab@suse.de>
15594
15595 * print.c (print_object): Always use %ld for printing EMACS_INT.
15596
15597 * keyboard.c (cancel_hourglass_unwind): Return a value.
15598 (modify_event_symbol): Always use %ld for printing EMACS_INT.
15599 (Fexecute_extended_command): Likewise.
15600
15601 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
15602 avoid clashes.
15603 (SYNTAX): Likewise.
15604 (SYNTAX_WITH_FLAGS): Likewise.
15605 (SYNTAX_MATCH): Likewise.
15606
15607 * syntax.c (char_quoted): Avoid warning about undefined operation.
15608 (find_defun_start): Likewise.
15609 (scan_lists): Likewise.
15610 (INC_FROM): Likewise.
15611 (scan_sexps_forward): Likewise.
15612
15613 * image.c: Include <ctype.h>.
15614
15615 * xfaces.c (face_attr_equal_p): Declare parameters.
15616
15617 2004-06-13 Kenichi Handa <handa@m17n.org>
15618
15619 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
15620
15621 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
15622
15623 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
15624
15625 2004-06-12 Kenichi Handa <handa@m17n.org>
15626
15627 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
15628 ccl_prog_stack_struct and update it.
15629 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
15630 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
15631 ccl->eof_ic on EOF.
15632 (ccl_debug_hook): New function.
15633 (struct ccl_prog_stack): New member eof_ic.
15634 (ccl_driver): Handle EOF in subrountine call correctly.
15635
15636 2004-06-11 Kenichi Handa <handa@m17n.org>
15637
15638 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
15639
15640 2004-06-11 Kim F. Storm <storm@cua.dk>
15641
15642 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
15643
15644 2004-06-11 Juanma Barranquero <lektu@terra.es>
15645
15646 * keyboard.c (Fposn_at_point): Doc fix.
15647
15648 2004-06-11 David Kastrup <dak@gnu.org>
15649
15650 * search.c (match_limit): Don't flag an error if match-data
15651 exceeding the allocated search_regs.num_regs gets requested, just
15652 return Qnil.
15653
15654 2004-06-08 Miles Bader <miles@gnu.org>
15655
15656 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
15657
15658 2004-06-07 Juanma Barranquero <lektu@terra.es>
15659
15660 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
15661 (Fcurrent_time_string, Fcurrent_time_zone)
15662 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
15663
15664 2004-06-07 Miles Bader <miles@gnu.org>
15665
15666 * xfaces.c (struct named_merge_point): New type.
15667 (push_named_merge_point): New function.
15668 (merge_named_face): New function.
15669 (merge_face_ref, face_at_buffer_position, face_at_string_position):
15670 Use `merge_named_face'.
15671 (merge_face_inheritance): Function removed.
15672 (merge_face_ref): Rename from `merge_face_vector_with_property'.
15673 Add new `err_msgs' and `named_merge_points' args. Return error
15674 status. Only print error messages if ERR_MSGS is true. Don't try to
15675 do :inherit attribute validation.
15676 (merge_face_heights): Handle `unspecified' in both directions.
15677 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
15678 Call `merge_face_ref' instead of `merge_face_inheritance'.
15679 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
15680 (compute_char_face, face_at_buffer_position)
15681 (face_at_string_position): Call `merge_face_ref' instead of
15682 `merge_face_vector_with_property'.
15683
15684 2004-06-07 Kenichi Handa <handa@m17n.org>
15685
15686 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
15687 the necessary places.
15688
15689 2004-06-07 Kim F. Storm <storm@cua.dk>
15690
15691 * process.c (Fdelete_process): Undo 2004-05-28 change.
15692 Instead, call status_notify also for network process.
15693 (status_message): Use process instead of status as arg.
15694 Give messages "deleted" or "connection broken by remote peer" for
15695 an exited network process.
15696 (status_notify): Change call to status_message.
15697 (read_process_output): Increase readmax to 4096. Do not increase
15698 buffer size for datagram channels (default is now large enough).
15699
15700 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
15701
15702 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
15703 problem due to newly defined variable.
15704
15705 2004-06-06 Miles Bader <miles@gnu.org>
15706
15707 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
15708 immediately if non-interactive or not initialized.
15709
15710 2004-06-05 Richard M. Stallman <rms@gnu.org>
15711
15712 * minibuf.c (Fcompleting_read): Doc fix.
15713
15714 2004-06-05 Andreas Schwab <schwab@suse.de>
15715
15716 * macfns.c (x_create_tip_frame): Fix declaration after statement.
15717
15718 2004-06-05 Juanma Barranquero <lektu@terra.es>
15719
15720 * keymap.c (Fdescribe_vector): Fix docstring.
15721 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
15722
15723 2004-06-05 Miles Bader <miles@gnu.org>
15724
15725 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
15726 attributes have different values than the default face.
15727
15728 2004-06-04 Eli Zaretskii <eliz@gnu.org>
15729
15730 * xfaces.c (x_supports_face_attributes_p): Make this function
15731 conditional on HAVE_WINDOW_SYSTEM.
15732 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
15733 Don't call x_supports_face_attributes_p if it was not compiled in.
15734
15735 2004-06-04 Miles Bader <miles@gnu.org>
15736
15737 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
15738 from Ftty_supports_face_attributes_p.
15739 (x_supports_face_attributes_p): New function.
15740 (Ftty_supports_face_attributes_p): Function deleted.
15741 (Fdisplay_supports_face_attributes_p): New function.
15742 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
15743 (face_attr_equal_p): New function.
15744 (lface_equal_p): Use it.
15745
15746 2004-06-03 Juanma Barranquero <lektu@terra.es>
15747
15748 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
15749 (Vw32_color_map): Fix typo in docstring.
15750 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
15751 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
15752 Make argument names match their use in docstring.
15753
15754 2004-06-02 Juanma Barranquero <lektu@terra.es>
15755
15756 Work around bugs/problems with MinGW builds of graphics libraries
15757 called from MSVC builds of Emacs.
15758
15759 * image.c (lookup_image): Make pointer to img static.
15760 (png_read_from_memory): Disable "global" optimization.
15761
15762 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 * eval.c (Fcondition_case): Fix usage. Simplify.
15765
15766 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
15767
15768 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15769
15770 * macfns.c: Don't include ccl.h.
15771 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
15772 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
15773 TextUtils.h.
15774 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
15775 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
15776 display height/width.
15777 (compute_tip_xy, Vx_max_tooltip_size): Declare.
15778 (unwind_create_tip_frame, compute_tip_xy): New functions.
15779 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
15780 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
15781 and last_show_tip_args.
15782
15783 * macgui.h [!MAC_OSX]: Include Gestalt.h.
15784 (Cursor, No_Cursor): New defines.
15785 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
15786 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
15787
15788 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
15789
15790 * macterm.c: Don't include Gestalt.h.
15791 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
15792 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
15793 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
15794 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
15795 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
15796 (construct_mouse_click, XTmouse_position)
15797 (x_scroll_bar_report_motion, x_calc_absolute_position)
15798 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
15799 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
15800 (note_mouse_movement): Clear the mouse face and reset the pointer
15801 shape when the pointer goes outside the frame without grabbing.
15802 (mac_front_window): New function.
15803 (mac_window_to_frame): New macro.
15804 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
15805 (do_window_activate, do_window_deactivate, do_app_resume)
15806 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
15807 (do_zoom_window, mac_do_receive_drag, XTread_socket)
15808 (mac_check_for_quit_char): Use mac_front_window and/or
15809 mac_window_to_frame.
15810 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
15811 scroll-bar click event.
15812 (mac_define_frame_cursor): Change the pointer shape.
15813 (x_free_frame_resources): Reset tip_window to NULL when it is
15814 disposed of.
15815 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
15816 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
15817 (do_window_update): Don't do anything if the updated window is the
15818 tooltip window.
15819 (do_mouse_moved): Handle mouse movement events here (previously in
15820 XTread_socket). Clear the mouse face if
15821 dpyinfo->mouse_face_hidden is set.
15822 (do_os_event, do_events): Remove (now in XTread_socket).
15823 (XTread_socket): Immediately return if interrupt_input_blocked.
15824 Loop until all the events in the queue are processed.
15825 Rearrange codes for mouse grabbing. Add tooltip support. Include the
15826 contents of do_os_event and do_events. Remove mouse movement
15827 handling (now in do_mouse_moved). Add the case where
15828 Vmouse_highlight has an integer value.
15829 (NewMacWindow): Remove.
15830 (make_mac_frame): Do what NewMacWindow previously did. Don't do
15831 excess initializations.
15832 (make_mac_terminal_frame): Previous initializations in
15833 make_mac_frame are moved here.
15834 (mac_initialize_display_info):
15835 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
15836
15837 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
15838 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
15839
15840 2004-05-29 Richard M. Stallman <rms@gnu.org>
15841
15842 * lisp.h (truncate_undo_list): Update decl.
15843
15844 * alloc.c (undo_outer_limit): New variable.
15845 (syms_of_alloc): Defvar it.
15846 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
15847
15848 * undo.c (truncate_undo_list): New arg LIMITSIZE.
15849
15850 * alloc.c (lisp_align_malloc): Check for base == 0
15851 regardless of HAVE_POSIX_MEMALIGN.
15852 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
15853
15854 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
15857 (marker_blocks_pending_free): Remove.
15858 (Fgarbage_collect): Sweep after cleaning up undo-lists.
15859 Mark the undo lists after claning them up.
15860 Don't free block in marker_blocks_pending_free.
15861 (mark_buffer): Don't mark undo_list.
15862 (gc_sweep): Sweep hash-tables and strings first.
15863 Do free marker blocks that are empty.
15864
15865 2004-05-28 Jim Blandy <jimb@redhat.com>
15866
15867 * regex.c (print_partial_compiled_pattern): Add missing 'break'
15868 after 'case wordend'. For symbeg and symend, print to stderr,
15869 like the other cases.
15870
15871 2004-05-28 Noah Friedman <friedman@splode.com>
15872
15873 * process.c (Fdelete_process): Do not call remove_process.
15874
15875 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * alloc.c (struct backtrace): Remove.
15878 (Fgarbage_collect): Use the new mark_backtrace.
15879
15880 * eval.c (mark_backtrace): New function.
15881
15882 * minibuf.c (run_exit_minibuf_hook): New function.
15883 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
15884 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
15885
15886 2004-05-27 Kim F. Storm <storm@cua.dk>
15887
15888 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
15889 over display properties, e.g. images, that replace buffer text.
15890
15891 2004-05-25 Kim F. Storm <storm@cua.dk>
15892
15893 * alloc.c (marker_blocks_pending_free): New var.
15894 (gc_sweep): Store free marker blocks on that list.
15895 (Fgarbage_collect): Free them after undo-list cleanup.
15896
15897 * process.c (wait_reading_process_input): Check connect_wait_mask
15898 before actually accepting connection in case it has already been
15899 accepted due to recursion.
15900
15901 2004-05-23 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15902
15903 * coding.c (Fset_safe_terminal_coding_system_internal):
15904 Set suppress_error in safe_terminal_coding, not terminal_coding.
15905
15906 2004-05-22 Richard M. Stallman <rms@gnu.org>
15907
15908 * alloc.c (Fmake_string): Doc fix.
15909
15910 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
15911 and the alist pairs too.
15912
15913 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
15914
15915 * emacs.c (main): Update copyright year.
15916
15917 * fileio.c (Fread_file_name): Expand DIR if not absolute.
15918
15919 * insdel.c (del_range_2, replace_range): Don't write an anchor
15920 if the gap is empty.
15921
15922 * xdisp.c (try_scrolling): If scroll-up-aggressively or
15923 scroll-down-aggressively is small but positive, put point
15924 near the screen edge.
15925
15926 2004-05-22 Juanma Barranquero <lektu@terra.es>
15927
15928 * keymap.c (Fdefine_key): Doc fix.
15929
15930 2004-05-22 Kim F. Storm <storm@cua.dk>
15931
15932 * alloc.c (struct backtrace): Add debug_on_exit member.
15933 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
15934 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
15935 the removed cons cells.
15936 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
15937 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
15938 any cons cells pointing to unallocated stings.
15939 Do not lisp_free any marker blocks, as there may still be pointers
15940 to them from buffer undo lists at this stage of GC.
15941
15942 * keyboard.c (struct backtrace): Add debug_on_exit member.
15943 (Fcommand_execute): Clear it.
15944
15945 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15946
15947 * intervals.c (lookup_char_property): Do not prematurely return nil.
15948
15949 2004-05-19 Jim Blandy <jimb@redhat.com>
15950
15951 Add support for new '\_<' and '\_>' regexp operators, matching the
15952 beginning and end of symbols.
15953
15954 * regex.c (enum syntaxcode): Add Ssymbol.
15955 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
15956 (re_opcode_t): New opcodes `symbeg' and `symend'.
15957 (print_partial_compiled_pattern): Print the new opcodes properly.
15958 (regex_compile): Parse the new operators.
15959 (analyse_first): Skip sym(beg|end) (they match only the empty string).
15960 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
15961 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
15962 (re_match_2_internal): Match symbeg and symend.
15963
15964 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
15965
15966 2004-05-19 Kim F. Storm <storm@cua.dk>
15967
15968 * .gdbinit (xsymbol): Fix last change.
15969
15970 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * .gdbinit (xprintstr): New fun.
15973 (xstring, xprintsym): Use it.
15974
15975 * w32proc.c (create_child): Use INTMASK.
15976
15977 * alloc.c (Fgarbage_collect): Do all the marking before flushing
15978 unmarked elements of the undo list.
15979
15980 2004-05-18 David Ponce <david@dponce.com>
15981
15982 * print.c (print): Reset print_depth before to call print_object.
15983
15984 2004-05-18 Jason Rumney <jasonr@gnu.org>
15985
15986 * w32console.c: Prefix RIF functions with w32con_ to avoid
15987 namespace clash with functions in term.c and w32term.c.
15988
15989 * w32menu.c (add_menu_item, w32_menu_display_help)
15990 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
15991
15992 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
15993
15994 2004-05-18 Eli Zaretskii <eliz@gnu.org>
15995
15996 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
15997
15998 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
15999 with make_number.
16000 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
16001 with XINT.
16002
16003 2004-05-18 Kim F. Storm <storm@cua.dk>
16004
16005 * blockinput.h (INPUT_BLOCKED_P): New macros.
16006
16007 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
16008 (Ftop_level): Unblock input if blocked.
16009
16010 * buffer.h (GET_OVERLAYS_AT): New macro.
16011 * msdos.c (IT_note_mouse_highlight): Use it.
16012 * textprop.c (get_char_property_and_overlay): Use it.
16013 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
16014 * xfaces.c (face_at_buffer_position): Use it.
16015
16016 * print.c (print_object): Increase buf size.
16017
16018 2004-05-17 Jason Rumney <jasonr@gnu.org>
16019
16020 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
16021 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
16022 Lisp_Object using i member.
16023 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
16024 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
16025 consistently.
16026
16027 * w32proc.c (create_child): Use make_number instead of masking pid.
16028
16029 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
16030 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
16031 Use EQ to compare Lisp_Objects.
16032 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
16033
16034 * w32term.c (w32_num_mouse_buttons): Rename from
16035 Vw32_num_mouse_buttons and make it an int.
16036
16037 * w32.c (init_environment): Use it.
16038
16039 * w32fns.c (w32_wnd_proc): Likewise.
16040
16041 * w32proc.c (w32_pipe_read_delay): Rename from
16042 Vw32_pipe_read_delay and make it an int.
16043
16044 * w32.c (_sys_read_ahead): Use it.
16045
16046 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
16047
16048 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
16049
16050 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
16051 (key_event): Don't mix Lisp_Object and int.
16052
16053 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
16054
16055 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
16056 modifiers in language change event.
16057
16058 2004-05-17 Kim F. Storm <storm@cua.dk>
16059
16060 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
16061 Such objects may be freed markers which still exist on an undo list.
16062
16063 2004-05-16 Juanma Barranquero <lektu@terra.es>
16064
16065 * data.c (Fset_default): Make argument names match their use in
16066 docstring.
16067
16068 2004-05-15 Andreas Schwab <schwab@suse.de>
16069
16070 * emacs.c (gdb_array_mark_flag): Define.
16071 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
16072
16073 2004-05-15 Eli Zaretskii <eliz@gnu.org>
16074
16075 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
16076 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
16077 defined for the MS-DOS build.
16078
16079 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16080
16081 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
16082
16083 2004-05-14 Kenichi Handa <handa@m17n.org>
16084
16085 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
16086
16087 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16088
16089 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
16090 section to frame.c section.
16091 (Fxw_display_color_p, Fx_file_dialog): Declare if
16092 HAVE_WINDOW_SYSTEM defined.
16093
16094 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
16095
16096 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
16097
16098 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
16099 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
16100 (XTread_socket): Fix int/Lisp_Object mixup.
16101 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
16102
16103 * macterm.h (struct frame, struct face, struct image)
16104 (display_x_get_resource, Fx_display_color_p)
16105 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
16106 Add prototypes.
16107
16108 2004-05-14 Kim F. Storm <storm@cua.dk>
16109
16110 * process.c (wait_reading_process_input): Make reentrant.
16111 Make Available and Connecting non-static. Save and restore value
16112 of waiting_for_user_input_p.
16113
16114 2004-05-13 Kim F. Storm <storm@cua.dk>
16115
16116 * keyboard.c (mark_kboards): Don't mark x and y members
16117 that are overloaded in selection request events.
16118
16119 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16120
16121 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
16122
16123 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16124
16125 * window.c (Fdisplay_buffer, Fsplit_window)
16126 (split-height-threshold): Doc fix.
16127
16128 2004-05-13 Juanma Barranquero <lektu@terra.es>
16129
16130 * xfaces.c (Ftty_supports_face_attributes_p)
16131 (Finternal_copy_lisp_face): Fix typo in docstring.
16132 (Finternal_get_lisp_face_attribute): Fix docstring.
16133
16134 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16135
16136 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
16137
16138 2004-05-11 Steven Tamm <steventamm@mac.com>
16139
16140 * macfns.c (Fx_create_frame): Default to using tool-bar by
16141 setting tool-bar-lines to 1 in default-frame-alist.
16142
16143 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16144
16145 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
16146 (xpm_get_color_table_v, xpm_make_color_table_h)
16147 (xpm_put_color_table_h, xpm_get_color_table_h)
16148 (xpm_str_to_color_key, xpm_load_image, xpm_load)
16149 (syms_of_image): Support XPM on Carbon Emacs. Does not
16150 depend on libXpm, but only supports XPM version 3 without extensions.
16151
16152 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16153
16154 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
16155 instead of FRAME_X_P.
16156
16157 2004-05-11 Kim F. Storm <storm@cua.dk>
16158
16159 * process.c (read_process_output): Grow decoding_buf when needed;
16160 this could cause a crash in allocate_string and compact_small_strings.
16161
16162 2004-04-29 Jim Blandy <jimb@redhat.com>
16163
16164 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
16165 against proper opcode.
16166
16167 2004-05-10 Juanma Barranquero <lektu@terra.es>
16168
16169 * process.c (Fstart_process): Fix docstring.
16170
16171 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
16172 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
16173 (Fsplit_char, Fchar_charset): Make argument names match their use
16174 in docstring.
16175
16176 2004-05-10 Richard M. Stallman <rms@gnu.org>
16177
16178 * print.c (print_preprocess): Use being_printed, loop_count and
16179 halftail to detect overdeep nesting and cyclic cdr chains.
16180
16181 2004-05-10 Andreas Schwab <schwab@suse.de>
16182
16183 * lisp.h (Fmake_symbolic_link): Declare.
16184
16185 * fileio.c (Frename_file): Remove extra argument in call to
16186 Fmake_symbolic_link.
16187
16188 2004-05-10 Kim F. Storm <storm@cua.dk>
16189
16190 * xdisp.c (calc_line_height_property): Use string position when
16191 object is a string.
16192
16193 2004-05-10 Kenichi Handa <handa@m17n.org>
16194
16195 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
16196 inhibit-modification-hooks to t temporarily before calling
16197 Ferase_buffer.
16198
16199 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
16200 inhibit-modification-hooks to t temporarily before calling
16201 Ferase_buffer.
16202
16203 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
16204 inhibit-modification-hooks to t temporarily before calling
16205 Ferase_buffer.
16206
16207 * fns.c (count_combining): Delete it.
16208 (concat): Don't check combining bytes.
16209
16210 2004-05-09 Jason Rumney <jasonr@gnu.org>
16211
16212 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
16213 (globals_of_w32fns): Set it.
16214
16215 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
16216
16217 * data.c (Fquo): Simplify.
16218
16219 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
16220
16221 * data.c (Fquo): If any argument is float, do the computation in
16222 floating point.
16223
16224 2004-05-08 Juanma Barranquero <lektu@terra.es>
16225
16226 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
16227 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
16228 Fix spelling of Emacs on docstring.
16229 (Fset_process_coding_system, Fprocess_coding_system)
16230 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
16231 Make argument names match their use in docstring.
16232 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
16233 Fix docstring.
16234
16235 * editfns.c (Finsert_buffer_substring): Make argument names match their
16236 use in docstring.
16237
16238 * syntax.c (Fmodify_syntax_entry): Fix docstring.
16239
16240 2004-05-07 Steven Tamm <steventamm@mac.com>
16241
16242 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
16243 around call to ReceiveEvent to avoid certain crashes.
16244
16245 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16246
16247 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
16248 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
16249 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
16250 Save/restore the current graphics port and device handle when
16251 drawing into an offscreen graphics world.
16252
16253 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
16254 (gif_load): Likewise.
16255
16256 2004-05-07 Juanma Barranquero <lektu@terra.es>
16257
16258 * window.c (Fset_window_buffer): Fix docstring.
16259
16260 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
16261
16262 * emacs.c (main) [VMS]: Fix var ref.
16263
16264 2004-05-06 Romain Francoise <romain@orebokech.com>
16265
16266 * data.c (Fsetq_default): Fix docstring.
16267
16268 2004-05-06 Jason Rumney <jasonr@gnu.org>
16269
16270 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
16271 to avoid name clash.
16272
16273 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16274
16275 * fileio.c (barf_or_query_if_file_exists): Use lstat.
16276 (Frename_file): Handle renaming of symlinks across file systems.
16277 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
16278
16279 2004-05-04 Kim F. Storm <storm@cua.dk>
16280
16281 * xdisp.c (Qtotal): New var.
16282 (syms_of_xdisp): Intern and staticpro it.
16283 (calc_line_height_property): New arg total. Set it if
16284 line-spacing property has format (total . VALUE).
16285 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
16286 Handle total line-spacing property.
16287
16288 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16289
16290 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
16291 "under" scroll bar when size/position changes.
16292
16293 2004-05-03 Jason Rumney <jasonr@gnu.org>
16294
16295 * makefile.nt: Remove.
16296
16297 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16298
16299 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
16300 Avoid compiler warnings.
16301
16302 * Makefile.in (region-cache.o): Depend on config.h.
16303
16304 2004-05-02 Romain Francoise <romain@orebokech.com>
16305
16306 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
16307 with continuation lines, too.
16308
16309 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16310
16311 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
16312
16313 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16314
16315 * xdisp.c (calc_line_height_property): YAILOM (yet another
16316 int/Lisp_Object mixup).
16317
16318 2004-05-01 Eli Zaretskii <eliz@gnu.org>
16319
16320 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
16321 undo bad effect of pack(4) in some versions of system headers.
16322
16323 2004-05-01 Jason Rumney <jasonr@gnu.org>
16324
16325 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c.
16326
16327 2004-04-30 Kim F. Storm <storm@cua.dk>
16328
16329 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
16330 (syms_of_buffer) <cursor-type>: Doc fix.
16331
16332 * dispextern.h (struct it): Remove member use_default_face.
16333 Add members override_ascent, override_descent, override_boff.
16334
16335 * xdisp.c (init_iterator): Handle line-spacing float value.
16336 Initialize override_ascent member.
16337 (append_space_for_newline): Reset override_ascent.
16338 Remove use_default_face.
16339 (calc_line_height_property): New function to calculate value of
16340 line-height and line-spacing properties. Look at overlays, too.
16341 Set override_ascent, override_descent, override_boff members when
16342 using another face than the current face. Float values are now
16343 relative to the frame default font, by default; accept a cons
16344 of ratio and face name to specify value relative to a specific face.
16345 (x_produce_glyphs): Use calc_line_height_property.
16346 Use override_ascent etc. when set to handle different face heights.
16347 A negative line-spacing property value is interpreted as a total
16348 line height, rather than inter-line spacing.
16349 (note_mouse_highlight): Allocate room for 40 overlays initially.
16350
16351 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16352
16353 * data.c (Fsubr_name): New fun.
16354 (syms_of_data): Defsubr it.
16355
16356 2004-04-29 Kim F. Storm <storm@cua.dk>
16357
16358 * xdisp.c (null_glyph_slice): New var.
16359 (append_glyph, append_composite_glyph, append_stretch_glyph):
16360 Use it to initialize glyph slice.
16361
16362 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16363
16364 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
16365 (on_hot_spot_p): Make sure we always return a value.
16366 (Flookup_image_map): Remove unused var ix and iy.
16367 (note_mode_line_or_margin_highlight): Remove unused var `image'.
16368
16369 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16370
16371 * msdos.c (init_environment): If one of the TMP... environment
16372 variables is set to a drive letter without a trailing slash,
16373 append a slash.
16374
16375 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
16376
16377 * editfns.c (lisp_time_argument): Provide externally.
16378
16379 * fileio.c (Fset_file_times): New function.
16380 (syms_of_fileio): Intern and staticpro it.
16381
16382 2004-04-27 Kim F. Storm <storm@cua.dk>
16383
16384 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
16385 header line strings.
16386
16387 * dispextern.h (struct it): New member use_default_face.
16388
16389 * xdisp.c (Qline_height): New variable.
16390 (syms_of_xdisp): Intern and staticpro it.
16391 (append_space_for_newline): Partially undo 2004-04-25 change;
16392 add default_face_p arg, and restore callers.
16393 Clear it->use_default_face after use.
16394 (x_produce_glyphs): Set default font for ascii char if
16395 it->use_default_font is set. Change line-spacing property to set
16396 just extra line spacing. Handle new line-height property.
16397
16398 2004-04-26 Andreas Schwab <schwab@suse.de>
16399
16400 * print.c (print_object): Print non-ascii characters in bool
16401 vector representation as octal escapes.
16402
16403 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
16404 * print.c (print_object): Use it instead of BITS_PER_CHAR for
16405 bool vectors.
16406 * lread.c (read1): Likewise.
16407 * alloc.c (Fmake_bool_vector): Likewise.
16408 * data.c (Faref, Faset): Likewise.
16409 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
16410 (mapcar1): Likewise.
16411
16412 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
16413
16414 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
16415
16416 2004-04-26 Miles Bader <miles@gnu.org>
16417
16418 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
16419
16420 2004-04-26 Juanma Barranquero <lektu@terra.es>
16421
16422 * buffer.c (Fpop_to_buffer): Fix docstring.
16423
16424 2004-04-26 Steven Tamm <steventamm@mac.com>
16425
16426 * lread.c (init_lread): Don't display missing lisp directory
16427 warnings with Carbon Emacs because self-contained bundled Emacs
16428 may be built without correct installation path.
16429
16430 2004-04-25 Kim F. Storm <storm@cua.dk>
16431
16432 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
16433
16434 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
16435
16436 * xdisp.c (append_space_for_newline): Rename from append_space.
16437 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
16438 (x_produce_glyphs): Handle line-spacing property on newline char.
16439 If value is t, adjust ascent and descent to fit current row height.
16440 If value is an integer or float, set extra_line_spacing to integer
16441 value, or to float value x current line height.
16442
16443 2004-04-23 Kenichi Handa <handa@m17n.org>
16444
16445 * fontset.c (Finternal_char_font): If POSITION is nil, return
16446 font for displaying CH with the default face.
16447
16448 2004-04-23 Juanma Barranquero <lektu@terra.es>
16449
16450 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16451
16452 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16453
16454 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
16455 Don't make assumptions about the relative place of i and val.
16456 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
16457
16458 2004-04-21 Kim F. Storm <storm@cua.dk>
16459
16460 * dispextern.h (struct glyph_slice): New struct.
16461 (struct glyph): New member slice.
16462 (GLYPH_SLICE_EQUAL_P): New macro.
16463 (GLYPH_EQUAL_P): Use it.
16464 (struct glyph_string): New member slice.
16465 (struct it_slice): New struct.
16466 (struct it): New member slice, add member to stack too.
16467 New member constrain_row_ascent_descent_p.
16468 (image_ascent): Add prototype.
16469
16470 * dispnew.c (buffer_posn_from_coords): Return full image width
16471 and height even for image slices (posn is relative to full image).
16472 (marginal_area_string): Adjust x0,y0 for image slice.
16473
16474 * image.c (image_ascent): Add slice arg; calculate ascent for
16475 image slice (or full image).
16476
16477 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
16478 (syms_of_keyboard): Defsubr them.
16479
16480 * lisp.h (pos_visible_p): Fix prototype.
16481
16482 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
16483 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
16484 (x_draw_image_foreground, x_draw_image_relief)
16485 (x_draw_image_foreground_1, x_draw_image_glyph_string):
16486 Draw sliced images.
16487
16488 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
16489 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
16490 (x_draw_image_foreground, x_draw_image_relief)
16491 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
16492 Draw sliced images.
16493
16494 * w32term.h (image_ascent): Remove prototype.
16495
16496 * window.c (Fpos_visible_in_window_p): Return pixel position if
16497 PARTIALLY arg is non-nil. Simplify. Doc fix.
16498 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
16499 to return/set vscroll in pixels.
16500
16501 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
16502
16503 * xdisp.c (Qslice): New variable.
16504 (syms_of_xdisp): Intern and staticpro it.
16505 (pos_visible_p): Return pixel position in new x and y args.
16506 (init_iterator): Reset it->slice info.
16507 (handle_display_prop): Parse (slice ...) property.
16508 (push_it, pop_it): Save/restore slice info.
16509 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
16510 force repositioning of tall row if window is vscrolled, as that
16511 would reset vscroll.
16512 (append_space): Set it->constrain_row_ascent_descent_p to avoid
16513 increasing row height if row is non-empty.
16514 (fill_image_glyph_string): Copy slice info.
16515 (take_vertical_position_into_account): Simplify.
16516 (produce_image_glyph): Handle iterator slice info, setup glyph
16517 slice info. Do not force minimum line height.
16518 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
16519 do not increase height (ascent/descent) of non-empty row when
16520 adding normal character glyph; instead reduce glyph ascent/descent
16521 appropriately; if row is higher than current glyph, adjust glyph
16522 descent/ascent to reposition glyph within the existing row.
16523 Likewise, when char is newline, only set ascent/descent if row is
16524 currently empty.
16525 (note_mouse_highlight): Handle hotspots with sliced image.
16526
16527 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
16528 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
16529 (x_draw_image_foreground, x_draw_image_relief)
16530 (x_draw_image_foreground_1, x_draw_image_glyph_string):
16531 Draw sliced images.
16532
16533 * xterm.h (image_ascent): Remove prototype.
16534
16535 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16536
16537 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
16538
16539 2004-04-20 John Paul Wallington <jpw@gnu.org>
16540
16541 * fns.c (Fassoc, Feql): Fix indentation.
16542
16543 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
16544
16545 2004-04-19 John Paul Wallington <jpw@gnu.org>
16546
16547 * fns.c (Feql): New function.
16548 (syms_of_fns): Defsubr it.
16549
16550 2004-04-18 Jason Rumney <jasonr@gnu.org>
16551
16552 * w32select.c (Fw32_set_clipboard_data): Get sequence number
16553 after closing the clipboard.
16554
16555 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
16556
16557 * buffer.c (Fbuffer_base_buffer): Doc fix.
16558
16559 2004-04-17 Kim F. Storm <storm@cua.dk>
16560
16561 * keymap.c (Fkey_description): Add optional PREFIX arg.
16562 Combine prefix with KEYS to make up the full key sequence to describe.
16563 Correlate meta_prefix_char and following (simple) key to describe
16564 as meta modifier. All callers changed.
16565 (describe_map): Rename arg `keys' to `prefix'. Remove local
16566 `elt_prefix' var. Use Fkey_description with prefix instead of
16567 elt_prefix combined with Fsingle_key_description.
16568 (describe_vector): Declare static. Replace arg `elt_prefix' with
16569 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
16570 if !KEYMAP_P. Use Fkey_description with prefix instead of
16571 Fsingle_key_description.
16572
16573 * keymap.h (Fkey_description): Fix prototype.
16574 (describe_vector): Remove prototype.
16575
16576 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
16577
16578 * image.c (PNG_BG_COLOR_SHIFT): Remove.
16579 (png_load): Fix calculation of transparent background color on X
16580 and W32 platforms.
16581
16582 2004-04-16 Juanma Barranquero <lektu@terra.es>
16583
16584 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
16585 not too large before computing how much to scroll.
16586
16587 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16588
16589 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
16590
16591 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
16592
16593 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
16594 Add hyperlink to Elisp manual to the docstring.
16595
16596 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * callint.c (fix_command): Use XDCR.
16599
16600 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
16601
16602 * window.c (Fget_lru_window): Doc fix.
16603
16604 2004-04-14 Kim F. Storm <storm@cua.dk>
16605
16606 * editfns.c (Fformat): Fix allocation size of precision array.
16607
16608 * dispnew.c (update_window): Only set changed_p if
16609 scrolling_window actually did scroll.
16610 (scrolling_window): Only return 1 if we actually did scroll.
16611
16612 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
16613 height to glyph height when cursor row is not fully visible.
16614 (make_cursor_line_fully_visible): Add FORCE_P arg to return
16615 failure in case row is higher than window. Callers changed.
16616 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
16617 Try to scroll partially visible, higher-than-window cursor row.
16618 (redisplay_window): Always try to scroll partially visible,
16619 higher-than-window cursor row - both initially and again with
16620 centering_position = 0.
16621 Clear desired matrix before retrying with centering_position = 0.
16622
16623 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16624
16625 * syntax.c (scan_lists): Simplify backward string scan.
16626 Fix off-by-one boundary check for string and comment fences.
16627
16628 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
16629
16630 * sheap.c, unexcw.c: New files.
16631
16632 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
16633
16634 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
16635 base buffer has been killed. Correct the error message if the
16636 base buffer does not exist.
16637
16638 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
16639
16640 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
16641 Cygwin itself. Add support for Xaw3d scrollbars.
16642
16643 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
16644
16645 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
16646
16647 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
16648 before Cygwin unexec.
16649
16650 * Makefile.in: Link changes for Cygwin unexec() support.
16651
16652 2004-04-12 Andreas Schwab <schwab@suse.de>
16653
16654 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
16655
16656 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
16657
16658 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
16659 IGNORE argument equals NAME. Doc fix.
16660
16661 2004-04-11 Masatake YAMATO <jet@gyve.org>
16662
16663 * buffer.c (fix_start_end_in_overlays): Make overlays
16664 empty if they are backwards.
16665
16666 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * xfaces.c (face_color_supported_p): Fix compilation without X11.
16669
16670 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16671
16672 * doc.c (Fsnarf_documentation): Ignore new file name entries.
16673
16674 2004-04-06 Kim F. Storm <storm@cua.dk>
16675
16676 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
16677 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
16678
16679 * w32term.c (w32_read_socket): Set mouse_face_hidden after
16680 clearing highlight.
16681
16682 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
16683
16684 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
16685 clearing highlight.
16686
16687 * indent.c (vmotion): Do not reserve one column for continuation
16688 marks on window frames.
16689
16690 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16691
16692 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
16693 from GCC.
16694
16695 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16696
16697 * .gdbinit-union: Remove.
16698
16699 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
16700 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
16701 ($nonvalbits): Remove.
16702 ($valmask): Set it by calling xreload to avoid redundancy.
16703
16704 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
16705 (gdb_emacs_intbits): Remove.
16706
16707 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16708
16709 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
16710
16711 2004-03-30 Kenichi Handa <handa@m17n.org>
16712
16713 * editfns.c (Fformat): Fix initialization of the array info.
16714
16715 2004-03-30 Kim F. Storm <storm@cua.dk>
16716
16717 * xterm.c (x_mouse_click_focus_ignore_position): New var.
16718 (syms_of_xterm): DEFVAR_BOOL it.
16719 (ignore_next_mouse_click_timeout): New var.
16720 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
16721 Use it to filter mouse clicks following focus event.
16722
16723 2004-03-29 David Ponce <david@dponce.com>
16724
16725 * callint.c (Fcall_interactively): Fix last change.
16726
16727 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16728
16729 * eval.c (Fcommandp): Simplify.
16730
16731 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
16732 Extend to handle all kinds of functions.
16733
16734 * lisp.h (Finteractive_form): Declare.
16735
16736 * callint.c (Fcall_interactively): Use it.
16737
16738 2004-03-26 Kim F. Storm <storm@cua.dk>
16739
16740 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
16741 to catch errors in calc_pixel_width_or_height during redisplay.
16742
16743 2004-03-26 Masatake YAMATO <jet@gyve.org>
16744
16745 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
16746
16747 * lisp.h (fix_start_end_in_overlays): Likewise.
16748
16749 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
16750
16751 * editfns.c (Ftranspose_regions): Likewise.
16752
16753 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16754
16755 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
16756
16757 2004-03-19 Richard M. Stallman <rms@gnu.org>
16758
16759 * s/sol2-6.h: Delete previous change.
16760
16761 2004-03-19 Kim F. Storm <storm@cua.dk>
16762
16763 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
16764 to_charpos corresponds to newline in right fringe. Use local
16765 BUFFER_POS_REACHED_P macro.
16766
16767 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16768
16769 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
16770 to compile on non-window system.
16771
16772 2004-03-19 Kim F. Storm <storm@cua.dk>
16773
16774 * dispextern.h (calc_pixel_width_or_height): Add prototype.
16775
16776 * image.c (Qcenter): Move to xdisp.c.
16777
16778 * xdisp.c (Qcenter): Declare here.
16779 (syms_of_xdisp): Intern and staticpro it.
16780 (handle_single_display_prop): Allow space display property on all
16781 platforms.
16782 (display_mode_line): Set mode_line_p before displaying line.
16783 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
16784 handling. Remove complex cases for fringes and scroll-bars.
16785 Add left, right, and center alignment positions. Add text (area)
16786 width/height. Return width or height for image specs.
16787 (produce_stretch_glyph): Improve handling of :align-to. Is now
16788 relative to left of text area by default, but other base offsets
16789 can be specified -- also for text lines.
16790
16791 * term.c (produce_glyphs): Handle IT_STRETCH.
16792 (produce_stretch_glyph): New function to handle space width and
16793 align-to display properties on non-window systems.
16794
16795 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16796
16797 * fileio.c (Fread_file_name): Set completion-ignore-case for
16798 case-insensitive systems.
16799
16800 2004-03-14 Masatake YAMATO <jet@gyve.org>
16801
16802 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
16803 when keymap and cursor are setup.
16804
16805 2004-03-14 Steven Tamm <steventamm@mac.com>
16806
16807 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
16808
16809 2004-03-14 Kim F. Storm <storm@cua.dk>
16810
16811 * dispextern.h (x_find_image_file): Add prototype.
16812
16813 * image.c (x_find_image_file): Make extern.
16814
16815 * xfns.c (x_find_image_file): Remove prototype.
16816
16817 2004-03-13 Eli Zaretskii <eliz@gnu.org>
16818
16819 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
16820
16821 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
16822
16823 2004-03-12 Richard M. Stallman <rms@gnu.org>
16824
16825 * fns.c (internal_equal): New arg PROPS controls comparing
16826 text properties. All callers changed.
16827 (Fequal_including_properties): New function.
16828 (syms_of_fns): defsubr it.
16829
16830 2004-03-12 Kim F. Storm <storm@cua.dk>
16831
16832 Fix image support on MAC. From YAMAMOTO Mitsuharu.
16833
16834 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
16835 (image_background, image_background_transparent): Fix prototypes.
16836
16837 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
16838
16839 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
16840 (x_query_font, x_find_ccl_program, x_set_window_size)
16841 (x_make_frame_visible, mac_initialize, XCreatePixmap)
16842 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
16843 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
16844
16845 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
16846 (x_query_font, x_find_ccl_program, x_set_window_size)
16847 (x_make_frame_visible, mac_initialize, XCreatePixmap)
16848 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
16849 (mac_draw_line_to_pixmap): Add prototypes.
16850
16851 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16852
16853 * macterm.c (XTread_socket): Fix mouse click on tool bar.
16854
16855 2004-03-11 Kim F. Storm <storm@cua.dk>
16856
16857 * dispextern.h: Move image related prototypes from xfns.c section
16858 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
16859 HAVE_X_WINDOWS.
16860
16861 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
16862 Move gtkutil.o to new GTK_OBJ list.
16863 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
16864 (GTK_OBJ) [USE_GTK]: New declaration.
16865 (obj): Add $(GTK_OBJ) to list.
16866
16867 2004-03-11 Steven Tamm <steventamm@mac.com>
16868
16869 * image.c [MAC_OSX]: Include sys/stat.h.
16870
16871 * macfns.c (syms_of_macfns): Remove definitions of things now
16872 defined in image.c.
16873
16874 2004-03-11 Kim F. Storm <storm@cua.dk>
16875
16876 The following changes consolidates the identical/similar image
16877 support code previously found in xfns.c, w32fns.c, and macfns.c
16878 into a new file image.c.
16879
16880 * makefile.w32-in (OBJ1): Add image.o.
16881 ($(BLD)/image.$(O)): Add dependencies.
16882
16883 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
16884 (image.o): Add dependencies.
16885
16886 * image.c: New file with consolidated image support code.
16887 (COLOR_TABLE_SUPPORT): New define to control whether
16888 color table support is available (X only).
16889 (Bitmap_Record): Common name for x_bitmap_record,
16890 w32_bitmap_record, and mac_bitmap_record.
16891 (XImagePtr): Common name for pointer to XImage or equivalent.
16892 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
16893 to XImagePtr on X+MAC, and to HDC on W32.
16894 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
16895 (NO_PIXMAP): Common name for "None" or equivalent.
16896 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
16897 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
16898 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
16899 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
16900 Define with suitable equivalents on W32 and MAC for code sharing.
16901 (XDrawLine): Define on MAC for code sharing.
16902 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
16903 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
16904 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16905 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16906 (x_reference_bitmap, x_create_bitmap_from_data)
16907 (x_create_bitmap_from_file, x_destroy_bitmap)
16908 (x_destroy_all_bitmaps, x_create_bitmap_mask)
16909 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16910 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16911 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16912 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16913 (define_image_type, lookup_image_type, valid_image_p)
16914 (image_error, enum image_value_type, struct image_keyword)
16915 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16916 (make_image, free_image, prepare_image_for_display, image_ascent)
16917 (four_corners_best, image_background, image_background_transparent)
16918 (x_clear_image_1, x_clear_image, x_alloc_image_color)
16919 (make_image_cache, free_image_cache, clear_image_cache)
16920 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16921 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16922 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16923 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
16924 (init_image_func_pointer, image_load_quartz2d)
16925 (struct ct_color, init_color_table, free_color_table)
16926 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16927 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16928 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16929 (x_disable_image, x_build_heuristic_mask)
16930 (XBM support, XPM support, PBM support, PNG support, JPEG support)
16931 (TIFF support, GIF support, Ghostscript support): Consolidate image
16932 code from xfns.c, w32fns.c, and macfns.c.
16933 (syms_of_image): Consolidate image related symbol setup here.
16934 (init_image): Consolidate image related initializations here.
16935
16936 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
16937 and init_image. Remove call to init_xfns.
16938
16939 * macterm.h (struct mac_bitmap_record): Add file member.
16940 Not currently used, but simplifies code sharing.
16941
16942 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16943 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16944 (x_reference_bitmap, x_create_bitmap_from_data)
16945 (x_create_bitmap_from_file, x_destroy_bitmap)
16946 (x_destroy_all_bitmaps, x_create_bitmap_mask)
16947 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16948 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16949 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16950 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16951 (define_image_type, lookup_image_type, valid_image_p)
16952 (image_error, enum image_value_type, struct image_keyword)
16953 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16954 (make_image, free_image, prepare_image_for_display, image_ascent)
16955 (four_corners_best, image_background, image_background_transparent)
16956 (x_clear_image_1, x_clear_image, x_alloc_image_color)
16957 (make_image_cache, free_image_cache, clear_image_cache)
16958 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16959 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16960 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16961 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
16962 (init_image_func_pointer, image_load_quartz2d)
16963 (struct ct_color, init_color_table, free_color_table)
16964 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16965 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16966 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16967 (x_disable_image, x_build_heuristic_mask)
16968 (XBM support, XPM support, PBM support, PNG support, JPEG support)
16969 (TIFF support, GIF support, Ghostscript support): Merge with image
16970 code from xfns.c and macfns.c into image.c.
16971 (syms_of_xfns): Move image related symbols to image.c.
16972 (init_external_image_libraries, init_xfns): Remove; initialization
16973 moved to init_image in image.c.
16974
16975 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16976 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16977 (x_reference_bitmap, x_create_bitmap_from_data)
16978 (x_create_bitmap_from_file, x_destroy_bitmap)
16979 (x_destroy_all_bitmaps, x_create_bitmap_mask)
16980 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16981 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16982 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16983 (define_image_type, lookup_image_type, valid_image_p)
16984 (image_error, enum image_value_type, struct image_keyword)
16985 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16986 (make_image, free_image, prepare_image_for_display, image_ascent)
16987 (four_corners_best, image_background, image_background_transparent)
16988 (x_clear_image_1, x_clear_image, x_alloc_image_color)
16989 (make_image_cache, free_image_cache, clear_image_cache)
16990 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16991 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16992 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16993 (struct ct_color, init_color_table, free_color_table)
16994 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16995 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16996 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16997 (x_disable_image, x_build_heuristic_mask)
16998 (XBM support, XPM support, PBM support, PNG support, JPEG support)
16999 (TIFF support, GIF support, Ghostscript support): Merge with image
17000 code from xfns.c and macfns.c into image.c.
17001 (syms_of_xfns): Move image related symbols to image.c.
17002 (init_external_image_libraries, init_xfns): Remove; initialization
17003 moved to init_image in image.c.
17004
17005 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
17006 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17007 (x_reference_bitmap, x_create_bitmap_from_data)
17008 (x_create_bitmap_from_file, x_destroy_bitmap)
17009 (x_destroy_all_bitmaps, x_create_bitmap_mask)
17010 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
17011 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
17012 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
17013 (define_image_type, lookup_image_type, valid_image_p)
17014 (image_error, enum image_value_type, struct image_keyword)
17015 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
17016 (make_image, free_image, prepare_image_for_display, image_ascent)
17017 (four_corners_best, image_background, image_background_transparent)
17018 (x_clear_image_1, x_clear_image, x_alloc_image_color)
17019 (make_image_cache, free_image_cache, clear_image_cache)
17020 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
17021 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
17022 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
17023 (struct ct_color, init_color_table, free_color_table)
17024 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
17025 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
17026 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
17027 (x_disable_image, x_build_heuristic_mask)
17028 (XBM support, XPM support, PBM support, PNG support, JPEG support)
17029 (TIFF support, GIF support, Ghostscript support): Merge with
17030 w32fns.c and macfns.c image code into image.c.
17031 (syms_of_xfns): Move image related symbols to image.c.
17032 (init_xfns): Remove; initialization moved to init_image in image.c.
17033
17034 * lisp.h (syms_of_image, init_image): Add protoypes.
17035 (init_xfns): Remove prototype.
17036
17037 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17038 (x_reference_bitmap, x_create_bitmap_from_data)
17039 (x_create_bitmap_from_file, x_destroy_bitmap)
17040 (x_create_bitmap_mask): Move prototypes from dispextern.h.
17041 (gamma_correct) [MAC_OS]: Add prototype.
17042
17043 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
17044 (x_reference_bitmap, x_create_bitmap_from_data)
17045 (x_create_bitmap_from_file, x_destroy_bitmap)
17046 (x_create_bitmap_mask): Move prototypes to dispextern.h.
17047
17048 2004-03-09 Kenichi Handa <handa@etlken2>
17049
17050 * coding.c (decode_coding_emacs_mule): Handle insufficent source
17051 correctly.
17052
17053 2004-03-04 Richard M. Stallman <rms@gnu.org>
17054
17055 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
17056
17057 * window.c (Fdisplay_buffer): Doc fix.
17058
17059 * buffer.c (Fpop_to_buffer): Doc fix.
17060
17061 2004-03-03 Kim F. Storm <storm@cua.dk>
17062
17063 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
17064
17065 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17066
17067 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
17068
17069 2004-03-02 Richard M. Stallman <rms@gnu.org>
17070
17071 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
17072
17073 2004-03-02 Kenichi Handa <handa@m17n.org>
17074
17075 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
17076
17077 2004-03-02 Kim F. Storm <storm@cua.dk>
17078
17079 * window.h (struct window): New member overlay_arrow_bitmap.
17080
17081 * window.c (make_window): Initialize overlay_arrow_bitmap.
17082
17083 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
17084 implement and integrate multiple overlay arrows with redisplay.
17085 (syms_of_xdisp): DEFVAR_LISP and initialize it.
17086 (last_arrow_position, last_arrow_string): Replace by properties.
17087 (Qlast_arrow_position, Qlast_arrow_string)
17088 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
17089 (syms_of_xdisp): Intern and staticpro them.
17090 (overlay_arrow_string_or_property, update_overlay_arrows)
17091 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
17092 (overlay_arrow_at_row): New functions for multiple overlay arrows.
17093 (redisplay_internal): Use them instead of directly accessing
17094 Voverlay_arrow_position etc. for multiple overlay arrows.
17095 (mark_window_display_accurate): Use update_overlay_arrows.
17096 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
17097 (try_window_id): Use overlay_arrows_changed_p.
17098 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
17099 (display_line): Use overlay_arrow_at_row to check multiple
17100 overlay arrows, and get relevant overlay-arrow-string and
17101 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
17102 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
17103 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
17104
17105 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
17106 (update_window_fringes): Remove unused code.
17107
17108 2004-03-01 Jason Rumney <jasonr@gnu.org>
17109
17110 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
17111
17112 2004-03-01 Juanma Barranquero <lektu@terra.es>
17113
17114 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
17115
17116 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
17117
17118 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17119
17120 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
17121 how many colors can be displayed.
17122
17123 2004-03-01 Kenichi Handa <handa@m17n.org>
17124
17125 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
17126 correctly.
17127
17128 2004-02-28 Kim F. Storm <storm@cua.dk>
17129
17130 * dispnew.c (update_window): Update header line also if there are
17131 no other changes in window (move code after set_cursor label).
17132
17133 * lisp.h (mark_window_display_accurate): Remove prototype.
17134
17135 * window.c (window_loop, Fforce_window_update): Force mode line
17136 updates by setting prevent_redisplay_optimizations_p and
17137 update_mode_lines.
17138
17139 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17140
17141 * xfns.c (x_window): Fix indentation.
17142
17143 * xterm.c (x_calc_absolute_position): Call x_real_positions
17144 to get WM window sizes and use those to calculate position.
17145 (x_set_offset): Remove code commented out.
17146
17147 2004-02-28 Miles Bader <miles@gnu.org>
17148
17149 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
17150
17151 2004-02-28 Kim F. Storm <storm@cua.dk>
17152
17153 * keyboard.c (kbd_buffer_store_event_hold): New function to store
17154 an event into kbd fifo, but with special handling of quit event;
17155 a quit event is saved for later, and further events are discarded
17156 until the saved quit event has been processed.
17157 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
17158 (gen_help_event): Store help event in kbd fifo.
17159 (NREAD_INPUT_EVENTS): Remove.
17160 (read_avail_input): Adapt to new read_socket_hook interface.
17161 Remove allocation and initialization of local input_event buffer,
17162 as read_socket_hook stores events directly in fifo. Allocate and
17163 initialize local hold_quit event to handle postponed quit event
17164 (and store it if set by kbd_buffer_store_event_hold).
17165
17166 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
17167 (gen_help_event): Fix prototype.
17168
17169 * macterm.c (XTread_socket): Remove bufp_r and
17170 numcharsp args. Add hold_quit arg.
17171 Rework to use just one, local, inev input_event. Store inev
17172 directly in fifo using kbd_buffer_store_event_hold.
17173
17174 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
17175 (read_input_waiting): Adapt to new read_socket_hook interface.
17176 Remove allocation and initialization of local input_event buffer,
17177 as read_socket_hook stores events directly in fifo. Allocate and
17178 initialize local hold_quit event to handle postponed quit event
17179 (and store it if set by kbd_buffer_store_event_hold).
17180
17181 * term.c (read_socket_hook): Fix arg list.
17182
17183 * termhooks.h (read_socket_hook): Fix prototype.
17184
17185 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
17186 numcharsp args. Add hold_quit arg.
17187 Rework to use just one, local, inev input_event. Store inev
17188 directly in fifo using kbd_buffer_store_event_hold.
17189
17190 * w32inevt.h (w32_console_mouse_position): Fix prototype.
17191
17192 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
17193 Add hold_quit arg. Rework to use just one, local, inev
17194 input_event. Store inev directly in fifo using
17195 kbd_buffer_store_event_hold. Update count in one place.
17196 Postpone call to gen_help_event until inev is stored; use new
17197 local do_help for this.
17198 Remove local emacs_event in handing of ButtonPress event; just use
17199 inev instead (so no reason to copy it later).
17200
17201 * xsmfns.c (x_session_check_input): Remove numchars arg.
17202
17203 * xterm.c (x_focus_changed, x_detect_focus_change):
17204 Remove numchars arg. Always store event into bufp arg.
17205 Return nothing. Callers changed accordingly.
17206 (glyph_rect): Simplify.
17207 (STORE_KEYSYM_FOR_DEBUG): New macro.
17208 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
17209 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
17210 (current_hold_quit) [USE_GTK]: Add.
17211 (event_handler_gdk): Adapt to new handle_one_xevent.
17212 (handle_one_xevent): Remove bufp_r and numcharsp args.
17213 Add hold_quit arg. Rework to use just one, local, inev
17214 input_event. Store inev directly in fifo using
17215 kbd_buffer_store_event_hold. Update count in one place.
17216 Postpone call to gen_help_event until inev is stored; use new
17217 local do_help for this.
17218 Simplify handling of keysyms (consolidate common code). Fix bug
17219 where count was updated with nchars instead of nbytes.
17220 Remove local emacs_event in handing of ButtonPress event; just use
17221 inev instead (so no reason to copy it later).
17222 Remove `out' label. Rename label `ret' to `done'; add various
17223 `goto done' to clarify code flow in deeply nested blocks.
17224 (x_dispatch_event): Simplify as handle_one_xevent now calls
17225 kbd_buffer_store_event itself.
17226 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
17227 arg. Call handle_one_xevent with new arglist. Store event from
17228 x_session_check_input in fifo.
17229 [USE_GTK]: Setup current_hold_quit.
17230 Decrement handling_signal before unblocking input.
17231 (x_initialize) [USE_GTK]: Initialize current_count.
17232
17233 * xterm.h (x_session_check_input): Fix prototype.
17234
17235 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17236
17237 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
17238
17239 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
17240 macgui.h).
17241
17242 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
17243
17244 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
17245 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
17246 (init_process) [MAC_OSX]: Avoid conflicts with Carbon/Carbon.h.
17247 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
17248 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
17249 (Bitmap): Remove typedef.
17250 (Pixmap): Change int to GWorldPtr.
17251
17252 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
17253
17254 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
17255 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
17256 New #define to extract 16-bit depth color components from unsigned
17257 long representation.
17258 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
17259 colors used for masks.
17260 (struct mac_display_info): Add color_p. Remove n_cbits.
17261
17262 * macfns.c: Include sys/types.h and sys/stat.h.
17263 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
17264 Include QuickTime/QuickTime.h.
17265 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
17266 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
17267 functions defined in macterm.c.
17268 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
17269 (ZPixmap): New #define for compatibility with xfns.c.
17270 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
17271 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
17272 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
17273 New functions.
17274 (four_corners_best, x_create_x_image_and_pixmap)
17275 (x_destroy_x_image, unwind_create_frame, x_disable_image)
17276 (x_edge_detection, init_color_table, colors_in_color_table)
17277 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
17278 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
17279 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
17280 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
17281 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
17282 long mixup.
17283 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
17284 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
17285 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
17286 (x_set_cursor_type, Fxw_color_values, valid_image_p)
17287 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
17288 (x_alloc_image_color, clear_image_cache, lookup_image)
17289 (x_find_image_file, xbm_read_bitmap_file_data)
17290 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
17291 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
17292 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
17293 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
17294 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
17295 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
17296 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
17297 #if 0.
17298 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
17299 #if 0. Free white_relief.gc and black_relief.gc.
17300 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
17301 New functions (from xfns.c).
17302 (Fx_create_frame): Record unwind_create_frame.
17303 (Fxw_display_color_p): Use dpyinfo->color_p.
17304 (Fx_display_grayscale_p, Fx_display_planes): Don't use
17305 dpyinfo->n_cbits.
17306 (Fx_display_color_cells): Use dpyinfo->n_planes;
17307 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
17308 (Qheuristic, cross_disabled_images, emboss_matrix)
17309 (laplace_matrix): New variables (from xfns.c).
17310 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
17311 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
17312 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
17313 (image_background_transparent): New function (from xfns.c).
17314 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
17315 (image_load_quicktime): Add declaration.
17316 [MAC_OSX] (image_load_quartz2d): Likewise.
17317 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
17318 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
17319 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
17320 (xbm_load_image_from_file, x_laplace_read_row)
17321 (x_laplace_write_row, pbm_read_file): Remove functions.
17322 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
17323 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
17324 (colors_in_color_table): Sync with xfns.c (although not used).
17325 (lookup_rgb_color): Don't lookup color table. Just do gamma
17326 correction.
17327 (COLOR_INTENSITY): New #define (from xfns.c).
17328 (x_disable_image): New function (from xfns.c).
17329 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
17330 (x_build_heuristic_mask): Sync with xfns.c.
17331 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
17332 (HAVE_PBM): Remove #ifdef.
17333 (pbm_load): Sync with xfns.c. Set img->width and img->height
17334 before IMAGE_BACKGROUND.
17335 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
17336 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
17337 Don't enclose with #if HAVE_PNG.
17338 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
17339 symbol _CGImageCreateWithPNGDataProvider is defined.
17340 Otherwise use image_load_quicktime.
17341 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
17342 [HAVE_PNG] (png_load): Sync with xfns.c.
17343 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
17344 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
17345 HAVE_JPEG.
17346 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
17347 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
17348 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
17349 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
17350 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
17351 (tiff_image_p, tiff_load): Don't enclose declarations with #if
17352 HAVE_TIFF.
17353 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
17354 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
17355 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
17356 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
17357 New functions (from xfns.c).
17358 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
17359 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
17360 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
17361 Don't enclose with #if HAVE_GIF.
17362 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
17363 animated gif. Otherwise use image_load_quicktime.
17364 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
17365 gif_DrawText to avoid conflict with QuickdrawText.h.
17366 [HAVE_GIF] (gif_load): Sync with xfns.c.
17367 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
17368 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
17369 Ghostscript is not supported yet).
17370 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
17371 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
17372 cross_disabled_images (from xfns.c). Remove #if 0 for supported
17373 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
17374 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
17375 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
17376 HAVE_PNG. Call EnterMovies to support animated gifs.
17377 Call init_image_func_pointer to bind a symbol
17378 _CGImageCreateWithPNGDataProvider if it is defined.
17379
17380 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
17381 (x_draw_bar_cursor): Sync declaration with xterm.c.
17382 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
17383 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
17384 graphics).
17385 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
17386 (mac_draw_line_to_pixmap, XCreatePixmap)
17387 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
17388 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
17389 New functions.
17390 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
17391 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
17392 Cast bits to char *.
17393 (reflect_byte): New function (from w32fns.c).
17394 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
17395 due to byte alignment.
17396 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
17397 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
17398 (XSetForeground): Remove static (now used in macfns.c).
17399 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
17400 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
17401 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
17402 (x_draw_glyph_string_box, x_draw_image_foreground)
17403 (x_draw_image_foreground_1, x_draw_image_glyph_string)
17404 (x_draw_stretch_glyph_string, x_draw_glyph_string)
17405 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
17406 Sync with xterm.c.
17407 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
17408 than the xterm.c version when a strictly horizontal or vertical
17409 line is drawn.
17410 (XTset_terminal_window): Add static.
17411 (x_make_frame_visible): Add UNBLOCK_INPUT.
17412 (x_free_frame_resources): New funcion (from xterm.c).
17413 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
17414 occurs in tool bar area.
17415 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
17416 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
17417 Initialize image cache.
17418 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
17419 Enclose unused functions with #if 0.
17420 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
17421 (decode_mac_font_name): New function to apply code conversions
17422 from a mac font name to an XLFD font name according to its script code.
17423 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
17424 font name to a mac font name according to REGISTRY and ENCODING fields.
17425 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
17426 whose name starts with `.'.
17427 (init_font_name_table): Use decode_mac_font_name. Add both
17428 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
17429 of a font is smJapanese.
17430 (mac_do_list_fonts): New function to list fonts that match a given
17431 pattern.
17432 (x_list_fonts, XLoadQueryFont): Use it.
17433 (XLoadQueryFont): Set rbearing field for each variable width
17434 character to avoid needless redraw.
17435 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
17436
17437 2004-02-26 Kim F. Storm <storm@cua.dk>
17438
17439 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
17440 as read_socket_hook handler on X aborts if buffer is too small
17441 and W32 handler doesn't always check buffer limit.
17442
17443 * xdisp.c (handle_single_display_prop): Handle left-fringe and
17444 right-fringe similar to a display margin image. Specifically,
17445 the characters having the fringe prop are no longer shown, and
17446 we use IT_IMAGE/next_element_from_image with image_id = -1 to
17447 do this. Set fringe bitmap face_id in it->face_id.
17448 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
17449 still realize it->face (i.e. the fringe bitmap face).
17450
17451 2004-02-25 Miles Bader <miles@gnu.org>
17452
17453 * xdisp.c (check_it): Check string/string_pos consistency.
17454 (init_iterator): Initialize string-related fields properly.
17455
17456 2004-02-11 Miles Bader <miles@gnu.org>
17457
17458 * xdisp.c (produce_image_glyph): Force negative descents to zero.
17459
17460 2004-02-10 Miles Bader <miles@gnu.org>
17461
17462 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
17463 BLOCK_INPUT can be nested, so it doesn't make much sense.
17464
17465 2004-02-24 Michael Mauger <mmaug@yahoo.com>
17466
17467 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
17468 (xbm_read_bitmap_data): Use unsigned char for image data.
17469
17470 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17471
17472 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
17473
17474 2004-02-22 Jason Rumney <jasonr@gnu.org>
17475
17476 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
17477 correctly over other bitmaps.
17478
17479 2004-02-21 Eli Zaretskii <eliz@gnu.org>
17480
17481 * emacs.c (USAGE1): Split into two halves.
17482 (USAGE2): Second half of the old USAGE1.
17483 (USAGE3): Rename from USAGE2.
17484 (USAGE4): Rename from USAGE3.
17485
17486 2004-02-21 Juri Linkov <juri@jurta.org>
17487
17488 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
17489 Fix --multibyte. Move --help, --version to USAGE2. Add alias
17490 --file. Fix -f, -l. Sort options. Untabify.
17491 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
17492
17493 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17494
17495 * category.c (Fdefine_category, Fcategory_docstring)
17496 (Fget_unused_category, Fset_category_table)
17497 (Fcategory_set_mnemonics): Doc fixes.
17498
17499 2004-02-20 Kim F. Storm <storm@cua.dk>
17500
17501 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
17502 The following changes are relative to the 2004-01-21 revision.
17503 (NREAD_INPUT_EVENTS): Define as max number of input events to read
17504 in one call to read_socket_hook. Value is 8.
17505 (read_avail_input): Separate and rework handling of read_socket_hook
17506 and non-read_socket_hook cases. Use smaller input_event buffer
17507 in read_socket_hook case, and repeat if full buffer is read.
17508 Use new local variable 'discard' to skip input after C-g.
17509 In non-read_socket_hook case, just use a single input_event, and
17510 call kbd_buffer_store_event on the fly for each character.
17511
17512 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
17513
17514 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
17515 Remove unused `gu' alternative.
17516
17517 2004-02-19 Andreas Schwab <schwab@suse.de>
17518
17519 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
17520 warning.
17521
17522 2004-02-18 Kim F. Storm <storm@cua.dk>
17523
17524 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
17525 Fix last change.
17526
17527 2004-02-17 Kim F. Storm <storm@cua.dk>
17528
17529 * xdisp.c (fast_find_position): Fix return value of new version;
17530 it was inverted compared to the 21.1 version.
17531 (get_window_cursor_type): Don't look at glyph if NULL.
17532 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
17533
17534 * keyboard.c: Rework previous change; it didn't consider that the
17535 buf array was allocated on the stack.
17536 (prev_read): Remove variable.
17537 (read_avail_input_buf): New static event buffer array.
17538 (in_read_avail_input): New static variable to handle re-entrancy.
17539 (read_avail_input): Change buf to pinter to read_avail_input_buf.
17540 Use in_read_avail_input to handle re-entrance; when re-entered,
17541 fully initialize and use tmp_buf array instead of read_avail_input_buf.
17542 Do not initialize read_avail_input_buf in full here; instead assume it
17543 is always cleared on entry. To ensure that, we clear (just) the
17544 entries that were used before we return.
17545 (init_keyboard): Initialize read_avail_input_buf here.
17546
17547 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17548
17549 * cmds.c (Fend_of_line): Doc fix.
17550
17551 2004-02-16 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
17552
17553 * keyboard.c (prev_read): New static variable.
17554 (read_avail_input): Use it to zero out only those slots in buf[]
17555 that were used last time we were called.
17556
17557 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17558
17559 * Makefile.in (obj): Move fringe.o from here...
17560 (XOBJ, MAC_OBJ): ...to here.
17561
17562 2004-02-16 Stephen Eglen <stephen@gnu.org>
17563
17564 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
17565
17566 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * data.c (Fbyteorder):
17569 * fringe.c (Fdefine_fringe_bitmap):
17570 * xdisp.c (handle_single_display_prop):
17571 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
17572
17573 2004-02-16 Jason Rumney <jasonr@gnu.org>
17574
17575 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
17576
17577 2004-02-15 Steven Tamm <steventamm@mac.com>
17578
17579 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
17580 controlling emulation of a three button mouse with option and
17581 command keys.
17582 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
17583 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
17584
17585 2004-02-15 Kim F. Storm <storm@cua.dk>
17586
17587 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
17588
17589 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
17590 Perform byte-swapping.
17591
17592 2004-02-14 Kim F. Storm <storm@cua.dk>
17593
17594 * dispextern.h (struct draw_fringe_bitmap_params): Change member
17595 bits from char to short to facilitate wider bitmaps.
17596 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
17597 member.
17598
17599 * fringe.c (struct fringe_bitmap): Change member bits from char to
17600 short to facilitate 16 bits wide bitmaps. Modify all standard
17601 bitmaps accordingly.
17602 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
17603 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
17604 (draw_fringe_bitmap): Ditto.
17605 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
17606 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
17607 handle up to 16 bits wide bitmaps.
17608 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
17609 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
17610
17611 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
17612 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
17613 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
17614
17615 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
17616 so it is no longer necessary to expand them here.
17617
17618 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
17619
17620 2004-02-12 Kim F. Storm <storm@cua.dk>
17621
17622 * window.c (Fwindow_fringes): Doc fix.
17623
17624 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17625
17626 * xselect.c (x_get_foreign_selection): Add new optional parameter
17627 time_stamp.
17628 (Fx_get_selection_internal): Ditto, pass time_stamp to
17629 x_get_foreign_selection.
17630
17631 * data.c (Fbyteorder): New function.
17632
17633 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17634
17635 * atimer.c: Move include stdio.h to same place as in other files.
17636
17637 * region-cache.c: Ditto.
17638
17639 * sysdep.c: Ditto.
17640
17641 * xfaces.c: Ditto.
17642
17643 2004-02-09 Sam Steingold <sds@gnu.org>
17644
17645 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
17646
17647 2004-02-09 Kim F. Storm <storm@cua.dk>
17648
17649 * fringe.c: New file. Move original fringe related declarations
17650 and code from dispextern.h and xdisp.c here.
17651 Rework code to support user defined fringe bitmaps, redefining
17652 standard bitmaps, ability to overlay user defined bitmap with
17653 overlay arrow bitmap, and add faces to bitmaps.
17654 (Voverflow_newline_into_fringe): Declare here.
17655 (enum fringe_bitmap_align): New enum.
17656 (..._bits): All bitmaps are now defined without bitswapping; that
17657 is now done in init_fringe_once (if necessary).
17658 (standard_bitmaps): New array with specifications for the
17659 standard fringe bitmaps.
17660 (fringe_faces): New array.
17661 (valid_fringe_bitmap_id_p): New function.
17662 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
17663 (draw_fringe_bitmap): New function which draws fringe bitmap,
17664 possibly overlaying bitmap with cursor in right fringe or the
17665 overlay arrow in the left fringe.
17666 (update_window_fringes): Do not handle overlay arrow here.
17667 Compare and copy fringe bitmap faces.
17668 (init_fringe_bitmap): New function.
17669 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
17670 define and destroy user defined fringe bitmaps.
17671 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
17672 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
17673 (syms_of_fringe): New function. Defsubr new DEFUNs.
17674 DEFVAR_LISP Voverflow_newline_into_fringe.
17675 (init_fringe_once, init_fringe): New functions.
17676 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
17677
17678 * Makefile.in (obj): Add fringe.o.
17679 (fringe.o): New dependencies.
17680
17681 * dispextern.h (FRINGE_ID_BITS): New definition for number of
17682 bits allocated to hold a fringe number. Increase number of bits
17683 from 4 to 8 to allow user defined fringe bitmaps.
17684 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
17685 left_user_fringe_face_id, right_user_fringe_bitmap,
17686 right_user_fringe_face_id.
17687 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
17688 Move to new file fringe.c.
17689 (MAX_FRINGE_BITMAPS): Define here.
17690 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
17691 and overlay_p. Change member which to int.
17692 (struct redisplay_interface): New members define_fringe_bitmap
17693 and destroy_fringe_bitmap.
17694 (valid_fringe_bitmap_id_p): Add prototype.
17695 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
17696
17697 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
17698 arrows.
17699 (update_frame): Do flush_display if force_flush_display_p to
17700 ensure display (specifically fringes) are updated in a timely
17701 manner when resizing the frame by dragging the mouse.
17702 (update_window_line): Update row if overlay arrow changed.
17703 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
17704 or overlay arrow changed.
17705
17706 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
17707 syms_of_fringe, and init_fringe.
17708
17709 * frame.h (struct frame): New member force_flush_display_p.
17710
17711 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
17712 Add prototypes.
17713
17714 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
17715 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
17716 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
17717 Use cursor color for displaying cursor in fringe.
17718 (x_redisplay_interface): Add null handlers for
17719 define_fringe_bitmap and destroy_fringe_bitmap functions.
17720
17721 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
17722 xterm.c to handle overlayed fringe bitmaps and to use cursor color
17723 for displaying cursor in fringe.
17724 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
17725 specific functions to define and destroy fringe bitmaps in fringe_bmp.
17726 (w32_redisplay_interface): Add them to redisplay_interface.
17727 (w32_term_init): Call w32_init_fringe instead of explicitly
17728 defining fringe bitmaps in fringe_bmp array.
17729 (x_delete_display): Call w32_reset_fringes instead of explicitly
17730 destroying fringe bitmaps in fringe_bmp array.
17731
17732 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
17733 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
17734 (continued_bits, continuation_bits, ov_bits, first_line_bits)
17735 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
17736 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
17737 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
17738 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
17739 Move fringe handling vars and code to new file fringe.c.
17740 (handle_display_prop): Handle left-fringe and right-fringe
17741 display properties; store user fringe bitmaps in iterator.
17742 (move_it_in_display_line_to): Handle cursor in fringe at eob.
17743 (clear_garbaged_frames): Set force_flush_display_p if resized.
17744 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
17745 (display_line): Handle cursor in fringe at eob.
17746 (display_line): Set row user fringe bitmaps from iterator.
17747
17748 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
17749 Use cursor color for displaying cursor in fringe.
17750 (x_redisplay_interface): Add null handlers for
17751 define_fringe_bitmap and destroy_fringe_bitmap functions.
17752
17753 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17754
17755 * macfns.c (Fx_change_window_property): Make doc string and
17756 parameters same as for X version.
17757
17758 * w32fns.c (Fx_change_window_property): Ditto.
17759
17760 2004-02-07 Kim F. Storm <storm@cua.dk>
17761
17762 * xdisp.c (hscroll_window_tree): Position cursor near to right
17763 margin in hscrolled window when jumping to end of line (rather
17764 than centering cursor).
17765
17766 * process.c (wait_reading_process_input): Don't do adaptive read
17767 buffering if waiting for a specific process.
17768
17769 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
17770
17771 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
17772 (Fread_minibuffer, Feval_minibuffer)
17773 (Fread_string, Fread_no_blanks_input)
17774 (Fcompleting_read): Doc fixes.
17775 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
17776 completion-regexp-list. Define Qcase_fold_search and staticpro it.
17777 (read_minibuf): Fix initial comment.
17778 (Ftry_completion, Fall_completions, Ftest_completion): Bind
17779 case-fold-search to the value of completion-ignore-case when
17780 checking completion-regexp-list.
17781 (Fdisplay_completion_list): Make it handle arguments that are
17782 symbols. Doc fix.
17783
17784 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17785
17786 * xterm.h: Add declaration of free_frame_menubar.
17787
17788 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
17789 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
17790 (Fx_change_window_property): Add declaration of parameters type and
17791 format. Remove unused variable cons.
17792
17793 * xselect.c: Include stdio.h.
17794
17795 2004-02-05 Kenichi Handa <handa@m17n.org>
17796
17797 * fns.c (Fset_char_table_range): Fix previous change.
17798
17799 * buffer.c (Fset_buffer_multibyte): Fix docstring.
17800
17801 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
17802
17803 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
17804
17805 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17806
17807 * keymap.c (Vmouse_events): Rename from Vmenu_events.
17808 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
17809
17810 2004-02-04 Kenichi Handa <handa@m17n.org>
17811
17812 * fns.c (Fset_char_table_range): Handle charsets ascii,
17813 eight-bit-control, and eight-bit-graphic correctly.
17814
17815 2004-02-03 Jason Rumney <jasonr@gnu.org>
17816
17817 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
17818
17819 * w32fns.c (x_to_w32_font): Likewise.
17820
17821 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17822
17823 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
17824 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
17825
17826 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
17827 ClientMessages.
17828
17829 * xselect.c: Include termhooks.h and X11/Xproto.h.
17830 (x_check_property_data, x_fill_property_data)
17831 (x_property_data_to_lisp, mouse_position_for_drop)
17832 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
17833 (Fx_send_client_event): Move here from xfns.c.
17834 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
17835
17836 * xfns.c (x-send-client-message): Move to xselect.c.
17837 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
17838 OUTER_P.
17839 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
17840 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
17841 if vector_ret_p is true.
17842 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
17843
17844 2004-02-02 Eli Zaretskii <eliz@gnu.org>
17845
17846 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
17847 basename of FILE relative to it, not FILE itself.
17848
17849 2004-02-02 Kenichi Handa <handa@m17n.org>
17850
17851 * coding.c (coding_restore_composition): Check invalid
17852 composition data more rigidly.
17853
17854 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17855
17856 * fileio.c (Fread_file_name_internal): Correctly handle the case
17857 where insert-default-directory is nil.
17858 (Fread_file_name): Always return an empty string if the user exits
17859 with an empty minibuffer. Adapt the docstring accordingly.
17860 (syms_of_fileio): Adapt the docstring of insert-default-directory
17861 to the change in Fread_file_name.
17862
17863 2004-01-29 Eli Zaretskii <eliz@gnu.org>
17864
17865 * alloca.c [!alloca]: Fix the prototype for xfree.
17866
17867 2004-01-29 Kenichi Handa <handa@m17n.org>
17868
17869 * fns.c (string_char_to_byte): Optimize for ASCII only string.
17870 (string_byte_to_char): Likewise.
17871
17872 2004-01-28 Peter Runestig <peter@runestig.com>
17873
17874 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
17875
17876 2004-01-27 Steven Tamm <steventamm@mac.com>
17877
17878 * unexmacosx.c (unexec_copy): Do not copy more than was
17879 requested to prevent overwriting during unexec.
17880
17881 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17882
17883 * process.c (sigchld_handler): Add comment about not calling malloc.
17884
17885 * process.h: Add extern to synch_process_termsig.
17886
17887 2004-01-27 Steven Tamm <steventamm@mac.com>
17888
17889 * macterm.c (make_mac_frame, make_mac_terminal_frame):
17890 Move setting of scroll bars from make_mac_frame to
17891 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
17892
17893 2004-01-26 Richard M. Stallman <rms@gnu.org>
17894
17895 * search.c (Freplace_match): Handle nonexistent
17896 back-references properly.
17897
17898 2004-01-03 Richard M. Stallman <rms@gnu.org>
17899
17900 * window.c (decode_any_window): New function.
17901 (Fwindow_height, Fwindow_width, Fwindow_edges)
17902 (Fwindow_pixel_edges, Fwindow_inside_edges)
17903 (Fwindow_inside_pixel_edges): Use decode_any_window.
17904
17905 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17906
17907 * process.h: synch_process_termsig new variable.
17908
17909 * callproc.c: Define synch_process_termsig.
17910 (Fcall_process): Initiate synch_process_termsig to zero and
17911 check if non-zero and get signal name after subprocess has ended.
17912
17913 * process.c (sigchld_handler): Set synch_process_termsig
17914 if terminated by a signal. synch_process_death setting removed.
17915
17916 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
17917
17918 2004-01-26 Andreas Schwab <schwab@suse.de>
17919
17920 * print.c (print_preprocess): Declare size as EMACS_INT to not
17921 lose bits.
17922 (print_object): Likewise.
17923 * alloc.c (Fpurecopy): Likewise.
17924
17925 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
17926
17927 * window.c (Fwindow_minibuffer_p): Doc fix.
17928
17929 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
17930
17931 * editfns.c (Fformat): Make both passes accept the same set of flags.
17932
17933 2004-01-23 Kenichi Handa <handa@m17n.org>
17934
17935 * fns.c (Fmd5): If OBJECT is a buffer different from the current
17936 one, set buffer to OBJECT temporarily.
17937
17938 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
17939
17940 * keyboard.c (kbd_buffer_gcpro): Remove.
17941 (kbd_buffer_store_event, clear_event, Fdiscard_input)
17942 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
17943 Don't initialize and/or maintain the variable any more. It was made
17944 redundant by my commit of 2003-06-15.
17945
17946 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
17947
17948 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17949
17950 * lisp.h: Add undef DECL_ALIGN.
17951
17952 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
17953
17954 * process.c (wait_reading_process_input) [SYNC_INPUT]:
17955 Check interrupt_input_pending explicitly.
17956
17957 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
17958
17959 * keyboard.c (handle_async_input): New fun,
17960 extracted from input_available_signal.
17961 (input_available_signal, reinvoke_input_signal): Use it.
17962
17963 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17964
17965 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
17966
17967 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
17968 manipulation macros for when tags are in the lower bits.
17969 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
17970 (DECL_ALIGN): New macro.
17971 (DEFUN): Use it.
17972
17973 * lisp.h [ENABLE_CHECKING]: Don't force union type.
17974
17975 * s/darwin.h (__attribute__): Remove outdated workaround.
17976
17977 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
17978
17979 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
17980 Don't check range of malloc address.
17981 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
17982
17983 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
17984
17985 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
17986
17987 2004-01-19 Kenichi Handa <handa@m17n.org>
17988
17989 * fontset.c (fontset_font_pattern): Fix previous change.
17990
17991 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
17992
17993 * xdisp.c (Voverflow_newline_into_fringe)
17994 (move_it_in_display_line_to, redisplay_internal)
17995 (update_window_fringes, redisplay_window, display_line, window):
17996 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
17997 that it compiles without a window-system.
17998 * dispnew.c (direct_output_for_insert, update_window): Likewise.
17999
18000 2004-01-16 Kim F. Storm <storm@cua.dk>
18001
18002 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
18003
18004 * buffer.c (init_buffer_once): Set buffer_defaults and
18005 buffer_local_flags for indicate_buffer_boundaries.
18006 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
18007 default- variable for it.
18008
18009 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
18010 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
18011 New members exact_window_width_line_p and cursor_in_fringe_p for
18012 overflowing newlines into right fringe.
18013 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
18014 and indicate_bottom_line_p for buffer boundaries and scrolling.
18015 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
18016 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
18017 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
18018 and HOLLOW_SQUARE_BITMAP.
18019 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
18020 Add prototypes.
18021
18022 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
18023 instead of related indicator fields.
18024 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
18025 (direct_output_for_insert): Handle exact width lines like
18026 contined lines. Call update_window_fringes.
18027 (update_window): Call update_window_fringes.
18028 (scrolling_window): Don't skip desired rows with changed bitmaps.
18029 Check if fringe bitmaps changes when assigning scrolled rows.
18030
18031 * xdisp.c (Voverflow_newline_into_fringe): New variable.
18032 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
18033 (move_it_in_display_line_to): Overflow newline into fringe for
18034 rows that are exactly as wide as the window.
18035 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
18036 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
18037 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
18038 (fringe_bitmaps): Add new bitmaps.
18039 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
18040 Select proper bitmap for cursor in fringe when appropriate.
18041 Handle alignment of bitmap to top or bottom of row.
18042 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
18043 done by update_window_fringes.
18044 (update_window_fringes, draw_window_fringes): New functions.
18045 (redisplay_internal): Call update_window_fringes in case only
18046 cursor row is updated.
18047 (redisplay_window): Call update_window_fringes.
18048 Explicitly call draw_window_fringes if redisplay was done using
18049 the current matrix or the overlay arrow is in the window.
18050 (try_window_reusing_current_matrix): Mark scrolled rows for
18051 fringe update (to update buffer-boundaries / scrolling icons).
18052 (find_last_unchanged_at_beg_row): Handle exact width lines line
18053 continued lines.
18054 (display_line): Overflow newline into fringe for rows that are
18055 exactly as wide as the window. Don't append space for newline
18056 in this case.
18057 (notice_overwritten_cursor): Explicitly clear cursor bitmap
18058 in fringe as if it had been overwritten.
18059 (erase_phys_cursor): Erase cursor bitmap in fringe.
18060 (syms_of_xdisp): Mark show-trailing-whitespace and
18061 void-text-area-pointer as user options.
18062 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
18063
18064 * xterm.c (x_update_window_end): Call draw_window_fringes.
18065 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
18066 in row instead of actually drawing fringe bitmaps.
18067 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
18068 (x_draw_window_cursor): Draw cursor in fringe.
18069
18070 * w32term.c (x_update_window_end): Call draw_window_fringes.
18071 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
18072 in row instead of actually drawing fringe bitmaps.
18073 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
18074 (w32_draw_window_cursor): Draw cursor in fringe.
18075
18076 * macterm.c (x_update_window_end): Call draw_window_fringes.
18077 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
18078 in row instead of actually drawing fringe bitmaps.
18079 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
18080 (mac_draw_window_cursor): Draw cursor in fringe.
18081
18082 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18083
18084 * xterm.c (handle_one_xevent): Don't handle characters that are part
18085 of an old style (XLookupString) compose sequence.
18086
18087 2004-01-15 Kenichi Handa <handa@m17n.org>
18088
18089 * search.c (Freplace_match): Use make_multibyte_string or
18090 make_unibyte_string according to the buffer multibyteness.
18091
18092 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18093
18094 * alloc.c (struct interval_block, struct string_block)
18095 (struct symbol_block, struct marker_block, live_string_p)
18096 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
18097 Better preserve alignment for objects in blocks.
18098 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
18099
18100 * lread.c (defvar_per_buffer): Remove dead declaration.
18101
18102 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
18103 space size.
18104
18105 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18106
18107 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
18108 if a key press should pop down. Only pop down if a key is pressed
18109 outside the menu/dialog.
18110 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
18111 popup_get_selection.
18112 (create_and_show_dialog): Pass 1 for down_on_keypress to
18113 popup_get_selection.
18114
18115 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18116
18117 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
18118 BLOCK/UNBLOCK_INPUT.
18119
18120 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18121
18122 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
18123 specified.
18124
18125 2004-01-08 Kenichi Handa <handa@m17n.org>
18126
18127 * editfns.c (Fformat): Fix '&' to '&&'.
18128
18129 2004-01-08 Andreas Schwab <schwab@suse.de>
18130
18131 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
18132 size if PSEUDOVECTOR_FLAG is set.
18133
18134 2004-01-07 Kenichi Handa <handa@m17n.org>
18135
18136 * charset.c (Fdeclare_equiv_charset): Fix docstring.
18137
18138 * fontset.c (fontset_ref_via_base): Fix previous change.
18139
18140 2004-01-07 Kim F. Storm <storm@cua.dk>
18141
18142 * process.c (read_process_output): Only activate adaptive
18143 buffering if we read less than 256 bytes at a time.
18144
18145 2004-01-06 Kim F. Storm <storm@cua.dk>
18146
18147 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
18148 object and image object. Return glyph width and height.
18149 (mode_line_string, marginal_area_string): Ditto.
18150
18151 * dispextern.h (buffer_posn_from_coords, mode_line_string)
18152 (marginal_area_string): Fix prototypes.
18153
18154 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
18155 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
18156 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
18157
18158 * keyboard.c (make_lispy_position): Use modified mode_line_string,
18159 buffer_posn_from_coords, and marginal_area_string functions to
18160 include both string object and image object in the lispy position.
18161 Also add actual glyph width and height to position.
18162 (read_key_sequence): Use real buffer position from mouse
18163 event to find keymap property even when click is in marginal area.
18164
18165 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
18166 mode_line_string and marginal_area_string functions to handle
18167 both string object and image object properties.
18168
18169 2004-01-06 Andreas Schwab <schwab@suse.de>
18170
18171 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
18172 character.
18173
18174 2004-01-02 Andreas Schwab <schwab@suse.de>
18175
18176 * macterm.c (emacs_options, x_initialized, same_x_server):
18177 Remove unused (and duplicated) definitions.
18178
18179 2004-01-02 Kim F. Storm <storm@cua.dk>
18180
18181 * process.h (struct Lisp_Process): New members for adaptive read
18182 buffering: adaptive_read_buffering, read_output_delay, and
18183 read_output_skip.
18184
18185 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
18186 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
18187 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
18188 (process_output_delay_count, process_output_skip): New vars.
18189 (Vprocess_adaptive_read_buffering): New variable.
18190 (make_process): Initialize adaptive read buffering members.
18191 (Fstart_process): Set adaptive_read_buffering member.
18192 (deactivate_process): Cleanup adaptive read buffering.
18193 (wait_reading_process_input): Temporarily omit delayed
18194 subprocesses from the set of file descriptors to read from;
18195 adjust the select timeout if we skipped any subprocesses.
18196 (read_process_output): Increase adaptive read buffering delay if
18197 we read less than a full buffer; reduce delay when we read a
18198 full buffer.
18199 (send_process): Simplify using local Lisp_Process var.
18200 Reset adaptive read buffering delay after write.
18201 (init_process): Initialize process_output_delay_count and
18202 process_output_skip.
18203 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
18204
18205 2004-01-01 Jason Rumney <jasonr@gnu.org>
18206
18207 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
18208
18209 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18210
18211 * print.c (Ferror_message_string): Add hyperlink in the docstring
18212 to the definition of `signal' in the Elisp manual.
18213 * eval.c (Fsignal): Ditto.
18214
18215 2003-12-29 James Clark <jjc@jclark.com>
18216
18217 * fns.c (internal_equal): Return t for two NaN arguments.
18218
18219 2003-12-29 Richard M. Stallman <rms@gnu.org>
18220
18221 * data.c (store_symval_forwarding): Handle setting
18222 default-fill-column, etc., by changing the value in
18223 buffers that use the default.
18224
18225 * minibuf.c (Fset_minibuffer_window): Doc fix.
18226
18227 * fileio.c (choose_write_coding_system): Ignore auto_saving
18228 if using the visited file for auto saves.
18229 (Fwrite_region): Don't update SAVE_MODIFF
18230 if auto-saving in visited file.
18231
18232 2003-12-29 Kenichi Handa <handa@m17n.org>
18233
18234 * dispextern.h (face_font_available_p): Extern it.
18235
18236 * fontset.c (Voverriding_fontspec_alist): New variable.
18237 (lookup_overriding_fontspec): New function.
18238 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
18239 (fontset_font_pattern): Likewise.
18240 (regulalize_fontname): New function.
18241 (Fset_fontset_font): Call regulalize_fontname.
18242 (Fset_overriding_fontspec_internal): New function.
18243 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
18244 Defsubr Sset_overriding_fontspec_internal.
18245
18246 * xfaces.c (face_font_available_p): New function.
18247
18248 2003-12-28 Richard M. Stallman <rms@gnu.org>
18249
18250 * buffer.c (Fother_buffer): Don't crash if BUF is nil
18251 or if its name is nil.
18252
18253 * buffer.c (Fkill_buffer): Don't delete auto-save file
18254 if it's the same as the visited file.
18255
18256 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
18257
18258 * coding.c (Fcheck_coding_system): Doc fix.
18259
18260 2003-12-28 Kim F. Storm <storm@cua.dk>
18261
18262 * Makefile.in (eval.o): Depend on dispextern.h.
18263
18264 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
18265 image glyph using image's ascent.
18266 (mode_line_string): Return image glyph as object clicked on.
18267 Adjust y0 for image glyph using image's ascent.
18268
18269 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
18270 (struct glyph): New members, ascent and descent. Used to save
18271 this glyph's ascent and descent, instead of having.
18272 (struct glyph): Declare member face_id using FACE_ID_BITS.
18273 (find_hot_spot): Add prototype.
18274
18275 * keyboard.c (Qimage): Remove extern (now in lisp.h).
18276 (QCmap): Declare extern.
18277 (make_lispy_position): When position is inside image hot-spot,
18278 use hot-spot element's id as posn element.
18279
18280 * lisp.h (IMAGEP): New macro to test for image object type.
18281 (Qimage): Declare extern.
18282
18283 * macfns.c (Qimage): Remove extern (now in lisp.h).
18284 (valid_image_p, parse_image_spec): Use IMAGEP macro.
18285
18286 * macterm.c (Qface, Qmouse_face): Remove unused externs.
18287
18288 * w32fns.c (Qimage): Remove extern (now in lisp.h).
18289 (valid_image_p, parse_image_spec): Use IMAGEP macro.
18290
18291 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
18292
18293 * w32term.c (Qface, Qmouse_face): Remove unused externs.
18294
18295 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
18296 pointer types.
18297 (Qrelative_width, Qalign_to): Remove unused variables.
18298 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
18299 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
18300 maps.
18301 (x_y_to_hpos_vpos): Return glyph relative coordinates through new
18302 dx and dy args. Remove buffer_only_p arg (always 0). Simplify
18303 code accordingly.
18304 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
18305 than row's ascent and height, to get sensible height on tall rows.
18306 (build_desired_tool_bar_string): Remove Qimage extern.
18307 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
18308 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
18309 image glyph is alone on the last line.
18310 (append_glyph, append_composite_glyph, produce_image_glyph)
18311 (append_stretch_glyph): Set glyph's ascent and descent.
18312 (on_hot_spot_p): New function to check if position is inside an
18313 rectangular, circular, or polygon-shaped image hot-spot,
18314 (find_hot_spot): New function to search for image hot-spot.
18315 (Flookup_image_map): New defun to search for image hot-spot.
18316 (define_frame_cursor1): New aux function to determine frame
18317 pointer.
18318 (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
18319 `pointer' text property and :pointer image property to control
18320 frame pointer shape. Detect image hot-spots for pointer and
18321 help_echo properties. Use define_frame_cursor1.
18322 (note_mouse_highlight): Use Vvoid_text_area_pointer.
18323 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new
18324 variables. DEFVAR_LISP Vvoid_text_area_pointer instead of
18325 Vshow_text_cursor_in_void.
18326
18327 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
18328
18329 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
18330 (Qimage): Remove extern (now in lisp.h).
18331 (valid_image_p, parse_image_spec): Use IMAGEP macro.
18332
18333 * xmenu.c (show_help_event): Remove unused code.
18334
18335 * xterm.c (Qface, Qmouse_face): Remove unused externs.
18336 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
18337 row's ascent and descent, to get a sensible height on tall rows.
18338
18339 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18340
18341 * minibuf.c (Fcompleting_read): Undo previous change.
18342
18343 2003-12-25 Lars Hansen <larsh@math.ku.dk>
18344
18345 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
18346 Arguments GCPRO'ed in call to file name handler.
18347
18348 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
18349
18350 * termcap.c (tgetst1): Scan for "%pN"; if all
18351 N are continuous in [1,9], remove all "%pN".
18352
18353 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18354
18355 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
18356
18357 * xfaces.c (lface_fully_specified_p): Take into account that
18358 MAC OS always have unspecified stipple.
18359
18360 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
18361
18362 * tparam.c (tparam1): Add handling for `%pN', which
18363 means use param N for the next substitution.
18364
18365 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
18366
18367 * xfaces.c (Fcolor_gray_p): Fix omission bug:
18368 In case `frame' is nil, consult the selected frame.
18369 (Fcolor_supported_p): Likewise.
18370
18371 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18372
18373 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
18374 Doc fixes.
18375
18376 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
18377 and an integer. Adapt the introductory comment accordingly.
18378 (Fread_from_minibuffer): Delete code moved into read_minibuf.
18379 Doc fix.
18380 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
18381 read_minibuf.
18382 (Fcompleting_read): Delete code moved into read_minibuf.
18383 (Ftest_completion): Make it handle obarrays and hash tables correctly.
18384
18385 2003-12-03 Kenichi Handa <handa@m17n.org>
18386
18387 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
18388 encoding sequence.
18389
18390 2003-12-01 Kenichi Handa <handa@m17n.org>
18391
18392 * composite.c (syms_of_composite): Don't make the compostion hash
18393 table week.
18394
18395 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18396
18397 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
18398 * textprop.c (Fget_char_property_and_overlay): New function.
18399 (syms_of_textprop): Defsubr it.
18400
18401 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18402
18403 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
18404 to compile on terminal configuration.
18405
18406 * fileio.c (Fread_file_name): Check use_file_dialog also before
18407 calling Fx_file_dialog.
18408
18409 * fns.c (use_file_dialog): New variable.
18410 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
18411
18412 2003-11-29 Kim F. Storm <storm@cua.dk>
18413
18414 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
18415 (syms_of_msdos): Don't intern and staticpro them.
18416
18417 2003-11-27 Kim F. Storm <storm@cua.dk>
18418
18419 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
18420 coordinates relative to glyph at posn. If glyph is an image,
18421 return that as object at posn. Callers changed.
18422 (mode_line_string, marginal_area_string): Calculate and return
18423 pixel coordinates relative to glyph. Callers changed.
18424
18425 * dispextern.h (buffer_posn_from_coords, mode_line_string)
18426 (marginal_area_string): Fix prototypes.
18427 (window_box_left_offset, window_box_right_offset): Add prototypes.
18428
18429 * frame.h (get_specified_cursor_type, get_window_cursor_type):
18430 Remove prototypes.
18431
18432 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
18433
18434 * keyboard.c (make_lispy_position): Add x and y coordinates
18435 relative to the current glyph as 7th element of position.
18436 If glyph is an image, return it in the object element.
18437 (read_key_sequence): Skip checks for keymap property in cases
18438 where POSN_STRING is not a string (e.g. an image).
18439
18440 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
18441 (Vshow_text_cursor_in_void): New variable.
18442 (glyph_to_pixel_coords): Don't use negative hpos.
18443 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
18444 (append_stretch_glyph): Change ascent arg to be actual value
18445 in pixels rather than ratio to height. Callers changed.
18446 (calc_pixel_width_or_height): New aux function, implementing
18447 pixel based artihmetic for glyph widths and heights.
18448 (produce_stretch_glyph): Use calc_pixel_width_or_height for
18449 :width, :height, :align-to, and :ascent, thus allowing these to
18450 be specified in pixels as well as multiples of characters.
18451 Don't produce stretch glyphs with zero width or height.
18452 (get_specified_cursor_type): Declare static.
18453 (get_window_cursor_type): Declare static. Add glyph arg to be
18454 able to know when cursor is on an image; always substitute
18455 hollow-box cursor for filled-box cursor on images, to avoid
18456 negative images and flicker when blinking the cursor.
18457 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
18458 (note_mode_line_or_margin_highlight): Use non-text cursor rather
18459 than vertical scroll-bar cursor in display margins.
18460 (note_mouse_highlight): Use non-text cursor rather than text
18461 cursor in fringes and over images in the text area.
18462 Use non-text cursor when mouse pointer is outside editable text,
18463 i.e. in the void after end-of-line or end-of-buffer; this was
18464 already done for W32, but is now standard for all systems --
18465 user can toggle show-text-cursor-in-void to get old behaviour.
18466 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
18467 Vdisplay_pixels_per_inch.
18468
18469 2003-11-25 Andreas Schwab <schwab@suse.de>
18470
18471 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
18472 EMACS_INT to not lose bits.
18473 (Ffillarray): Don't set bits beyond the size of a bool vector.
18474
18475 2003-11-25 Kim F. Storm <storm@cua.dk>
18476
18477 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
18478 define this defun on systems that cannot use stderr as lvalue.
18479
18480 2003-11-24 Gerd Moellmann <gerd@gnu.org>
18481
18482 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
18483 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
18484 ld's default is incompatible with unexec.
18485
18486 2003-11-23 Kim F. Storm <storm@cua.dk>
18487
18488 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
18489 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
18490 (Fforce_window_update): New defun.
18491 (syms_of_window): Defsubr it.
18492 (Fset_window_margins, Fset_window_fringes): Doc fix.
18493
18494 * print.c (Fredirect_debugging_output): New defun.
18495 (syms_of_print): Defsubr it.
18496
18497 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
18498
18499 * fns.c (Fset_char_table_parent): Doc fix.
18500
18501 2003-11-22 Kim F. Storm <storm@cua.dk>
18502
18503 * dispnew.c (buffer_posn_from_coords): Return actual row/column
18504 for glyph clicked on, rather than (unused) pixel positions.
18505 (mode_line_string, marginal_area_string): Change X and Y args to
18506 pointers for returning actual row/column for glyph clicked on.
18507 Simplify and optimize loops.
18508
18509 * dispextern.h (mode_line_string, marginal_area_string):
18510 Update prototypes.
18511
18512 * keyboard.c (make_lispy_position): New function for generating
18513 mouse click positions from frame and pixel coordinates.
18514 Enhanced to return buffer position and actual row/column for
18515 events outside the text area using updated mode_line_string and
18516 marginal_area_string functions.
18517 Return left-fringe and right-fringe clicks as such, rather than
18518 clicks in text area.
18519 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
18520 pixel_to_glyph_coords, as we never use the results.
18521 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
18522 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
18523 Eliminate unused code in WHEEL_EVENT handling.
18524 (make_lispy_movement): Use make_lispy_position.
18525
18526 * window.c (coordinates_in_window): Remove redundant tests.
18527 Fix returned X pixel value for left-margin.
18528
18529 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
18530 mode_line_string and marginal_area_string parameters.
18531
18532 2003-11-22 Lars Hansen <larsh@math.ku.dk>
18533
18534 * w32.c (struct the_group, getgrgid): Add.
18535 * mac.c (struct my_group, getgrgid): Add.
18536
18537 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
18538
18539 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
18540
18541 2003-11-21 Lars Hansen <larsh@math.ku.dk>
18542
18543 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
18544 include in call to file name handler. Optionally translate numeric
18545 UID and GID to strings. Update docstring.
18546 (directory_files_internal): Add parameter ID-FORMAT.
18547 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
18548 include in call to file name handler and call to
18549 directory_files_internal. Update Docstring.
18550 (Fdirectory_files): Add dummy parameter in call to
18551 directory_files_internal.
18552 * lisp.h (Qinteger): Add.
18553 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
18554 (Ffile_attributes): Add parameter.
18555 * data.c (Qinteger): Export.
18556
18557 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
18558
18559 * fns.c (Freverse, Fnreverse): Doc fixes.
18560
18561 2003-11-19 Kim F. Storm <storm@cua.dk>
18562
18563 * xdisp.c (init_iterator): Initialize it->start to position
18564 before reseating (in case start position is invisible).
18565 (init_to_row_start): Set it->start to row-start.
18566 (redisplay_window): Accept optional_new_start if start position
18567 is invisible (in which case IT_CHARPOS overshoots PT).
18568 (display_line): Setup row->start from it->start (rather than
18569 it->current which is wrong if first char on line is invisible).
18570 When done, reseat it->start to it->current (= start of next row).
18571 (expose_area): Fix exposure of text area when first char (e.g. TAB)
18572 is only partially visible.
18573
18574 * dispextern.h (struct it): New member start.
18575
18576 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18577
18578 * alloc.c (make_float, Fcons): Clear the markbit at init time.
18579 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
18580 of block_index outside of the macro call.
18581 (Fgarbage_collect): Remove null code.
18582
18583 * m/amdx86-64.h: Don't redefine XPNTR.
18584
18585 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
18586 of VALMASK.
18587
18588 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
18589 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
18590 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
18591
18592 * lisp.h (VALMASK): Only define for non-union type.
18593 (MARKBIT): Remove.
18594 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
18595 (XTYPE): Define unconditionally.
18596 (XSETTYPE): Remove one more remnant.
18597 (EQ): Define differently for the union and non-union cases.
18598 (INTMASK): New bit mask.
18599 (struct Lisp_Marker): Move down to prepare for upcoming patch.
18600 (GC_EQ): Delegate to EQ.
18601
18602 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
18603
18604 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18605
18606 * xterm.c (x_window_to_scroll_bar): Move check of display to
18607 where window_id is compared.
18608
18609 2003-11-17 Kim F. Storm <storm@cua.dk>
18610
18611 * dispextern.h (struct it): New member first_vpos.
18612
18613 * xdisp.c (start_display): Set it->first_vpos.
18614 (try_window_id): Use first_vpos to start display in first _text_
18615 line if no reusable lines at start of window with header line.
18616
18617 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18618
18619 * w32fns.c (XPutPixel):
18620 * w32bdf.c (w32_init_bdf_font):
18621 * sunfns.c (sel_read):
18622 * process.c (Fmake_network_process):
18623 * frame.c (store_frame_param):
18624 * fontset.c (Fset_fontset_font):
18625 * emacs.c (shut_down_emacs):
18626 * ccl.c (ccl_driver): Remove period at end of error message.
18627
18628 * config.in: Regenerate.
18629
18630 * xfns.c (x_window_to_frame, x_any_window_to_frame)
18631 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
18632 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
18633 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
18634 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
18635
18636 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
18637
18638 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
18639 (XTmouse_position, handle_one_xevent): Pass Display* to
18640 x_window_to_scroll_bar.
18641 (x_window_to_scroll_bar): Take a Display* argument.
18642 Check that display for frame is equal to Display* argument.
18643 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
18644 x_display_info_for_display instead. Use Display in xev instead
18645 of GDK_DISPLAY.
18646 (x_dispatch_event): Call x_display_info_for_display.
18647 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
18648 (x_connection_closed): Call xg_display_close for GTK.
18649 (x_term_init): Call xg_display_open for additional displays.
18650 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
18651 for GTK.
18652
18653 * xmenu.c (single_menu_item, mouse_position_for_popup)
18654 (x_activate_menubar): Formatting adjustments.
18655
18656 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
18657 adjustments.
18658
18659 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
18660 (xg_display_close, xg_create_default_cursor)
18661 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
18662 handling.
18663 (xg_left_ptr_cursor): Remove.
18664 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
18665 cursor here.
18666 (xg_win_to_widget): Take Display* argument, call
18667 gdk_xid_table_lookup_for_display.
18668 (xg_create_frame_widgets, xg_get_file_name, create_menus)
18669 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
18670 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
18671 in FRAME_X_DISPLAY_INFO.
18672 (xg_get_scroll_id_for_window): Take Display* argument.
18673 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
18674 (xg_initialize): Remove xg_left_ptr_cursor.
18675
18676 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
18677 Display* argument.
18678 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
18679
18680 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18681
18682 * xterm.c (x_detect_focus_change): Do not change focus frame for
18683 Enter/LeaveNotify if the current focus frame has explicit focus.
18684
18685 2003-11-14 Kim F. Storm <storm@cua.dk>
18686
18687 * dispnew.c (update_text_area): Fix redisplay error when hscroll
18688 is active and first glyph is only partially visible.
18689
18690 2003-11-13 Kenichi Handa <handa@m17n.org>
18691
18692 * xdisp.c (select_frame_for_redisplay): New function.
18693 (redisplay_internal): Record also selected_frame for
18694 unwind_redisplay. Call select_frame_for_redisplay before
18695 redrawing each frame.
18696 (unwind_redisplay): Argument changed to a cons.
18697
18698 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
18699
18700 * fns.c (Fstring_to_multibyte): Doc fix.
18701
18702 2003-11-11 Kenichi Handa <handa@m17n.org>
18703
18704 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
18705
18706 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18707
18708 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
18709 program specified positions.
18710
18711 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18712
18713 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
18714
18715 2003-11-08 Kenichi Handa <handa@m17n.org>
18716
18717 * Makefile.in (lisp): Add kannada.el.
18718 (shortlisp): Likewise.
18719
18720 2003-11-07 Kenichi Handa <handa@m17n.org>
18721
18722 * coding.c (coding_allocate_composition_data):
18723 Reset coding->composing to COMPOSITION_NO.
18724 (coding_restore_composition): Detect invalid composition data.
18725 Give Fstring and Fvector a Lispy integer, not C int.
18726
18727 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
18728
18729 * floatfns.c (Flogb): Don't use VALMASK.
18730
18731 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
18732 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
18733
18734 * lisp.h (XINT): Move the cast to clarify what is going on.
18735 (GCTYPEMASK, XSETTYPE): Remove.
18736 (XGCTYPE): Make it an alias of XTYPE.
18737
18738 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18739
18740 * xterm.c (x_term_init): Fix formatting.
18741
18742 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18743
18744 * gtkutil.h (xg_have_tear_offs): Declare.
18745 (xg_keep_popup, xg_did_tearoff): Remove.
18746
18747 * gtkutil.c: Remove variable xg_did_tearoff.
18748 (xg_have_tear_offs): New function.
18749 (tearoff_remove): Just decrease xg_detached_menus.
18750 (tearoff_activate): Increase xg_detached_menus and call
18751 tearoff_remove when tearoff is removed.
18752 (xg_keep_popup): Remove function.
18753 (create_menus): Give add_tearoff_p as argument to recursive
18754 call to create_menus.
18755 (xg_create_widget): Use variables instead of multiple
18756 strcmp. Tell create_menus to create tear off only for
18757 menu bar menus.
18758 (xg_update_menubar): Change title for a detached menu also.
18759 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
18760 of deep_p.
18761 (xg_initialize): Initialize xg_detached_menus, remove
18762 initialization of xg_did_tearoff.
18763
18764 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
18765 xg_have_tear_offs returns non-zero.
18766 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
18767 call to xg_keep_popup.
18768
18769 2003-11-01 Andrew Choi <akochoi@shaw.ca>
18770
18771 * macterm.c (XTread_socket): Handle menubar selection and grow
18772 window only for mouseDown events.
18773
18774 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18775
18776 * xterm.c (x_term_init): For GTK part, increase x_initialized
18777 to check for more than one display. Use error instead of return 0.
18778
18779 2003-10-31 Andrew Choi <akochoi@shaw.ca>
18780
18781 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
18782 (copy_dysymtab): Call it.
18783
18784 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
18785
18786 * eval.c (Fdefvaralias): Doc fix.
18787
18788 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
18789
18790 * data.c (Fsetplist): Doc fix.
18791
18792 2003-10-14 Lute Kamstra <lute@gnu.org>
18793
18794 * window.c (Fset_window_fringes): Clarify docstring.
18795
18796 2003-10-14 Kim F. Storm <storm@cua.dk>
18797
18798 * window.c (Fset_window_margins): Simplify arg checking.
18799
18800 2003-10-13 Richard M. Stallman <rms@gnu.org>
18801
18802 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
18803 (print_partial_compiled_pattern): Replace assert with a printout.
18804 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
18805
18806 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
18807
18808 * window.c (Fset_window_margins): Allow only integers as args.
18809 (syms_of_window) <special-display-buffer-names,
18810 special-display-regexps>: Doc fixes.
18811
18812 2003-10-13 Lute Kamstra <lute@gnu.org>
18813
18814 * window.c (Fset_window_fringes): Elaborate docstring.
18815
18816 2003-10-12 Andrew Choi <akochoi@shaw.ca>
18817
18818 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
18819
18820 * s/darwin.h (GC_MARK_STACK): Define.
18821
18822 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18823
18824 * window.c (shrink_windows): New function.
18825 (size_window): Call shrink_windows to calculate window sizes when
18826 shrinking frame with more than one window.
18827
18828 2003-10-12 Kim F. Storm <storm@cua.dk>
18829
18830 * xdisp.c (compute_fringe_widths): Doc fix.
18831
18832 2003-10-08 Kenichi Handa <handa@m17n.org>
18833
18834 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
18835
18836 2003-10-07 Kenichi Handa <handa@m17n.org>
18837
18838 * coding.c (Qcoding_system_define_form): New variable.
18839 (syms_of_coding): Intern and staticpro it.
18840 (Fcheck_coding_system): Try to autoload the definition of
18841 CODING-SYSTEM.
18842
18843 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
18844
18845 * fns.c (Frequire): Doc fix.
18846
18847 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18848
18849 * xfns.c (Fx_send_client_event): New function as a base for
18850 manipulating extended window manager hints.
18851 (Fx_send_client_event): Remove unused variable s.
18852
18853 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
18854 that function is removed.
18855
18856 * xterm.c (x_set_offset): Use move_offset_left/top instead of
18857 x/y_pixels_outer_diff.
18858 (x_check_expected_move): Calculate move_offset_left/top.
18859
18860 * xterm.h (struct x_output): New members: move_offset_top/left.
18861
18862 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
18863 call x_set_offset directly.
18864
18865 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
18866
18867 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
18868
18869 * xterm.c (x_delete_display): Free font names and font_encoder
18870 in dpyinfo->font_table.
18871
18872 * xfns.c (Fx_close_connection): Only call XFreeFont here.
18873 Move xfree of font names to x_delete_display.
18874
18875 * xterm.h (struct x_display_info): New member, wm_type.
18876 (struct x_output): New members, expected_top/left and
18877 check_expected_move.
18878
18879 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
18880 is received.
18881 (handle_one_xevent): Rename x_check_expected_move from
18882 x_check_fullscreen_move.
18883 (x_set_offset): Only add WM decoration sizes to modified_top/left
18884 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
18885 (x_check_expected_move): Rename from x_check_fullscreen_move.
18886 Removed fullscreen specific code. Use check_expected_move,
18887 expected_left/top instead. Also, set wm_type.
18888 (x_term_init): Initialize wm_type to unknown.
18889
18890 * frame.c (x_fullscreen_move): Remove addition of WM decoration
18891 sizes to move_x/y.
18892
18893 2003-10-03 Kenichi Handa <handa@m17n.org>
18894
18895 * macterm.c (x_load_font): Clear all members of FONTP before start
18896 filling them.
18897
18898 2003-10-02 Kenichi Handa <handa@m17n.org>
18899
18900 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
18901 before calling find_ccl_program_func. Call find_ccl_program_func
18902 only when fontp->font_encoder is not NULL.
18903
18904 * xterm.c (x_load_font): Clear all members of FONTP before start
18905 filling them.
18906
18907 2003-10-03 John Paul Wallington <jpw@gnu.org>
18908
18909 * keymap.c (map_keymap): Don't abort when binding is a vector.
18910
18911 2003-10-02 Jason Rumney <jasonr@gnu.org>
18912
18913 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
18914 Sync dependencies with Makefile.in.
18915 (alloca.o): Remove.
18916
18917 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
18918 filling them.
18919
18920 * w32bdf.c (w32_load_bdf_font): Likewise.
18921
18922 2003-09-30 Richard M. Stallman <rms@gnu.org>
18923
18924 * term.c (set_tty_color_mode): Calculate current_mode_spec
18925 regardless of value of VAL.
18926
18927 * intervals.c (graft_intervals_into_buffer):
18928 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
18929 Handle over_used when splitting UNDER.
18930
18931 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18932
18933 * regex.c (regex_compile): Free the stack when returning from function.
18934
18935 2003-09-28 Kenichi Handa <handa@m17n.org>
18936
18937 * fontset.c (Finternal_char_font): Change return value to
18938 cons (FONT-NAME . GLYPH-CODE).
18939
18940 2003-09-28 Eli Zaretskii <eliz@gnu.org>
18941
18942 * term.c (tty_setup_colors): Treat any negative argument as -1.
18943
18944 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
18945
18946 * process.c (send_process): Delete unused temp_buf.
18947
18948 2003-09-26 Dave Love <fx@gnu.org>
18949
18950 * xterm.c (x_bitmap_mask): Declare.
18951
18952 2003-09-25 Dave Love <fx@gnu.org>
18953
18954 * Makefile.in (fns.o): Depend on md5.h.
18955
18956 2003-09-25 Kim F. Storm <storm@cua.dk>
18957
18958 * window.c (set_window_buffer): Fix redisplay problems when
18959 switching between buffers with different display margin widths.
18960
18961 2003-09-23 Kim F. Storm <storm@cua.dk>
18962
18963 * process.c (set_socket_option): Fix :bindtodevice option.
18964 (Fset_network_process_option): Update process contact list when
18965 setting option succeeds.
18966 (Fmake_network_process): Doc fix.
18967
18968 2003-09-23 Dave Love <fx@gnu.org>
18969
18970 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
18971
18972 2003-09-22 Eli Zaretskii <eliz@gnu.org>
18973
18974 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
18975 color mode is an integer number (it could be -1).
18976
18977 2003-09-22 Richard M. Stallman <rms@gnu.org>
18978
18979 * intervals.c (graft_intervals_into_buffer): Correct the main loop
18980 in the case where OVER is longer than UNDER.
18981
18982 2003-09-22 Masatake YAMATO <jet@gyve.org>
18983
18984 * window.c (Fset_window_scroll_bars): Validate the value of
18985 `vertical_type'.
18986
18987 2003-09-21 Kim F. Storm <storm@cua.dk>
18988
18989 * frame.c (Vdefault_frame_scroll_bars): New variable.
18990 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
18991 (syms_of_frame): DEFVAR_LISP it, and initialize according to
18992 window-system default scroll bar position.
18993
18994 * window.c (Fwindow_scroll_bars): Doc fix.
18995
18996 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18997
18998 * xterm.c (x_set_offset): Take window manager decorations into account.
18999
19000 2003-09-19 Richard M. Stallman <rms@gnu.org>
19001
19002 * atimer.h: Don't include lisp.h.
19003 (P_): Define it here (as well as elsewhere).
19004
19005 * print.c (Fprin1_to_string): Move the PRINTPREPARE
19006 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
19007
19008 * data.c (Fvariable_binding_locus): New function.
19009 (syms_of_data): defsubr it.
19010 (Flocal_variable_p): Delete duplicate call to indirect_variable.
19011
19012 2003-09-18 Dave Love <fx@gnu.org>
19013
19014 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
19015
19016 * process.c (Fnetwork_interface_info): Fix type error.
19017 (Fnetwork_interface_list): Doc fix.
19018 (read_process_output, read_process_output): Delete unused var.
19019
19020 2003-09-17 Kim F. Storm <storm@cua.dk>
19021
19022 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
19023 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
19024 (Fnetwork_interface_info): Check that ifreq struct has required
19025 fields before accessing them; this requires that those fields are
19026 defined as macros, which may be too restrictive on some platforms,
19027 but it is better than failing on other platforms.
19028 (syms_of_process): Only defsubr above fns when included.
19029
19030 2003-09-17 Dave Love <fx@gnu.org>
19031
19032 * unexalpha.c: Don't include varargs.h.
19033
19034 2003-09-17 Kim F. Storm <storm@cua.dk>
19035
19036 * process.c (Fset_process_sentinel): Add sentinel to childp plist
19037 for network process.
19038 (socket_options): Add `:' prefix to option names. Add optbit field.
19039 (set_socket_option): Remove no_error arg and special handling of s < 0.
19040 Return 1<<optbit for known option, 0 for unknown.
19041 Do not interpret 0 as false for boolean option (only nil).
19042 Pass failed option and value to report_file_error.
19043 (Fset_network_process_options): Replace by Fset_network_process_option.
19044 (Fset_network_process_option): New function to set just one option.
19045 (Fmake_network_process): Allow :coding arg to be a cons.
19046 Allow :server arg to be an integer specifying backlog size.
19047 Remove :options arg, and allow options to be specified directly
19048 as :KEY, VALUE pairs. Parse these options before binding socket.
19049 As before, :reuseaddr t is default for a server process, but this
19050 can now be disabled by specifying :reuseaddr nil.
19051 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
19052 (init_process): Availability of network options is now checked with
19053 simpler syntax (featurep 'make-network-process :OPTION); use loop to
19054 setup features.
19055 (syms_of_process): Fix defsubr's for the replaced functions.
19056
19057 2003-09-16 Dave Love <fx@gnu.org>
19058
19059 * Makefile.in: Depend on coding.h.
19060
19061 2003-09-14 Kim F. Storm <storm@cua.dk>
19062
19063 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
19064 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
19065 (syms_of_process): Defsubr them.
19066
19067 * config.in: Regenerate.
19068
19069 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19070
19071 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
19072 * m/news-r6.h (XUNMARK): Remove.
19073 * m/mips.h (XUNMARK): Remove.
19074 * m/mips-siemens.h (XUNMARK): Remove.
19075 * m/iris4d.h (XUNMARK): Remove.
19076 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
19077
19078 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19079
19080 * lisp.h (VALBITS): Don't remove 1 for the markbit.
19081 (union Lisp_Object): Use unsigned int for types. Remove markbit.
19082 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
19083 (XTYPE): Use unsigned right-shift.
19084 (XMARKBIT, XMARK, XUNMARK): Remove.
19085
19086 * alloc.c (init_intervals, init_symbol, init_marker):
19087 Don't preallocate anything.
19088 (Fgarbage_collect, mark_object): Ignore the markbit.
19089
19090 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
19091
19092 2003-09-08 Lute Kamstra <lute@gnu.org>
19093
19094 * xdisp.c (pint2hrstr): New function.
19095 (decode_mode_spec): Add `%i' and `%I' specs.
19096 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
19097 for `mode-line-format'.
19098
19099 2003-09-07 Andreas Schwab <schwab@suse.de>
19100
19101 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
19102 avoid warning.
19103
19104 2003-09-07 Eli Zaretskii <eliz@gnu.org>
19105
19106 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
19107
19108 2003-09-03 Kim F. Storm <storm@cua.dk>
19109
19110 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
19111 change (superseded by 2002-08-30 change); the default blink-off
19112 cursor is now again "no cursor".
19113
19114 2003-09-01 Jason Rumney <jasonr@gnu.org>
19115
19116 * makefile.w32-in (alloca.o): Remove.
19117 (coding.o): Depend on intervals.h
19118 (emacs.o, bytecode.o): Depend on window.h.
19119
19120 2003-09-01 Dave Love <fx@gnu.org>
19121
19122 * Makefile.in (alloca.o): Remove commands.
19123 (coding.o): Depend on intervals.h composite.h window.h.
19124 (emacs.o): Depend on window.h keyboard.h keymap.h.
19125 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
19126 (bytecode.o): Depend on window.h.
19127
19128 2003-08-31 Jason Rumney <jasonr@gnu.org>
19129
19130 * w32term.c (w32_per_char_metric): Allow cached metrics to be
19131 returned even when font_type is unknown.
19132
19133 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
19134
19135 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19136
19137 * xterm.c (x_term_init): Initialize new fields in x_display_info.
19138
19139 * xterm.h (struct x_display_info): Add red/green/blue_bits and
19140 *_offset.
19141
19142 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
19143 calculate pixel value.
19144
19145 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
19146
19147 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
19148 Don't tell redisplay display is accurate when it's actually been
19149 paused for pending input.
19150
19151 2003-08-29 Richard M. Stallman <rms@gnu.org>
19152
19153 * dispnew.c (adjust_glyph_matrix): Call window_box
19154 whenever W is nonzero.
19155
19156 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
19157 (Fkill_local_variable, Fmake_variable_frame_local)
19158 (Flocal_variable_p, Flocal_variable_if_set_p):
19159 Use indirect_variable to trace thru variable aliases.
19160
19161 * config.in: Updated.
19162
19163 * callint.c (Fcall_interactively): Save and restore
19164 Vthis_command, Vthis_original_command, real_this_command,
19165 and current_kboard->Vlast_command.
19166
19167 * abbrev.c (Fexpand_abbrev): Insert before deleting.
19168
19169 2003-08-29 Gerd Moellmann <gerd@gnu.org>
19170
19171 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
19172
19173 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
19174
19175 * coding.c (decode_coding_iso2022): Initialize local variable c2.
19176 (decode_coding_sjis_big5): Likewise.
19177
19178 2003-08-27 Jason Rumney <jasonr@gnu.org>
19179
19180 * w32.c (sys_pipe): Protect against file descriptor overflow.
19181
19182 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
19183
19184 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
19185
19186 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
19187
19188 * xfns.c (Vgtk_version_string): New variable.
19189 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
19190
19191 2003-08-24 Eli Zaretskii <eliz@gnu.org>
19192
19193 * term.c (term_init): Remove `const' from buffer_size's declaration.
19194
19195 * Makefile.in (msdos.o): Depend on intervals.h.
19196
19197 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
19198
19199 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19200
19201 * xterm.h (struct x_display_info): New fields: client_leader_window
19202 and Xatom_wm_client_leader.
19203
19204 * xterm.c (x_initialize): Move call to x_session_initialize to ...
19205 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
19206
19207 * xsmfns.c (create_client_leader_window): New function.
19208 (x_session_initialize): Call create_client_leader_window, take
19209 dpyinfo as argument.
19210
19211 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
19212
19213 * Makefile.in (xsmfns.o): Add more depenedencies.
19214
19215 2003-08-21 Dave Love <fx@gnu.org>
19216
19217 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
19218
19219 2003-08-21 Kenichi Handa <handa@m17n.org>
19220
19221 * term.c (term_init): Fix previous change; don't rely on the
19222 length of `buffer' if TERMINFO is defined.
19223
19224 2003-08-20 Dave Love <fx@gnu.org>
19225
19226 * atimer.h: Include lisp.h.
19227
19228 * lisp.h (EMACS_LISP_H): New.
19229 (popup_activated_flag): Don't declare.
19230
19231 * alloca.c: Some merging with gnulib. Change logic and doc
19232 concerning (x)malloc/(x)free -- no longer Emacs-specific.
19233 [DO_BLOCK_INPUT]: Don't include lisp.h.
19234 (xmalloc, xfree): Declare.
19235 (malloc): Don't declare.
19236
19237 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
19238 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
19239 atimer.h, blockinput.h.
19240
19241 * alloc.c (lisp_align_malloc): Change type of `aligned'.
19242
19243 * alloca.s: Remove.
19244
19245 2003-08-19 Gerd Moellmann <gerd@gnu.org>
19246
19247 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
19248 use -lncurses.
19249
19250 * term.c (term_init): Use a buffer of size 4096 for tgetent since
19251 FreeBSD returns something longer than 2044. Abort if the end of
19252 the buffer is overwritten.
19253
19254 2003-08-19 Miles Bader <miles@gnu.org>
19255
19256 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
19257
19258 2003-08-19 Gerd Moellmann <gerd@gnu.org>
19259
19260 * alloc.c (lisp_align_malloc): Check for memory full when
19261 allocating ablocks, which also avoids freeing a pointer into an
19262 ablocks structure.
19263
19264 * puresize.h (BASE_PURESIZE): Increase to 1100000.
19265
19266 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
19267
19268 2003-08-16 Richard M. Stallman <rms@gnu.org>
19269
19270 * editfns.c (Fencode_time): Doc fix.
19271
19272 2003-08-16 David Ponce <david@dponce.com>
19273
19274 * fileio.c (Fwrite_region): Fix conditional expression to issue
19275 the right message.
19276
19277 2003-08-16 Juri Linkov <juri@jurta.org>
19278
19279 * syntax.c (Fforward_word): Argument changed to optional.
19280 Set default value to 1.
19281
19282 2003-08-15 Kenichi Handa <handa@m17n.org>
19283
19284 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
19285 what autoscaled.
19286 (best_matching_font): Once we find a better scalable font, set
19287 non_scalable_has_exact_height_p to 1.
19288 (try_font_list): Call try_alternative_families to try any family
19289 with the given registry.
19290
19291 2003-08-09 Andreas Schwab <schwab@suse.de>
19292
19293 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
19294
19295 * print.c (print_string): Fix printing of multibyte string with
19296 nontrivial printcharfun.
19297
19298 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19299
19300 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
19301
19302 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
19303
19304 2003-07-31 Kenichi Handa <handa@m17n.org>
19305
19306 * process.c (read_process_output): Return the actually read bytes
19307 instead of the result of decoding.
19308
19309 2003-07-31 Kenichi Handa <handa@m17n.org>
19310
19311 * xterm.h (struct x_bitmap_record): New member have_mask.
19312
19313 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
19314 to 0.
19315 (x_create_bitmap_from_file): Likewise.
19316 (x_destroy_bitmap): Check have_mask member before freeing a mask.
19317 (x_destroy_all_bitmaps): Likewise.
19318 (x_create_bitmap_mask): Set have_mask member to 1.
19319
19320 2003-07-30 Richard M. Stallman <rms@gnu.org>
19321
19322 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
19323
19324 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19325
19326 * gtkutil.c (xg_mark_data): Update calls to mark_object.
19327
19328 2003-07-29 Richard M. Stallman <rms@gnu.org>
19329
19330 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
19331 Conditionalize XIM code on HAVE_XIM.
19332
19333 * fns.c (Fclear_string): New function.
19334 (syms_of_fns): defsubr it.
19335
19336 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
19337
19338 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
19339
19340 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
19341
19342 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
19343
19344 * buffer.c (delete_all_overlays): New function.
19345 * buffer.h (delete_all_overlays): Declare.
19346 * coding.c (run_pre_post_conversion_on_str):
19347 * print.c (temp_output_buffer_setup):
19348 * fileio.c (Finsert_file_contents):
19349 * minibuf.c (get_minibuffer): Use it.
19350
19351 2003-07-22 Andrew Choi <akochoi@shaw.ca>
19352
19353 * unexmacosx.c (unexec_regions_sort_compare):
19354 (unexec_regions_merge): New functions. Sort and merge unexec
19355 regions before dumping them.
19356
19357 2003-07-22 Dave Love <fx@gnu.org>
19358
19359 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
19360
19361 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
19362
19363 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
19364 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
19365 MARKBIT as the gcmarkbit for strings.
19366
19367 2003-07-21 Richard M. Stallman <rms@gnu.org>
19368
19369 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
19370
19371 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
19372 (syms_of_fns): Corresponding change.
19373
19374 * alloc.c (syms_of_alloc): Doc fixes.
19375
19376 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
19377
19378 * s/netbsd.h: Use -Wl syntax.
19379
19380 2003-07-17 Richard M. Stallman <rms@gnu.org>
19381
19382 * xterm.c (xim_initialize): Redo 6/24 change.
19383
19384 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
19385
19386 * buffer.c (copy_overlays): Use EMACS_INT for positions.
19387 (Fswitch_to_buffer): Don't signal an error when switching to the same
19388 buffer in a dedicated window.
19389
19390 * alloc.c: Use bitmaps for cons, as was done for floats.
19391 (init_float, init_cons): Let the normal code allocate the first block.
19392 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
19393 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
19394 New macros.
19395 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
19396 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
19397 (live_cons_p): Check the pointer is not past the `conses' array.
19398 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
19399 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
19400 (survives_gc_p): Use CONS_MARKED_P and simplify.
19401 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
19402
19403 2003-07-13 Paul Eggert <eggert@twinsun.com>
19404
19405 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
19406 puts it into BSS instead, at least on Solaris 8 and 9.
19407 This is a valid optimization, and it may occur on other platforms,
19408 so Emacs should not assume that initializing a static variable to
19409 zero puts it into data.
19410 * alloc.c (pure, staticvec):
19411 Initialize these arrays to nonzero, so that they're not
19412 put into BSS by that optimization.
19413
19414 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
19415
19416 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
19417 (lisp_align_malloc): Use posix_memalign is available.
19418 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
19419 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
19420 for consistency. Update users.
19421
19422 2003-07-13 Richard M. Stallman <rms@gnu.org>
19423
19424 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
19425
19426 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
19427
19428 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
19429 and use the Gtk+ function gtk_window_icon_from_file if available.
19430
19431 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
19432 handle mask of bitmaps.
19433 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
19434 mask property.
19435 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
19436
19437 * xterm.h (xg_set_icon): New function.
19438
19439 2003-07-12 Paul Eggert <eggert@twinsun.com>
19440
19441 * unexelf.c (unexec): Consider a section to precede the .bss
19442 section if its addresses overlap that of .bss.
19443
19444 2003-07-12 Richard M. Stallman <rms@gnu.org>
19445
19446 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
19447
19448 * config.in (HAVE_CRTIN): Add #undef.
19449 (INLINE): Really inline only if OPTIMIZE is defined.
19450
19451 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
19452 END_FILES_1.
19453 (START_FILES_1, END_FILES_1): New macros (conditional).
19454 (LD_SWITCH_SYSTEM_TEMACS): Define.
19455
19456 * s/openbsd.h: Don't include bsd4-3.h.
19457 (TERMINFO): Define.
19458 (LIBS_TERMCAP): Define.
19459 (LD_SWITCH_SYSTEM): Define (two definitions).
19460
19461 * xfns.c: Include libpng/png.h instead of png.h.
19462
19463 2003-07-11 Andreas Schwab <schwab@suse.de>
19464
19465 * buffer.c (modify_overlay): Update prototype.
19466 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
19467 Likewise.
19468
19469 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
19470
19471 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
19472 (struct interval): Move to intervals.h.
19473 (struct Lisp_Marker): Use EMACS_INT for position info.
19474 (forward_point): Remove prototype of defunct function.
19475 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
19476 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
19477 (syms_of_textprop, set_text_properties): Remove prototypes that are
19478 already in intervals.h.
19479
19480 * intervals.h (struct interval): Move from lisp.h.
19481 Use EMACS_INT for position and size info.
19482
19483 * coding.c: Include intervals.h for Fset_text_properties.
19484
19485 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
19486 position and length information.
19487
19488 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
19489
19490 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
19491 position and length information.
19492
19493 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
19494
19495 Change overlays_after and overlays_before so the overlays themselves
19496 are linked into lists, rather than using cons cells. After all each
19497 Lisp_Misc already occupies 5 words, so we can add a `next' field to
19498 Lisp_Overlay for free and save up one cons cell per overlay (not
19499 to mention one indirection when traversing the list of overlay).
19500
19501 * lisp.h (struct Lisp_Overlay): New field `next'.
19502
19503 * buffer.h (struct buffer): Change overlays_before and overlays_after
19504 from Lisp lists of overlays to pointers to overlays.
19505
19506 * buffer.c (overlay_strings, recenter_overlay_lists):
19507 Fix typo in eassert in last commit.
19508 (unchain_overlay): New function.
19509 (add_overlay_mod_hooklist): Use AREF.
19510 (copy_overlays, reset_buffer, overlays_at, overlays_in)
19511 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
19512 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
19513 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
19514 (report_overlay_modification, evaporate_overlays, init_buffer_once):
19515 Adjust to new type of overlays_(before|after).
19516
19517 * alloc.c (mark_object): Mark the new `next' field of overlays.
19518 (mark_buffer): Manually mark the overlays_(after|before) fields.
19519
19520 * coding.c (run_pre_post_conversion_on_str):
19521 * editfns.c (overlays_around):
19522 * xdisp.c (load_overlay_strings):
19523 * fileio.c (Finsert_file_contents):
19524 * indent.c (current_column):
19525 * insdel.c (signal_before_change, signal_after_change):
19526 * intervals.c (set_point_both):
19527 * print.c (temp_output_buffer_setup): Use new type for
19528 overlays_(before|after).
19529
19530 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
19531
19532 * buffer.c (report_overlay_modification): Don't run hooks while
19533 traversing the list of overlays.
19534
19535 * buffer.h (struct buffer): Use an int for overlay_center.
19536 (overlays_at, evaporate_overlays, recenter_overlay_lists)
19537 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
19538
19539 * buffer.c (reset_buffer, recenter_overlay_lists)
19540 (adjust_overlays_for_insert, adjust_overlays_for_delete)
19541 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
19542 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
19543 (overlays_at, evaporate_overlays, recenter_overlay_lists)
19544 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
19545
19546 * xdisp.c (fast_find_position): Remove unused var.
19547
19548 * cmds.c (Qexpand_abbrev): New sym.
19549 (syms_of_cmds): Initialize it.
19550 (internal_self_insert): Use it to call expand-abbrev.
19551
19552 2003-07-09 Kim F. Storm <storm@cua.dk>
19553
19554 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
19555 was configured with --without-xim.
19556 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
19557
19558 2003-07-07 Richard M. Stallman <rms@gnu.org>
19559
19560 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
19561
19562 * alloc.c (Fgarbage_collect): Doc fix.
19563
19564 2003-07-07 Nozomu Ando <nand@mac.com>
19565
19566 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
19567
19568 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
19569
19570 * minibuf.c (read_minibuf): UNGCPRO before returning.
19571 (Ftry_completion, Fall_completions): Doc fix.
19572
19573 * alloc.c (live_float_p): Check that p is not past the `floats' array,
19574 now that `floats' is not the last element of the struct any more.
19575
19576 2003-07-06 Jason Rumney <jasonr@gnu.org>
19577
19578 * w32term.h (ClipboardSequence_Proc): New type.
19579
19580 * w32fns.c (clipboard_sequence_fn): New variable.
19581 (globals_of_w32fns): Initialize it.
19582
19583 * w32select.c (last_clipboard_sequence_number): New variable.
19584 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
19585 number if possible.
19586
19587 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
19588
19589 * m/amdx86-64.h (MARKBIT):
19590 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
19591 MARKBIT and ARRAY_MARK_FLAG any more.
19592
19593 * m/hp800.h (XSETMARKBIT):
19594 * m/sr2k.h (XSETMARKBIT):
19595 * lisp.h (XSETMARKBIT): Remove unused macro.
19596
19597 * lisp.h (mark_object): Change prototype.
19598
19599 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
19600 (last_marked): Change accordingly.
19601 (mark_interval, mark_maybe_object, mark_maybe_pointer)
19602 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
19603 (mark_buffer): Update calls to mark_object.
19604
19605 * bytecode.c (mark_byte_stack):
19606 * fns.c (sweep_weak_table):
19607 * keyboard.c (mark_kboards): Update calls to mark_object.
19608
19609 2003-07-06 Jason Rumney <jasonr@gnu.org>
19610
19611 * alloc.c (struct ablock): Only include padding when there is some.
19612
19613 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
19614
19615 * alloc.c (ALIGN): Add casts to simplify usage.
19616 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
19617 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
19618 (struct ablock, struct ablocks): New types.
19619 (free_ablock): New global var.
19620 (lisp_align_malloc, lisp_align_free): New functions.
19621 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
19622 (struct float_block): Reorder and add gcmarkbits.
19623 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
19624 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
19625 (init_float, make_float): Use lisp_align_malloc.
19626 (free_float, live_float_p): Don't use `type' any more.
19627 (make_float): Use FLOAT_UNMARK to access to mark bit.
19628 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
19629 Use FLOAT_MARKED_P to access the mark bit.
19630 (pure_alloc): Simplify use of ALIGN.
19631 (mark_object): Use FLOAT_MARK to access the mark bit.
19632 (gc_sweep): Use new macros to access the float's mark bit.
19633 (init_alloc_once): Init free_ablock.
19634
19635 * lisp.h (struct Lisp_Float): Remove unused field `type'.
19636
19637 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
19638
19639 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
19640 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
19641 (allocate_buffer): Move.
19642 (string_bytes): Don't mask markbit of `size_byte'.
19643 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
19644 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
19645 Use the `size' field of buffers (rather than the `name' field) for
19646 the mark bit, as is done for all other vectorlike objects.
19647 Use the new macros to access the mark bit of vectorlike objects.
19648
19649 2003-06-26 Richard M. Stallman <rms@gnu.org>
19650
19651 * puresize.h (BASE_PURESIZE): Increment base size.
19652
19653 * xdisp.c (fast_find_position): Enable Gerd's new definition.
19654
19655 * xterm.c (xim_initialize): Undo previous change.
19656
19657 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
19658
19659 * alloc.c (survives_gc_p): Simplify.
19660
19661 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
19662
19663 * window.c (Fset_window_dedicated_p): Simplify.
19664 (display_buffer_1): Don't raise the win from which minibuf was entered.
19665 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
19666 (Fminibuffer_selected_window): Simplify.
19667
19668 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
19669
19670 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
19671 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
19672
19673 * insdel.c (check_markers, adjust_markers_for_delete)
19674 (adjust_markers_for_insert, adjust_markers_for_replace)
19675 (prepare_to_modify_buffer, RESTORE_VALUE):
19676 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
19677 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
19678 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
19679 * alloc.c (Fmake_marker, free_marker, gc_sweep):
19680 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
19681 * editfns.c (save_excursion_restore, transpose_markers):
19682 * window.c (delete_window):
19683 * xdisp.c (message_dolog): Update for new types.
19684
19685 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19686
19687 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
19688 (realize_default_face): Use default_face_done_p for the force_p
19689 argument to set_lface_from_font_name. Set default_face_done_p to one.
19690
19691 * frame.c (make_frame): Initialize default_face_done_p.
19692
19693 * frame.h (struct frame): Add default_face_done_p.
19694
19695 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
19696 will be defined.
19697
19698 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
19699
19700 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
19701 Initialize the new field `gcmarkbit'.
19702 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
19703 (mark_interval_tree): Don't mark the tree separately from the nodes.
19704 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
19705 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
19706 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
19707
19708 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
19709 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
19710 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
19711 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
19712 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
19713
19714 2003-06-24 Dave Love <fx@gnu.org>
19715
19716 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
19717
19718 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
19719 from gnulib.
19720
19721 2003-06-21 Richard M. Stallman <rms@gnu.org>
19722
19723 * fileio.c (Fwrite_region): Alternate messages
19724 for append and partial write.
19725
19726 * keyboard.c (read_key_sequence): When converting upcase fn key to
19727 downcase, update fkey and keytran so `backspace' gets translated.
19728
19729 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
19730
19731 * process.c (wait_reading_process_input): Don't signal SIGIO
19732 in batch mode.
19733
19734 2003-06-17 Kenichi Handa <handa@m17n.org>
19735
19736 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
19737 composite.h.
19738
19739 * xselect.c: Don't include charset.h, coding.h, composite.h.
19740 (Qforeign_selection): New variable.
19741 (syms_of_xselect): Intern and static it.
19742 (selection_data_to_lisp_data): Return a unibyte string made from
19743 data with `foreign-selection' text property.
19744
19745 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
19746
19747 * termhooks.h (EVENT_INIT): New macro.
19748
19749 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
19750
19751 * alloc.c (mark_kboards): Move to keyboard.c.
19752
19753 * keyboard.c (record_asynch_buffer_change, read_avail_input):
19754 * xterm.c (x_dispatch_event):
19755 * xmenu.c (find_and_call_menu_selection):
19756 * xdisp.c (handle_tool_bar_click):
19757 * w32menu.c (menubar_selection_callback):
19758 * sysdep.c (kbd_input_ast, read_input_waiting):
19759 * msdos.c (dos_rawgetc):
19760 * macterm.c (mac_check_for_quit_char):
19761 * macmenu.c (menubar_selection_callback):
19762 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
19763 data to kbd_buffer_store_event.
19764
19765 2003-06-15 Kim F. Storm <storm@cua.dk>
19766
19767 * xdisp.c (x_fix_overlapping_area): Always use area relative X
19768 to fix redisplay problem with tall characters (such as \e,AC\e(B).
19769
19770 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
19771
19772 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
19773
19774 2003-06-12 Kenichi Handa <handa@m17n.org>
19775
19776 * fileio.c (Fwrite_region): Save and restore restriction.
19777
19778 2003-06-12 Dave Love <fx@gnu.org>
19779
19780 * alloca.c (alloca): Declare arg as size_t.
19781
19782 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
19783 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
19784
19785 2003-06-11 Dave Love <fx@gnu.org>
19786
19787 * search.c (shrink_regexp_cache): Use xrealloc.
19788 (syms_of_search): Use xmalloc.
19789
19790 2003-06-10 Kim F. Storm <storm@cua.dk>
19791
19792 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
19793 Adjust phys_cursor.x to be relative to window box, rather than
19794 text area before checking -- to ensure cursor is redrawn when
19795 exposing window.
19796 Note: This also fixes a similar (older) bug if display margins
19797 are present.
19798
19799 2003-06-06 Kenichi Handa <handa@m17n.org>
19800
19801 * coding.c (encoding_buffer_size): If coding->type is
19802 coding_type_ccl, double magnification on CRLF encoding.
19803
19804 2003-06-06 Jason Rumney <jasonr@gnu.org>
19805
19806 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
19807 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
19808
19809 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
19810 Mac too.
19811
19812 2003-06-05 Dave Love <fx@gnu.org>
19813
19814 * strftime.c: Merge changes from gnulib.
19815
19816 * mktime.c (__mktime_internal): Merge changes from gnulib
19817 involving year 69 and dst2.
19818
19819 Changes to merge with gnulib version and be consistent with the
19820 autoconf test:
19821
19822 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
19823 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
19824 [HAVE_LOCALE_H]: Include locale.h.
19825 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
19826
19827 2003-06-05 Kim F. Storm <storm@cua.dk>
19828
19829 * window.c (coordinates_in_window): Convert X and Y to window
19830 relative coordinates inside mode-line and header-line parts.
19831 Convert X and Y to margin area relative coordinates inside left
19832 and right display margin parts.
19833
19834 2003-06-05 Jason Rumney <jasonr@gnu.org>
19835
19836 * w32fns.c (add_system_logical_colors_to_map): New function.
19837 (Fx_open_connection): Use it.
19838
19839 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
19840
19841 * process.c (allocate_pty): Revert part of the previous patch.
19842 (Faccept_process_output): Simplify.
19843
19844 2003-06-04 Jason Rumney <jasonr@gnu.org>
19845
19846 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
19847
19848 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
19849 (lispy_mouse_wheel_names): Remove.
19850 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
19851 Always define drag_and_drop_syms.
19852
19853 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
19854 WHEEL_EVENT events.
19855
19856 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
19857
19858 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
19859
19860 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
19861
19862 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19863
19864 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
19865 menu item label.
19866
19867 2003-06-03 Richard M. Stallman <rms@gnu.org>
19868
19869 * window.c (Fwindow_edges): Doc fix.
19870 (Fwindow_pixel_edges, Fwindow_inside_edges)
19871 (Fwindow_inside_pixel_edges): New functions.
19872 (syms_of_window): defsubr them.
19873
19874 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
19875 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
19876
19877 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
19878
19879 * dispnew.c (Fsit_for): Don't lie about the number of args.
19880
19881 2003-06-02 Dave Love <fx@gnu.org>
19882
19883 * callproc.c: Use HAVE_FCNTL_H, not USG5.
19884 (syms_of_callproc) <process-environment>: Doc fix.
19885
19886 * doc.c: Use HAVE_FCNTL_H, not USG5.
19887
19888 * xfaces.c (font_rescale_ratio): Fix for K&R.
19889
19890 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
19891
19892 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
19893
19894 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
19895
19896 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
19897 (xg_create_frame_widgets): Use ENCODE_UTF_8.
19898
19899 * xterm.c (Qutf_8): Move to coding.c.
19900
19901 * xmenu.c (ENCODE_MENU_STRING): New.
19902 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
19903 Use it.
19904
19905 * coding.h (ENCODE_UTF_8): New.
19906 (Qutf_8): Declare.
19907
19908 * coding.c (Qutf_8): New.
19909 (syms_of_coding): Intern it.
19910
19911 * fns.c: Doc fixes.
19912
19913 2003-06-02 Kenichi Handa <handa@m17n.org>
19914
19915 * buffer.c (Fset_buffer_multibyte): Fix previous change.
19916
19917 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
19918
19919 * lread.c (openp): Make sure STR is a string.
19920
19921 2003-06-01 David Ponce <david@dponce.com>
19922
19923 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
19924 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
19925
19926 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
19927 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
19928 (discard_mouse_events): Discard WHEEL_EVENT events too.
19929 (lispy_wheel_names, wheel_syms): New.
19930 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
19931 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
19932 (make_lispy_event): Add WHEEL_EVENT handler.
19933
19934 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
19935 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
19936 WHEEL_EVENT events.
19937
19938 2003-05-31 John Paul Wallington <jpw@gnu.org>
19939
19940 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
19941 timer are in lisp/emacs-lisp.
19942
19943 2003-05-31 Kenichi Handa <handa@m17n.org>
19944
19945 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
19946 region when a buffer is changed to unibyte.
19947
19948 * charset.h (VALID_LEADING_CODE_P): New macro.
19949 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
19950
19951 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
19952 is nonzero, accept multibyte form of eight-bit-control chars.
19953 (decode_composition_emacs_mule): Likewise.
19954 (decode_coding_emacs_mule): Likewise.
19955 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
19956 multibyte form of eight-bit-control chars.
19957
19958 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
19959 (Finsert_file_contents): If coding-system-for-read is bound to
19960 Qauto_save_coding, use the coding system emacs-mule with special
19961 setting for recovering a file.
19962 (choose_write_coding_system): On auto saving, use the coding
19963 system emacs-mule with special setting for auto saving.
19964 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
19965
19966 2003-05-30 Kenichi Handa <handa@m17n.org>
19967
19968 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
19969 properly before calling ccl_driver.
19970
19971 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
19972
19973 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
19974 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
19975 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
19976
19977 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19978
19979 * xfaces.c (realize_default_face): Do not abort if lface is
19980 non-existent - reverts change from 2003-05-19.
19981
19982 2003-05-29 Kenichi Handa <handa@m17n.org>
19983
19984 * coding.c (decode_coding_iso2022): Pay attention to the byte
19985 sequence of CTEXT extended segment, and retain those bytes as is.
19986
19987 2003-05-28 Kenichi Handa <handa@m17n.org>
19988
19989 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
19990 of CODING_REPLACEMENT_CHARACTER.
19991 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
19992 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
19993 check this flag on encoding.
19994 (encode_coding_sjis_big5):
19995 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
19996 (Fset_terminal_coding_system_internal):
19997 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
19998 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
19999
20000 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
20001 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
20002 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
20003
20004 2003-05-28 Richard M. Stallman <rms@gnu.org>
20005
20006 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
20007
20008 * eval.c (unbind_to): Move init of this_binding to separate statement.
20009
20010 2003-05-28 Kim F. Storm <storm@cua.dk>
20011
20012 * xdisp.c (expose_window): Fix error in calculation of
20013 window relative coordinates of area to redisplay.
20014
20015 2003-05-27 Jason Rumney <jasonr@gnu.org>
20016
20017 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
20018
20019 2003-05-27 David Ponce <david@dponce.com>
20020
20021 Handle W32 mouse wheel events as mouse click events, like in X.
20022
20023 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
20024 MOUSE_WHEEL_EVENT anymore.
20025
20026 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
20027 Scrolling down/up the mouse wheel is respectively mapped to mouse
20028 button 4 and 5.
20029 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
20030 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
20031 WM_MOUSEWHEEL events.
20032
20033 2003-05-27 Andreas Schwab <schwab@suse.de>
20034
20035 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
20036
20037 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
20038 partially visible line.
20039
20040 * alloc.c (Fgarbage_collect): Fix last change.
20041
20042 2003-05-26 John Paul Wallington <jpw@gnu.org>
20043
20044 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
20045
20046 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
20047
20048 * window.c (Fset_window_buffer): Add type of `keep_margins'.
20049 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
20050
20051 * window.h (window_box_text_cols): Declare.
20052
20053 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
20054 (x_draw_vertical_border): Remove unused var `f'.
20055
20056 * xfaces.c (build_scalable_font_name): Remove `unused var
20057 pixel_size' warning.
20058
20059 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
20060
20061 * unexelf.c (unexec): Remove `unused var n' warning.
20062
20063 * strftime.c (my_strftime_localtime_r): Remove `defined but
20064 unused' warning.
20065
20066 * process.c (allocate_pty): Remove `unused var stb' and
20067 `cp might be used uninitialized' warnings.
20068
20069 * dispnew.c (mode_line_string): Remove unused var `f'.
20070
20071 * coding.c (find_safe_codings): Remove unused var `i'.
20072
20073 * bytecode.c (Fbyte_code): Remove `unused val' warning.
20074
20075 * buffer.c (Fkill_buffer): Remove unused var `list'.
20076
20077 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
20078
20079 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20080
20081 * frame.c (make_frame): Condition want_fullscreen with
20082 HAVE_WINDOW_SYSTEM.
20083
20084 2003-05-25 Juanma Barranquero <lektu@terra.es>
20085
20086 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
20087 (Fwindow_scroll_bars): Fix typo in docstring.
20088
20089 2003-05-24 Kim F. Storm <storm@cua.dk>
20090
20091 The following changes serve several purposes:
20092
20093 1) Swap the position of fringes and display margins in windows, i.e.
20094 the fringes are now displayed between the margins and the text area
20095 (by default).
20096
20097 2) Allow fringe and scroll bar parameters to be set per-buffer and
20098 per-window (like display margins). Such settings are now stored
20099 in window configurations, preserved when frames are resized, and
20100 copied when windows are split vertically or horizontally.
20101 Several bugs related to display margins have been fixed.
20102
20103 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
20104
20105 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
20106 rather than FRAME_WIDTH (FRAME_FONT (f)).
20107
20108 5) Introduce a consistent naming of variables, members and macros
20109 depending on whether their value is measured in pixels or in
20110 canonical columns/lines. Pixel dimensions are named *_width and
20111 *_height, while canonical columns/lines are named *_cols and
20112 *_lines. Pixel positions are named *_x and *_y, while column/line
20113 positions are named *_col and *_line.
20114
20115 6) Consolidate more of the X, W32, and MAC gui code by moving
20116 common data into struct frame, and generalize it for the non-gui
20117 case by using suitable defaults.
20118
20119 7) Cleanup and consolidate the macros controlling frame and window
20120 layout into frame.h and window.h, and generalize the use of the
20121 various window_box_* functions (enhanced to handle the new fringe
20122 position and the per-window fringe and scroll bar settings).
20123
20124 * frame.h (struct frame): Rename members height to text_lines,
20125 width to text_cols, window_height to total_lines, window_width to
20126 total_cols, new_height to new_text_lines, new_width to
20127 new_text_cols. All uses changed.
20128 (struct frame): New members which consolidate common members of
20129 x_output, w32_output, and mac_output structures: left_pos,
20130 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
20131 win_gravity, size_hint_flags, border_width, internal_border_width,
20132 line_height, fringe_cols, left_fringe_width, right_fringe_width,
20133 want_fullscreen. All uses changed.
20134 (struct frame): New member column_width contaning the canonical
20135 column width, analogue to line_height. All uses changed.
20136 (struct frame): Rename members scroll_bar_pixel_width to
20137 config_scroll_bar_width, and scroll_bar_cols to
20138 config_scroll_bar_cols. All uses changed.
20139 (struct frame): New member scroll_bar_actual_width which
20140 consolidates and renames the vertical_scroll_bar_extra member of
20141 x_output, w32_output, and mac_output structures. All uses changed.
20142 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
20143 from x/w32/macterm.h files. All uses changed. Also change code
20144 which referred to f->output_data...->pixel_height.
20145 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
20146 from x/w32/macterm.h files. All uses changed. Also change code
20147 which referred to f->output_data...->pixel_width.
20148 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
20149 Also change code which referred to f->height.
20150 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
20151 Also change code which referred to f->width.
20152 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
20153 to update new_text_lines and new_text_cols members directly.
20154 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
20155 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
20156 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
20157 FRAME_SCROLL_BAR_COLS. All uses changed.
20158 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
20159 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
20160 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
20161 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
20162 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
20163 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
20164 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
20165 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
20166 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
20167 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
20168 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
20169 Unconditionally return line_height member (it now has proper value
20170 also for non-window frames).
20171 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
20172 return new column_width member (rather than the default font width).
20173 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
20174 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
20175 from x/w32/macterm.h files. Unconditionally return corresponding
20176 member of frame structure (they now have proper values also for
20177 non-window frames).
20178 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
20179 Calculate return value from left and right widths.
20180 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
20181 internal_border_width member (has proper value for non-window frame).
20182 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
20183 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
20184 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
20185 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
20186 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
20187 consolidated from xterm.h, macterm.h, and w32term.h.
20188 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
20189 consolidated from xterm.h, macterm.h, and w32term.h.
20190 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
20191 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
20192 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
20193 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
20194 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
20195 consolidated from x/mac/w32term.h.
20196 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
20197 consolidated from x/mac/w32term.h.
20198 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
20199 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
20200 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
20201 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
20202
20203 * window.h (struct window): Rename members left to left_col,
20204 top to top_line, height to total_lines, width to total_cols,
20205 left_margin_width to left_margin_cols, right_margin_width to
20206 right_margin_cols, orig_height to orig_total_lines, orig_top to
20207 orig_top_line. All uses changed.
20208 (struct window): New members left_fringe_width, right_fringe_width,
20209 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
20210 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
20211 New macros primarily used to simplify other macros.
20212 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
20213 referred to XINT (w->width).
20214 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
20215 referred to XINT (w->height).
20216 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
20217 referred to XINT (w->width) * canon_x_unit.
20218 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
20219 referred to XINT (w->height) * canon_y_unit.
20220 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
20221 referred to XINT (w->left).
20222 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
20223 all uses and code that referred to XINT (w->left) + XINT (w->width).
20224 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
20225 referred to XINT (w->top).
20226 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
20227 referred to XINT (w->top) + XINT (w->height).
20228 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
20229 referred to XINT (w->left) * canon_x_unit.
20230 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
20231 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
20232 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
20233 referred to XINT (w->top) * canon_y_unit.
20234 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
20235 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
20236 (WINDOW_LEFTMOST_P): New macro.
20237 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
20238 All uses changed.
20239 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
20240 All uses changed.
20241 (WINDOW_BOX_LEFT_EDGE_X): Rename from
20242 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
20243 Do not exclude left fringe width.
20244 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
20245 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
20246 Do not exclude fringe widths.
20247 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
20248 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
20249 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
20250 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
20251 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
20252 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
20253 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
20254 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
20255 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
20256 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
20257 New macros. Change code which referenced corresponding
20258 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
20259 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
20260 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
20261 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
20262 allow per-window scroll-bar settings.
20263 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
20264 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
20265 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
20266 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
20267 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
20268 FRAME_SCROLL_BAR_WIDTH.
20269 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
20270 (WINDOW_SCROLL_BAR_AREA_X): New macros.
20271 (WINDOW_HEADER_LINE_HEIGHT): Rename from
20272 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
20273 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
20274 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
20275 (WINDOW_BOX_TEXT_HEIGHT): Rename from
20276 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
20277 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
20278 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
20279 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
20280 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
20281 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
20282 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
20283 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
20284 (window_from_coordinates): Update prototype.
20285 (Fset_window_buffer): Update EXFUN.
20286 (set_window_buffer): Update prototype.
20287
20288 * dispextern.h (struct glyph_matrix): Rename members window_left_x
20289 to window_left_col, window_top_y to window_top_line. All uses
20290 changed.
20291 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
20292 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
20293 internal_border_width is now set to 0 for non-window frames.
20294 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
20295 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
20296 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
20297 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
20298 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
20299 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
20300 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
20301 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
20302 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
20303 Move to window.h and renamed [see window.h changes].
20304 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
20305 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
20306 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
20307 Use WINDOW_TOTAL_LINES.
20308 (frame_update_line_height): Remove prototype.
20309
20310 * buffer.h (struct buffer): Rename members measured in columns:
20311 left_margin_width to left_margin_cols, right_margin_width to
20312 right_margin_cols. All uses changed.
20313 New members left_fringe_width, right_fringe_width,
20314 fringes_outside_margins for per-buffer fringe settings.
20315 New members scroll_bar_width and vertical_scroll_bar_type for
20316 per-buffer scroll bar settings.
20317
20318 * buffer.c (init_buffer_once): Set buffer_defaults and
20319 buffer_local_flags for new buffer-local variables
20320 left_fringe_width, right_fringe_width, fringes_outside_margins,
20321 scroll_bar_width, and vertical_scroll_bar_type.
20322 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
20323 default-* variables for them.
20324
20325 * dispnew.c: Make (many) trivial substitutions for renamed and
20326 new macros in dispextern.h, frame.h and window.h.
20327 (mode_line_string): No need to adjust width for mode lines, as it
20328 is already adjusted by the caller.
20329 (marginal_area_string): Handle fringes inside/outside margins.
20330
20331 * frame.c: Make (many) trivial substitutions for renamed and
20332 new macros in dispextern.h, frame.h and window.h.
20333 (make_frame): Initialize left_fringe_width, right_fringe_width,
20334 fringe_cols, scroll_bar_actual_width, border_width,
20335 internal_border_width, column_width, line_height, x_pixels_diff,
20336 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
20337 members with values suitable for a non-window frames.
20338
20339 * gtkutil.c: Make (many) trivial substitutions for renamed and
20340 new macros in dispextern.h, frame.h and window.h.
20341
20342 * indent.c: Make (few) trivial substitutions for renamed and
20343 new macros in dispextern.h, frame.h and window.h.
20344
20345 * keyboard.c: Make (many) trivial substitutions for renamed and
20346 new macros in dispextern.h, frame.h and window.h.
20347 (make_lispy_event): Use window positions returned from
20348 window_from_coordinates when constructing the lisp event for
20349 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
20350 (incorrect) values locally.
20351 (make_lispy_movement): Use window positions returned from
20352 window_from_coordinates when constructing the lisp event, rather
20353 than calculating (incorrect) values locally.
20354
20355 * scroll.c: Make (some) trivial substitutions for renamed and
20356 new macros in dispextern.h, frame.h and window.h.
20357
20358 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
20359 scroll-bars.
20360
20361 * sysdep.c: Make (few) trivial substitutions for renamed and
20362 new macros in dispextern.h, frame.h and window.h.
20363
20364 * term.c: Make (some) trivial substitutions for renamed and
20365 new macros in dispextern.h, frame.h and window.h.
20366
20367 * widget.c: Make (few) trivial substitutions for renamed and
20368 new macros in dispextern.h, frame.h and window.h.
20369
20370 * window.c: Make (many) trivial substitutions for renamed and
20371 new macros in dispextern.h, frame.h and window.h.
20372 (make_window): Initialize new members
20373 left_margin_cols, right_margin_cols, left_fringe_width,
20374 right_fringe_width, fringes_outside_margins, scroll_bar_width,
20375 and vertical_scroll_bar_type.
20376 (coordinates_in_window): Adapt to new fringe/margin positions
20377 and per-window fringes and scroll-bars.
20378 Fix bug related to incorrectly adjusting coordinates by
20379 frame's internal_border_width (the effect normally negible since
20380 the internal_border_width is typically 0 or 1 pixel, but very
20381 noticeable for an internal_border_width of e.g. 25 pixels).
20382 Upon successful return (other than ON_NOTHING), the coordinates
20383 are now always properly converted to window relative for the
20384 given display element.
20385 (window_from_coordinates): Add new parameters wx and wy to
20386 return the window relative x and y position in the returned
20387 window and part. A null arg means, don't return the position.
20388 All callers changed.
20389 (adjust_window_margins): New function which may reduce the width
20390 of the display margins if a window's text area is too small after
20391 resizing or splitting windows.
20392 (size_window): Fix bug that did not account for display margin
20393 widths when checking the minimum width of a window; use
20394 adjust_window_margins.
20395 (set_window_buffer): Call Fset_window_fringes and
20396 Fset_window_scroll_bars to setup per-window elements.
20397 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
20398 existing display margin, fringe widths, and scroll bar settings
20399 (e.g. after splitting a window or resizing the frame).
20400 All callers changed.
20401 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
20402 (Fsplit_window): Duplicate original window's display margin,
20403 fringe, and scroll-bar settings; then call Fset_window_buffer with
20404 KEEP_MARGINS non-nil. This fixes a bug which caused a split
20405 window to only preserve the display margins in one of the windows.
20406 When splitting horizontally, call adjust_window_margins on both
20407 windows to ensure that the text area of the new windows is non too
20408 narrow. This fixes a bug which could cause Emacs to trap if the
20409 width of the split window was less than the width of the display
20410 margins.
20411 (window_box_text_cols): Rename from window_internal_width.
20412 All uses changed. Adapt to per-window fringes and scroll bars.
20413 Fix bug that caused vertical separator to be subtracted also on
20414 window frames. Fix another bug that did not reduce the returned
20415 value by the columns used for display margins.
20416 (window_scroll_line_based): Fix bug related to scrolling too much
20417 when display margins are present (implicitly fixed by the fix to
20418 window_box_text_cols).
20419 (scroll_left, scroll_right): Fix bug related to scrolling too far
20420 by default when display margins are present (implicitly fixed by
20421 the fix to window_box_text_cols).
20422 (struct saved_window): Rename members left to left_col, top to
20423 top_line, width to total_cols, height to total_lines, orig_top to
20424 orig_top_line, orig_height to orig_total_lines. All uses changed.
20425 New members left_margin_cols, right_margin_cols,
20426 left_fringe_width, right_fringe_width, fringes_outside_margins,
20427 scroll_bar_width, and vertical_scroll_bar_type for saving
20428 per-window display elements.
20429 (Fset_window_configuration): Restore display margins, fringes,
20430 and scroll bar settings. This fixes a bug which caused display
20431 margins to be discarded when saving and restoring a window
20432 configuration.
20433 (save_window_save): Save display margins, fringes, and scroll bar
20434 settings. This fixes a bug which caused display margins to be
20435 discarded when saving and restoring a window configuration.
20436 (Fset_window_margins): Do nothing if display margins are not
20437 really changed. Otherwise, call adjust_window_margins to ensure
20438 the text area doesn't get too narrow. This fixes a bug which
20439 could cause Emacs to trap if setting display margins wider than
20440 the width of the window.
20441 (Fset_window_fringes): New defun to allow user to specifically set
20442 this window's fringe widths and position vs. display margins.
20443 (Fwindow_fringes): New defun to return window's actual fringe settings.
20444 (Fset_window_scroll_bars): New defun to allow user to specifically
20445 set this window's scroll bar width and position.
20446 (Fwindow_scroll_bars): New defun to return window's actual scroll
20447 bar settings.
20448 (compare_window_configurations): Also compare display margins,
20449 fringes, and scroll bar settings.
20450 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
20451
20452 * xdisp.c: Make (many) trivial substitutions for renamed and
20453 new macros in dispextern.h, frame.h and window.h.
20454 (window_box_width): Adapt to per-window fringes and scroll bars,
20455 and new fringe vs. display margin position. Note that returned
20456 value is no longer guaranteed to be a whole multiple of the frame
20457 column width, since per-window fringes may now be any width.
20458 (window_box_left_offset): New function like window_box_left, but
20459 value is relative to left border of window (rather than frame).
20460 (window_box_right_offset): New function like window_box_right,
20461 but value is relative to left border of window.
20462 (window_box_left): Adapt to per-window fringes and scroll bars,
20463 and new fringe vs. display margin position. Simplify by using
20464 WINDOW_LEFT_EDGE_X and window_box_left_offset.
20465 (window_box): Allow null args for unnecessary return values;
20466 change/simplify relevant callers.
20467 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
20468 and new fringe vs. display margin position.
20469 Use window_box_left_offset and window_box_right_offset
20470 (get_glyph_string_clip_rect): Adapt to per-window fringes and
20471 scroll bars, and new fringe vs. display margin position.
20472 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
20473 (draw_fringe_bitmap): Rework to handle per-window fringes and new
20474 fringe vs. display margin position.
20475 (hscroll_window_tree): Use window_box_width instead of window_box.
20476 (redisplay_window): Adapt to per-window scroll bars.
20477 (draw_glyphs): Rework to handle per-window fringes and scroll
20478 bars, and new fringe vs. display margin position.
20479 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
20480 (x_clear_end_of_line): Adapt to per-window fringes and scroll
20481 bars, and new fringe vs. display margin position. Fix bug which
20482 increased total width of full_width rows by width of scroll bars
20483 although window's total width already includes that.
20484 (x_fix_overlapping_area): Simplify using window_box_left_offset.
20485 (expose_area): Simplify using window_box_left_offset.
20486 (x_draw_vertical_border): Handle per-window scroll bar settings,
20487 mixing windows with left, right and no scroll bars.
20488
20489 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
20490 where it's used in x_list_fonts (for clarity).
20491 (frame_update_line_height): Remove unused function; functionality
20492 is now done directly when setting the default font in x_set_font.
20493
20494 * xfns.c: Make (many) trivial substitutions for renamed and
20495 new macros in dispextern.h, frame.h and window.h.
20496
20497 * xmenu.c: Make (some) trivial substitutions for renamed and
20498 new macros in dispextern.h, frame.h and window.h.
20499
20500 * xterm.h (struct x_output): Move members left_pos, top_pos,
20501 border_width, pixel_height, pixel_width, line_height,
20502 internal_border_width, vertical_scroll_bar_extra,
20503 left_fringe_width, right_fringe_width, fringe_cols,
20504 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
20505 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
20506 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
20507 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
20508 (PIXEL_WIDTH, PIXEL_HEIGHT)
20509 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
20510 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
20511 frame.h and renamed [see frame.h changes].
20512 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
20513 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
20514 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
20515 and renamed [see frame.h changes].
20516
20517 * xterm.c: Make (several) trivial substitutions for renamed and
20518 new macros in dispextern.h, frame.h and window.h.
20519 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
20520 (scroll_run): Adapt to new fringe position.
20521 (glyph_rect): Use window coordinates returned from
20522 window_from_coordinates rather than frame_to_window_pixel_xy.
20523 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
20524 scroll-bars.
20525 (handle_one_xevent): Simplify a USE_GTK conditional.
20526 (x_clip_to_row): Remove superfluous whole_line_p arg and code
20527 (fringes are now inside margins, i.e. always in the clipping area).
20528 All callers changed.
20529 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
20530 directly, then call compute_fringe_widths. Don't call
20531 frame_update_line_height.
20532
20533 * w32term.h (struct w32_output): Move members left_pos, top_pos,
20534 border_width, pixel_height, pixel_width, line_height,
20535 internal_border_width, vertical_scroll_bar_extra,
20536 left_fringe_width, right_fringe_width, fringe_cols,
20537 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
20538 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
20539 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
20540 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
20541 (PIXEL_WIDTH, PIXEL_HEIGHT)
20542 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
20543 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
20544 frame.h and renamed [see frame.h changes].
20545 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
20546 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
20547 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
20548 and renamed [see frame.h changes].
20549
20550 * w32term.c: Make (several) trivial substitutions for renamed and
20551 new macros in dispextern.h, frame.h and window.h.
20552 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
20553 (glyph_rect): Use window coordinates returned from
20554 window_from_coordinates rather than frame_to_window_pixel_xy.
20555 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
20556 scroll-bars.
20557 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
20558 (fringes are now inside margins, i.e. always in the clipping area).
20559 All callers changed.
20560 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
20561 directly, then call compute_fringe_widths. Don't call
20562 frame_update_line_height.
20563
20564 * w32console.c: Make (few) trivial substitutions for renamed and
20565 new macros in dispextern.h, frame.h and window.h.
20566
20567 * w32fns.c: Make (many) trivial substitutions for renamed and
20568 new macros in dispextern.h, frame.h and window.h.
20569
20570 * w32menu.c: Make (few) trivial substitutions for renamed and
20571 new macros in dispextern.h, frame.h and window.h.
20572
20573 * macterm.h (struct mac_output): Move members left_pos, top_pos,
20574 border_width, pixel_height, pixel_width, line_height,
20575 internal_border_width, vertical_scroll_bar_extra,
20576 left_fringe_width, right_fringe_width, fringe_cols,
20577 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
20578 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
20579 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
20580 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
20581 (PIXEL_WIDTH, PIXEL_HEIGHT)
20582 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
20583 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
20584 frame.h and renamed [see frame.h changes].
20585 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
20586 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
20587 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
20588 and renamed [see frame.h changes].
20589
20590 * macterm.c: Make (several) trivial substitutions for renamed and
20591 new macros in dispextern.h, frame.h and window.h.
20592 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
20593 (glyph_rect): Use window coordinates returned from
20594 window_from_coordinates rather than frame_to_window_pixel_xy.
20595 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
20596 scroll-bars.
20597 (x_clip_to_row): Remove superfluous whole_line_p arg and code
20598 (fringes are now inside margins, i.e. always in the clipping area).
20599 All callers changed.
20600 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
20601 directly, then call compute_fringe_widths. Don't call
20602 frame_update_line_height.
20603
20604 * macfns.c: Make (several) trivial substitutions for renamed and
20605 new macros in dispextern.h, frame.h and window.h.
20606 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
20607
20608 * macmenu.c: Make (few) trivial substitutions for renamed and
20609 new macros in dispextern.h, frame.h and window.h.
20610
20611 * msdos.h (struct x_output): Remove members left_pos, top_pos,
20612 and line_height, and use corresponding new members in struct
20613 frame. All uses changed.
20614 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
20615 superseeded by corresponding macros in frame.h.
20616
20617 * msdos.c: Make (several) trivial substitutions for renamed and
20618 new macros in dispextern.h, frame.h and window.h.
20619 (IT_note_mouse_highlight): Use updated window coordinates returned
20620 by window_from_coordinates, rather than adjusting them locally.
20621 (internal_terminal_init): No need to initialize line_height here;
20622 it now defaults to 1.
20623
20624 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
20625
20626 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
20627 dropping `down' events.
20628
20629 2003-05-24 Andreas Schwab <schwab@suse.de>
20630
20631 * coding.c (find_safe_codings): Fix last change.
20632
20633 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
20634
20635 * xfns.c (x_window): Fix typo from 2003-05-21 change.
20636
20637 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
20638
20639 * xdisp.c (display_mode_element): Increase max depth.
20640 Simplify the error handling code. Use a different error string
20641 for the case where we hit the depth limit.
20642
20643 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
20644
20645 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
20646
20647 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
20648
20649 * intervals.c (get_local_map): Don't get char-property of previous
20650 point any more: get_pos_property already does it and better.
20651
20652 2003-05-21 Dave Love <fx@gnu.org>
20653
20654 [Merged from unicode branch.]
20655
20656 * xfns.c (x_window, x_window): Use use_xim.
20657
20658 * xterm.c (use_xim): Initialize.
20659 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
20660 (x_term_init): Maybe set use_xim.
20661
20662 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
20663
20664 2003-05-21 Jason Rumney <jasonr@gnu.org>
20665
20666 * unexw32.c (_start): Remove _fmode initialization.
20667
20668 * emacs.c (main) [WINDOWSNT]: Move it here.
20669
20670 2003-05-20 Dave Love <fx@gnu.org>
20671
20672 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
20673
20674 2003-05-19 Richard M. Stallman <rms@gnu.org>
20675
20676 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
20677 as value for QCfont attribute.
20678 (realize_default_face): lface should already exist; crash if not.
20679 Specify 0 for FORCE_P when calling set_lface_from_font_name.
20680
20681 * frame.c (Fignore_event): Doc fix.
20682
20683 2003-05-19 Kenichi Handa <handa@m17n.org>
20684
20685 * coding.c (decode_coding_string): Handle post-read-conversion
20686 even if the coding doesn't require decoding.
20687
20688 2003-05-18 Richard M. Stallman <rms@gnu.org>
20689
20690 * callproc.c (Fcall_process_region): Doc fix.
20691
20692 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
20693
20694 * lread.c (Fload): Print a message if package is obsolete.
20695
20696 * window.c (Fselect_window): Add optional `norecord' arg.
20697 (select_window_1): Fold into Fselect_window.
20698 (select_window_norecord): New function.
20699 (temp_output_buffer_show): Use it. Preserve current buffer.
20700
20701 * window.h (Fselect_window): Update declaration.
20702
20703 * window.c (delete_window, Fother_window, Fset_window_configuration):
20704 * minibuf.c (read_minibuf):
20705 * macterm.c (x_new_focus_frame):
20706 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
20707 * callint.c (Fcall_interactively):
20708 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
20709
20710 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
20711
20712 2003-05-17 David Kastrup <dak@gnu.org>
20713
20714 * process.c (read_process_output): Back out change from 2003-03-09.
20715
20716 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
20717
20718 * editfns.c (get_pos_property): Don't assume that `object' = nil.
20719
20720 * textprop.c (text_property_stickiness): New arg `buffer'.
20721
20722 * intervals.h (text_property_stickiness): New arg `buffer'.
20723 (get_pos_property): Declare.
20724
20725 * intervals.c (get_local_map): Use get_pos_property, to obey
20726 stickiness and empty overlays.
20727 (create_root_interval, graft_intervals_into_buffer): Use BEG.
20728 (merge_properties, intervals_equal, merge_properties_sticky):
20729 Use XCAR, XCDR.
20730 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
20731
20732 2003-05-17 Richard M. Stallman <rms@gnu.org>
20733
20734 * minibuf.c (read_minibuf): If buffer is empty, record the default
20735 in the history.
20736 (Fminibuffer_complete_word): When deleting the overlap, take account
20737 of its real position.
20738
20739 * fns.c (map_char_table): Fix previous change.
20740
20741 * syntax.c (find_defun_start):
20742 When open_paren_in_column_0_is_defun_start,
20743 return beginning of buffer.
20744
20745 * lisp.h (map_char_table): Declare added arg.
20746
20747 * fns.c (map_char_table): New arg TABLE gets the master table.
20748 All calls changed.
20749 Process default and inheritance, resorting to Faref if necessary.
20750
20751 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
20752 (Faccessible_keymaps): Pass new arg to map_char_table.
20753
20754 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
20755
20756 * casetab.c (set_case_table): Pass new arg to map_char_table.
20757
20758 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
20759
20760 * lisp.h (specbinding_func): New typedef.
20761 (struct specbinding): Use specbinding_func, to put the `volatile'
20762 in the right place.
20763
20764 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
20765 to avoid GCC warning.
20766
20767 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
20768
20769 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
20770
20771 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
20772
20773 * keyboard.c (apply_modifiers): Don't fill the other cache.
20774
20775 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
20776
20777 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
20778
20779 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
20780 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
20781 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
20782 (Fset_window_configuration, Fcurrent_window_configuration)
20783 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
20784 (Fpos_visible_in_window_p, mark_window_cursors_off)
20785 (window_internal_height, window_internal_width, Frecenter)
20786 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
20787 (replace_buffer_in_all_windows, init_window_once, init_window)
20788 (syms_of_window, keys_of_window): Move from lisp.h.
20789 * lisp.h: Move window.c declarations to window.h.
20790
20791 * bytecode.c: Include window.h.
20792 * emacs.c: Include window.h.
20793
20794 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
20795 (keyremap): Add `parent' field.
20796 (keyremap_step): Use it. Remove `parent' argument.
20797 (read_key_sequence): Setup and use the new `parent' field.
20798
20799 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
20800
20801 * keyboard.c (adjust_point_for_property): Ensure termination.
20802
20803 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
20804
20805 * keyboard.c (follow_key): Remove dead variable `did_meta'.
20806 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
20807 duplicated handling of function-key-map and key-translation-map
20808 in read_key_sequence.
20809 (read_key_sequence): Use them.
20810
20811 * keyboard.c (adjust_point_for_property): Try harder to move point
20812 to the non-sticky end of an invisible property.
20813
20814 * xdisp.c (single_display_prop_intangible_p): Make `space' display
20815 property intangible as well.
20816
20817 2003-05-10 Andreas Schwab <schwab@suse.de>
20818
20819 * xmenu.c (single_menu_item): Change last parameter to void* to
20820 avoid warning.
20821
20822 2003-05-09 Richard M. Stallman <rms@gnu.org>
20823
20824 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
20825 Bind Qinhibit_modification_hooks to t so there will be no GC.
20826 Rename local `tem' to `save_deactivate_mark'.
20827
20828 * eval.c (specpdl_ptr): Declare volatile.
20829 (unbind_to): Copy the whole binding and decrement specpdl_ptr
20830 before doing the work of unbinding it.
20831
20832 * lisp.h (struct specbinding): Declare elements volatile.
20833 (specpdl_ptr): Declare volatile.
20834
20835 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
20836
20837 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
20838 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
20839
20840 2003-05-08 Dave Love <fx@gnu.org>
20841
20842 * coding.c (Vlast_coding_system_used): Doc fix.
20843
20844 2003-05-07 Jason Rumney <jasonr@gnu.org>
20845
20846 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
20847 when system does not support them.
20848
20849 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
20850
20851 * fileio.c (Qwrite_region_annotate_functions): New var.
20852 (build_annotations): Use it to process the global part of the hook.
20853 (syms_of_fileio): Init and staticpro it.
20854
20855 * keyboard.c (safe_run_hooks_error): Display a message instead of
20856 silently ignoring the error.
20857
20858 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
20859
20860 * keyboard.c (input_available_signal): Mark static.
20861 (menu_bar_items): Use map_keymap.
20862 (menu_bar_one_keymap): Remove.
20863 (menu_bar_item): Adjust arglist (for use in map_keymap).
20864 Properly hide a second binding when not both are keymaps.
20865
20866 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
20867 (single_keymap_panes): Use it and map_keymap.
20868 (single_menu_item): Use skp as well.
20869
20870 * keymap.h (map_keymap_function_t): New type.
20871 (map_keymap): Declare.
20872
20873 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
20874 (map_keymap_call, Fmap_keymap): New functions.
20875 (syms_of_keymap): Defsubr map-keymap.
20876
20877 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20878
20879 * gtkutil.c (create_dialog, make_widget_for_menu_item)
20880 (make_menu_item, create_menus, xg_update_menu_item): Don't call
20881 ..._with_mnemonic functions for menu items.
20882
20883 2003-05-01 Kenichi Handa <handa@m17n.org>
20884
20885 * coding.c (coding_system_accept_latin_extra_p): Delete this
20886 function.
20887 (find_safe_codings): Pay attention to
20888 the property tranlsation-table-for-encode of each codings.
20889 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
20890
20891 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
20892
20893 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
20894
20895 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
20896
20897 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
20898
20899 * lisp.h (CHECK): Wrap args in parenthesis.
20900 (specbind): Fix doc: symbol = Qnil is not supported any more.
20901
20902 * bytecode.c (Fbyte_code) <unwind-protect>:
20903 Use Fprogn rather than 0 and Qnil.
20904
20905 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
20906 `double', and `triple' modifiers as well.
20907
20908 2003-04-30 Richard M. Stallman <rms@gnu.org>
20909
20910 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
20911
20912 * alloc.c (abort_on_gc): New variable.
20913 (Fgarbage_collect): Abort if abort_on_gc is set.
20914
20915 * lisp.h (abort_on_gc): Add decl.
20916
20917 * eval.c (Fsignal): Clear abort_on_gc.
20918
20919 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
20920 Reinit FORMAT_START and END before second scan.
20921
20922 * xdisp.c (move_it_vertically_backward): Do the final big else
20923 even if nlines is 0.
20924
20925 * xdisp.c (redisplay_internal): Finish the per-frame loop
20926 even if redisplay is suspended by input.
20927
20928 2003-04-24 Andrew Choi <akochoi@shaw.ca>
20929
20930 * macterm.c (x_list_fonts): Return all fonts that match if
20931 maxnames = -1.
20932
20933 2003-04-25 Kenichi Handa <handa@m17n.org>
20934
20935 * syntax.c (skip_chars): Fix previous change.
20936
20937 2003-04-24 Kenichi Handa <handa@m17n.org>
20938
20939 * syntax.c (skip_chars): Make the code faster by using the common
20940 technique of *p, *stop, and *endp.
20941
20942 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20943
20944 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
20945 tool_bar_items so GTK tool bar expose callback does not access items
20946 being updated.
20947
20948 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
20949
20950 * eval.c (Fapply): Undo last change and add a comment about why.
20951
20952 2003-04-18 Miles Bader <miles@gnu.org>
20953
20954 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
20955 pickier PARSE_MULTIBYTE_SEQ.
20956
20957 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
20958
20959 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
20960 Use XCDR, XCAR, CONSP.
20961 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
20962 (Fapply): Remove unnecessary GCPRO.
20963
20964 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
20965
20966 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
20967
20968 * buffer.h: Don't hardcode BEG==1.
20969
20970 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
20971
20972 2003-04-16 Richard M. Stallman <rms@gnu.org>
20973
20974 * xdisp.c (try_window, try_window_reusing_current_matrix):
20975 When at end of window, set window_end_pos to Z-ZV.
20976
20977 * buffer.c (Foverlay_recenter): Doc fix.
20978
20979 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
20980
20981 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
20982
20983 2003-04-14 Andrew Choi <akochoi@shaw.ca>
20984
20985 * macterm.c (mac_check_for_quit_char): Don't check more often than
20986 once a second.
20987
20988 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
20989
20990 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
20991 specially, so that they can't hide an implicit switch-frame event.
20992 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
20993 (head_table): Use switch-frame as event_kind for select-window.
20994 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
20995
20996 * editfns.c (Fformat): Lisp_Object/int mixup.
20997 (format2): Remove unused var numargs.
20998
20999 2003-04-11 Kenichi Handa <handa@m17n.org>
21000
21001 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
21002 (Qafter_insert_file_set_coding): New variable.
21003 (syms_of_fileio): Initialize and staticpro it. Delete declaration
21004 for after-insert-file-adjust-coding-function.
21005 (Finsert_file_contents): Call Qafter_insert_file_set_coding
21006 instead of Vafter_insert_file_adjust_coding_function.
21007
21008 2003-04-11 Kenichi Handa <handa@m17n.org>
21009
21010 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
21011
21012 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
21013 string. Callers changed.
21014
21015 2003-04-10 Kenichi Handa <handa@m17n.org>
21016
21017 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
21018 (syms_of_fileio): Declare it as a lisp variable.
21019 (Finsert_file_contents):
21020 Call Vafter_insert_file_adjust_coding_function before calling
21021 decode-format.
21022
21023 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21024
21025 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
21026 get GtkAdjustment as widget now is a GtkRange.
21027
21028 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
21029 GtkRange to avoid memory leak.
21030
21031 2003-04-09 Kenichi Handa <handa@m17n.org>
21032
21033 * xfaces.c (Vface_font_rescale_alist): New variable.
21034 (struct font_name): New member rescale_ratio.
21035 (font_rescale_ratio): New function.
21036 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
21037 (better_font_p): On comparing point sized, pay attention to
21038 recale_ratio member of fonts.
21039 (build_scalable_font_name): Reflect font->rescale_ratio in the
21040 font name.
21041 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
21042
21043 * lread.c (read1): Before calling index, check if the 2nd
21044 arguemnt is in ASCII range.
21045
21046 2003-04-08 Richard M. Stallman <rms@gnu.org>
21047
21048 * fileio.c (Ffile_symlink_p): Doc fix.
21049
21050 * editfns.c (Fformat): Translate positions of text properties
21051 in the format string to apply them to the result.
21052
21053 * fileio.c (Finsert_file_contents): Doc fix.
21054 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
21055
21056 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
21057
21058 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
21059
21060 2003-04-08 Steven Tamm <steventamm@mac.com>
21061
21062 * mac.c (init_mac_osx_environment): Switch libexec and bin so
21063 that self-contained application finds libexec files.
21064
21065 2003-04-08 Kenichi Handa <handa@m17n.org>
21066
21067 * coding.c (code_convert_region_unwind):
21068 Set Vlast_coding_system_used to the argument.
21069 (code_convert_region): If post-read-conversion function changed
21070 the value of last-coding-sytem, keep the new value in
21071 coding->symbol so that it won't be overridden.
21072 (run_pre_post_conversion_on_str): Likewise.
21073 (coding_system_accept_latin_extra_p): New function.
21074 (find_safe_codings): Pay attention to characters registered in
21075 latin-extra-code-table.
21076
21077 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
21078
21079 * Makefile.in (md5.o): Add missing dependency info.
21080
21081 2003-04-06 Richard M. Stallman <rms@gnu.org>
21082
21083 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
21084
21085 * marker.c (verify_bytepos): New function.
21086
21087 * intervals.c (set_intervals_multibyte_1): When becoming
21088 multibyte, adjust right and left child sizes to a whole set of
21089 characters. If an interval gets zero total-length, delete it.
21090 If an interval consists of just its children, delete one of them.
21091
21092 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
21093 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
21094
21095 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
21096 All calls deleted.
21097 (lisp_malloc): Do the work here directly.
21098
21099 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
21100
21101 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
21102 char tables.
21103
21104 2003-04-04 Kenichi Handa <handa@m17n.org>
21105
21106 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
21107 destructively change "%S" to "%s".
21108
21109 2003-04-03 Miles Bader <miles@gnu.org>
21110
21111 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
21112 always set.
21113
21114 2003-04-01 Dave Love <fx@gnu.org>
21115
21116 * xfns.c (xpm_lookup_color): Grok "opaque".
21117
21118 2003-03-31 Andrew Choi <akochoi@shaw.ca>
21119
21120 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
21121 parent window ID.
21122
21123 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
21124
21125 * macterm.h (struct mac_output): Define x_pixels_diff and
21126 y_pixels_diff.
21127
21128 2003-03-31 Juanma Barranquero <lektu@terra.es>
21129
21130 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
21131 blockinput.h and files included from it.
21132
21133 2003-03-31 Kim F. Storm <storm@cua.dk>
21134
21135 The following changes consolidates the common code related to
21136 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
21137 files into frame.c.
21138
21139 * frame.c: Include blockinput.h.
21140 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
21141 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
21142 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
21143 related vars here.
21144 (struct frame_parm_table, frame_parms): New table for describing
21145 frame parameters and their associated Q-variable.
21146 The order of the parameters corresponds to the sequence of the
21147 frame_parm_handlers table in redisplay_interface.
21148 (x_fullscreen_move, x_set_frame_parameters)
21149 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
21150 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
21151 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
21152 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
21153 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
21154 Generic functions for processing of frame parameters.
21155 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
21156 (display_x_get_resource, x_get_resource_string): Functions for
21157 generic access to X resources.
21158 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
21159 (x_default_parameter, Fx_parse_geometry): Functions for generic
21160 access to frame parameters.
21161 (x_figure_window_size): Generic calculation of frame size.
21162 Fixed to add space needed for tool bar. Also setup size_hint_flags.
21163 (syms_of_frame): Intern and staticpro frame parameter variables.
21164 Defvar_lisp Vx_resource_class and Vx_resource_name here.
21165 Defsubr Sx_get_resource and Sx_parse_geometry.
21166
21167 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
21168 parameter related vars defined in frame.c.
21169 (EMACS_CLASS): Define here.
21170 (enum FULLSCREEN_*): Define here.
21171 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
21172 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
21173 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
21174 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
21175 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
21176 (x_set_visibility, x_set_autoraise, x_set_autolower)
21177 (x_set_unsplittable, x_set_vertical_scroll_bars)
21178 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
21179 (x_figure_window_size): Add prototypes.
21180
21181 * dispextern.h (frame_parm_handler): New typedef.
21182 (struct redisplay_interface): New member frame_parm_handlers.
21183 (enum resource_types): Move declaration here.
21184 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
21185 (x_default_parameter): Add prototypes.
21186
21187 * window.c: Remove extern decl for frame parameter vars.
21188 (change_window_heights): New generic function;
21189 replaces x_change_window_heights. All users changed.
21190
21191 * window.h (change_window_heights): Add prototype.
21192
21193 * xfaces.c: Remove extern decl for frame parameter vars.
21194
21195 * xterm.h (EMACS_CLASS): Remove. Use generic define.
21196 (struct w32_display_info): Fix type of xrdb member.
21197 (enum FULLSCREEN_*): Remove.
21198 Remove prototypes for generic functions (in frame.h).
21199
21200 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
21201 parameters now defined in frame.h and frame.c.
21202 (Vx_resource_name): Remove. Use generic var.
21203 (enum x_frame_parms): Remove (bogus, unused enum).
21204 (check_x_display_info): Make non-static (for frame.c).
21205 (struct x_frame_parm_table, x_frame_parms): Remove.
21206 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
21207 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
21208 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
21209 (x_change_window_heights, x_set_autoraise, x_set_autolower)
21210 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
21211 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
21212 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
21213 Remove. Use generic functions instead.
21214 (enum resource_types): Remove.
21215 (x_set_scroll_bar_default_width): New global function (for frame.c).
21216 (Fx_create_frame): Depend on x_figure_window_size to add space for
21217 toolbar and setup size_hint_flags.
21218 (x_frame_parm_handlers): New table for redisplay_interface.
21219 (syms_of_xfns): Don't intern/staticpro removed vars.
21220
21221 * xterm.c: Remove unnecessary extern declarations.
21222 (x_fullscreen_adjust): Remove. Use generic instead.
21223 (x_redisplay_interface): Add x_frame_parm_handlers member.
21224
21225 * w32gui.h (XrmDatabase): New (dummy) typedef.
21226
21227 * w32term.h (EMACS_CLASS): Remove. Use generic define.
21228 (struct w32_display_info): Fix type of xrdb member.
21229 (enum FULLSCREEN_*): Remove.
21230 (x_fullscreen_adjust): Remove prototype.
21231
21232 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
21233 parameters now defined in frame.h and frame.c.
21234 (Vx_resource_name): Remove. Use generic var.
21235 (enum x_frame_parms): Remove (bogus, unused enum).
21236 (check_x_display_info): Make non-static (for frame.c).
21237 (struct x_frame_parm_table, x_frame_parms): Remove.
21238 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
21239 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
21240 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
21241 (x_change_window_heights, x_set_autoraise, x_set_autolower)
21242 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
21243 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
21244 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
21245 Remove. Use generic functions instead.
21246 (enum resource_types): Remove.
21247 (x_set_scroll_bar_default_width): New global function (for frame.c).
21248 (Fx_create_frame): Depend on x_figure_window_size to add space for
21249 toolbar and setup size_hint_flags.
21250 (w32_frame_parm_handlers): New table for redisplay_interface.
21251 (syms_of_w32fns): Don't intern/staticpro removed vars.
21252
21253 * w32term.c: Remove unnecessary extern declarations.
21254 (x_fullscreen_adjust): Remove. Use generic instead.
21255 (x_redisplay_interface): Add w32_frame_parm_handlers member.
21256
21257 * w32reg.c (x_get_string_resource): Use XrmDatabase.
21258
21259 * macgui.h (XrmDatabase): New (dummy) typedef.
21260
21261 * macterm.h (EMACS_CLASS): Remove.
21262 (struct mac_display_info): Add xrdb member.
21263 (struct mac_output): Add want_fullscreen member.
21264
21265 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
21266 parameters now defined in frame.h and frame.c.
21267 (Vx_resource_name): Remove. Use generic var.
21268 (check_x_display_info): Make non-static (for frame.c).
21269 (struct x_frame_parm_table, x_frame_parms): Remove.
21270 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
21271 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
21272 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
21273 (x_change_window_heights, x_set_autoraise, x_set_autolower)
21274 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
21275 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
21276 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
21277 Remove. Use generic functions instead.
21278 (enum resource_types): Remove.
21279 (x_set_scroll_bar_default_width): New global function (for frame.c).
21280 (mac_frame_parm_handlers): New table for redisplay_interface.
21281 (syms_of_macfns): Don't intern/staticpro removed vars.
21282
21283 * macterm.c: Remove unnecessary extern declarations.
21284 (x_redisplay_interface): Add mac_frame_parm_handlers member.
21285
21286 * Makefile.in (frame.o): Add dependency on blockinput.h and files
21287 included from it (atimer.h and systime.h).
21288
21289 2003-03-30 Andreas Schwab <schwab@suse.de>
21290
21291 * xdisp.c (x_insert_glyphs): Fix swapped width and height
21292 parameters for shift_glyphs_for_insert.
21293
21294 * macterm.c (x_redisplay_interface): Add missing entry for
21295 draw_vertical_window_border.
21296
21297 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21298
21299 * fileio.c (Fexpand_file_name): In the no-handler case, after
21300 expanding, look again for a handler and invoke it. This is needed
21301 for filenames like "/foo/../user@host:/bar/../baz" -- the first
21302 expansion produces "/user@host:/bar/../baz" which needs to be
21303 expanded again for the finame result "/user@host:/baz".
21304
21305 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21306
21307 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
21308 of area to be redrawn for better performance.
21309
21310 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
21311
21312 * xterm.c (take_vertical_position_into_account): Remove.
21313 (xt_action_hook): Call set_vertical_scroll_bar if needed.
21314 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
21315 (xm_scroll_callback, x_create_toolkit_scroll_bar)
21316 (x_set_toolkit_scroll_bar_thumb): Simplify.
21317 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
21318 (XTread_socket): Remove unused var.
21319 (x_make_frame_invisible): Replace goto with else.
21320
21321 * xdisp.c (set_vertical_scroll_bar): New fun.
21322 (redisplay_window): Use it.
21323
21324 2003-03-26 Richard M. Stallman <rms@gnu.org>
21325
21326 * xdisp.c (update_tool_bar): Recompute tool bar if
21327 update_mode_lines is set. Set w->update_mode_line
21328 only if the tool bar contents actually change.
21329 (update_menu_bar): Undo previous change.
21330
21331 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21332
21333 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
21334 (xg_frame_set_char_size): Calculate scroll bar width before frame
21335 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
21336 (xg_separator_p): Check for all documented separator types.
21337 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
21338 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
21339
21340 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
21341 so tool bar gets updated.
21342
21343 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
21344
21345 * data.c (store_symval_forwarding): Re-instate part of the code
21346 that was deleted with too much enthusiasm.
21347
21348 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
21349
21350 * data.c (store_symval_forwarding): Delete special read-only
21351 hack for type == -1, since we now use ->constant instead.
21352 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
21353
21354 * buffer.c (overlays_in): Declare static.
21355 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
21356 `constant' field rather than the variable's `type' field.
21357
21358 2003-03-24 Andrew Choi <akochoi@shaw.ca>
21359
21360 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
21361
21362 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
21363
21364 * fns.c [MAC_OSX]: Do not redefine vector.
21365
21366 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
21367
21368 * macgui.h: Remove definition of No_Cursor.
21369
21370 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
21371
21372 * xdisp.c: Define No_Cursor.
21373 (x_write_glyphs, notice_overwritten_cursor)
21374 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
21375 (note_mouse_highlight): Remove Mac-specific code.
21376 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
21377
21378 2003-03-24 John Paul Wallington <jpw@gnu.org>
21379
21380 * xdisp.c (redisplay_window): If mini window's buffer is not
21381 empty, then redisplay it like other windows.
21382
21383 2003-03-23 Kim F. Storm <storm@cua.dk>
21384
21385 * w32term.c (w32_draw_window_cursor): Fix last change.
21386
21387 2003-03-23 Kenichi Handa <handa@m17n.org>
21388
21389 * alloc.c (make_string_from_bytes, make_specified_string):
21390 Add `const' for the arg CONTENTS.
21391
21392 * lisp.h (make_string_from_bytes, make_specified_string):
21393 Prototypes adjusted.
21394
21395 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21396
21397 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif.
21398
21399 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
21400 (XG_SB_RANGE): New define.
21401
21402 * gtkutil.c (xg_fixed_handle_expose): New function.
21403 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
21404 expose events.
21405 (xg_update_scrollbar_pos): Take two more arguments, left and width
21406 of scroll bar including borders.
21407 Clear left and right part outside scroll bar separately as some
21408 themes have bars that are not an even number of pixels.
21409 Don't set reallocate_redraws, don't call
21410 gdk_window_process_all_updates.
21411 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
21412 so no need to change it. Calculate size and value with XG_SB_RANGE.
21413
21414 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
21415 Pass left and width of scroll bar including borders to
21416 xg_update_scrollbar_pos.
21417
21418 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
21419
21420 * Makefile.in: Make sure space precedes end-of-line backslashes.
21421
21422 2003-03-22 Kim F. Storm <storm@cua.dk>
21423
21424 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
21425 Add generic versions here. Remove system specific versions
21426 defined elsewhere.
21427
21428 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
21429 Add prototypes.
21430
21431 * xterm.h (STORE_NATIVE_RECT): New macro.
21432
21433 2003-03-21 Kim F. Storm <storm@cua.dk>
21434
21435 * xdisp.c (get_glyph_string_clip_rect):
21436 Use FRAME_INTERNAL_BORDER_WIDTH.
21437
21438 * dispextern.h (struct redisplay_interface): Add active_p
21439 argument to draw_window_cursor member. All uses changed.
21440
21441 2003-03-21 Kim F. Storm <storm@cua.dk>
21442
21443 The following changes consolidate code related to writing and
21444 inserting glyphs, exposing frame, the tool bar, the mouse face,
21445 the output cursor, and help echo from xterm.c, w32term.c and
21446 macterm.c into xdisp.c. It also generalizes the use of the
21447 window_part enum instead of using numeric values throughout.
21448
21449 * xdisp.c: Consolidate gui-independent code here.
21450 Include keymap.h.
21451 (Qhelp_echo): Import.
21452 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
21453 (help_echo_string, help_echo_window, help_echo_object)
21454 (previous_help_echo_string, help_echo_pos): Declare here.
21455 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
21456 (estimate_mode_line_height): Define here. Handle windowing
21457 systems directly (without using estimate_mode_line_height_hook).
21458 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
21459 (update_window_cursor, update_cursor_in_window_tree)
21460 (fast_find_position, fast_find_string_pos)
21461 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
21462 (expose_area, expose_line, expose_overlaps, expose_window)
21463 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
21464 declared static as they are only used locally in xdisp.c.
21465 (draw_glyphs): Rename from x_draw_glyphs and make static.
21466 (tool_bar_item_info, notice_overwritten_cursor): Make static.
21467 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
21468 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
21469 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
21470 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
21471 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
21472 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
21473 (note_mouse_highlight, x_clear_window_mouse_face)
21474 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
21475 (x_intersect_rectangles): New generic functions for use by xdisp.c
21476 and GUI front-ends.
21477 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
21478 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
21479
21480 * dispextern.h (Display_Info): Generic typedef for *_display_info.
21481 (NativeRectangle): Generic typedef for rectangle type.
21482 (enum window_part): Move here from window.c.
21483 (struct redisplay_interface): New members flush_display_optional,
21484 define_frame_cursor, clear_frame_area, draw_window_cursor,
21485 draw_vertical_window_border, shift_glyphs_for_insert.
21486 Rename member clear_mouse_face to clear_window_mouse_face.
21487 (estimate_mode_line_height_hook): Remove hook.
21488 (auto_raise_tool_bar_buttons_p): Don't declare extern.
21489 (tool_bar_item_info): Remove prototype.
21490 (help_echo_string, help_echo_window, help_echo_object)
21491 (previous_help_echo_string, help_echo_pos)
21492 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
21493 (x_stretch_cursor_p, output_cursor): Declare extern.
21494 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
21495 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
21496 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
21497 (display_and_set_cursor, set_output_cursor, x_cursor_to)
21498 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
21499 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
21500 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
21501 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
21502 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
21503 Add prototypes.
21504 (mode_line_string, marginal_area_string): Fix prototypes.
21505
21506 * window.c (enum window_part): Move to dispextern.h.
21507 (coordinates_in_window): Use enum window_part member names
21508 instead of numbers to describe return value.
21509 (struct check_window_data): Change part member to window_part.
21510 (check_window_containing): Return window_part unaltered.
21511 (window_from_coordinates): Change part arg from int to enum
21512 window_part. Allow part arg to be null. All users changed.
21513
21514 * window.h (window_from_coordinates): Fix prototype.
21515
21516 * term.c (estimate_mode_line_height): Move to xdisp.c.
21517
21518 * keyboard.c (make_lispy_event): Use enum window_part.
21519
21520 * dispnew.c (mode_line_string, marginal_area_string): Use enum
21521 window_part instead of int in arg list. Users changed.
21522
21523 * xterm.h (No_Cursor): Declare as None for X.
21524 (struct mac_output): Replace member cross_cursor by hand_cursor.
21525
21526 * xterm.c: Remove consolidated defines and code.
21527 (BETWEEN): Remove unused macro.
21528 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
21529 (x_define_frame_cursor, x_clear_frame_area)
21530 (x_draw_window_cursor): New X-specific functions for RIF.
21531 (x_redisplay_interface): Add new members.
21532
21533 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
21534
21535 * w32term.h (struct w32_output): Remove cross_cursor member.
21536
21537 * w32term.c: Remove consolidated defines and code.
21538 (BETWEEN): Remove unused macro.
21539 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
21540 (w32_define_frame_cursor, w32_clear_frame_area)
21541 (w32_draw_window_cursor): New W32-specific functions for RIF.
21542 (w32_redisplay_interface): Add new members.
21543
21544 * w32gui.h (No_Cursor): Define as 0 for W32.
21545 (XRectangle): Add X compatible rectangle type.
21546 (NativeRectangle): Declare as RECT for W32.
21547 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
21548
21549 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
21550
21551 * w32console.c: Remove consolidated defines and code.
21552
21553 * msdos.h (Display_Info): Add generic typedef.
21554
21555 * msdos.c: Remove consolidated defines and code.
21556 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
21557
21558 * macterm.h (struct mac_output): Replace member cross_cursor by
21559 hand_cursor.
21560 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
21561
21562 * macterm.c: Remove consolidated defines and code.
21563 (BETWEEN): Remove unused macro.
21564 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
21565 (mac_define_frame_cursor, mac_clear_frame_area)
21566 (mac_draw_window_cursor): New Mac-specific functions for RIF.
21567 (x_redisplay_interface): Add new members.
21568
21569 * macgui.h (No_Cursor): Define as 0 for Mac.
21570 (XRectangle): Add X compatible rectangle type.
21571 (NativeRectangle): Declare as Rect for Mac.
21572 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
21573
21574 * macfns.c (x_set_mouse_color): Setup hand_cursor.
21575 (x_set_cursor_color): Use x_display_and_set_cursor.
21576
21577 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
21578 included from it. Add dependency on keymap.h.
21579
21580 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
21581
21582 2003-03-21 Kenichi Handa <handa@m17n.org>
21583
21584 * fileio.c (Fexpand_file_name): Fix previous change.
21585
21586 2003-03-19 Kenichi Handa <handa@m17n.org>
21587
21588 * fileio.c (Ffile_name_directory): Reconstruct file name by
21589 make_specified_string.
21590 (Ffile_name_nondirectory, Ffile_name_as_directory)
21591 (Fdirectory_file_name, Fexpand_file_name)
21592 (Fsubstitute_in_file_name): Likewise.
21593 (Fread_file_name): Compare decoded homedir with DIR and
21594 DEFAULT_FILENAME.
21595
21596 * alloc.c (make_specified_string): If NCHARS is negative, count
21597 the number of characters.
21598
21599 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21600
21601 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
21602 all widgets.
21603
21604 * gtkutil.h: Removed xg_ignore_next_thumb.
21605
21606 2003-03-18 Kenichi Handa <handa@m17n.org>
21607
21608 * coding.c (Vchar_coding_system_table): Remove this variable.
21609 (Vcoding_system_safe_chars): New variable.
21610 (intersection): Remove this function.
21611 (find_safe_codings): Don't use Vchar_coding_system_table, but try
21612 all codings in SAFE_CODINGS.
21613 (Ffind_coding_systems_region_internal): Adjust for the change of
21614 find_safe_codings. Get generic coding systems from
21615 Vcoding_system_safe_chars.
21616 (Fdefine_coding_system_internal): New function.
21617 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
21618 Initialize and staticpro Vcoding_system_safe_chars.
21619
21620 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21621
21622 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
21623 equal old values before updating.
21624
21625 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
21626
21627 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
21628
21629 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21630
21631 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
21632 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
21633 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
21634 (scroll_bar_button_cb): Set bar->dragging to nil on button release.
21635 (xg_create_scroll_bar): Pass bar to button event callback.
21636 (xg_find_top_left_in_fixed): New function.
21637 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
21638 whole scroll bar area. Get old position with
21639 xg_find_top_left_in_fixed, calculate and only clear needed areas.
21640 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
21641 dragging is in progress. Calculate whole as for Motif.
21642 Remove code that saved last values. Call gtk_range functions to
21643 set scroll bar sizes.
21644
21645 * gtkutil.h: Removed xg_ignore_next_thumb.
21646
21647 2003-03-17 Juanma Barranquero <lektu@terra.es>
21648
21649 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
21650 and files included from it.
21651
21652 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
21653
21654 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
21655 multiple occurrences of the same keymap under different prefixes.
21656 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
21657
21658 2003-03-16 Jason Rumney <jasonr@gnu.org>
21659
21660 * w32gui.h: Use HDC for Display.
21661
21662 * w32term.c (w32_encode_char): Prevent double-byte chars from
21663 crashing Emacs.
21664
21665 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
21666 as binary.
21667
21668 2003-03-16 Juanma Barranquero <lektu@terra.es>
21669
21670 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
21671
21672 2003-03-16 Kim F. Storm <storm@cua.dk>
21673
21674 The following changes consolidate some of the gui-independent
21675 parts of the processing and drawing of "glyph strings" from
21676 xterm.c, w32term.c, and macterm.c into xdisp.c.
21677
21678 * dispextern.h (struct glyph): Reduce face_id member from 22 to
21679 21 bits (this reduces number of faces from 4M to 2M).
21680 Replace W32 specific w32_font_type member (2 bits) by generic
21681 font_type member (3 bits) for portability.
21682 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
21683 (enum draw_glyphs_face): Define here.
21684 (struct glyph_string): Define here. Merge W32 and X versions.
21685 (struct redisplay_interface): New members per_char_metric,
21686 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
21687 (VCENTER_BASELINE_OFFSET): Define here.
21688 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
21689 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
21690
21691 * xdisp.c: Consolidate gui-independent "glyph string" code here.
21692 (dump_glyph_string): Moved here.
21693 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
21694 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
21695 (fill_composite_glyph_string, fill_glyph_string)
21696 (fill_image_glyph_string, fill_stretch_glyph_string)
21697 (left_overwritten, left_overwriting, right_overwritten)
21698 (right_overwriting, get_char_face_and_encoding)
21699 (set_glyph_string_background_width, compute_overhangs_and_x)
21700 (append_glyph, append_composite_glyph, produce_image_glyph)
21701 (take_vertical_position_into_account, append_stretch_glyph)
21702 (produce_stretch_glyph): New generic functions (based on X version).
21703 Call platform specific functions through rif.
21704 (INIT_GLYPH_STRING): New macro, hides W32 details.
21705 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
21706 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
21707 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
21708 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
21709 (notice_overwritten_cursor):
21710 Generic functions exported to platform modules. Users changed.
21711
21712 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
21713 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
21714 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
21715 New macros for consolidated code.
21716
21717 * xterm.c: Remove consolidated defines and code.
21718 (x_per_char_metric, x_encode_char)
21719 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
21720 (x_redisplay_interface): Add new members.
21721
21722 * w32gui.h (Display): Add dummy typedef for consolidation.
21723 (XChar2b): Define alias for wchar_t for consolidation.
21724 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
21725
21726 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
21727 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
21728 New macros for consolidation.
21729
21730 * w32term.c: Remove consolidated defines and code.
21731 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
21732 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
21733 (w32_per_char_metric): Change font_type arg to int for RIF.
21734 (w32_encode_char): Return int according to RIF requirements.
21735 (w32_compute_glyph_string_overhangs): Adapt to RIF.
21736 (w32_get_glyph_overhangs): New function for RIF. Uses generic
21737 x_get_glyph_overhangs.
21738 (w32_redisplay_interface): Add new members.
21739
21740 * macgui.h (XChar2b): Move typedef here for consolidation.
21741 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
21742
21743 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
21744 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
21745 consolidation.
21746
21747 * macterm.c: Remove consolidated defines and code.
21748 (mac_per_char_metric): New function for RIF.
21749 (mac_encode_char): Adapt to new RIF requirements.
21750 (mac_compute_glyph_string_overhangs): Adapt for RIF.
21751 (x_redisplay_interface): Add new members.
21752
21753 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
21754
21755 * keymap.c (Vmenu_events): New var.
21756 (syms_of_keymap): Initialize it.
21757 (where_is_internal): Check more carefully what is a menu event.
21758
21759 2003-03-14 Richard M. Stallman <rms@gnu.org>
21760
21761 * lread.c (read1): After #!, exit loop on eof.
21762
21763 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21764
21765 * gtkutil.h: Add declaration for xg_frame_cleared.
21766
21767 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
21768
21769 * gtkutil.c (struct xg_last_sb_pos): New structure.
21770 (handle_fixed_child): New function.
21771 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
21772 and force a redraw on them.
21773 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
21774 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
21775 so we can avoid unneeded redraws.
21776 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
21777 and force a redraw on the scroll bar.
21778 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
21779 if xg_last_sb_pos shows the positions are up to date.
21780 (xg_frame_cleared): New function.
21781
21782 2003-03-13 Kenichi Handa <handa@m17n.org>
21783
21784 * coding.c (Fdetect_coding_region): Fix docstring.
21785 (Fdetect_coding_string): Fix docstring.
21786
21787 2003-03-13 Andreas Schwab <schwab@suse.de>
21788
21789 * gtkutil.c: Add prototype for create_menus.
21790
21791 * data.c (long_to_cons): Fix type of top.
21792
21793 * xselect.c (selection_data_to_lisp_data): Use int instead of
21794 long for an integer of size 4.
21795
21796 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
21797 (xg_tool_bar_help_callback): Likewise.
21798
21799 2003-03-12 Andreas Schwab <schwab@suse.de>
21800
21801 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
21802
21803 2003-03-12 Kim F. Storm <storm@cua.dk>
21804
21805 The following changes consolidate the fringe handling from
21806 xterm.c, w32term.c, and macterm.c into xdisp.c.
21807
21808 * xdisp.c: Consolidate fringe handling code here.
21809 (left_bits, right_bits, continued_bits, continuation_bits)
21810 (ov_bits, zv_bits): Define fringe bitmaps.
21811 (fringe_bitmaps): New array holding fringe bitmaps.
21812 (draw_fringe_bitmap): Draw a specific bitmap; call display
21813 specific drawing routine via rif->draw_fringe_bitmap.
21814 (draw_row_fringe_bitmaps): Generic replacement for
21815 x_draw_row_fringe_bitmaps; all callers changed.
21816 (compute_fringe_widths): Generic replacement for
21817 x_compute_fringe_widths; all callers changed.
21818
21819 * dispextern.h (enum fringe_bitmap_type): Define here.
21820 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
21821 (fringe_bitmaps): Declare extern.
21822 (struct redisplay_interface): New member draw_fringe_bitmap.
21823 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
21824
21825 * xterm.c: Remove generic fringe code.
21826 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
21827 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
21828
21829 * w32term.c: Remove generic fringe code.
21830 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
21831 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
21832
21833 * macterm.c: Remove generic fringe code.
21834 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
21835 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
21836
21837 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
21838
21839 * print.c (Fprin1_to_string): Return unibyte string if possible.
21840
21841 2003-03-09 David Kastrup <dak@gnu.org>
21842
21843 * process.c (read_process_output): We have allocated enough space
21844 for readmax and carryover, so actually use the alloted space.
21845
21846 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21847
21848 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
21849 toolkit scrollbar click.
21850
21851 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
21852 for USE_GTK.
21853 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
21854 also.
21855 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
21856 scrollbar and control is pressed, call x_scroll_bar_handle_click.
21857
21858 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
21859
21860 * gtkutil.c (xg_get_scroll_id_for_window): New function.
21861 (xg_tool_bar_item_expose_callback): New function.
21862 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
21863 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
21864 on the tool bar widget.
21865 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
21866 to expose on the tool bar item widgets.
21867
21868 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21869
21870 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
21871 struct image* when deciding to update (struct image* may have been
21872 deleted from the image cache).
21873
21874 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
21875 the event isn't for a frame (i.e. for dialogs).
21876
21877 2003-03-07 Kenichi Handa <handa@m17n.org>
21878
21879 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
21880 composition components reaches the limit, terminate composing.
21881 (COMPOSITION_OK): New macro.
21882 (detect_coding_iso2022): Use it if an escape sequence for
21883 composition is found.
21884 (coding_restore_composition): Adjust the number of composition
21885 components if it is not sane.
21886
21887 2003-03-06 Juanma Barranquero <lektu@terra.es>
21888
21889 * w32term.h (struct w32_display_info): Add xrdb member to support
21890 passing resources via -xrm on Windows.
21891
21892 * w32term.c (w32_make_rdb): New function.
21893 (w32_term_init): Use it to initialize xrdb member of w32_display_info
21894 struct. Delete leftover code.
21895
21896 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
21897 for resources passed on the command line.
21898
21899 * w32reg.c (w32_get_rdb_resource): New function.
21900 (x_get_string_resource): Use it, so resources passed with -xrm
21901 supercede the ones in the registry.
21902
21903 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21904
21905 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
21906 instead of x_top_window_to_frame.
21907
21908 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21909
21910 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
21911 when restarting Emacs.
21912
21913 2003-03-03 Richard M. Stallman <rms@gnu.org>
21914
21915 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
21916 to run kill-buffer-query-functions.
21917 (Qkill_buffer_query_functions): New var.
21918 (syms_of_buffer): Init and staticpro it.
21919
21920 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21921
21922 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
21923
21924 2003-02-25 Kim F. Storm <storm@cua.dk>
21925
21926 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
21927 If centering point failed to make whole line visible and vscroll
21928 is non-zero, disable vscroll and try centering point again.
21929
21930 * lread.c (read1): Accept `single space' syntax like (? x).
21931
21932 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21933
21934 * keyboard.c (cancel_hourglass_unwind): Surround with
21935 #ifdef HAVE_X_WINDOWS.
21936
21937 2003-02-25 Kenichi Handa <handa@m17n.org>
21938
21939 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
21940 process only when "subprocesses" is defined.
21941
21942 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
21943
21944 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
21945
21946 2003-02-24 Juanma Barranquero <lektu@terra.es>
21947
21948 * callint.c (fix_command): Declare as static void and move before
21949 Fcall_interactively.
21950
21951 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
21952 (syms_of_xdisp): Don't initialize Qwhen.
21953
21954 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21955
21956 * keyboard.c (cancel_hourglass_unwind): New function.
21957 (command_loop_1): Cancel hourglass with unwind-protect.
21958
21959 2003-02-23 Richard M. Stallman <rms@gnu.org>
21960
21961 * callint.c (fix_command): New subroutine, from Fcall_interactively.
21962 Detect (when ... (region-beginning)) etc.
21963 (Fcall_interactively): Call fix_command.
21964 (Qif, Qwhen): New variables.
21965 (syms_of_callint): Init and staticpro them.
21966
21967 * regex.c (print_partial_compiled_pattern): Output to stderr.
21968
21969 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
21970
21971 * dired.c (directory_files_internal): Don't expand directory.
21972 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
21973 instead. From Lars Hansen <larsh@math.ku.dk>.
21974
21975 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
21976
21977 * fns.c (string_to_multibyte): Remove unused var i.
21978 (Flanginfo): Fix int/Lisp_Object mixup.
21979 (void_call2): New fun.
21980 (Fmap_char_table): Use it in place of call2.
21981
21982 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
21983
21984 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
21985
21986 * keymap.c (copy_keymap_1): Make it static.
21987
21988 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
21989
21990 2003-02-22 David Ponce <david@dponce.com>
21991
21992 * lread.c (Fload): Don't check STRING_MULTIBYTE.
21993
21994 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21995
21996 * process.h: Removed subtty field from struct Lisp_Process.
21997
21998 * process.c (create_process): Remove setting of subtty.
21999 (emacs_get_tty_pgrp): New function.
22000 (Fprocess_running_child_p, process_send_signal):
22001 Call emacs_get_tty_pgrp instead of ioctl.
22002 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
22003
22004 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
22005
22006 * keymap.c (Fdefine_key): Doc fix.
22007
22008 2003-02-21 Juanma Barranquero <lektu@terra.es>
22009
22010 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
22011
22012 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
22013 POLLING_PROBLEM_IN_SELECT.
22014
22015 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
22016 Delete #undef of POLLING_PROBLEM_IN_SELECT.
22017
22018 * s/hpux10-20.h: New file.
22019
22020 * process.c (wait_reading_process_input):
22021 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
22022
22023 2003-02-20 Kenichi Handa <handa@m17n.org>
22024
22025 * fontset.c (check_fontset_name): If NAME is nil, return the
22026 default fontset.
22027 (override_font_info): New function.
22028 (Fset_fontset_font): Document that NAME nil means the default fontset.
22029 (Ffontset_info): If FONTSET is not the default fontset, merge
22030 FONTSET onto the copy of the default fontset, and work on that
22031 copy. Document that NAME nil means the default fontset.
22032 (Ffontset_font): Document that NAME nil means the default fontset.
22033
22034 * process.c (setup_process_coding_systems): If the process's
22035 in/out descriptor is -1, do nothing.
22036
22037 2003-02-19 Andreas Schwab <schwab@suse.de>
22038
22039 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
22040 Add prototypes.
22041
22042 2003-02-19 Kenichi Handa <handa@m17n.org>
22043
22044 * xfaces.c (try_alternative_families): Try all scalable fonts if
22045 Vscalable_fonts_allowed is not Qt.
22046
22047 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22048
22049 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
22050
22051 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22052
22053 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
22054 names.
22055
22056 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
22057 (sorted_font_list): Move allocation of struct font_name to
22058 x_face_list_fonts.
22059 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
22060 (Fx_list_fonts): Set maxnames to -1 to get all font names.
22061
22062 2003-02-18 Kim F. Storm <storm@cua.dk>
22063
22064 * lread.c (read1): Fix last change.
22065 "`" is not always special. Allow "?" after a character constant.
22066
22067 2003-02-18 Andrew Choi <akochoi@shaw.ca>
22068
22069 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
22070
22071 2003-02-18 Andreas Schwab <schwab@suse.de>
22072
22073 * window.c (window_scroll_pixel_based): Move outside a
22074 multi-glyph character before setting new window start.
22075
22076 * xdisp.c (in_display_vector_p): New function.
22077 * dispextern.h (in_display_vector_p): Declare.
22078
22079 2003-02-18 Kim F. Storm <storm@cua.dk>
22080
22081 * lread.c (read1): Fix and relax read syntax.
22082 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
22083 Only recognize "," after dotted-pair dot if inside backquote.
22084 Never include "`" or "," (inside backquote) in a symbol.
22085 Allow dotted-pair dot after a character constant.
22086 Allow "`" and "," (inside backquote) after a character constant.
22087
22088 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22089
22090 * gtkutil.c (xg_tool_bar_expose_callback): New function.
22091 (xg_create_tool_bar): Force style of tool bar to be horizontal with
22092 icons. Set name of tool bar to emacs-toolbar.
22093 (update_frame_tool_bar): Connect expose event to
22094 xg_tool_bar_expose_callback.
22095
22096 2003-02-17 Richard M. Stallman <rms@gnu.org>
22097
22098 * keyboard.c (this_command_key_count_reset): New variable.
22099 Initiatize to 0 where this_command_key_count is set.
22100 (read_char): Save and restore this_command_key_count_reset
22101 around input method code.
22102 (read_char): If this_command_key_count_reset, echo reread commands.
22103 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
22104
22105 2003-02-17 Kenichi Handa <handa@m17n.org>
22106
22107 * fns.c (string_to_multibyte): Always return a multibyte string.
22108
22109 2003-02-16 Jason Rumney <jasonr@gnu.org>
22110
22111 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
22112 Negative max_fonts parameter means list all.
22113
22114 2003-02-14 Dave Love <fx@gnu.org>
22115
22116 * fns.c (Flanginfo): Doc fix.
22117
22118 2003-02-13 Kim F. Storm <storm@cua.dk>
22119
22120 * lread.c (read_escape): Interpret \s as a SPACE character, except
22121 for \s-X in a character constant which still is the super modifier.
22122 (read1): Signal an `invalid read syntax' error if a character
22123 constant is immediately followed by a digit or symbol character.
22124
22125 * search.c (Fmatch_data): Doc fix. Explicitly state that
22126 match-data is undefined if last search failed.
22127
22128 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
22129 All uses changed.
22130
22131 2003-02-12 Juanma Barranquero <lektu@terra.es>
22132
22133 * eval.c (Fdefmacro): Fix typo.
22134
22135 2003-02-12 Kim F. Storm <storm@cua.dk>
22136
22137 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
22138 macro is a string, convert meta modifiers in string when copying
22139 the string into a vector.
22140
22141 2003-02-11 Kim F. Storm <storm@cua.dk>
22142
22143 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
22144
22145 2003-02-11 Kenichi Handa <handa@m17n.org>
22146
22147 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
22148
22149 2003-02-10 Kim F. Storm <storm@cua.dk>
22150
22151 * process.c: Doc fixes.
22152 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
22153
22154 2003-02-10 Kenichi Handa <handa@m17n.org>
22155
22156 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
22157
22158 * process.c (QCfilter_multibyte): New variable.
22159 (setup_process_coding_systems): New function.
22160 (Fset_process_buffer, Fset_process_filter):
22161 Call setup_process_coding_systems.
22162 (Fstart_process): Initialize the member `filter_multibyte' of
22163 struct Lisp_Process.
22164 (create_process): Call setup_process_coding_systems.
22165 (Fmake_network_process): New keyward `:filter-multibyte'.
22166 Initialize the member `filter_multibyte' of struct Lisp_Process.
22167 Call setup_process_coding_systems.
22168 (server_accept_connection): Call setup_process_coding_systems.
22169 (read_process_output): If the process has a filter, decide the
22170 multibyteness of a string to given to the filter by
22171 `filter_multibyte' member of the process. If the process doesn't
22172 have a filter and the result of conversion is unibyte, use
22173 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
22174 multibyte form.
22175 (Fset_process_coding_system): Call setup_process_coding_systems.
22176 (Fset_process_filter_multibyte): New function.
22177 (Fprocess_filter_multibyte_p): New function.
22178 (syms_of_process): Intern and staticpro QCfilter_multibyte.
22179 Defsubr Sset_process_filter_multibyte and
22180 Sprocess_filter_multibyte_p.
22181
22182 * process.h (struct Lisp_Process): New member filter_multibyte.
22183
22184 * lisp.h (setup_process_coding_systems): Add prototype.
22185
22186 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
22187 process, update coding systems for the process.
22188
22189 2003-02-09 Kenichi Handa <handa@m17n.org>
22190
22191 * fns.c (string_to_multibyte): New function.
22192 (Fstring_to_multibyte): New function.
22193 (syms_of_fns): Defsubr it.
22194
22195 2003-02-08 Andreas Schwab <schwab@suse.de>
22196
22197 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
22198 instead of the substitution.
22199
22200 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22201
22202 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
22203
22204 * xmenu.c (menu_position_func): Adjust menu popup position so that
22205 the menu is fully visible.
22206
22207 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22208
22209 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
22210 (x_make_frame_invisible, x_wm_set_icon_position):
22211 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
22212
22213 * xfns.c (x_set_name, x_set_title): Ditto.
22214
22215 2003-02-04 Richard M. Stallman <rms@gnu.org>
22216
22217 * keyboard.c (echo_now): Update before_command_echo_length.
22218 (Freset_this_command_lengths): Reset this_command_key_count etc.
22219 immediately rather than arranging to do it later.
22220 (before_command_key_count_1, before_command_echo_length_1)
22221 (before_command_restore_flag): Vars deleted.
22222 (add_command_key): Don't handle before_command_restore_flag.
22223 (read_char, record_menu_key): Don't update before_command_key_count or
22224 before_command_echo_length.
22225 (read_char): Don't handle before_command_restore_flag.
22226
22227 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
22228 in direct-output clauses if it wouldn't be called in the ordinary case.
22229
22230 2003-02-04 Kim F. Storm <storm@cua.dk>
22231
22232 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
22233
22234 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22235
22236 * gtkutil.c (remove_from_container): Copying list is not needed.
22237 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
22238 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
22239 on list returned from gtk_container_get_children to avoid memory leak.
22240
22241 2003-02-01 Jason Rumney <jasonr@gnu.org>
22242
22243 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
22244 local malloc.
22245 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
22246 definitions in xpm.h.
22247 (init_xpm_functions): New function.
22248 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
22249 (init_external_image_libraries): Try to load libXpm.dll.
22250
22251 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
22252 timestamp.
22253
22254 2003-01-31 Dave Love <fx@gnu.org>
22255
22256 * syntax.c (Fskip_chars_forward)
22257 (open-paren-in-column-0-is-defun-start): Doc fix.
22258
22259 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
22260
22261 * fileio.c: Support // at start of name for Cygwin (just added proper
22262 preprocessor tests).
22263
22264 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
22265
22266 * Makefile.in: Use @EXEEXT@ for Cygwin.
22267
22268 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
22269
22270 * s/cygwin.h: Added for Cygwin port.
22271
22272 2003-01-31 Juanma Barranquero <lektu@terra.es>
22273
22274 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
22275 when including gif_lib.h.
22276 (init_gif_functions, init_tiff_functions): New functions.
22277 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
22278 Windows. Disable color table lookups. Call library functions
22279 through pointers determined at runtime.
22280 (init_external_image_libraries): Try to load libungif.dll and
22281 libtiff.dll.
22282
22283 2003-01-31 Kenichi Handa <handa@m17n.org>
22284
22285 * xdisp.c (SKIP_GLYPHS): New macro.
22286 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
22287
22288 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22289
22290 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
22291
22292 2003-01-30 Dave Love <fx@gnu.org>
22293
22294 * alloc.c (Vgc_elapsed, gcs_done): New variables.
22295 (Fgarbage_collect): Use them.
22296 (init_alloc, syms_of_alloc): Set them up.
22297
22298 2003-01-30 Juanma Barranquero <lektu@terra.es>
22299
22300 * w32fns.c (init_external_image_libraries): Add missing operator.
22301
22302 2003-01-29 Jason Rumney <jasonr@gnu.org>
22303
22304 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
22305 an alternative name for jpeg.dll.
22306
22307 2003-01-29 Kenichi Handa <handa@m17n.org>
22308
22309 * xdisp.c (set_cursor_from_row): Pay attention to string display
22310 properties.
22311
22312 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
22313
22314 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
22315 <escape>.
22316 (keycode_to_xkeysym_table): Reformat and add more comments.
22317 (XTread_socket): Drop special case for backspace.
22318
22319 2003-01-28 Andrew Choi <akochoi@shaw.ca>
22320
22321 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
22322 values in old-style RGB specs.
22323
22324 2003-01-27 Juanma Barranquero <lektu@terra.es>
22325
22326 * w32fns.c (init_external_image_libraries): Try alternate names for the
22327 jpeg dll.
22328
22329 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22330
22331 * gtkutil.c (create_dialog, xg_separator_p)
22332 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
22333 before calling strcmp or strlen.
22334
22335 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22336
22337 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
22338 and handle image load failure.
22339
22340 2003-01-26 Jason Rumney <jasonr@gnu.org>
22341
22342 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
22343 New functions.
22344 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
22345 Disable color table lookups. Call jpeg library functions
22346 through pointers determined at runtime.
22347 (init_external_image_libraries): Try to load jpeg.dll.
22348
22349 2003-01-25 Richard M. Stallman <rms@gnu.org>
22350
22351 * lisp.h: Declare format2 instead of format1.
22352
22353 * fileio.c (barf_or_query_if_file_exists):
22354 Call format2 instead of format1.
22355
22356 * editfns.c (format2): New function, replaces format1
22357 but takes exactly two Lisp Objects as format args.
22358
22359 * buffer.c (Fkill_buffer): Call format2 instead of format1.
22360
22361 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22362
22363 * xterm.h: Change to return value of x_dispatch_event to int.
22364
22365 * xterm.c (x_filter_event): New function.
22366 (event_handler_gdk, XTread_socket): Call x_filter_event.
22367 (x_dispatch_event): Change to return value of finish.
22368 (event_handler_gdk): Use return value from x_dispatch_event.
22369
22370 * xfns.c (x_window): Call create_frame_xic for GTK version to
22371 initialize input methods.
22372
22373 * gtkutil.h: Add (void) prototypes.
22374
22375 * gtkutil.c (create_menus): Remove code that puts the help menu to
22376 the right.
22377
22378 2003-01-25 Jason Rumney <jasonr@gnu.org>
22379
22380 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
22381 [HAVE_PNG]: Sync with xfns.c version.
22382 (png_load): Adjust colors for Windows. Use Windows
22383 bitmaps. Disable color table lookups.
22384 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
22385 (init_png_functions): New function.
22386 (png_read_from_memory, png_load): Call png library functions
22387 through pointers determined at runtime.
22388 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
22389 (init_external_image_libraries): New function.
22390 (init_xfns): Call it.
22391
22392 2003-01-24 Andreas Schwab <schwab@suse.de>
22393
22394 * minibuf.c (Fminibuffer_message): Verify type of parameter.
22395
22396 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22397
22398 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
22399 of static initializer.
22400
22401 2003-01-24 Dave Love <fx@gnu.org>
22402
22403 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
22404 architectures.
22405
22406 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
22407 Use __alignof__.
22408
22409 2003-01-24 Kenichi Handa <handa@m17n.org>
22410
22411 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
22412 It it is nonzero, don't pretend that an invisible area doesn't exist.
22413 (command_loop_1): Call adjust_point_for_property with proper
22414 second arg.
22415
22416 2003-01-22 Jason Rumney <jasonr@gnu.org>
22417
22418 Sync changes with xterm.c and xfns.c.
22419
22420 * w32term.c (x_draw_glyph_string_foreground)
22421 (x_draw_composite_glyph_string_foreground): Implement overstriking.
22422
22423 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
22424 phys_cursor's hpos is overwritten. This is still not completely
22425 correct, as it doesn't really make sense to use hpos at all to
22426 get the cursor glyph (as that is relative to the width of the
22427 characters on the line, which may have changed during the update).
22428
22429 * w32term.c (notice_overwritten_cursor): Handle the special case
22430 of the cursor being in the first blank non-text line at the
22431 end of a window.
22432
22433 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
22434 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
22435 Compute from the x position returned by x_draw_glyphs.
22436
22437 (x_display_and_set_cursor): Don't set phys_cursor_width here,
22438 except for NO_CURSOR and system caret, to make phys_cursor_width
22439 contain what its name suggests.
22440 (notice_overwritten_cursor): Consider the cursor image erased if
22441 the output area intersects the cursor image in y-direction.
22442
22443 * w32term.c (note_mode_line_or_margin_highlight): Rename from
22444 note_mode_line_highlight and extend.
22445
22446 * w32term.c (last_window): New variable.
22447 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
22448 (note_mouse_movement): Remove reimplemented code in #if 0.
22449
22450 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
22451 not update_mode_lines, and always set it to 1.
22452
22453 2003-01-21 Jason Rumney <jasonr@gnu.org>
22454
22455 * w32fns.c (IDC_HAND): Define it if system headers don't.
22456
22457 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
22458
22459 * w32term.h (struct w32_output): New member hand_cursor.
22460 (WM_EMACS_SETCURSOR): New message definition.
22461
22462 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
22463 function w32_define_cursor.
22464 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
22465 position, change member name output_data.x to output_data.w32 and
22466 add function w32_define_cursor.
22467 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
22468 and change member name output_data.x to output_data.w32.
22469 (w32_initialize_display_info):
22470 Setup dpyinfo->vertical_scroll_bar_cursor.
22471
22472 * w32fns.c (Vx_hand_shape): New variable.
22473 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
22474 WM_EMACS_SETCURSOR.
22475 (x-create-frame): Setup Cursor types.
22476
22477 2003-01-21 David Ponce <david@dponce.com>
22478
22479 * w32term.c (w32_encode_char): For DIM=1 charset, set
22480 ccl->reg[2] to -1 before calling ccl_driver.
22481 (Sync. with xterm.c x_encode_char change by Kenichi Handa
22482 <handa@m17n.org> on 2002-09-30.)
22483 (w32_draw_relief_rect): Declare all args.
22484 (w32_define_cursor): New.
22485
22486 * w32fns.c (w32_load_cursor): New function.
22487 (w32_init_class): Use it.
22488 (x_put_x_image): Declare all args.
22489
22490 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
22491
22492 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
22493
22494 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22495
22496 * gtkutil.c: Must include stdio.h before termhooks.h.
22497
22498 2003-01-21 Dave Love <fx@gnu.org>
22499
22500 * alloc.c (Fgc_status): Print zombie list.
22501 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
22502 Fix assignment of zombies.
22503 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
22504 Don't take car of non-cons.
22505
22506 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
22507
22508 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
22509
22510 2003-01-20 David Ponce <david@dponce.com>
22511
22512 * w32menu.c (digest_single_submenu): Declare all args.
22513
22514 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
22515 changes in xmenu.c:
22516
22517 (parse_single_submenu): Use individual keymap's prompt
22518 string as pane name, if there is one.
22519 (set_frame_menubar): Save menu_items_n_panes from each call to
22520 parse_single_submenu and use it when calling digest_single_submenu.
22521
22522 2003-01-20 Steven Tamm <steventamm@mac.com>
22523
22524 * macterm.c (XTread_socket): Check for valid, visible window
22525 before sending a scroll-wheel event.
22526
22527 2003-01-20 Richard M. Stallman <rms@gnu.org>
22528
22529 * xdisp.c (redisplay_window): If mini window's buffer is not
22530 a minibuffer, then redisplay it like other windows.
22531
22532 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22533
22534 * gtkutil.c (xg_create_frame_widgets): Check if there is an
22535 external tool bar before setting tool bar height.
22536
22537 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22538
22539 * xterm.c (handle_one_xevent): Surround popup_activated
22540 with #ifdef:s for non-toolkit version.
22541
22542 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK.
22543 (gtkutil.o): New file.
22544 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
22545 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
22546
22547 * gtkutil.c: New file for GTK version.
22548
22549 * gtkutil.h: New file for GTK version.
22550
22551 * xterm.h: Add xt_or_gtk_widget.
22552 Include gtk files for USE_GTK.
22553 (struct x_output): Add toolbar_height.
22554 (struct x_output): Add GTK widgets and Gdk size_hints.
22555 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
22556 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
22557 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
22558
22559 * xterm.c: Include gtkutil.h for USE_GTK.
22560 (free_frame_menubar): Declare extern void for USE_GTK.
22561 (note_mouse_highlight): Check popup_activated for USE_GTK.
22562 (xt_action_hook): Don't compile if USE_GTK.
22563 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
22564 (xg_scroll_callback): New function.
22565 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
22566 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
22567 for USE_GTK.
22568 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
22569 xg_show_scroll_bar for USE_GTK.
22570 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
22571 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
22572 (event_handler_gdk): New function for USE_GTK.
22573 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
22574 (handle_one_xevent): Make sure widget is mapped before
22575 calling x_real_positions for USE_GTK.
22576 (XTread_socket): Add GTK event loop for USE_GTK.
22577 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
22578 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
22579 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
22580 (x_iconify_frame): Add code for USE_GTK.
22581 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
22582 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
22583 is in gtkutil.c.
22584 (x_term_init): Add initialization for GTK.
22585 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
22586
22587 * xmenu.c: Include gtkutil.h for USE_GTK.
22588 (Fx_popup_menu): Use current position if x and y are nil.
22589 (single_menu_item, single_menu_item, Fx_popup_dialog):
22590 Check for USE_GTK.
22591 (popup_widget_loop): New function for USE_GTK.
22592 (x_activate_menubar): Add code for USE_GTK.
22593 (popup_activate_callback, popup_deactivate_callback)
22594 (menu_highlight_callback, menubar_selection_callback):
22595 Add USE_GTK versions.
22596 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
22597 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
22598 (free_frame_menubar): Only compile if not USE_GTK. GTK version
22599 is in gtkutil.c.
22600 (popup_selection_callback): New version for USE_GTK.
22601 (create_and_show_popup_menu): New fuction, one USE_GTK version and
22602 one USE_X_TOOLKIT version.
22603 (xmenu_show): Call create_and_show_popup_menu.
22604 (dialog_selection_callback): New version for USE_GTK.
22605 (create_and_show_dialog): New fuction, one USE_GTK version and
22606 one USE_X_TOOLKIT version.
22607 (xdialog_show): Call create_and_show_dialog.
22608
22609 * xfns.c: Include gtkutil for USE_GTK.
22610 (x_window_to_frame, x_any_window_to_frame)
22611 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
22612 (x_top_window_to_frame): Add code for USE_GTK.
22613 (x_set_background_color): Call xg_set_background_color for GTK.
22614 (x_set_menu_bar_lines): Check for USE_GTK.
22615 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
22616 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
22617 (x_window): Call xg_create_frame_widgets for USE_GTK.
22618 (Fx_create_frame): Check for USE_GTK.
22619 (Fx_file_dialog): New implementation for USE_GTK.
22620
22621 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
22622 (update_menu_bar): Add check for USE_GTK.
22623 (update_tool_bar): Add check for USE_GTK and external tool bar.
22624 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
22625 (redisplay_internal): Add check for USE_GTK and popup_activated.
22626 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
22627 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
22628 (display_menu_bar): Add check for USE_GTK.
22629
22630 * lisp.h (Vx_resource_name): Declare extern.
22631
22632 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
22633 for USE_GTK.
22634 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
22635
22636 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
22637 (FRAME_EXTERNAL_TOOL_BAR): New macro.
22638 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
22639
22640 * fileio.c (Fread_file_name): Add check for USE_GTK.
22641
22642 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
22643 Add check for USE_GTK.
22644
22645 * config.in: Added HAVE_GTK.
22646
22647 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
22648
22649 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
22650
22651 * charset.h (Funibyte_char_to_multibyte): Export.
22652
22653 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22654
22655 * xmenu.c (mouse_position_for_popup): New function.
22656 (Fx_popup_menu): Call mouse_position_for_popup for X and
22657 mouse_position_hook for others.
22658
22659 2003-01-17 Kim F. Storm <storm@cua.dk>
22660
22661 * editfns.c (Finsert): Mention `string-make-multibyte' and
22662 `string-as-multibyte' in doc string.
22663
22664 2003-01-17 Kenichi Handa <handa@m17n.org>
22665
22666 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
22667
22668 * editfns.c (Fformat): Convert an unibyte char argument that is
22669 formatted by "%c" to multibyte if the total result must be a
22670 multibyte string.
22671
22672 2003-01-16 Kim F. Storm <storm@cua.dk>
22673
22674 * process.c (set-process-filter): Document unibyte/multibyte-ness
22675 of string argument.
22676
22677 2003-01-16 Kenichi Handa <handa@m17n.org>
22678
22679 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
22680
22681 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
22682 (re_search_2): Likewise.
22683
22684 2003-01-15 Kenichi Handa <handa@m17n.org>
22685
22686 * xdisp.c (message_dolog): Fix bug of the case that *Message*
22687 buffer is unibyte.
22688
22689 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
22690
22691 * fns.c (Fsubstring): Clarify doc string.
22692
22693 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
22694 (Fprevious_char_property_change)
22695 (Fnext_single_char_property_change)
22696 (Fprevious_single_char_property_change, Fnext_property_change)
22697 (Fnext_single_property_change, Fprevious_property_change)
22698 (Fprevious_single_property_change, Fadd_text_properties)
22699 (Fput_text_property, Fset_text_properties)
22700 (Fremove_text_properties, Fremove_list_of_text_properties)
22701 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
22702
22703 2003-01-14 Kim F. Storm <storm@cua.dk>
22704
22705 * process.h (struct Lisp_Process): New member plist replaces old
22706 member private_vars. All uses changed.
22707
22708 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
22709 (QCplist): Rename from QCvars. Change all uses.
22710 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
22711 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
22712 (syms_of_process): Intern, staticpro, defsubr these.
22713 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
22714
22715 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
22716
22717 * m/delta.h: Remove (obsolete).
22718
22719 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
22720
22721 * fileio.c (Fdelete_directory, Fdelete_file): Document the
22722 behaviour in front of symlinks.
22723 (Fdelete_file): Raise an error on directories.
22724
22725 2003-01-13 Dave Love <fx@gnu.org>
22726
22727 * fns.c (Freverse): Use QUIT.
22728
22729 2003-01-13 Richard M. Stallman <rms@gnu.org>
22730
22731 * minibuf.c (minibuffer_completion_contents):
22732 Error if point is inside prompt.
22733
22734 * keyboard.c (command_loop_1): Don't redisplay directly
22735 if there's a post-command-hook.
22736
22737 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
22738 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
22739
22740 2003-01-12 Kim F. Storm <storm@cua.dk>
22741
22742 * process.h (struct Lisp_Process): New member private_vars.
22743
22744 * process.c (QCvars): New variable.
22745 (syms_of_process): Intern and staticpro it.
22746 (Fset_process_contact): Removed function.
22747 (Fprocess_variable, Fset_process_variable): New functions.
22748 (syms_of_process): Defsubr them.
22749 (Fstart_process): Initialize private_vars plist to nil.
22750 (Fmake_network_process): New arg :vars to setup the private
22751 variables for new network process.
22752 (server_accept_connection): Copy server's private variables to
22753 client process.
22754
22755 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
22756 crashes). Code rewritten and simplified. Now directly aligns the
22757 pointer and recalculates pure_bytes_used, rather than aligning the
22758 size and adjusting the pointer.
22759
22760 2003-01-11 Kim F. Storm <storm@cua.dk>
22761
22762 * process.c (Fset_process_contact): New function.
22763 (syms_of_process): defsubr it.
22764 (make-network-process): Update doc.
22765
22766 2003-01-10 Andreas Schwab <schwab@suse.de>
22767
22768 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
22769 Reported by Berthold Gunreben <b.gunreben@web.de>.
22770
22771 2003-01-10 Dave Love <fx@gnu.org>
22772
22773 * composite.c (syms_of_composite): Make composition_hash_table weak.
22774
22775 2003-01-09 Kim F. Storm <storm@cua.dk>
22776
22777 * process.c (Fmake_network_process): Convert new port number
22778 to host byte order for `:service t' case. From Mario Lang.
22779
22780 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22781
22782 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
22783 instead of XtAppProcessEvent.
22784
22785 * xterm.c (handle_one_xevent): New function.
22786 (x_dispatch_event): New function.
22787 (XTread_socket): Call handle_one_xevent.
22788
22789 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
22790
22791 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
22792 call XQueryPointer to get coordinates.
22793 (popup_get_selection): Do not set popup_activated_flag to zero,
22794 let popup_deactivate_callback do that. Needed for Motif.
22795 Call x_dispatch_event instead of XtDispatchEvent.
22796 (xmenu_show): Calculate root coordinate from frame top/left position.
22797
22798 2003-01-08 Kim F. Storm <storm@cua.dk>
22799
22800 * process.c (server_accept_connection): Fix recording of new
22801 connection's local address in :local property of contact info.
22802 (Fmake_network_process): Record local network address for new
22803 client processes in :local property of contact info.
22804 (format-network-address): Add arg OMIT-PORT. Change callers.
22805
22806 2003-01-07 Dave Love <fx@gnu.org>
22807
22808 * Makefile.in (fns.o): Depend on coding.h.
22809
22810 2003-01-06 Dave Love <fx@gnu.org>
22811
22812 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
22813 (Vlocale_coding_system): Declare.
22814 (Qcodeset, Qdays, Qmonths, Qpaper): New.
22815 (Flanginfo): New.
22816 (syms_of_fns): Initialize new stuff.
22817
22818 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
22819
22820 * minibuf.c (Fread_variable): Doc fix.
22821
22822 * eval.c (Fuser_variable_p): Doc change. For custom variables,
22823 use the same test as for custom-variable-p.
22824
22825 2003-01-05 Richard M. Stallman <rms@gnu.org>
22826
22827 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
22828 Count LAST_LINE_MISFIT in scroll margin for end of window.
22829 Move label too_near_end before setting SCROLL_MARGIN_POS.
22830 Set LAST_LINE_MISFIT before jumping there.
22831
22832 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
22833 scroll_conservatively case. If scrolling that much doesn't change
22834 STARTP, move it down one line.
22835
22836 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
22837 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
22838
22839 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
22840 selected frame.
22841
22842 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
22843 (syms_of_keymap): Staticpro them.
22844 (Fapropos_internal): Initialize them and clear them out.
22845 Don't GCPRO them.
22846
22847 * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
22848
22849 * lisp.h: New misc type Lisp_Save_Value.
22850 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
22851 (XSAVE_VALUE): New macro.
22852 (struct Lisp_Save_Value): New data type.
22853 (union Lisp_Misc): Add u_save_value alternative.
22854 (make_save_value): Declare.
22855
22856 * alloc.c (make_save_value): New function.
22857
22858 * xterm.c (x_catch_errors): Save dpy using make_save_value.
22859 (x_catch_errors_unwind): Call XSync.
22860
22861 2003-01-01 Richard M. Stallman <rms@gnu.org>
22862
22863 * window.c (window_scroll_pixel_based): Partially undo last change.
22864
22865 * keyboard.c (command_loop_1): Call adjust_point_for_property
22866 in direct action cases for Qforward_char and Qbackward_char.
22867 Set already_adjusted so it won't be done twice.
22868
22869 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
22870
22871 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
22872 type definition of size_t.
22873
22874 2003-01-02 Steven Tamm <steventamm@mac.com>
22875
22876 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
22877 distinguish Carbon GUI builds from X11 builds on darwin.
22878
22879 2002-12-30 Steven Tamm <steventamm@mac.com>
22880
22881 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
22882 to default to t.
22883
22884 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
22885
22886 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
22887
22888 2002-12-28 Steven Tamm <steventamm@mac.com>
22889
22890 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
22891 allow building in a different directory than source. Uses some
22892 GNU Make extensions, but there is no other make on Mac OS X.
22893
22894 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
22895
22896 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
22897 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
22898 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
22899 (Fstring_to_number): Mention the returned value in the doc strings.
22900
22901 2002-12-23 Richard M. Stallman <rms@gnu.org>
22902
22903 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
22904 <scroll-down-aggressively>: Doc fix.
22905
22906 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
22907 string as pane name, if there is one.
22908 (set_frame_menubar): Save menu_items_n_panes from each call to
22909 parse_single_submenu and use it when calling digest_single_submenu.
22910
22911 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
22912 Don't try to make last line fully visible if it is past end of window.
22913
22914 2002-12-22 Steven Tamm <steventamm@mac.com>
22915
22916 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
22917 (mac_menu_show): Add support for hierarchical popup menus.
22918 (add_menu_item): Remove indentation support.
22919 (fill_submenu, fill_menu): Create hierarchical menus
22920 instead of using indentation.
22921
22922 2002-12-22 Richard M. Stallman <rms@gnu.org>
22923
22924 * xdisp.c (try_cursor_movement): Don't call try_window here.
22925 (redisplay_window): Never redisplay minibuffer when inactive.
22926
22927 * window.c (select_window_1): Undo 9/21 change.
22928
22929 2002-12-22 Steven Tamm <steventamm@mac.com>
22930
22931 * macterm.c (XTread_socket): Call KeyTranslate for control and
22932 meta to deal correctly shifted non-alpha characters, like C-S-5
22933 being treated like C-%. Do not look for shift key to deal
22934 with masking off control-key with mac-reverse-ctrl-meta.
22935
22936 2002-12-21 Richard M. Stallman <rms@gnu.org>
22937
22938 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
22939 If it is non-nil, run timers. Use an unwind-protect to requeue
22940 the events that were read ahead.
22941 (popup_get_selection_unwind): New subroutine.
22942 (popup_get_selection_queue): File-scope variable now holds that queue.
22943 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
22944 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
22945 Use an unwind-protect to pop down the dialog box.
22946 (xdialog_show_unwind): New subroutine implements that.
22947
22948 * xdisp.c (row_containing_pos): Change exit test using last_y.
22949 (try_window_id): Abort if row_containing_pos returns null.
22950
22951 * lread.c (load_error_handler): New function.
22952 (Fload): Handle errors in Fsubstitute_in_file_name.
22953 Don't expect Fsignal to return.
22954
22955 * eval.c: Errors and throws work right with interrupt blocking.
22956 (struct catchtag): New elt interrupt_input_blocked.
22957 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
22958 (internal_catch, Fcondition_case, internal_condition_case)
22959 (internal_condition_case_1, internal_condition_case_2): Save it.
22960 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
22961
22962 * editfns.c (Fformat): Add parens.
22963
22964 * dired.c (file_name_completion): Fix that change.
22965 Delete special quit-handling code; just use QUIT.
22966
22967 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
22968
22969 * dired.c (file_name_completion): Close directory on error
22970 just as in directory_files_internal.
22971
22972 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
22973
22974 * window.c (Fset_window_configuration): Set old_point to correct
22975 value when new_current_buffer == current_buffer.
22976
22977 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
22978
22979 Revisited my earlier fix for the following entry in etc/PROBLEMS:
22980 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
22981 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
22982
22983 These changes were in part based upon suggestions made by Peter
22984 'Luna' Runestig [peter@runestig.com].
22985
22986 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
22987 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
22988 (g_b_init_get_sid_identifier_authority ): Add several static
22989 global variables.
22990
22991 * w32.c (globals_of_w32): New function. Used to initialize those
22992 global variables that must always be initialized on startup even
22993 when the global variable initialized is non zero. Its primary
22994 purpose at this time is to set the global variables
22995 g_b_init_is_windows_9x, g_b_init_open_process_token,
22996 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
22997 g_b_init_get_sid_identifier_authority to 0 on startup.
22998 Called from main.
22999
23000 * w32.c (is_windows_9x): Perform initialization only if
23001 g_b_init_is_windows_9x is equal to 0. On initialization set
23002 g_b_init_is_windows_9x equal to 1.
23003
23004 * w32.c (open_process_token): Perform initialization only if
23005 g_b_init_open_process_token is equal to 0. On initialization set
23006 g_b_init_open_process_token equal to 1.
23007
23008 * w32.c (get_token_information): Perform initialization only if
23009 g_b_init_get_token_information is equal to 0. On initialization
23010 set g_b_init_get_token_information equal to 1.
23011
23012 * w32.c (lookup_account_sid): Perform initialization only if
23013 g_b_init_lookup_account_sid is equal to 0. On initialization
23014 set g_b_init_lookup_account_sid equal to 1.
23015
23016 * w32.c (get_sid_identifier_authority): Perform initialization
23017 only if g_b_init_get_sid_identifier_authority is equal to 0.
23018 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
23019
23020 * w32fns.c (globals_of_w32fns): New function. Used to initialize
23021 those global variables that must always be initialized on startup
23022 even when the global variable initialized is non zero.
23023 Its primary purpose at this time is to initialize the global variable
23024 track_mouse_event_fn.
23025
23026 * w32fns.c (w32_wnd_proc): Remove initialization of
23027 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
23028
23029 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
23030
23031 * w32menu.c (globals_of_w32menu): New function. Used to
23032 initialize those global variables that must always be initialized
23033 on startup even when the global variable initialized is non zero.
23034 Its primary purpose at this time is to initialize the global
23035 variables get_menu_item_info and set_menu_item_info.
23036
23037 * w32menu.c (initialize_frame_menubar): Remove initialization of
23038 get_menu_item_info and set_menu_item_info.
23039
23040 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
23041
23042 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
23043 Declare them.
23044
23045 * emacs.c (main): Call globals_of_w32 prior to calling
23046 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
23047 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
23048 is defined.
23049
23050 * w32term.c (x_update_window_begin): Fix Windows API error
23051 detected by BoundsChecker. Test to determine if
23052 w32_system_caret_hwnd is NULL prior to attempting to use
23053 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
23054
23055 * w32term.c (x_update_window_end): Fix Windows API error
23056 detected by BoundsChecker. Test to determine if
23057 w32_system_caret_hwnd is NULL prior to attempting to use
23058 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
23059
23060 2002-12-17 Kenichi Handa <handa@m17n.org>
23061
23062 * coding.c (coding_system_require_warning): New variable.
23063 (syms_of_coding): DEFVAR it.
23064
23065 * coding.h (coding_system_require_warning): Extern it.
23066
23067 * fileio.c (choose_write_coding_system): Even if
23068 Vcoding_system_for_write is non-nil, if
23069 coding_system_require_warning is nonzero, call
23070 Vselect_safe_coding_system_function.
23071
23072 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
23073
23074 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
23075 (lisp): Add font-core.
23076
23077 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
23078
23079 * textprop.c (text_read_only): New arg `propval'.
23080 (get_char_property_and_overlay): Remove unused var `next_overlay'.
23081 (verify_interval_modification): Use text_read_only's new arg.
23082
23083 2002-12-13 Kenichi Handa <handa@m17n.org>
23084
23085 * coding.c (Funencodable_char_position): Set pend correctly.
23086
23087 2002-12-12 Jason Rumney <jasonr@gnu.org>
23088
23089 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
23090 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
23091 Be more careful about when help_events are generated.
23092
23093 2002-12-12 Steven Tamm <steventamm@mac.com>
23094
23095 * macterm.c (mac_check_for_quit_char): Correctly set the
23096 modifiers of the event to 0.
23097 * mac.c (sys_select): Duplicate rfds before calling select to
23098 ensure that rfds survive the while loop.
23099
23100 2002-12-11 Kim F. Storm <storm@cua.dk>
23101
23102 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
23103 row_containing_pos returned NULL.
23104
23105 2002-12-10 Steven Tamm <steventamm@mac.com>
23106
23107 * mac.c (sys_read): Fix sys_read to not call select if IO is
23108 non-blocking.
23109 (sys_select): Fix sys_select to not use a timeout larger than
23110 the one given.
23111
23112 2002-12-10 Juanma Barranquero <lektu@terra.es>
23113
23114 * editfns.c (Fformat): Use alloca, not _alloca.
23115
23116 2002-12-09 Richard M. Stallman <rms@gnu.org>
23117
23118 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
23119 as the last thing.
23120
23121 2002-12-09 Dave Love <fx@gnu.org>
23122
23123 * s/sol2-8.h: Removed. (Not necessary.)
23124
23125 2002-12-09 Matthew Swift <swift@alum.mit.edu>
23126
23127 * editfns.c (Fformat): Handle precision in string conversion
23128 specifiers like libc functions do (ie, print at most that many
23129 characters).
23130
23131 2002-12-08 Richard M. Stallman <rms@gnu.org>
23132
23133 * xdisp.c (row_containing_pos): Check more carefully
23134 whether charpos is really in the row before returning it.
23135
23136 2002-12-07 Steven Tamm <steventamm@mac.com>
23137
23138 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
23139
23140 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
23141 each stack frame. This may change as it could be time consuming.
23142
23143 * macterm.c (mac_check_for_quit_char, quit_char_comp)
23144 (init_quit_char_handler, mac_determine_quit_char_modifiers)
23145 (mac_initialize): Add code to check for pressing of quit_char
23146 in the OS event queue.
23147
23148 * mac.c (sys_select): Call mac_check_for_quit_char every second
23149 while blocking on select.
23150
23151 * mac.c (sys_read): Use sys_select to test for input first
23152 before calling read, to allow C-g to break.
23153
23154 2002-12-07 Richard M. Stallman <rms@gnu.org>
23155
23156 * minibuf.c (Fcompleting_read): Doc fix.
23157
23158 * lread.c (syms_of_lread) <load-history>: Doc fix.
23159
23160 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
23161
23162 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
23163 autoload.
23164
23165 * data.c (Fdefalias): Record in load-history redefining an autoload.
23166
23167 * alloca.c: Undo ifdef change accidentally made on 12-04.
23168
23169 2002-12-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
23170
23171 * xfns.c (png_load): Avoid double gamma correction for PNG images.
23172
23173 2002-12-04 Richard M. Stallman <rms@gnu.org>
23174
23175 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
23176
23177 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
23178
23179 * alloca.c: Don't use #error.
23180
23181 2002-12-03 Dave Love <fx@gnu.org>
23182
23183 * buffer.c (Qucs_set_table_for_input): New.
23184 (Fget_buffer_create): Use it.
23185 (Qset_buffer_major_mode_hook): Deleted.
23186 (Fset_buffer_major_mode): Revert previous change.
23187 (init_buffer_once): Intern ucs-set-table-for-input.
23188 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
23189 Add &Qucs_set_table_for_input.
23190
23191 2002-12-03 Andreas Schwab <schwab@suse.de>
23192
23193 * callint.c (Fcall_interactively): Use next_event only if less
23194 than key_count.
23195
23196 2002-12-02 Andrew Choi <akochoi@shaw.ca>
23197
23198 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
23199 names to 255 characters.
23200
23201 * macterm.c (XTread_socket): If all frames have been collapsed,
23202 expand the first one before handling drag-and-drop events.
23203
23204 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
23205 which is detected by autoconf.
23206
23207 2002-12-01 Steven Tamm <steventamm@mac.com>
23208
23209 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
23210 offset in two hints table to allow prebinding to be redone and
23211 allow the executable to be stripped.
23212
23213 2002-11-29 Dave Love <fx@gnu.org>
23214
23215 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
23216 already provided.
23217
23218 2002-11-29 Richard M. Stallman <rms@gnu.org>
23219
23220 * xdisp.c (start_display): Check more intelligently for
23221 whether the line is continued.
23222 (move_it_vertically_backward): Clear it->continuation_lines_width.
23223
23224 2002-11-28 Dave Love <fx@gnu.org>
23225
23226 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
23227 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
23228
23229 2002-11-27 Steven Tamm <steventamm@mac.com>
23230
23231 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
23232 more descriptive error output from lread.c:Fload upon most require
23233 cycles during boostrapping.
23234
23235 2002-11-27 Jason Rumney <jasonr@gnu.org>
23236
23237 * fileio.c (Finsert_file_contents): Give a more appropriate error
23238 for files bigger than 2Gb when off_t is 32 bit.
23239
23240 * dired.c (Ffile_attributes): Don't return negative file sizes for
23241 files bigger than 2Gb when off_t is 32 bit.
23242
23243 2002-11-27 Dave Love <fx@gnu.org>
23244
23245 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
23246
23247 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
23248 Test GETPGRP_VOID instead.
23249 [BSD_TERMIOS]: Remove definitions (never used).
23250
23251 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
23252 Don't define.
23253 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
23254
23255 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
23256
23257 2002-11-25 Jason Rumney <jasonr@gnu.org>
23258
23259 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
23260 supported.
23261
23262 2002-11-25 Dave Love <fx@gnu.org>
23263
23264 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
23265
23266 * Makefile.in (TEMACS_LDFLAGS): Update last change.
23267
23268 2002-11-25 Andreas Schwab <schwab@suse.de>
23269
23270 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
23271
23272 2002-11-24 Steven Tamm <steventamm@mac.com>
23273
23274 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
23275 determine the size of pointers alloced in unexed space instead
23276 of using possibly invalid emacs_zone pointers. This fixes the
23277 binary incompatibility problems caused by updates to libSystem.B.
23278
23279 2002-11-24 Richard M. Stallman <rms@gnu.org>
23280
23281 * search.c (Fstring_match): Doc fix.
23282
23283 * callint.c (Fcall_interactively): If a command fails because
23284 `*' detects a read-only buffer, but RECORD_FLAG is set,
23285 record it anyway if the args don't actually do tty input.
23286
23287 2002-11-22 Dave Love <fx@gnu.org>
23288
23289 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
23290
23291 * keyboard.c (interrupt_signal): Provide forward declaration.
23292 (kbd_buffer_store_event): Don't declare interrupt_signal.
23293
23294 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
23295
23296 2002-11-21 Richard M. Stallman <rms@gnu.org>
23297
23298 * eval.c (interactive_p): Skip any number of bytecode
23299 and special form frames, in any order.
23300
23301 2002-11-20 Jason Rumney <jasonr@gnu.org>
23302
23303 * w32fns.c (convert_mono_to_color_image): New function.
23304 (xbm_load, xbm_load_image): Use it when foreground or background
23305 is explicitly set.
23306
23307 2002-11-19 Dave Love <fx@gnu.org>
23308
23309 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
23310
23311 2002-11-18 Jason Rumney <jasonr@gnu.org>
23312
23313 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
23314 (XPutPixel): Swap blue and red.
23315 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
23316 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
23317 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
23318 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
23319
23320 2002-11-18 Dave Love <fx@gnu.org>
23321
23322 * m/orion105.h (HAVE_ALLOCA): Don't define.
23323
23324 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
23325
23326 * m/intel386.h: Don't include alloca.h or define alloca.
23327
23328 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
23329 malloc, realloc, calloc.
23330
23331 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
23332 (bcmp): Don't define.
23333
23334 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
23335
23336 * m/amdahl.h: Don't define LIB_STANDARD.
23337
23338 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
23339
23340 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
23341
23342 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
23343 Don't include alloca.h.
23344
23345 * s/aix3-2.h (HAVE_FSYNC): Don't define.
23346
23347 * regex.c (_GNU_SOURCE): Don't define.
23348
23349 * process.c (_GNU_SOURCE): Don't define.
23350
23351 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
23352
23353 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
23354
23355 * s/sol2-8.h: Include sol2-6.h.
23356
23357 2002-11-18 Miles Bader <miles@gnu.org>
23358
23359 * dispextern.h (struct face): Add `overstrike' field.
23360 * xterm.c (x_draw_glyph_string_foreground)
23361 (x_draw_composite_glyph_string_foreground): Implement overstriking.
23362 * xfaces.c (load_face_font): Set `face->overstrike' based on
23363 result from choose_face_font.
23364 (best_matching_font, choose_face_font): Add `needs_overstrike'
23365 argument, and use it to return whether overstriking is desirable
23366 for this face/font combo.
23367 (set_font_frame_param): Pass new argument to choose_face_font.
23368
23369 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
23370
23371 This change is my fix for the following entry in etc/PROBLEMS:
23372 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
23373 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
23374
23375 * w32.c: Added wrapper functions around the win32 API functions
23376 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
23377 GetSidIdentifierAuthority. These wrapper functions serve two
23378 purposes:
23379 1. They ensure that the wrapped function can never be called
23380 when Emacs is running on an operating system on which they are
23381 not supported (Microsoft Windows 95 / 98 / ME).
23382 2. They call the wrapped functions via function pointers rather
23383 than calling them directly. This avoids taking advantage of the
23384 undocumented fact that although these functions are not supported
23385 in the 9x branch of Microsoft Windows, the functions do exist in
23386 the version of advapi32.dll that is found in the 9x branch of
23387 Microsoft Windows.
23388
23389 * w32.c (init_user_info): Replace the calls to the win32 API
23390 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
23391 and GetSidIdentifierAuthority with calls to the newly added
23392 wrapper functions.
23393
23394 * w32.h: Added extern declarations for the following functions:
23395 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
23396 syms_of_w32menu, and void syms_of_fontset.
23397
23398 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
23399 function pointer track_mouse_event_fn in the handler for the
23400 WM_SETFOCUS message.
23401
23402 * w32menu.c (initialize_frame_menubar): Add code to
23403 reinitialize the function pointers set_menu_item_info and
23404 get_menu_item_info.
23405
23406 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
23407
23408 * sound.c: Added a partial implementation of play-sound-internal
23409 for Microsoft Windows. Added various #ifdef / #else / #endif
23410 code blocks to separate the code that will compile under
23411 Microsoft Windows from the code that is specific to GNU/Linux.
23412 Moved several blocks of code around to make this separation of code
23413 into Windows compatible and GNU/Linux compatible code blocks easier.
23414
23415 * makefile.w32-in: Include sound.c and link with WinMM.lib.
23416
23417 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
23418 added support for play-sound-internal under Windows would be
23419 included in the build of Emacs.
23420
23421 2002-11-16 Jason Rumney <jasonr@gnu.org>
23422
23423 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
23424
23425 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
23426
23427 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
23428
23429 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
23430 (adjust_point_for_property): Move out of display and invisible even if
23431 we were already inside before (in case a property was added while
23432 we weren't looking). Be more careful when handling invisible props.
23433 Skip invisible text as if it really wasn't there at all.
23434
23435 2002-11-15 Jason Rumney <jasonr@gnu.org>
23436
23437 * w32term.c (x_draw_image_foreground)
23438 (w32_draw_image_foreground_1): Use standard copy and invert
23439 operations to draw images.
23440
23441 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
23442 depth of 1.
23443 (xbm_read_bitmap_data): Invert bits as xbm is read in.
23444 (XPutPixel): Don't invert bits here.
23445
23446 2002-11-15 Jason Rumney <jasonr@gnu.org>
23447
23448 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
23449 (w32_draw_image_foreground_1): Handle image masks.
23450 (x_draw_image_glyph_string): Don't BitBlt transparently.
23451
23452 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
23453 (x_from_xcolors): Adjust RGB values for W32.
23454 (image_background, image_background_transparent)
23455 (postprocess_image, x_to_xcolors, x_disable_image)
23456 (x_build_heuristic_mask): Adapt for W32 and enable.
23457 (x_create_x_image_and_pixmap): Mark images with palettes as such.
23458 (xbm_load): Remove unused variable.
23459
23460 2002-11-14 Richard M. Stallman <rms@gnu.org>
23461
23462 * buffer.c (syms_of_buffer): Doc fix.
23463
23464 2002-11-14 Dave Love <fx@gnu.org>
23465
23466 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
23467
23468 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
23469 * xmenu.c (unuse_menu_items, digest_single_submenu):
23470 * xfns.c (x_put_x_image):
23471 * xdisp.c (message2_nolog, set_message):
23472 * undo.c (record_point):
23473 * terminfo.c (tparam):
23474 * syntax.c (scan_sexps_forward):
23475 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
23476 * composite.c (update_compositions):
23477 * cm.c (calccost, cmgoto):
23478 * charset.c (c_string_width): Declare all args (per C99).
23479
23480 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
23481
23482 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
23483 Don't declare.
23484
23485 * emacs.c (main) [!VMS]: Avoid third arg.
23486
23487 * fns.c (Fcopy_sequence): Doc fix.
23488 (Fmap_char_table): Cast `call2'.
23489
23490 2002-11-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
23491
23492 * s/sol2-8.h: New file.
23493
23494 2002-11-14 Kim F. Storm <storm@cua.dk>
23495
23496 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
23497 dependency on `risky-local-variable' and the :propertize form.
23498
23499 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
23500
23501 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
23502
23503 * syntax.c (scan_sexps_forward): Undo last patch.
23504 Use a more obvious fix: check eob before updating the syntax table.
23505
23506 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
23507
23508 * syntax.c (scan_sexps_forward): Update syntax table before reading
23509 a char rather than after so we don't update the table past eob.
23510
23511 2002-11-09 Dave Love <fx@gnu.org>
23512
23513 * buffer.c (Fset_buffer_major_mode): Fix last change.
23514
23515 * regex.c (regexec): Fix pmatch declaration.
23516
23517 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
23518
23519 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
23520 to self-inserting characters.
23521 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
23522
23523 * coding.c (Vtranslation_table_for_input): New.
23524 (syms_of_coding): DEFVAR it.
23525
23526 2002-11-08 Juanma Barranquero <lektu@terra.es>
23527
23528 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
23529 window.
23530
23531 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23532
23533 * process.c (Fformat_network_address): Remove unused locals p,
23534 cp, and i.
23535
23536 2002-11-06 Dave Love <fx@gnu.org>
23537
23538 * buffer.c (Qset_buffer_major_mode_hook): New.
23539 (Fset_buffer_major_mode): Use it.
23540
23541 2002-11-06 Richard M. Stallman <rms@gnu.org>
23542
23543 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
23544 and stop_polling.
23545
23546 * process.c (wait_reading_process_input):
23547 Test POLLING_PROBLEM_IN_SELECT, not hpux.
23548 Avoid initialization for auto Lisp_Object var.
23549
23550 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
23551
23552 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
23553
23554 2002-11-05 Richard M. Stallman <rms@gnu.org>
23555
23556 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
23557
23558 * callint.c (Fcall_interactively): New local filter_specs.
23559 (Fcall_interactively): Check for progn as well as let.
23560 Add a gcpro.
23561 (Qprogn): New variable.
23562 (syms_of_callint): Staticpro and init Qprogn.
23563
23564 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
23565
23566 * lread.c (Feval_buffer): Doc fix.
23567
23568 2002-11-04 Dave Love <fx@gnu.org>
23569
23570 * keyboard.c (read_char): Always translate iff
23571 Vkeyboard_translate_table is a char table and c is valid.
23572
23573 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
23574 and fix C types.
23575
23576 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
23577
23578 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
23579
23580 * editfns.c (get_pos_property): Don't hardcode Qfield.
23581
23582 * keyboard.c (adjust_point_for_property): Handle `display' prop on
23583 overlays. Also handle `invisible' prop.
23584
23585 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
23586
23587 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
23588 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
23589
23590 2002-11-01 Andreas Schwab <schwab@suse.de>
23591
23592 * editfns.c (Fmessage): Revert last change to properly handle %%.
23593
23594 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
23595
23596 * xmenu.c (unuse_menu_items): New fun.
23597 (menu_items_inuse): New var.
23598 (syms_of_xmenu): Initialize it.
23599 (init_menu_items): Use it to detect re-entrance.
23600 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
23601 (Fx_popup_menu): Remove spurious XSETFRAME.
23602
23603 * editfns.c (find_field): Make an exception for nil fields.
23604
23605 2002-11-01 Dave Love <fx@gnu.org>
23606
23607 * m/gec63.h: Deleted.
23608
23609 2002-10-31 Dave Love <fx@gnu.org>
23610
23611 * xterm.c (XTread_socket): Fix last change.
23612 (xaw_scroll_callback): Cast call_data to long to avoid warning.
23613
23614 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
23615
23616 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
23617
23618 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
23619
23620 * editfns.c (overlays_around, get_pos_property): New funs.
23621 (find_field): Use them.
23622 Also be careful not to modify POS before its last use.
23623 (Fmessage): Don't Fformat if there's nothing to format.
23624
23625 2002-10-30 Dave Love <fx@gnu.org>
23626
23627 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
23628 [HAVE_PTY_H]; Include pty.h.
23629
23630 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
23631
23632 * xterm.c (Qeql): Declare.
23633 (Vx_keysym_table): New.
23634 (syms_of_xterm): Initialize it.
23635 (XTread_socket): Use it. Deal with ASCII keysyms.
23636 (XSetIMValues) [HAVE_X11R6]: Prototype.
23637
23638 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
23639 (lispy_kana_keys): Comment out.
23640 (make_lispy_event) [XK_kana_A]: Comment out.
23641 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
23642 Fix sprintf call.
23643
23644 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
23645 regexp.h change).
23646 (TERMINFO, LIBS_TERMCAP): Define.
23647
23648 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
23649 (bcmp): Define conditional on HAVE_BCMP.
23650 (NO_SIOCTL_H): Don't define.
23651 (TIOCSIGSEND): Don't make conditional on IRIX6.
23652
23653 * s/sol2-5.h: Don't include strings.h.
23654 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
23655
23656 * s/irix6-0.h (IRIX6): Don't define.
23657 (bcopy, bcmp, bzero): Don't undef.
23658
23659 * s/irix6-5.h: Don't include strings.h.
23660 (IRIX6): Don't define.
23661 (bcopy, bcmp, bzero): Don't undef.
23662
23663 * syntax.c (Fforward_comment): Doc fix.
23664
23665 2002-10-29 Kim F. Storm <storm@cua.dk>
23666
23667 * process.c (Fsignal_process): Allow PROCESS to be specified by
23668 name in addition to pid (as integer or string).
23669
23670 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
23671
23672 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
23673 environments.
23674
23675 2002-10-27 Kim F. Storm <storm@cua.dk>
23676
23677 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
23678
23679 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
23680
23681 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
23682
23683 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
23684
23685 2002-10-26 Richard M. Stallman <rms@gnu.org>
23686
23687 * editfns.c (Fformat): Detect invalid format letters for floats.
23688
23689 2002-10-25 Kenichi Handa <handa@m17n.org>
23690
23691 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
23692 (x_set_title): Likewise.
23693
23694 2002-10-25 Juanma Barranquero <lektu@terra.es>
23695
23696 * macgui.h:
23697 * w32gui.h: Remove definition of XColor.
23698
23699 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
23700
23701 2002-10-24 Kim F. Storm <storm@cua.dk>
23702
23703 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
23704 Callers changed (supply dummy arg).
23705
23706 * lisp.h (get_window_cursor_type): Update prototype.
23707
23708 * w32term.c (x_display_and_set_cursor): Get active_cursor from
23709 get_window_cursor_type to track system caret.
23710
23711 2002-10-24 Kim F. Storm <storm@cua.dk>
23712
23713 * process.c (Fformat_network_address): New function.
23714 (syms_of_process): Defsubr it.
23715 (list_processes_1): Use it to format :local/:remote address if
23716 service/host is not set; before Emacs would crash in that case.
23717 (Fmake_network_process): Don't use Ffind_operation_coding_system
23718 to setup coding system if host or service is not set.
23719
23720 2002-10-23 Juanma Barranquero <lektu@terra.es>
23721
23722 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
23723
23724 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
23725 COLORREF.
23726
23727 * macgui.h:
23728 * w32gui.h: Add definition of XColor.
23729
23730 * macfns.c:
23731 * w32fns.c:
23732 * xfaces.c: Remove definition of XColor.
23733
23734 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
23735
23736 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
23737
23738 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
23739 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
23740 window if it is dedicated.
23741 (Fshrink_window): Add preserve_before as was done for enlarge_window.
23742 (Vspecial_display_function): Update docstring.
23743
23744 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
23745 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
23746 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE.
23747
23748 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
23749
23750 * casefiddle.c (casify_region): Don't treat a prefix char as part
23751 of a word when at the beginning.
23752
23753 2002-10-17 Juanma Barranquero <lektu@terra.es>
23754
23755 * lread.c (syms_of_lread): Fix typos.
23756
23757 2002-10-17 Dave Love <fx@gnu.org>
23758
23759 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
23760
23761 2002-10-16 Richard M. Stallman <rms@gnu.org>
23762
23763 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
23764
23765 2002-10-14 Juanma Barranquero <lektu@terra.es>
23766
23767 * w16select.c (syms_of_win16select): Fix docstring for
23768 `selection-coding-system'.
23769
23770 * w32select.c (syms_of_w32select): Likewise.
23771
23772 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
23773
23774 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
23775 a backslash-quoted char.
23776 (scan_lists, scan_sexps_forward): Pacify the compiler.
23777
23778 2002-10-13 Richard M. Stallman <rms@gnu.org>
23779
23780 * window.c (window_scroll): Set immediate_quit.
23781
23782 * print.c (print): When backquote form is the car of a list,
23783 output in old style. Use old_backquote_output to output all
23784 comma forms inside it in old style too.
23785
23786 * buffer.h (struct buffer): Move `undo_list' down below `name'.
23787
23788 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
23789
23790 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
23791 batch mode).
23792
23793 * lread.c (Fload): Doc fix (load-suffixes).
23794
23795 2002-10-10 Steven Tamm <steventamm@mac.com>
23796
23797 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
23798 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
23799 Also switch the default to Qnil from Qt.
23800
23801 2002-10-08 Kenichi Handa <handa@m17n.org>
23802
23803 * coding.c (code_convert_region): When we need more GAP for
23804 conversion, pay attention to the case that coding->produced is not
23805 greater than coding->consumed.
23806
23807 2002-10-07 Richard M. Stallman <rms@gnu.org>
23808
23809 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
23810
23811 2002-10-06 Andrew Choi <akochoi@shaw.ca>
23812
23813 * macmenu.c (mac_menu_show): Add j to count menu items; match
23814 menu_item_selection to it to find selected item.
23815
23816 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23817
23818 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
23819 cases. The correct fix is to pass ReparentNotify to Xt.
23820 The shell widget interprets ConfigureNotify differently depending
23821 on if it has been reparented or not.
23822
23823 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
23824
23825 * editfns.c (Fformat_time_string): Doc fix.
23826
23827 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
23828
23829 * fns.c (Flength): Doc fix.
23830
23831 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
23832
23833 * keyboard.c (keyremap): New struct.
23834 (read_key_sequence): Use it: globally replace keytran_foo with
23835 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
23836 keytran_next and fkey_next to just `next'.
23837
23838 2002-10-04 Steven Tamm <steventamm@mac.com>
23839
23840 * macterm.c (keycode_to_xkeysym_table): Change return to be
23841 treated like an X keysym.
23842
23843 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23844
23845 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
23846 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
23847 This is to also handle x/y changes that occur because of a resize.
23848
23849 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
23850
23851 * frame.c (Vdelete_frame_functions): New variable.
23852 (syms_of_frame): Initialize and defvar it.
23853 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
23854 it when frame's `tooltip' parameter is non-nil.
23855
23856 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
23857
23858 * w32fns.c (x_create_tip_frame): Likewise.
23859
23860 * macfns.c (x_create_tip_frame): Likewise.
23861
23862 2002-09-30 Kenichi Handa <handa@m17n.org>
23863
23864 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
23865 -1 before calling ccl_driver.
23866
23867 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
23868 Only when it is non-nil, handle composition sequence.
23869 (setup_coding_system) <0>: Don't force composition handling.
23870
23871 * Makefile.in (lisp, shortlisp): Add utf-16.elc.
23872
23873 2002-09-29 Richard M. Stallman <rms@gnu.org>
23874
23875 * search.c (Freplace_match): Adjust match data for the substitution
23876 just made in the buffer.
23877
23878 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
23879 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
23880
23881 2002-09-27 Richard M. Stallman <rms@gnu.org>
23882
23883 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
23884 (read_char): Use them. Do all exits thru the end of the function.
23885
23886 2002-09-27 Kenichi Handa <handa@etl.go.jp>
23887
23888 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
23889 is nil.
23890
23891 2002-09-26 Richard M. Stallman <rms@gnu.org>
23892
23893 * regex.h (__restrict_arr): Don't define if already defined.
23894
23895 * coding.c (run_pre_post_conversion_on_str):
23896 Save and restore Vdeactivate_mark.
23897
23898 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
23899
23900 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
23901
23902 2002-09-26 Kenichi Handa <handa@etl.go.jp>
23903
23904 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
23905 nonzero, try face's family at first. Otherwise try FAMILY at first.
23906 (choose_face_font): If C is a single byte char or latin-1, call
23907 try_font_list with PREFER_FACE_FAMILY 1.
23908
23909 2002-09-21 Richard M. Stallman <rms@gnu.org>
23910
23911 * window.c (select_window_1): Don't select frame.
23912 Set frame's selected window only when frame itself is selected.
23913 (Fselect_window): Doc fix.
23914
23915 2002-09-18 Kim F. Storm <storm@cua.dk>
23916
23917 * process.c (make-network-process): Doc fix (there is no
23918 network-server-log-function hook).
23919
23920 2002-09-18 Richard M. Stallman <rms@gnu.org>
23921
23922 * print.c (print): Clear out the unused parts of Vprint_number_table.
23923 (syms_of_print): Doc fix for `print-number-table'.
23924
23925 * unexelf.c (unexec): Undo previous change.
23926
23927 2002-09-17 Andreas Schwab <schwab@suse.de>
23928
23929 * m/alpha.h [LINUX]: Don't define DATA_START.
23930
23931 2002-09-16 Dave Love <fx@gnu.org>
23932
23933 * unexelf.c (unexec): Deal with .got, reinstating change from
23934 25-08-1999.
23935
23936 2002-09-13 Richard M. Stallman <rms@gnu.org>
23937
23938 * s/sol2-6.h (UNEXEC): Comment out definition.
23939
23940 * unexsol.c (unexec): Don't downcase first letter of error msg.
23941
23942 * xfaces.c (Fcolor_supported_p): Just one arg is required.
23943
23944 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
23945
23946 * unexsol.c: Include buffer.h, charset.h, coding.h.
23947
23948 2002-09-11 Richard M. Stallman <rms@gnu.org>
23949
23950 * unexsol.c: Don't use report_file_error; do it by hand
23951 using dlerror.
23952
23953 * process.c (wait_reading_process_input, both versions):
23954 Before calling turn_on_atimers, call stop_polling.
23955
23956 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
23957
23958 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
23959 we go to too_near_end, call clear_glyph_matrix.
23960 (redisplay_window): After make_cursor_line_fully_visible,
23961 call clear_glyph_matrix and bypass `goto done'.
23962
23963 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
23964 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
23965
23966 2002-09-10 Richard M. Stallman <rms@gnu.org>
23967
23968 * fileio.c (Fdo_auto_save): Catch error making directory.
23969 Only call push_message if we need to.
23970 At the same time, make an unwind-protect to pop it.
23971 Rename local message_p to old_message_p.
23972 (do_auto_save_make_dir, do_auto_save_eh): New functions.
23973 (do_auto_save_unwind): Don't call pop_message.
23974
23975 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
23976
23977 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
23978
23979 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
23980
23981 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
23982
23983 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
23984
23985 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
23986 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
23987 (re_match_2_internal): Be more careful with infinite loops.
23988
23989 2002-09-10 Kim F. Storm <storm@cua.dk>
23990
23991 * macros.c (end_kbd_macro): New function.
23992 (Fend_kbd_macro): Use it.
23993
23994 * macros.h (end_kbd_macro): Declare extern.
23995
23996 * keyboard.c (Fdiscard_input): If defining keyboard macro,
23997 end and save it instead of discarding it.
23998
23999 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
24000
24001 * s/sol2-6.h: Fix typo. Add comment.
24002
24003 2002-09-09 Richard M. Stallman <rms@gnu.org>
24004
24005 * regex.c (regnum_t): Use signed int, not unsigned int.
24006
24007 * s/sol2-6.h: New file.
24008
24009 * s/sol2-5.h (UNEXEC): Definition deleted.
24010
24011 2002-09-08 Kim F. Storm <storm@cua.dk>
24012
24013 * macros.c (executing_macro_index): Change type to EMACS_INT.
24014 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
24015
24016 * macros.h (executing_macro_index): Change type to EMACS_INT.
24017
24018 2002-09-06 Richard M. Stallman <rms@gnu.org>
24019
24020 * casetab.c (set_case_table): Make canon table point to eqv table.
24021
24022 2002-09-06 Juanma Barranquero <lektu@terra.es>
24023
24024 * coding.c (syms_of_coding): Fix spacing.
24025
24026 * composite.c (Fcompose_region_internal)
24027 (Fcompose_string_internal): Likewise.
24028
24029 * data.c (Flsh): Likewise.
24030
24031 * fontset.c (Fset_fontset_font): Likewise.
24032
24033 * macfns.c (Fx_server_max_request_size): Likewise.
24034
24035 * w16select.c (syms_of_win16select): Likewise.
24036
24037 * w32select.c (syms_of_w32select): Likewise.
24038
24039 * xselect.c (syms_of_xselect): Likewise.
24040
24041 2002-09-05 Richard M. Stallman <rms@gnu.org>
24042
24043 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
24044 call EXTEND_RANGE_TABLE and return a proper value.
24045 (set_image_of_range): Don't call set_image_of_range_1
24046 if no TRANSLATE or if range includes all of Latin-1.
24047 Only call it for the Latin-1 part of the range.
24048 For other cases, make two separate ranges,
24049 one for the original specified characters and one for
24050 their case-conversions.
24051
24052 2002-09-04 Richard M. Stallman <rms@gnu.org>
24053
24054 * s/sol2-5.h (UNEXEC): Use unexsol.o.
24055
24056 * window.c (displayed_window_lines): Correct for one-off bug
24057 in HEIGHT on non-window displays.
24058
24059 * regex.c (set_image_of_range_1): New function.
24060 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
24061 Return a value to indicate running out of memory.
24062 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
24063 (extend_range_table_work_area): New subroutine.
24064 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
24065 Different calling conventions, and used from set_image_of_range{,_1}.
24066 (IMMEDIATE_QUIT_CHECK): Definitions moved.
24067
24068 2002-09-04 Juanma Barranquero <lektu@terra.es>
24069
24070 * makefile.w32-in: All dependencies updated.
24071
24072 2002-09-01 Richard M. Stallman <rms@gnu.org>
24073
24074 * unexsol.c: New file.
24075
24076 * xfns.c (Qbox): Declare external, don't define.
24077
24078 * xdisp.c (redisplay_window) <force-start case>:
24079 If point is on semi-visible last line, reposition
24080 it at previous line.
24081
24082 * alloc.c (display_malloc_warning): Use display-warning.
24083 (malloc_warning_1): Function deleted.
24084
24085 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
24086
24087 * lread.c (read1): Handle #! by skipping the line.
24088
24089 2002-08-31 Richard M. Stallman <rms@gnu.org>
24090
24091 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
24092 Don't include LDFLAGS.
24093 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
24094
24095 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
24096
24097 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
24098 member of x_display_info unless we compile for some window system.
24099
24100 2002-08-31 Kim F. Storm <storm@cua.dk>
24101
24102 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
24103 (get_window_cursor_type): Don't use them.
24104 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
24105
24106 2002-08-30 Kenichi Handa <handa@etl.go.jp>
24107
24108 * xdisp.c (get_next_display_element): Fix previous change.
24109
24110 2002-08-30 Andrew Choi <akochoi@shaw.ca>
24111
24112 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
24113 (expose_window): Use it to fix the display of overlapping
24114 rows (merge code from xterm.c).
24115
24116 * macfns.c (Qbox): Add extern declaration.
24117
24118 2002-08-30 Juanma Barranquero <lektu@terra.es>
24119
24120 * w32fns.c (Qbox): Make extern.
24121 (syms_of_w32fns): Remove initialization of Qbox.
24122
24123 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
24124
24125 * xfns.c (Fx_open_connection): Fix error message.
24126
24127 2002-08-30 Kim F. Storm <storm@cua.dk>
24128
24129 The following changes consolidates the handling of the cursor
24130 type in xdisp.c, moving duplicate code and functionality from
24131 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
24132
24133 * frame.h (enum text_cursor_kinds): Consolidated here.
24134 Added DEFAULT_CURSOR value.
24135 (struct frame) <desired_cursor, cursor_width>
24136 <blink_off_cursor, blink_off_cursor_width>: New fields.
24137 Consolidated from output_x, output_w32 and output_mac structs.
24138 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
24139 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
24140
24141 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
24142 Variables consolidated here.
24143 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
24144 (Vcursor_in_non_selected_windows): Renamed from
24145 cursor_in_non_selected_windows and changed to Lisp_Object.
24146 (syms_of_xdisp): Define and staticpro new and moved variables.
24147 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
24148 consolidated here. Recognize Qhollow setting.
24149 (set_frame_cursor_types): New function to set frame cursor types
24150 based on the frame parameters.
24151 (get_window_cursor_type): New function to calculate new cursor
24152 type and width for the specified window. Based on duplicated
24153 code consolidated here.
24154 Enhancements: cursor-in-non-selected-windows may be a cursor type,
24155 check buffer-local alternate-cursor-type and blink-cursor-alist
24156 before using built-in blink off methods.
24157
24158 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
24159
24160 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
24161 (get_specified_cursor_type, get_window_cursor_type)
24162 (set_frame_cursor_types): Added prototypes.
24163
24164 * macfns.c (x_specified_cursor_type): Removed.
24165 (x_set_cursor_type): Use set_frame_cursor_types.
24166 (Qbar, Qbox): Removed.
24167 (syms_of_macfns): Don't intern or staticpro them.
24168
24169 * macterm.c (x_specified_cursor_type): Remove prototype.
24170 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
24171 (x_display_and_set_cursor): Use get_window_cursor_type.
24172 Remove unused local variables cursor_non_selected, active_cursor.
24173 Redraw cursor if hbar cursor width changes.
24174 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
24175
24176 * macterm.h (enum text_cursor_kinds): Removed.
24177 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
24178 <blink_off_cursor, blink_off_cursor_width>: Members removed.
24179 (FRAME_DESIRED_CURSOR): Macro removed.
24180
24181 * w32fns.c (Vblink_cursor_alist): Removed.
24182 (Qbar, Qhbar, Qbox, Qhollow): Removed.
24183 (syms_of_w32fns): Don't intern, staticpro, or define them.
24184 (x_specified_cursor_type): Removed.
24185 (x_set_cursor_type): Use set_frame_cursor_types.
24186
24187 * w32term.c (x_specified_cursor_type): Remove prototype.
24188 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
24189 (x_display_and_set_cursor): Use get_window_cursor_type.
24190 Remove unused local variables cursor_off_state.
24191 Redraw cursor if hbar cursor width changes.
24192 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
24193
24194 * w32term.h (enum text_cursor_kinds): Removed.
24195 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
24196 <blink_off_cursor, blink_off_cursor_width>: Members removed.
24197 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
24198 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
24199 (struct w32_display_info) <x_highlight_frame>: Renamed member from
24200 w32_highlight_frame.
24201
24202 * xfns.c (Vblink_cursor_alist): Removed.
24203 (Qbar, Qhbar, Qbox, Qhollow): Removed.
24204 (syms_of_xfns): Don't intern, staticpro, or define them.
24205 (x_specified_cursor_type): Removed.
24206 (x_set_cursor_type): Use set_frame_cursor_types.
24207
24208 * xterm.c (x_specified_cursor_type): Remove prototype.
24209 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
24210 (x_display_and_set_cursor): Use get_window_cursor_type.
24211 Remove unused local variables cursor_off_state.
24212 Redraw cursor if hbar cursor width changes.
24213
24214 * xterm.h (enum text_cursor_kinds): Removed.
24215 (struct output_x) <current_cursor, desired_cursor, cursor_width>
24216 <blink_off_cursor, blink_off_cursor_width>: Members removed.
24217 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
24218 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
24219 (x_specified_cursor_type): Remove prototype.
24220
24221 2002-08-28 Richard M. Stallman <rms@gnu.org>
24222
24223 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
24224 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
24225 (Vblink_cursor_alist): New variable.
24226 (syms_of_w32fns): Initialize and defvar it.
24227 (x_specified_cursor_type): Recognize Qbox for filled box.
24228 Exceptions are hollow boxes.
24229 (Qbox, Qhollow): New variables.
24230 (syms_of_w32fns): Initialize and staticpro them.
24231
24232 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
24233 New macros.
24234 (struct w32_output): New fields blink_off_cursor,
24235 blink_off_cursor_width.
24236 (FRAME_CURSOR_WIDTH): New macro.
24237
24238 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
24239 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
24240
24241 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
24242 for bar cursor.
24243
24244 * w32term.c (expose_overlaps): New function.
24245 (expose_window): Use it to fix the display of overlapping rows.
24246
24247 2002-08-28 Simon Josefsson <jas@extundo.com>
24248
24249 * xfns.c (Fx_open_connection): Improve help when X connection
24250 fails, xhost is insecure and xauth is better.
24251
24252 2002-08-28 Juanma Barranquero <lektu@terra.es>
24253
24254 * makefile.w32-in: Add missing dependencies on w32term.h and
24255 composite.h.
24256
24257 * emacs.c (USAGE1): Add missing newline.
24258
24259 2002-08-27 Andrew Choi <akochoi@shaw.ca>
24260
24261 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
24262
24263 2002-08-27 Richard M. Stallman <rms@gnu.org>
24264
24265 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
24266 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
24267 (Vblink_cursor_alist): New variable.
24268 (syms_of_xfns): Initialize and defvar it.
24269 (x_specified_cursor_type): Recognize Qbox for filled box.
24270 Exceptions are hollow boxes.
24271 (Qbox, Qhollow): New variables.
24272 (syms_of_xfns): Initialize and staticpro them.
24273
24274 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
24275 New macros.
24276 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
24277
24278 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
24279 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
24280
24281 * emacs.c (main): Handle --script.
24282 (USAGE1): Mention --script.
24283 (standard_args): Define sort order for --script.
24284
24285 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
24286
24287 * xdisp.c (redisplay_updating_p): Variable removed.
24288 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
24289 New variables.
24290 (init_iterator): Don't free realized faces if
24291 inhibit_free_realized_faces is set.
24292 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
24293 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
24294 initialize Qinhibit_free_realized_faces.
24295
24296 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
24297 when iterator is adding glyphs to a glyph matrix.
24298
24299 2002-08-27 Kenichi Handa <handa@etl.go.jp>
24300
24301 * xdisp.c (get_next_display_element): In unibyte case, don't use
24302 octal form for such eight-bit characters that can be converted to
24303 multibyte char.
24304
24305 2002-08-26 Kim F. Storm <storm@cua.dk>
24306
24307 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
24308 foreground and background colors. From Joe Buehler.
24309
24310 2002-08-26 Miles Bader <miles@gnu.org>
24311
24312 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
24313
24314 2002-08-25 Andrew Choi <akochoi@shaw.ca>
24315
24316 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
24317 defined instead of MAC_OSX.
24318
24319 * s/darwin.h (select): Define select to sys_select only if
24320 HAVE_CARBON is defined.
24321 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
24322 (DONT_REOPEN_PTY): #def it.
24323
24324 * macterm.c (XTread_socket): Remove code to call
24325 SendEventToEventTarget for keys with command modifiers when
24326 mac_command_key_is_meta is nil.
24327
24328 2002-08-24 Andreas Schwab <schwab@suse.de>
24329
24330 * eval.c (Fdefvar): Fix last change.
24331
24332 2002-08-23 Richard M. Stallman <rms@gnu.org>
24333
24334 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
24335 Record variables in load history as (defvar . VAR).
24336 (Fdefvar): Don't record in load history if no initial value.
24337 (Qdefvar): New variable.
24338 (syms_of_eval): Init and staticpro it.
24339
24340 * lread.c (syms_of_lread): Doc fix.
24341 (build_load_history): Use Fmember to see if a definition
24342 is already in the Vload_history element.
24343
24344 * process.c (Fstart_process): Remove /: from program name.
24345
24346 * emacs.c (decode_env_path): Don't add /: if file name handler
24347 has a `safe-magic' property.
24348
24349 * callproc.c (Fcall_process): Remove /: from program name.
24350
24351 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
24352
24353 * regex.c (PATFETCH): Remove the translating fetch.
24354 (PATFETCH_RAW): Rename to PATFETCH.
24355 (set_image_of_range): New fun.
24356 (SET_RANGE_TABLE_WORK_AREA): Use it.
24357 (regex_compile): Don't translate the pattern chars so eagerly.
24358 Only do it when inserting an `exactn' bytecode or when handling
24359 a char-range.
24360 (mutually_exclusive_p): Avoid empty statement.
24361
24362 2002-08-22 Kim F. Storm <storm@cua.dk>
24363
24364 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
24365 end up on a partially visible line; this reverts a specific part
24366 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
24367 display error which has been reported several times now.
24368 However it introduces the problem that changes was supposed to fix.
24369 See my comments in the source if you want to debug this further.
24370
24371 2002-08-20 Kenichi Handa <handa@etl.go.jp>
24372
24373 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
24374
24375 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
24376
24377 * msdos.c (croak): Add `void' to definition.
24378
24379 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
24380 Don't define them, they are defined in msdos.c.
24381
24382 * mem-limits.h [MSDOS]: Declare etext.
24383
24384 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
24385 `const' since CORRECT_DIR_SEPS modifies its target.
24386
24387 2002-08-19 Kim F. Storm <storm@cua.dk>
24388
24389 * keyboard.c (Fclear_this_command_keys): Add optional arg
24390 KEEP-RECORD to avoid clearing lossage when we just want to clear
24391 the current key sequence (kmacro needs this).
24392
24393 2002-08-19 Kenichi Handa <handa@localhost>
24394
24395 * composite.c (run_composition_function): Call FUNC if it is fboundp.
24396
24397 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
24398 cons, return Qnil.
24399
24400 2002-08-17 Richard M. Stallman <rms@gnu.org>
24401
24402 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
24403
24404 * sysdep.c [!VMS]: Include sys/files.h.
24405
24406 * editfns.c (save_restriction_restore): Defend from unchained marker.
24407
24408 * buffer.c (overlays_at): Handle extending vec uniformly.
24409 (overlays_in): Handle extending vec from length 0 as in overlays_at.
24410
24411 2002-08-15 Andrew Choi <akochoi@shaw.ca>
24412
24413 * mac.c (init_mac_osx_environment): New function.
24414
24415 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
24416
24417 2002-08-14 Kim F. Storm <storm@cua.dk>
24418
24419 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
24420 executing macro before appending to it (when used from Lisp).
24421 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
24422 which is called prior to each iteration of macro (for kmacro.el).
24423 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
24424
24425 * lisp.h (Fexecute_kbd_macro): Update prototype.
24426
24427 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
24428
24429 2002-08-14 Kenichi Handa <handa@etl.go.jp>
24430
24431 * xselect.c (QUTF8_STRING): New variable.
24432 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
24433 (x_atom_to_symbol): Likewise.
24434 (x_get_local_selection): New argument local_request. If it is
24435 nonzero, call handler_fn with the second arg nil.
24436 (x_handle_selection_request): Call x_get_local_selection with
24437 local_request 0.
24438 (lisp_data_to_selection_data): Don't encode the string here.
24439 (Fx_get_selection_internal): Call x_get_local_selection with
24440 local_request 1.
24441 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
24442
24443 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
24444
24445 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
24446
24447 2002-08-13 Richard M. Stallman <rms@gnu.org>
24448
24449 * minibuf.c (Fminibufferp): New function.
24450 (syms_of_minibuf): Defsubr it.
24451 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
24452
24453 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
24454
24455 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
24456
24457 2002-08-12 Richard M. Stallman <rms@gnu.org>
24458
24459 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
24460 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
24461 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
24462 already.
24463
24464 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
24465
24466 2002-08-11 Andrew Choi <akochoi@shaw.ca>
24467
24468 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
24469 (Vmac_pass_command_to_system): New variable.
24470 (Vmac_pass_control_to_system): New variable.
24471 (do_mouse_moved): Check wp with is_emacs_window.
24472 (XTread_socket): Check window_ptr with is_emacs_window.
24473 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
24474 events back to Mac Toolbox for processing, depending on values of
24475 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
24476 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
24477 Vmac_pass_control_to_system.
24478
24479 2002-08-10 Kenichi Handa <handa@etl.go.jp>
24480
24481 * coding.c (unencodable_char_position): New function.
24482 (Funencodable_char_position): New function.
24483 (syms_of_coding): Defsubr Funencodable_char_position.
24484
24485 2002-08-10 Andrew Choi <akochoi@shaw.ca>
24486
24487 * mac.c (sys_select) [MAC_OSX]: New function.
24488
24489 * macterm.c (MakeMeTheFrontProcess): New function.
24490 (mac_initialize): Call MakeMeTheFrontProcess.
24491
24492 * s/darwin.h: Define select to sys_select.
24493
24494 2002-08-09 Richard M. Stallman <rms@gnu.org>
24495
24496 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
24497
24498 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
24499
24500 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
24501 end of the buffer.
24502
24503 2002-08-08 Ken Raeburn <raeburn@gnu.org>
24504
24505 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
24506
24507 * puresize.h (BASE_PURESIZE): Increase to 910000.
24508
24509 2002-08-08 Kenichi Handa <handa@etl.go.jp>
24510
24511 * coding.c (Ffind_operation_coding_system): For write-region, if
24512 VISIT is a filename, make it the target.
24513
24514 2002-08-07 Richard M. Stallman <rms@gnu.org>
24515
24516 * alloc.c (mark_object): Detect long lists for debugging.
24517 (mark_object_loop_halt): New variable.
24518
24519 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
24520
24521 * data.c (Fmake_variable_frame_local): Doc fix.
24522
24523 2002-08-01 David Ponce <david@dponce.com>
24524
24525 * w32menu.c (local_heap, local_alloc, local_free): New macros.
24526 (malloc_widget_value, free_widget_value)
24527 (w32_free_submenu_strings): Use them.
24528
24529 (push_submenu_start, push_submenu_end, push_left_right_boundary)
24530 (push_menu_pane, push_menu_item, single_keymap_panes)
24531 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
24532 (single_submenu, set_frame_menubar)
24533 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
24534
24535 (Fx_popup_menu): Don't show pop up menu until preceding one is
24536 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
24537
24538 * w32menu.c: Changes adapted from xmenu.c
24539 (set_frame_menubar): First parse all submenus,
24540 then make widget_value trees from them.
24541 Don't allocate any widget_value objects
24542 until we are done with the parsing.
24543 (parse_single_submenu): New function.
24544 (digest_single_submenu): New function.
24545 (single_submenu): Function deleted, replaced by those two.
24546
24547 2002-08-04 Andrew Choi <akochoi@shaw.ca>
24548
24549 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
24550 returns a valid window pointer before proceeding for keyDown and
24551 autoKey events.
24552
24553 2002-08-03 Andrew Choi <akochoi@shaw.ca>
24554
24555 * macterm.c (USE_CARBON_EVENTS): New macro.
24556 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
24557 (x_iconify_frame): Call CollapseWindow.
24558 (Vmac_reverse_ctrl_meta): New variable.
24559 (Vmac_wheel_button_is_mouse_2): New variable.
24560 (init_mac_drag_n_drop): New function.
24561 (mac_do_receive_drag): New function.
24562 (mac_handle_service_event): New function.
24563 (init_service_handler): New function.
24564 (mac_to_emacs_modifiers): New function.
24565 (mac_event_to_emacs_modifiers): New function.
24566 (mac_get_mouse_btn): New function.
24567 (mac_convert_event_ref): New function.
24568 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
24569 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
24570 mac_get_mouse_btn.
24571 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
24572
24573 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
24574 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
24575 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
24576 TOOL_BAR_EVENT for MAC_OS as well.
24577 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
24578 as for WINDOWS_NT.
24579 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
24580
24581 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
24582
24583 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
24584
24585 * xdisp.c (forward_to_next_line_start): Fix a condition that
24586 lead to a newline being skipped.
24587
24588 2002-08-02 Andrew Choi <akochoi@shaw.ca>
24589
24590 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
24591
24592 2002-08-01 Richard M. Stallman <rms@gnu.org>
24593
24594 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
24595
24596 2002-07-31 Andrew Choi <akochoi@shaw.ca>
24597
24598 * macfns.c: #undef init_process before #define-ing it.
24599
24600 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
24601 HAVE_CARBON is defined.
24602
24603 2002-07-31 Richard M. Stallman <rms@gnu.org>
24604
24605 * xmenu.c (set_frame_menubar): First parse all submenus,
24606 then make widget_value trees from them.
24607 Don't allocate any widget_value objects
24608 until we are done with the parsing.
24609 (parse_single_submenu): New function.
24610 (digest_single_submenu): New function.
24611 (single_submenu): Function deleted, replaced by those two.
24612
24613 2002-07-30 Juanma Barranquero <lektu@terra.es>
24614
24615 * w32proc.c (syms_of_ntproc): Fix docstring of
24616 `w32-get-true-file-attributes'.
24617
24618 2002-07-28 Richard M. Stallman <rms@gnu.org>
24619
24620 * s/hpux8.h (HPUX8): Define this before including hpux.h.
24621 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
24622
24623 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
24624
24625 * keyboard.c (make_lispy_event):
24626 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
24627 Explicitly clear up_modifier in event->modifiers.
24628
24629 2002-07-27 Richard M. Stallman <rms@gnu.org>
24630
24631 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
24632
24633 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
24634 for bar cursor.
24635
24636 2002-07-26 Kenichi Handa <handa@etl.go.jp>
24637
24638 * coding.c (detect_coding_iso2022): While checking a byte sequence
24639 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
24640 it in the normal loop.
24641
24642 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
24643
24644 * xterm.c (expose_overlaps): New function.
24645 (expose_window): Use it to fix the display of overlapping rows.
24646
24647 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
24648
24649 2002-07-23 Ken Raeburn <raeburn@gnu.org>
24650
24651 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
24652 since it only depends on XUINT.
24653
24654 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
24655 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
24656 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
24657 Macros deleted.
24658
24659 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
24660 its value over other approaches.
24661 * sysdep.c (start_of_data): Don't define the function if a macro
24662 form has been defined.
24663
24664 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
24665
24666 * xdisp.c (redisplay_updating_p): New variable.
24667 (init_iterator): Don't free realized faces when
24668 redisplay_updating_p is set.
24669 (redisplay_internal): Set redisplay_updating_p while updating
24670 the display.
24671
24672 2002-07-23 Richard M. Stallman <rms@gnu.org>
24673
24674 * editfns.c (Fmessage): Treat "" like nil.
24675
24676 2002-07-23 Kenichi Handa <handa@etl.go.jp>
24677
24678 * xdisp.c (face_before_or_after_it_pos):
24679 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
24680
24681 2002-07-22 Juanma Barranquero <lektu@terra.es>
24682
24683 * callproc.c (init_callproc) [DOS_NT]:
24684 Initialize Vshared_game_score_directory to nil.
24685 (syms_of_callproc) [DOS_NT]: Likewise.
24686
24687 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
24688
24689 * xdisp.c (display_line): Replace an abort with xassert.
24690
24691 2002-07-21 Richard M. Stallman <rms@gnu.org>
24692
24693 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
24694 and END_UNCHANGED when setting buffer_unchanged_p.
24695 Use current_matrix_up_to_date_p to decide whether to use
24696 try_cursor_movement.
24697
24698 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
24699
24700 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
24701
24702 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
24703 Set to nil if dir does not exist.
24704 (syms_of_callproc): Init unconditionally and simply.
24705
24706 * buffer.c (Fbuffer_list): Doc fix.
24707
24708 2002-07-21 Ken Raeburn <raeburn@gnu.org>
24709
24710 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
24711
24712 * buffer.c (mmap_realloc): When shrinking, make sure number of
24713 pages to unmap is rounded towards zero.
24714
24715 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
24716 (XSETINT): Deleted.
24717
24718 * m/att3b.h (XINT): Don't define.
24719 (VALBITS, VALMASK, XTYPE): Deleted.
24720 (DATA_SEG_BITS): Define.
24721 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
24722 ARRAY_MARK_FLAG): Deleted.
24723 (DATA_SEG_BITS): Define.
24724 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
24725 (DATA_SEG_BITS): Define.
24726
24727 2002-07-20 Richard M. Stallman <rms@gnu.org>
24728
24729 * print.c (print_error_message): New args CONTEXT and CALLER.
24730 Calls changed.
24731
24732 * lisp.h (print_error_message): Declare new args.
24733
24734 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
24735 and CONTEXT to print_error_message, don't print them here.
24736 For a Quit, don't use Vsignaling_function.
24737 Call message_log_maybe_newline.
24738
24739 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
24740
24741 2002-07-20 Kim F. Storm <storm@cua.dk>
24742
24743 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
24744
24745 2002-07-19 Ken Raeburn <raeburn@gnu.org>
24746
24747 * bytecode.c (struct byte_stack): Pointers into byte string now
24748 point to const.
24749 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
24750 const.
24751 * charset.h (BCOPY_SHORT): Source pointer now points to const.
24752 * coding.c (encode_eol, detect_coding, detect_eol):
24753 (decode_coding, encode_coding, detect_coding_system):
24754 Source strings now treated as const.
24755 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
24756 modify Lisp string contents.
24757 * coding.h (decode_coding, encode_coding, detect_coding,
24758 detect_eol): Declarations updated.
24759 * composite.c (compose_chars_in_text): Treat Lisp string contents
24760 as const.
24761 * dispnew.c (safe_bcopy): Source pointer now points to const.
24762 * lisp.h (STRING_COPYIN): New macro.
24763 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
24764 (internal_with_output_to_temp_buffer): Declarations updated.
24765 * print.c (temp_output_buffer_setup):
24766 (internal_with_output_to_temp_buffer): Buffer name argument is now
24767 pointer to const.
24768 * sound.c (struct sound_device): Function pointer field "write"
24769 buffer argument now points to const.
24770 (vox_write): Buffer argument points to const.
24771 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
24772 contents as const.
24773 * sysdep.c (emacs_write): Buffer pointer now const.
24774 * term.c (encode_terminal_code): Buffer pointer now const.
24775 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
24776 (x_face_list_fonts, x_update_menu_appearance):
24777 (hash_string_case_insensitive): Treat Lisp string contents as const.
24778
24779 2002-07-19 Juanma Barranquero <lektu@terra.es>
24780
24781 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
24782
24783 * fileio.c (syms_of_fileio): Likewise.
24784 (Ffile_name_as_directory): Fix argument name in docstring.
24785 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
24786
24787 2002-07-18 Richard M. Stallman <rms@gnu.org>
24788
24789 * data.c (Fdefalias): Doc fix.
24790
24791 2002-07-17 Dave Love <fx@gnu.org>
24792
24793 * intervals.h (text_property_stickiness): Use P_.
24794
24795 * ccl.c: Remove `emacs' conditionals.
24796 (ccl_backtrace_table): Fix size spec.
24797 (ccl_driver): Fix type errors.
24798
24799 2002-07-16 Ken Raeburn <raeburn@gnu.org>
24800
24801 * alloc.c (xstrdup, make_string, make_unibyte_string)
24802 (make_multibyte_string, build_string): String pointer args now
24803 point to const.
24804 * charset.c (find_charset_in_text, c_string_width):
24805 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
24806 * fileio.c (report_file_error):
24807 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
24808 (count_combining_before, count_combining_after, insert_1_both):
24809 (insert, insert_and_inherit, insert_string):
24810 (insert_before_markers, insert_before_markers_and_inherit):
24811 * lread.c (intern, oblookup, hash_string):
24812 * minibuf.c (temp_echo_area_glyphs):
24813 * search.c (fast_c_string_match_ignore_case):
24814 * sysdep.c (emacs_open, set_file_times):
24815 * xfaces.c (xstricmp):
24816 * xdisp.c (store_frame_title, string_char_and_length):
24817 (message_dolog, message2, message2_nolog, set_message): Likewise.
24818 (set_message_1): Cast message string argument to const pointer.
24819 * editfns.c (general_insert_function): Insertion function now
24820 takes pointer to const for input data.
24821 * charset.h (find_charset_in_text, c_string_width):
24822 (parse_str_as_multibyte): Declarations updated.
24823 * dispextern.h (xstricmp): Declaration updated.
24824 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
24825 (count_size_as_multibyte, count_combining_before):
24826 (count_combining_after, insert_1, insert_1_both, message_dolog):
24827 (insert, insert_and_inherit, insert_before_markers)
24828 (insert_before_markers_and_inherit, set_message, message2):
24829 (message2_dolog, build_string, make_string, make_unibyte_string):
24830 (make_multibyte_string, intern, oblookup, report_file_error):
24831 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
24832 (emacs_open, xstrdup): Declarations updated.
24833 * systime.h (set_file_times): Declaration updated.
24834
24835 * charset.c (find_charset_in_text, lisp_string_width): Use const
24836 for pointer to lisp string data.
24837 * charset.h (FETCH_STRING_CHAR_ADVANCE):
24838 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
24839 * coding.c (Ffind_coding_systems_region_interval):
24840 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
24841 (Fmake_directory_internal, Fdelete_directory):
24842 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
24843 * fontset.c (font_family_registry, fs_query_fontset):
24844 (list_fontsets):
24845 * frame.c (Fframe_parameter):
24846 * keyboard.c (cmd_error_internal):
24847 * keymap.c (Fdescribe_buffer_bindings):
24848 * lread.c (complete_filename_p, openp):
24849 * minibuf.c (Fminibuffer_complete_word):
24850 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
24851 (face_before_or_after_it_pos, next_element_from_string):
24852 (get_overlay_arrow_glyph_row, display_mode_element):
24853 (decode_mode_spec_coding):
24854 * xterm.c (same_x_server): Likewise.
24855
24856 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
24857 settings of non-existent fields.
24858
24859 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
24860 copy a lisp value.
24861
24862 * lread.c (Fintern_soft): Use string macros instead of
24863 Lisp_String fields.
24864 * keyboard.c (echo_char, parse_modifiers_uncached):
24865 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
24866 * textprop.c (validate_interval_range, interval_of): Likewise.
24867
24868 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
24869
24870 * charset.h (FETCH_STRING_CHAR_ADVANCE)
24871 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
24872 XSTRING()->size_byte.
24873
24874 * lisp.h (SDATA, SREF): Produce rvalue.
24875 (SSET): New macro.
24876 * alloc.c (make_event_array): Use SSET for storing into a string.
24877 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
24878 a string.
24879 * casefiddle.c (casify_object): Use SSET.
24880 * charset.h (FETCH_STRING_CHAR_ADVANCE)
24881 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
24882 address of string contents.
24883 * data.c (Faref): Use SDATA.
24884 (Faset): Use SDATA, SSET.
24885 * dired.c (directory_files_internal): Use SSET.
24886 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
24887 (Fread_file_name): Use SREF, SSET.
24888 * fns.c (concat): Use SSET.
24889 (concat, Fdelete): Use SDATA.
24890 * insdel.c (insert_from_string_1): Use SDATA.
24891 * keyboard.c (Fevent_convert_list): Use SREF.
24892 * lread.c (Fload): Use SDATA, SSET.
24893 * macfns.c (validate_x_resource_name): Use SSET.
24894 * process.c (status_message): Use SSET.
24895 * search.c (wordify): Use SDATA.
24896 (Freplace_match): Use SREF.
24897 * w32fns.c (validate_x_resource_name): Use SSET.
24898 * xfns.c (validate_x_resource_name): Use SSET.
24899 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
24900
24901 2002-07-16 Richard M. Stallman <rms@gnu.org>
24902
24903 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
24904
24905 * xdisp.c (reconsider_clip_changes):
24906 Don't test prevent_redisplay_optimizations_p.
24907 (redisplay_internal): Test prevent_redisplay_optimizations_p
24908 along with clip_changed in some cases.
24909 (try_window_id): Likewise.
24910 (redisplay_window): New local var buffer_unchanged_p.
24911
24912 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
24913
24914 * process.c (create_process): Test USG_SUBTTY_WORKS.
24915 (process_send_signal): Clean up handling of GID.
24916 Detect errors in ioctls meant to set GID.
24917
24918 * window.c (temp_output_buffer_show):
24919 Don't set prevent_redisplay_optimizations_p.
24920
24921 2002-07-15 Juanma Barranquero <lektu@terra.es>
24922
24923 * eval.c (Fdefvaralias): Add docstring argument.
24924
24925 2002-07-15 Ken Raeburn <raeburn@gnu.org>
24926
24927 * lisp.h (STRING_INTERVALS): Produce rvalue.
24928 (STRING_SET_INTERVALS): New macro.
24929 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
24930 * fns.c (Fstring_as_multibyte): Likewise.
24931 * intervals.c (balance_possible_root_interval, delete_interval)
24932 (create_root_interval, copy_intervals_to_string): Likewise.
24933 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
24934 instead of 0.
24935
24936 2002-07-14 Ken Raeburn <raeburn@gnu.org>
24937
24938 * lisp.h (STRING_SET_CHARS): New macro.
24939 (SCHARS, SBYTES): Produce rvalues.
24940 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
24941 * fns.c (concat): Likewise.
24942 * lread.c (read_vector): Likewise.
24943
24944 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
24945 (STRING_SET_UNIBYTE): New macro.
24946 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
24947 length of -1) changed to use STRING_SET_UNIBYTE.
24948 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
24949 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
24950 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
24951 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
24952 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
24953 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
24954 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
24955 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
24956 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
24957 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
24958 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
24959 STRING_BYTES or indirection changed to SCHARS, SBYTES,
24960 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
24961 unchanged for now.
24962
24963 2002-07-13 Kim F. Storm <storm@cua.dk>
24964
24965 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
24966
24967 2002-07-12 Richard M. Stallman <rms@gnu.org>
24968
24969 * fileio.c (Fwrite_region): Doc fix.
24970
24971 * print.c (print_error_message): Don't handle Vsignaling_function here.
24972
24973 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
24974 (command_loop_1): Avoid certain actions after memory-full error.
24975
24976 * eval.c (Fsignal): Don't call cancel_hourglass.
24977 For a memory-full error, don't call Vsignal_hook_function
24978 and don't set Vsignaling_function.
24979
24980 * process.c (process_send_signal): Add abort call.
24981
24982 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
24983
24984 * keymap.c (Fkey_binding): Fix typo.
24985
24986 2002-07-11 Richard M. Stallman <rms@gnu.org>
24987
24988 * alloc.c (Vmemory_full): New variable.
24989 (Vmemory_signal_data): Rename from memory_signal_data.
24990 Uses changed.
24991 (syms_of_alloc): Defvar them.
24992 (memory_full, buffer_memory_full): Set Vmemory_full.
24993
24994 * lisp.h (Vmemory_full): Add declaration.
24995 (current_column, indented_beyond_p): Change declaration.
24996
24997 * indent.c (last_known_column): Declare as double, not float.
24998 (current_column, current_column_1, string_display_width)
24999 (position_indentation): Return `double'.
25000 (indented_beyond_p): Arg `column' is `double'. Callers changed.
25001
25002 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
25003 (back_to_previous_visible_line_start)
25004 (reseat_at_next_visible_line_start, next_element_from_buffer):
25005 Use `double', not `float', when calling indented_beyond_p.
25006
25007 * s/hpux11.h (BROKEN_SA_RESTART): Define.
25008
25009 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
25010
25011 2002-07-11 Juanma Barranquero <lektu@terra.es>
25012
25013 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
25014 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
25015 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
25016 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
25017 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
25018 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
25019
25020 2002-07-10 Juanma Barranquero <lektu@terra.es>
25021
25022 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
25023 All callers changed.
25024
25025 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
25026
25027 * data.c (Fdefalias): Add an optional `docstring' argument.
25028 (set_internal, Fsetq_default): Use XCAR/XCDR.
25029
25030 * composite.c (HASH_VALUE, HASH_KEY):
25031 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
25032
25033 2002-07-09 Kenichi Handa <handa@etl.go.jp>
25034
25035 * callproc.c (Fcall_process): Fix previous change.
25036
25037 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
25038
25039 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
25040 Add support for hash-tables.
25041 (Ftry_completion): Return t even if the string appears multiple times.
25042
25043 * fns.c (Fnconc): Use XCDR.
25044 (Fprovide): Use CONSP and XCDR.
25045 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
25046 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
25047 (Fmake_hash_table): Accept `:size nil'.
25048 (Fmakehash): Delete: moved to subr.el.
25049 (syms_of_fns): Don't defsubr makehash.
25050
25051 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
25052 (HASH_TABLE_SIZE): Move from fns.c.
25053
25054 2002-07-07 Richard M. Stallman <rms@gnu.org>
25055
25056 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
25057 Instead just return 0 when there is something to be done.
25058 (try_scrolling): If make_cursor_line_fully_visible returns 0,
25059 retry scrolling as if cursor were off the bottom.
25060 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
25061 return CURSOR_MOVEMENT_MUST_SCROLL.
25062 (redisplay_window): If make_cursor_line_fully_visible returns 0,
25063 go to try_to_scroll.
25064
25065 * buffer.c (Fbuffer_local_value): Store current value into its binding
25066 so we get the up-to-date value for the binding that is loaded.
25067
25068 * eval.c (Fdefmacro): Doc fix.
25069
25070 2002-07-05 Dave Love <fx@gnu.org>
25071
25072 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
25073 correctly.
25074
25075 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
25076 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
25077 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
25078 CCL_LookupCharConstTbl.
25079 (syms_of_ccl): Defvar translation-hash-table-vector.
25080
25081 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25082
25083 * xdisp.c: Remove unused variable `face'.
25084
25085 2002-07-04 Juanma Barranquero <lektu@terra.es>
25086
25087 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
25088 obsolescence information.
25089
25090 2002-07-03 Andrew Choi <akochoi@shaw.ca>
25091
25092 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
25093 pattern. Search cache first.
25094 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
25095 for Japanese font.
25096 (XLoadQueryFont): Use it.
25097
25098 2002-07-02 Richard M. Stallman <rms@gnu.org>
25099
25100 * keymap.c (Fdefine_key): Doc fix.
25101
25102 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
25103
25104 2002-07-02 Juanma Barranquero <lektu@terra.es>
25105
25106 * keymap.c (syms_of_keymap): Fix typo.
25107
25108 2002-07-01 Andrew Choi <akochoi@shaw.ca>
25109
25110 * s/darwin.h: Define POSIX_SIGNALS.
25111
25112 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
25113 and FSRefMakePath to convert FSSpec returned with Apple Event to
25114 Posix pathname.
25115 (mac_initialize) [TARGET_API_MAC_CARBON]:
25116 Call init_required_apple_events and disable the `Quit' menu item
25117 provided automatically by the Carbon Toolbox.
25118
25119 2002-07-01 Dave Love <fx@gnu.org>
25120
25121 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
25122 for K&R.
25123
25124 * xterm.c: Fix prototype for K&R.
25125
25126 * term.c (costs_set): Declare static, non-initialized for pcc.
25127
25128 2002-07-01 Richard M. Stallman <rms@gnu.org>
25129
25130 * keyboard.c (timer_last_idleness_start_time): New variable.
25131 (timer_start_idle): Set that.
25132 (read_key_sequence): Use that to reset timer_idleness_start_time
25133 to previous value.
25134
25135 * window.c (Frecenter): With arg, set optional_new_start.
25136
25137 * xdisp.c (redisplay_internal): Make optional_new_start really work.
25138
25139 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
25140 buffer for completion.
25141
25142 2002-06-29 Ken Raeburn <raeburn@gnu.org>
25143
25144 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
25145
25146 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25147
25148 * keyboard.c (readable_filtered_events): New function that filters
25149 FOCUS_IN_EVENT depending on parameter.
25150 (readable_events): Calls readable_filtered_events, not filtering
25151 FOCUS_IN_EVENT.
25152 (get_filtered_input_pending): New function, filtering parameter passed
25153 to readable_filtered_events.
25154 (get_input_pending): Calls get_filtered_input_pending, not filtering
25155 FOCUS_IN_EVENT.
25156 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
25157 FOCUS_IN_EVENT.
25158
25159 * xterm.h (struct x_output): Add focus_state.
25160
25161 * xterm.c (x_focus_changed): New function.
25162 (x_detect_focus_change): New function.
25163 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
25164 EnterNotify and LeaveNotify to track X focus changes.
25165
25166 2002-06-28 Andreas Schwab <schwab@suse.de>
25167
25168 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
25169
25170 2002-06-27 Kim F. Storm <storm@cua.dk>
25171
25172 * xdisp.c (mode_line_string_list, mode_line_string_face)
25173 (mode_line_string_face_prop): New variables.
25174 (store_mode_line_string): New function.
25175 (display_mode_element): Use store_mode_line_string to
25176 add mode-line string elements to mode_line_string_list
25177 when mode_line_string_list is non-nil.
25178 (Fformat_mode_line): Now returns propertized string by
25179 default. New arg NO-PROPS to ignore properties.
25180 (decode_mode_spec): Only add two dashes for %- in propertized
25181 mode-line string.
25182 (syms_of_xdisp): Init and staticpro mode_line_string_list.
25183
25184 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
25185
25186 * minibuf.c (minibuffer_completion_contents): Add return type.
25187
25188 2002-06-27 Juanma Barranquero <lektu@terra.es>
25189
25190 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
25191
25192 2002-06-26 Juanma Barranquero <lektu@terra.es>
25193
25194 * fileio.c (read_file_name_cleanup): Add missing return.
25195
25196 2002-06-26 Richard M. Stallman <rms@gnu.org>
25197
25198 * window.c (Frecenter): Don't set force_start flag.
25199
25200 * minibuf.c (do_completion, Fminibuffer_complete_word)
25201 (Fminibuffer_completion_help): Complete just the text before point.
25202 (minibuffer_completion_contents): New function.
25203
25204 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
25205
25206 * frame.c (frames_bury_buffer): Function deleted.
25207
25208 2002-06-25 Miles Bader <miles@gnu.org>
25209
25210 * callint.c (Fcall_interactively): When checking to see if doprnt hit
25211 the end of callint_message, allow for a terminating '\0'.
25212
25213 2002-06-24 Juanma Barranquero <lektu@terra.es>
25214
25215 * w32select.c: Include composite.h.
25216
25217 * w16select.c: Likewise.
25218
25219 2002-06-24 Kenichi Handa <handa@etl.go.jp>
25220
25221 * callproc.c (Fcall_process): If code detection is necessary,
25222 call detect_coding directly here.
25223
25224 * coding.c (detect_eol): Preserve coding->cmp_data.
25225
25226 * w16select.c (Fw16_get_clipboard_data):
25227 * w32fns.c (w32_to_x_font):
25228 * w32select.c (Fw32_get_clipboard_data):
25229 * xselect.c (selection_data_to_lisp_data):
25230 * xterm.c (XTread_socket): Disable composition handling.
25231
25232 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
25233
25234 * print.c (temp_output_buffer_setup): Kill all local variables.
25235
25236 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
25237
25238 * lread.c (Fread): Remove redundant and imprecise declaration.
25239
25240 * xfns.c (check_x_display_info): Use check_x_frame.
25241
25242 * .gdbinit (xprintsym): Use the new `xname' field.
25243 (xsymbol): Use it.
25244
25245 2002-06-22 Jason Rumney <jasonr@gnu.org>
25246
25247 * w32fns.c (file_dialog_callback): New function.
25248 (Fx_file_dialog): Allow selecting directories as well as files.
25249
25250 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25251
25252 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
25253 OpenBSD. Add support for mipseb-*-netbsd* machines.
25254
25255 2002-06-17 Andrew Choi <akochoi@shaw.ca>
25256
25257 * macterm.c (mac_scroll_area): Set foreground and backcolor to
25258 black and white before scrolling. Restore frame background and
25259 foreground color after scrolling.
25260 (do_window_update): Call XClearWindow before calling expose_frame.
25261 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
25262 FRAME_FOREGROUND_PIXEL of frame.
25263
25264 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
25265 test Mac command key as <ALT> key.
25266
25267 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
25268
25269 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
25270
25271 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
25272 Lookup keys in function-key-map immediately so that key-translation-map
25273 can be applied earlier.
25274 Remove function_key_possible and key_translation_possible, replaced
25275 by checking `keytran_start < t'.
25276
25277 * .gdbinit (xsymbol): Use the new `xname' field.
25278
25279 2002-06-17 Andrew Choi <akochoi@shaw.ca>
25280
25281 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
25282 test Mac command key as <ALT> key.
25283
25284 * mac.c (do_applescript): Call initialize_applescript if necessary
25285 when first called. Dispose of result_desc only when there is no error.
25286 (Fdo_applescript): Use %d format specifier instead of %ld.
25287
25288 2002-06-16 Andrew Choi <akochoi@shaw.ca>
25289
25290 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
25291 of FrontWindow for cases keyDown and autoKey.
25292
25293 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
25294 Vdefault_fontset to Monaco with mac-roman coding.
25295
25296 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
25297 init_process before and after inclusion of Carbon/Carbon.h, resp.
25298
25299 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
25300 cursor_gc.
25301 (add_font_name_table_entry): New function.
25302 (init_font_name_table): Use add_font_name_table_entry; add italic,
25303 bold, and bold-italic entries for truetype fonts.
25304
25305 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
25306 for Mac too.
25307 (try_font_list) [MAC_OS]: If no font matches given registry, try
25308 fonts with any registry matching face_family.
25309 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
25310
25311 * s/darwin.h: If autoconf detects the Ncurses library, define
25312 LIBS_TERMCAP to -lncurses to use it.
25313
25314 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
25315
25316 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
25317
25318 2002-06-15 Richard M. Stallman <rms@gnu.org>
25319
25320 * window.c (Fset_window_configuration): Explicitly preserve
25321 the point value that new_current_buffer had at the start.
25322
25323 2002-06-14 Juanma Barranquero <lektu@terra.es>
25324
25325 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
25326 Fix typos.
25327
25328 2002-06-14 Kim F. Storm <storm@cua.dk>
25329
25330 * insdel.c (insert_1_both, insert_from_string_1)
25331 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
25332 insert happened in the end_unchanged region. Otherwise, the
25333 redisplay may be confused and duplicate the last line in the
25334 buffer [seen after save-buffer when require-final-newline==t].
25335
25336 2002-06-13 Jason Rumney <jasonr@gnu.org>
25337
25338 * w32.c (init_environment): Remove EMACSLOCKDIR.
25339 (stat): Swap _S_IFDIR and _S_IFREG.
25340
25341 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25342
25343 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
25344 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
25345 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
25346 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
25347 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
25348 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
25349 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
25350 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
25351 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
25352 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
25353 SELECTION_REQUEST_EVENT, selection_clear_event to
25354 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
25355 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
25356 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
25357 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
25358 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
25359 no_event to NO_EVENT.
25360
25361 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25362
25363 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
25364
25365 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
25366
25367 * intervals.c (textget): Don't forget to `return'.
25368 (lookup_char_property): Use XCAR/XCDR.
25369
25370 2002-06-12 Juanma Barranquero <lektu@terra.es>
25371
25372 * xdisp.c (Fformat_mode_line): Fix typo.
25373
25374 2002-06-12 Kim F. Storm <storm@cua.dk>
25375
25376 * xdisp.c (Fformat_mode_line): New function.
25377 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
25378 (store_frame_title_char, store_frame_title): Use unconditionally.
25379 (init_xdisp): Defsubr Fformat_mode_line.
25380 Initialize frame_title_buf etc. unconditionally.
25381
25382 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
25383
25384 * keyboard.c (read_key_sequence):
25385 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
25386 things through those maps after downcasing events.
25387 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
25388 applies after function-key-map.
25389 Make sure that keytran can be done in the middle in the sequence.
25390 Be careful not to throw away events past the one we downcase.
25391
25392 * lread.c (read_integer): Remove unused var `tem'.
25393 (read1): Fix int/Lisp_Object mixup.
25394
25395 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
25396
25397 2002-06-11 Richard M. Stallman <rms@gnu.org>
25398
25399 * keyboard.c (readable_events): Ignore any number of
25400 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
25401
25402 2002-06-09 Miles Bader <miles@gnu.org>
25403
25404 * xfaces.c (Ftty_supports_face_attributes_p): New function.
25405 (parse_rgb_list, tty_lookup_color): New functions.
25406 (tty_defined_color): Use `tty_lookup_color' to do all the work.
25407 (color_distance, Fcolor_distance): New functions.
25408 (TTY_SAME_COLOR_THRESHOLD): New macro.
25409 (Qtty_color_standard_values): New variable.
25410 (syms_of_xfaces): Initialize new vars & functions.
25411
25412 2002-06-08 Colin Walters <walters@verbum.org>
25413
25414 * textprop.c (Vchar_property_alias_alist): New variable.
25415 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
25416
25417 * intervals.c (lookup_char_property): New function for looking up
25418 overlay and text properties, created from textget.
25419 (textget): Use it.
25420
25421 * intervals.h (lookup_char_property): Declare.
25422 (Vchar_property_alias_alist): Declare.
25423
25424 * buffer.c (Foverlay_get): Use lookup_char_property.
25425
25426 2002-06-07 Sam Steingold <sds@gnu.org>
25427
25428 * xselect.c (lisp_data_to_selection_data): Fix last change:
25429 *data_ret is not a Lisp string, while unibyte_string is.
25430
25431 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
25432
25433 * xselect.c (lisp_data_to_selection_data): Fix last change:
25434 set size_ret.
25435
25436 2002-06-07 Andreas Schwab <schwab@suse.de>
25437
25438 * m/amdx86-64.h: New file.
25439
25440 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
25441
25442 * fns.c (Fstring_make_unibyte): Doc fix.
25443
25444 * xselect.c (lisp_data_to_selection_data): If the requested type
25445 is STRING, call string_make_unibyte to encode the selected text
25446 as a string.
25447
25448 * window.c (Fset_window_hscroll): Doc fix.
25449
25450 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25451
25452 * fileio.c (choose_write_coding_system):
25453 Call select-safe-coding-system properly.
25454
25455 2002-06-03 Richard M. Stallman <rms@gnu.org>
25456
25457 * xdisp.c (message_with_string): Error if STRING is not a string.
25458
25459 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
25460
25461 * fileio.c (choose_write_coding_system): Pass FILE arg to
25462 Vselect_safe_coding_system_function.
25463
25464 2002-06-03 Ken Raeburn <raeburn@gnu.org>
25465
25466 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
25467
25468 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
25469
25470 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
25471 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
25472 * keymap.c (describe_command): Likewise.
25473 * minibuf.c (read_minibuf): Likewise.
25474
25475 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
25476 Cast `current_column' return value to int.
25477 (back_to_previous_visible_line_start)
25478 (reseat_at_next_visible_line_start, next_element_from_buffer):
25479 Cast `indented_beyond_p' 3rd arg to float.
25480
25481 * indent.c (last_known_column): Now a float.
25482 (current_column_1, position_indentation, current_column)
25483 (string_display_width): Return float.
25484 (Fcurrent_column): Cast `current_column' return value to int.
25485 (Fcurrent_indentation): Cast `position_indentation' retval to int.
25486 (indented_beyond_p): Third arg now a float.
25487 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
25488
25489 * lisp.h (current_column): Now returns float.
25490 (indented_beyond_p): 3rd arg now a float.
25491
25492 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
25493
25494 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
25495 is Qcompound_text_with_extensions.
25496
25497 * xselect.c (lisp_data_to_selection_data): Always set selection
25498 type as string if x_encode_text returns streingp non-NULL.
25499
25500 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
25501
25502 2002-05-30 Richard M. Stallman <rms@gnu.org>
25503
25504 * window.c (Fset_window_configuration): Correct the handling
25505 of point in current buffer, to work with multiple windows.
25506
25507 2002-05-29 Colin Walters <walters@verbum.org>
25508
25509 * lread.c (Fread_from_string): Don't depend on order of evaluation
25510 for C function parameters.
25511
25512 2002-05-28 Richard M. Stallman <rms@gnu.org>
25513
25514 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
25515 way for blinked-off state and for a nonselected window.
25516
25517 * window.c (window_scroll_pixel_based): Don't call Fbolp;
25518 instead, see if the new start pos is at beginning of line.
25519
25520 * fileio.c (Fwrite_region): If START is a string, don't
25521 make any annotations.
25522
25523 * eval.c (syms_of_eval): Doc fix.
25524
25525 2002-05-28 Colin Walters <walters@debian.org>
25526
25527 * emacs.c (USAGE1): Add --no-splash.
25528 (standard_args): Ditto.
25529
25530 2002-05-28 Colin Walters <walters@gnu.org>
25531
25532 * lread.c (readchar_count): New variable.
25533 (readchar): Increment it.
25534 (unreadchar): Decrement it.
25535 (read_multibyte): Decrement it.
25536 (Vread_with_symbol_positions): New variable.
25537 (Vread_symbol_positions_list): New variable.
25538 (read_internal_start): New function, created from Fread and
25539 Fread_from_string. Handle Vread_symbol_positions_list and
25540 Vread_with_symbol_positions.
25541 (readevalloop, Fread, Fread_from_string): Use it.
25542 (read1): Use readchar_count to add symbol positions to
25543 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
25544 (syms_of_lread): DEFVAR_LISP and initialize them.
25545
25546 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
25547 (substitute_object_recurse, substitute_object_in_subtree)
25548 (substitute_in_interval): Prototype.
25549 (read_multibyte): Return c if it's less than zero.
25550
25551 2002-05-28 Kim F. Storm <storm@cua.dk>
25552
25553 * fileio.c (Fread_file_name_internal): Added brute-force
25554 speed up for using predicate file-directory-p.
25555
25556 2002-05-28 Kim F. Storm <storm@cua.dk>
25557
25558 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
25559 New variables.
25560 (syms_of_fileio): DEFVAR_LISP them.
25561 (read_file_name_cleanup): New unwind function.
25562 (Fread_file_name_internal): Only return completions satifying
25563 Vread_file_name_predicate. Temporarily unwind protect and rebind
25564 default-directory while checking completions against the predicate.
25565 (Fread_file_name): Added PREDICATE argument. Specbind it to
25566 Vread_file_name_predicate during completion.
25567 Call Vread_file_name_function to read the file name if non-nil.
25568
25569 * lisp.h (Fread_file_name): Now has 6 args.
25570
25571 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
25572 predicate for Fread_file_name when reading directory name.
25573 Supply Qnil for predicate in other calls to Fread_file_name.
25574
25575 2002-05-26 Miles Bader <miles@gnu.org>
25576
25577 * term.c (tty_capable_p): New function.
25578 * dispextern.h (tty_capable_p): New function declaration.
25579 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
25580 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
25581
25582 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
25583
25584 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
25585 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
25586 (Vwrite_region_annotate_functions): Docstring fix.
25587
25588 2002-05-23 Kim F. Storm <storm@cua.dk>
25589
25590 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
25591 phys_cursor's hpos is overwritten. This is still not completely
25592 correct, as it doesn't really make sense to use hpos at all to
25593 get the cursor glyph (as that is relative to the width of the
25594 characters on the line, which may have changed during the update).
25595
25596 2002-05-22 Jason Rumney <jasonr@gnu.org>
25597
25598 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
25599 Lisp_Object.
25600 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
25601 Use modified enumfont_t struct.
25602
25603 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
25604
25605 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
25606 Handle the `hbar' cursor type.
25607 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
25608
25609 * w32fns.c (Qhbar): New variable.
25610 (x_specified_cursor_type): Use it.
25611
25612 2002-05-21 Ken Raeburn <raeburn@gnu.org>
25613
25614 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
25615 now, when the address is needed.
25616
25617 2002-05-21 Colin Walters <walters@gnu.org>
25618
25619 * Makefile.in (shortlisp): Add font-core.el.
25620
25621 2002-05-20 Richard M. Stallman <rms@gnu.org>
25622
25623 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
25624
25625 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
25626 equivalent key bindings here.
25627
25628 2002-05-20 Ken Raeburn <raeburn@gnu.org>
25629
25630 Change symbol structure to contain a lisp object for the symbol
25631 name:
25632 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
25633 object field named "xname".
25634 (SYMBOL_NAME): New macro.
25635 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
25636 name field.
25637 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
25638 (mark_object, gc_sweep): Use symbol xname field and XSTRING
25639 instead of name field.
25640 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
25641 SYMBOL_NAME instead of XSYMBOL and name field.
25642 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
25643 instead of XSYMBOL and name field.
25644 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
25645 and SYMBOL_NAME instead of XSYMBOL and name field.
25646 * coding.c (Fread_coding_system, code_convert_region1)
25647 (code_convert_string1, code_convert_string_norecord)
25648 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
25649 XSYMBOL and name field.
25650 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
25651 (Fmake_variable_buffer_local, Fmake_local_variable)
25652 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
25653 of XSYMBOL and name field.
25654 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
25655 XSYMBOL and name field.
25656 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
25657 instead of XSYMBOL and name field.
25658 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
25659 XSYMBOL and name field.
25660 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
25661 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
25662 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
25663 instead of XSYMBOL and name field.
25664 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
25665 (parse_modifiers, apply_modifiers, Fevent_convert_list)
25666 (parse_solitary_modifier, Fexecute_extended_command):
25667 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
25668 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
25669 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
25670 of XSYMBOL and name field.
25671 (describe_command, describe_translation): Use SYMBOL_NAME and
25672 assignment instead of XSYMBOL and name field and XSETSTRING.
25673 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
25674 instead of XSYMBOL and name field.
25675 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
25676 name field and XSETSTRING.
25677 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
25678 of XSYMBOL and name field.
25679 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
25680 assignment instead of XSYMBOL and name field and XSETSTRING.
25681 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
25682 XSTRING instead of XSYMBOL and name field.
25683 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
25684 and XSTRING instead of XSYMBOL and name field.
25685 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
25686 and XSTRING instead of XSYMBOL and name field.
25687 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
25688 XSTRING instead of XSYMBOL and name field.
25689 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
25690 of XSYMBOL and name field.
25691 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
25692 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
25693
25694 2002-05-19 Ken Raeburn <raeburn@gnu.org>
25695
25696 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
25697 and XCDR real rvalues in most configurations.
25698
25699 * buffer.c (fix_overlays_in_range, fix_overlays_before):
25700 Don't take the address of the cdr part of a cons cell; instead, track
25701 the parent cell and call XSETCDR, or set the variable for the head
25702 of the list if we haven't started down the list yet.
25703
25704 2002-05-19 Richard M. Stallman <rms@gnu.org>
25705
25706 * doc.c (reread_doc_file): Don't ask for confirmation.
25707
25708 2002-05-18 Jason Rumney <jasonr@gnu.org>
25709
25710 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
25711 (xbm_load_image): Use it.
25712 (xbm_load): Ditto.
25713 (xbm_read_bitmap_data): Reverted to xfns.c version.
25714 From David Ponce <david@dponce.com>.
25715
25716 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
25717
25718 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
25719 2.02 and later.
25720
25721 2002-05-16 Juanma Barranquero <lektu@terra.es>
25722
25723 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
25724
25725 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
25726
25727 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
25728 meaningful test.
25729 (read_char_minibuf_menu_prompt): Fix typo.
25730
25731 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
25732
25733 * eval.c (Fcommandp): Doc fix.
25734
25735 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
25736
25737 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
25738 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
25739 (Fset_keymap_parent): Gcpro a bit more.
25740 (access_keymap): Gcpro around meta_map call and around the main loop.
25741 (get_keyelt): Gcpro when following indirect references.
25742 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
25743 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
25744 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
25745 Remove useless ad-hoc remap code.
25746
25747 2002-05-13 Richard M. Stallman <rms@gnu.org>
25748
25749 * search.c (search_buffer): Give up boyer moore search if inverse
25750 translation change charset_base.
25751
25752 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
25753
25754 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
25755 characters is carried over from the previous block of text, adjust
25756 coding->produced to account for the extra character.
25757
25758 2002-05-11 Andreas Schwab <schwab@suse.de>
25759
25760 * coding.c (intersection): Keep the elements of the returned list
25761 in the same order as in the first list.
25762
25763 2002-05-11 Kim F. Storm <storm@cua.dk>
25764
25765 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
25766 only update cmm_size if realloc actually succeeds.
25767 Testing with initial size of 2 elements revealed that using
25768 realloc on GNU/Linux would cause a random trap in xmalloc
25769 later on, so I rewrote the code to use malloc/bcopy/free instead
25770 of realloc.
25771
25772 2002-05-10 Jason Rumney <jasonr@gnu.org>
25773
25774 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
25775
25776 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
25777
25778 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
25779 parens, to ensure correct evaluation order.
25780
25781 2002-05-10 Kim F. Storm <storm@cua.dk>
25782
25783 * keymap.c (Vemulation_mode_map_alists): New variable.
25784 (syms_of_keymap): DEFVAR_LISP it.
25785 (current_minor_maps): Process keymap alists in that list before
25786 minor-mode-overriding-map-alist and minor-mode-map-alist.
25787
25788 2002-05-09 Richard M. Stallman <rms@gnu.org>
25789
25790 * search.c (Freplace_match): Doc fix.
25791
25792 2002-05-09 Kim F. Storm <storm@cua.dk>
25793
25794 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
25795 Enlarge cursor rectangle drawn around image with non-zero relief.
25796
25797 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
25798 Enlarge cursor rectangle drawn around image with non-zero relief.
25799
25800 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
25801 Enlarge cursor rectangle drawn around image with non-zero relief.
25802
25803 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
25804
25805 * xselect.c (lisp_data_to_selection_data): Don't set selection
25806 type if comes from the Lisp object's car. If the selection
25807 contains a pure ASCII text, always return QSTRING as its type.
25808
25809 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25810
25811 * mac.c (mac-cut-function): Doc fix.
25812
25813 2002-05-05 Richard M. Stallman <rms@gnu.org>
25814
25815 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
25816
25817 2002-05-04 Jason Rumney <jasonr@gnu.org>
25818
25819 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
25820 for event-click-count.
25821
25822 * process.c (init_process): Only add server subfeature if we can
25823 use non-blocking I/O.
25824
25825 2002-05-04 Andrew Choi <akochoi@shaw.ca>
25826
25827 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
25828 repeatedly.
25829
25830 2002-05-03 Jason Rumney <jasonr@gnu.org>
25831
25832 * process.c (Fmake_network_process): Only support server sockets
25833 when we can make them non-blocking.
25834
25835 * s/ms-w32.h (HAVE_SELECT): Define.
25836
25837 * w32.h (FILE_NDELAY): New flag.
25838
25839 * w32.c (sys_getpeername, fcntl): New functions.
25840 (_sys_read_ahead): Temporarily block on non-blocking sockets.
25841
25842 * w32proc.c: Include sys/file.h.
25843
25844 2002-05-03 Colin Walters <walters@verbum.org>
25845
25846 * callproc.c (Vgame_score_directory): Renamed to
25847 Vshared_game_score_directory.
25848
25849 2002-04-30 Richard M. Stallman <rms@gnu.org>
25850
25851 * s/gnu.h [emacs]: Include stdio.h.
25852 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
25853
25854 * eval.c (do_autoload): Error if called while preparing to dump.
25855
25856 * fns.c (Frequire): Error if need to load while preparing to dump.
25857
25858 2002-04-28 Colin Walters <walters@verbum.org>
25859
25860 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
25861 Default to "~/.emacs.d/games".
25862
25863 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
25864
25865 * lread.c (openp): Change arg exec_only to predicate.
25866 (build_load_history): Use XCAR/XCDR.
25867 (Flocate_file_internal): New fun.
25868 (syms_of_lread): Defsubr it.
25869 (Fload): Update call to openp.
25870
25871 * lisp.h (openp): Update prototype.
25872
25873 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
25874 * w32proc.c (sys_spawnve):
25875 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
25876 * w32.c (check_windows_init_file):
25877 * sound.c (Fplay_sound_internal):
25878 * process.c (Fstart_process):
25879 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
25880 * mac.c (run_mac_command):
25881 * emacs.c (init_cmdargs):
25882 * callproc.c (Fcall_process): Update call to openp.
25883
25884 * textprop.c (remove_properties): Don't use XCAR without CONSP.
25885
25886 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
25887
25888 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25889
25890 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
25891 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
25892
25893 2002-04-28 Richard M. Stallman <rms@gnu.org>
25894
25895 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
25896
25897 * eval.c (Fcommandp): New arg for_call_interactively.
25898 * lisp.h (Fcommandp): Declare new arg.
25899
25900 2002-04-28 Jason Rumney <jasonr@gnu.org>
25901
25902 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
25903
25904 * w32.c (stat, fstat): Use file index information to generate
25905 inodes for directories where available.
25906
25907 2002-04-26 Andrew Choi <akochoi@shaw.ca>
25908
25909 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
25910 [HAVE_CARBON]: Include Mac object files.
25911
25912 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
25913 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
25914 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
25915 MAC_OSX, and MAC_OS instead of macintosh.
25916
25917 * editfns.c [MAC_OS8]: Include stdio.h.
25918
25919 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
25920
25921 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
25922 Apple Monaco.
25923
25924 * process.c (QCfamily, QCfilte): Declare extern.
25925 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
25926 calling select.
25927
25928 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
25929
25930 * tparam.c [MAC_OSX]: Don't define BC and UP.
25931
25932 * config.in [HAVE_CARBON]: Add.
25933
25934 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
25935 Move here from mac/src and mac/inc.
25936
25937 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
25938
25939 2002-04-26 Gerd Moellmann <gerd@gnu.org>
25940
25941 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
25942 Compute phys_cursor_width from the x position returned
25943 by x_draw_glyhs, which is cheaper.
25944 (x_display_and_set_cursor): Compute the buffer-local value
25945 of `cursor-in-non-selected-windows' only when needed.
25946
25947 2002-04-25 Gerd Moellmann <gerd@gnu.org>
25948
25949 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
25950 cursor on a stretch glyph has a width that depends on
25951 x_stretch_cursor_p.
25952
25953 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25954
25955 * abbrev.c (abbrev-start-location): Doc fix.
25956
25957 * indent.c (Fvertical_motion): Fix last change.
25958
25959 2002-04-25 Gerd Moellmann <gerd@gnu.org>
25960
25961 * indent.c (Fvertical_motion): Move to the start of the line
25962 containing PT before moving up or down.
25963
25964 2002-04-24 Gerd Moellmann <gerd@gnu.org>
25965
25966 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
25967 case of writing a whole row, more or less analogous to the case of
25968 writing only parts of a row.
25969
25970 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
25971 0 for NO_CURSOR.
25972
25973 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
25974
25975 2002-04-23 Colin Walters <walters@verbum.org>
25976
25977 * buffer.c (syms_of_buffer): Doc fix.
25978
25979 2002-04-23 Gerd Moellmann <gerd@gnu.org>
25980
25981 * xterm.c (notice_overwritten_cursor): Handle the special case
25982 of the cursor being in the first blank non-text line at the
25983 end of a window.
25984
25985 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
25986 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
25987 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
25988 bar cursors only, to make phys_cursor_width contain what its name
25989 suggests.
25990 (notice_overwritten_cursor): Consider the cursor image erased if
25991 the output area intersects the cursor image in y-direction.
25992
25993 2002-04-23 Simon Marshall <simon@gnu.org>
25994
25995 * xfns.c (x_set_mouse_color): Change default for cross_cursor
25996 to XC_hand2.
25997
25998 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25999
26000 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
26001
26002 2002-04-22 Kim F. Storm <storm@cua.dk>
26003
26004 * textprop.c (remove_properties): Fixed trap for malformed plist.
26005
26006 2002-04-22 Richard M. Stallman <rms@gnu.org>
26007
26008 * cmds.c (Fend_of_line): Handle intangible text in mid line.
26009
26010 * window.c (make_window): Initialize height_fixed_p,
26011 last_cursor_off_p, and p->cursor_off_p slots.
26012
26013 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26014
26015 * fns.c (use-dialog-box): Doc fix.
26016
26017 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26018
26019 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
26020 variables `row', `i' and `area'.
26021 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
26022 toolkit library.
26023
26024 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
26025
26026 * xfaces.c (clear_font_table): Don't free the default font of
26027 a frame even if it's on another display.
26028 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
26029 that could be Qt.
26030
26031 2002-04-19 Juanma Barranquero <lektu@terra.es>
26032
26033 * indent.c (Fmove_to_column): Remove unused local variable
26034 `next_boundary_byte'.
26035 (current_column_1): Likewise.
26036
26037 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
26038
26039 * msdos.c (Qhbar): New variable.
26040 (syms_of_msdos): Intern and staticpro it.
26041 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
26042 cursor type.
26043
26044 2002-04-19 Dave Lambert <dlambert@acm.org>
26045
26046 Theses change implement an underscore-like (`hbar') cursor.
26047
26048 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
26049
26050 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
26051 Handle the `hbar' cursor type.
26052 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
26053
26054 * xfns.c (Qhbar): New variable.
26055 (syms_of_xfns): Intern and staticpro it.
26056 (x_specified_cursor_type): Handle `hbar' cursor.
26057
26058 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
26059 not defined.
26060
26061 2002-04-18 Richard M. Stallman <rms@gnu.org>
26062
26063 * textprop.c (remove_properties): New arg LIST allows scanning
26064 either a list or a plist.
26065 (interval_has_some_properties_list): New function, like
26066 interval_has_some_properties using list instead of plist.
26067 All callers changed.
26068 (Fremove_list_of_text_properties): New function.
26069 (syms_of_textprop): Defsubr it.
26070
26071 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
26072
26073 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
26074
26075 2002-04-17 Juanma Barranquero <lektu@terra.es>
26076
26077 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
26078
26079 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
26080
26081 * window.c (coordinates_in_window): Don't report on margin area
26082 if its width is zero.
26083
26084 2002-04-16 Jason Rumney <jasonr@gnu.org>
26085
26086 * w32fns.c (Fx_file_dialog): Decode file name before using.
26087
26088 * w32term.c (construct_drag_n_drop): Likewise.
26089
26090 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
26091
26092 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
26093 store load-history in pure space.
26094
26095 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
26096
26097 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
26098
26099 * xterm.c (Qlatin_1, Qutf_8): New vars.
26100 (syms_of_xterm): Initialize them.
26101 (XTread_socket): Eliminate incorrect optimization that tried to avoid
26102 decoding the output of X*LookupString.
26103 Always use latin-1 to decode the output of XLookupString.
26104 Try Xutf8LookupString if XmbLookupString failed.
26105
26106 * region-cache.c (new_region_cache): Use BEG.
26107
26108 2002-04-16 Gerd Moellmann <gerd@gnu.org>
26109
26110 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
26111 configuration files.
26112 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
26113 returns 0.
26114
26115 2002-04-15 Andreas Schwab <schwab@suse.de>
26116
26117 * config.in: Regenerated using autoheader.
26118
26119 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
26120 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
26121 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
26122 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
26123 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
26124 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
26125 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
26126 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
26127 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
26128 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
26129 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
26130 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
26131 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
26132 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
26133 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
26134 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
26135 STACK_DIRECTION, now set by autoconf.
26136
26137 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26138
26139 * dispnew.c (marginal_area_string): Sort arguments.
26140
26141 * dispextern.h (marginal_area_string): Add prototype.
26142
26143 2002-04-13 Richard M. Stallman <rms@gnu.org>
26144
26145 * fileio.c (Finsert_file_contents):
26146 Don't call temp_output_buffer_setup--do just part, by hand.
26147
26148 * coding.c (run_pre_post_conversion_on_str):
26149 Don't call temp_output_buffer_setup--do just part, by hand.
26150
26151 * keyboard.c (command_loop_1): Don't call start_hourglass
26152 or cancel_hourglass when executing a macro.
26153
26154 * marker.c (count_markers): New function.
26155
26156 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
26157 grow without limit. Move recently used elements to the front.
26158
26159 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
26160
26161 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
26162
26163 2002-04-12 Gerd Moellmann <gerd@gnu.org>
26164
26165 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
26166 rows marginal areas.
26167 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
26168 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
26169
26170 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
26171
26172 2002-04-12 Dave Love <fx@gnu.org>
26173
26174 * dispnew.c (marginal_area_string): New.
26175
26176 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
26177 (Qleft_margin, Qright_margin): Declare.
26178 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
26179
26180 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
26181 note_mode_line_highlight and extended.
26182
26183 * keyboard.c (Qleft_margin, Qright_margin): Declare.
26184 (make_lispy_event): Deal with mouse events in margins.
26185
26186 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
26187
26188 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
26189
26190 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
26191 than deactivating the mark if tmm is set to `lambda'.
26192 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
26193 Use a single event for HELP_EVENT.
26194 (Fexecute_extended_command): Save last_point_position.
26195
26196 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26197
26198 * lisp.h (Fpropertize): Add prototype.
26199
26200 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
26201
26202 2002-04-10 Colin Walters <walters@verbum.org>
26203
26204 * config.in: Add HAVE_SHARED_GAME_DIR.
26205
26206 * callproc.c (Vgame_score_directory): New variable.
26207 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
26208
26209 2002-04-10 Richard M. Stallman <rms@gnu.org>
26210
26211 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
26212
26213 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
26214
26215 * minibuf.c (read_minibuf): Use empty_string.
26216 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
26217 Short-circuit the search as soon as it "failed".
26218 (Fall_completions): Allow lambda forms and lists of strings for alist.
26219 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
26220 when require_match is nil.
26221 (Ftest_completion): Rename from `test_completion' and export to elisp.
26222 Call the predicate also when alist is a list.
26223 Obey Vcompletion_regexp_list.
26224 (do_completion, Fminibuffer_complete_and_exit): Use it.
26225 (Fassoc_string): Rename from `assoc_for_completion'.
26226 Allow list of strings as well and export to elisp.
26227
26228 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
26229
26230 * puresize.h (BASE_PURESIZE): Increase to 900KB.
26231
26232 2002-04-08 Juanma Barranquero <lektu@terra.es>
26233
26234 * w32.c (sys_accept): Don't hide variable `s'.
26235
26236 2002-04-05 Gerd Moellmann <gerd@gnu.org>
26237
26238 * callint.c (Fcall_interactively): Use INTEGERP instead of
26239 NUMBERP for checking Vhistory_length.
26240
26241 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26242
26243 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
26244 Doc fix to reflect it.
26245
26246 2002-04-04 Richard M. Stallman <rms@gnu.org>
26247
26248 * xdisp.c (display_mode_element): New arg RISKY.
26249 Disregard text props found or specified within a variable
26250 that isn't marked risky-local-variable.
26251 (Qrisky_local_variable): New variable.
26252 (syms_of_xdisp): Init and staticpro it.
26253
26254 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
26255
26256 * undo.c (record_point): New fun.
26257 (record_delete, record_insert): Use it.
26258
26259 2002-04-03 Juanma Barranquero <lektu@terra.es>
26260
26261 * doc.c (Fdocumentation): Add missing parentheses.
26262 (Fdocumentation_property): Likewise.
26263
26264 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
26265
26266 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
26267 data is 0, just return nil.
26268
26269 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
26270
26271 * msdos.c (syms_of_msdos): Fix last change with
26272 mouse_autoselect_window.
26273
26274 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26275
26276 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
26277 mouse_autoselect_window.
26278
26279 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
26280
26281 * keyboard.c (make_lispy_event): Handle unknown keysyms together
26282 with system-specific keysyms. Use it also for unknown function keys.
26283
26284 * doc.c (reread_doc_file): Return whether reload was attempted.
26285 (Fdocumentation, Fdocumentation_property): Don't try to reload
26286 if the doc is 0 and only ask once.
26287
26288 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
26289
26290 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
26291
26292 * keyboard.c (read_char): If the event was Qselect_window,
26293 restore timer_idleness_start_time to its previous value.
26294
26295 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
26296
26297 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
26298
26299 * region-cache.c (new_region_cache): Use BEG.
26300
26301 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
26302 Use BEG and BEG_BYTE.
26303
26304 * doc.c (get_doc_string): Return nil if the location is wrong.
26305 (reread_doc_file): New fun.
26306 (Fdocumentation, Fdocumentation_property):
26307 Call it if get_doc_string fails.
26308 (Fsnarf_documentation): Make it work for a dumped Emacs.
26309
26310 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
26311 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
26312
26313 * charset.c (Fstring): Allow 0 arguments.
26314
26315 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
26316
26317 * process.c (DATAGRAM_CONN_P, list_processes_1)
26318 (Fprocess_datagram_address, Fset_process_datagram_address)
26319 (Fset_network_process_options, server_accept_connection):
26320 Fix some int/Lisp_Object confusions (thank you union types).
26321
26322 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26323
26324 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
26325
26326 * w32term.c: Likewise.
26327 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
26328
26329 * keyboard.c (Qselect_window): New symbol.
26330 (head_table): Use it.
26331 (keys_of_keyboard): Bound select-window event to handle-select-window.
26332 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
26333
26334 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
26335 (last_window): New variable.
26336 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
26337 (note_mouse_movement): Remove reimplemented code in #if 0.
26338 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
26339 Emacs windows.
26340
26341 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
26342
26343 2002-03-31 Gerd Moellmann <gerd@gnu.org>
26344
26345 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
26346 Callers changed.
26347
26348 2002-03-30 Richard M. Stallman <rms@gnu.org>
26349
26350 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
26351 loop whenever it stops making progress.
26352
26353 * widget.c (set_frame_size): Don't call change_frame_size.
26354
26355 2002-03-30 Gerd Moellmann <gerd@gnu.org>
26356
26357 * dispnew.c (direct_output_for_insert):
26358 Call mark_window_display_accurate.
26359
26360 2002-03-29 Jason Rumney <jasonr@gnu.org>
26361
26362 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
26363
26364 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
26365
26366 * Makefile.in (lread.o): Depend on coding.h.
26367
26368 * lread.c (openp, Fload): Encode the file name before passing it
26369 to `stat', `access', and `emacs_open'.
26370 (openp): GCPRO the encoded file name. Don't recompute Lisp
26371 strings unnecessarily.
26372
26373 2002-03-29 Kim F. Storm <storm@cua.dk>
26374
26375 * fns.c (Flax_plist_put): Doc fix.
26376
26377 2002-03-28 Miles Bader <miles@gnu.org>
26378
26379 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
26380
26381 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26382
26383 * process.c (set-network-process-options): Add usage.
26384 (make-network-process): Doc fix.
26385
26386 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
26387
26388 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
26389
26390 2002-03-26 Richard M. Stallman <rms@gnu.org>
26391
26392 * fns.c (Fsubstring_no_properties): New function.
26393 (Flax_plist_get, Flax_plist_put): New functions.
26394 (syms_of_fns): defsubr them.
26395
26396 * xdisp.c (update_menu_bar): Test only update_mode_lines;
26397 don't test or alter w->update_mode_line.
26398
26399 * window.c (Fdisplay_buffer): Doc fix.
26400
26401 2002-03-24 Richard M. Stallman <rms@gnu.org>
26402
26403 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
26404
26405 2002-03-24 Gerd Moellmann <gerd@gnu.org>
26406
26407 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
26408 (Fdefmacro): Handle `(declare ...)'.
26409 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
26410 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
26411
26412 2002-03-24 Jason Rumney <jasonr@gnu.org>
26413
26414 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
26415 (xbm_file_p): Add prototypes.
26416 (xbm_format, xbm_image_p): Sync with xfns.c.
26417 (reflect_byte): New function.
26418 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
26419 (xbm_load_image): Create bitmaps with a depth of 1.
26420 (init_xfns): Enable XBM images.
26421
26422 2002-03-23 Jason Rumney <jasonr@gnu.org>
26423
26424 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
26425 correctly. Do not pass up_modifier to keyboard buffer.
26426
26427 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
26428
26429 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
26430
26431 * Makefile.in (bootstrapclean): New target.
26432 (bootstrap-temacs, bootstrap-doc): Remove.
26433 (bootstrap-emacs): Use a bog-standard `temacs'.
26434 Don't bother to build a DOC file.
26435
26436 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
26437
26438 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
26439 in temacs even if !CANNOT_DUMP.
26440 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
26441
26442 * alloc.c (check_pure_size): Only output a warning.
26443
26444 2002-03-22 Jason Rumney <jasonr@gnu.org>
26445
26446 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
26447 supported.
26448
26449 * w32term.c (zv_bits): Declare as short, for word alignment.
26450 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
26451 (syms_of_w32term): Define x-use-underline-position-properties.
26452
26453 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
26454 (clear_image_cache): Block input, fix logic, clear matrices in
26455 all frames that share this cache.
26456
26457 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
26458
26459 * emacs.c (main): Update the Copyright year in the blurb printed
26460 by "emacs --version".
26461
26462 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
26463
26464 * xterm.c (XTread_socket): If XK_ISO_Lock and
26465 XK_ISO_Last_Group_Lock are defined, handle keysyms between
26466 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
26467
26468 2002-03-21 Kim F. Storm <storm@cua.dk>
26469
26470 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
26471 menu-bar bindings in keymap and local-map properties _are_ used.
26472 But try keymap property first in accordance with 2002-01-03 patch.
26473 Added comment describing why this is not always reliable.
26474 (tool_bar_items): Ditto for tool-bar.
26475
26476 2002-03-21 Jason Rumney <jasonr@gnu.org>
26477
26478 * w32fns.c (x_clear_image_1): Disable color table code.
26479
26480 2002-03-21 Kim F. Storm <storm@cua.dk>
26481
26482 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
26483 removed the wrong version of the DEFUN macro; fixed it.
26484
26485 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
26486 Fmember rather than Fmemq).
26487 (Fprovide): Check that subfeatures is a list.
26488
26489 * process.c (QCfeature, QCdatagram): Removed variables.
26490 (QCtype, Qdatagram): New variables.
26491 (network_process_featurep): Removed function.
26492 (Fmake_network_process): Removed :feature check.
26493 Use :type 'datagram instead of :datagram t to create a datagram
26494 socket. This allows us to add other connection types (e.g. raw
26495 sockets) later in a consistent manner.
26496 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
26497 supported subfeatures for feature make-network-process.
26498 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
26499 Intern and staticpro QCtype and Qdatagram.
26500 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
26501
26502 * xfns.c (QCtype): Remove duplicate declaration and
26503 initialization (is now declared in process.c).
26504
26505 * w32fns.c (QCtype): Remove duplicate declaration and
26506 initialization (is now declared in process.c).
26507
26508 2002-03-21 Richard M. Stallman <rms@gnu.org>
26509
26510 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
26511 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
26512 when jumping to `fail' to avoid undoing reg changes in the
26513 last iteration of the loop.
26514 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
26515
26516 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
26517 Depend on process.h.
26518
26519 2002-03-20 Jason Rumney <jasonr@gnu.org>
26520
26521 Most of the following changes are still conditional on HAVE_IMAGES
26522 which is not set by default on Windows.
26523
26524 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
26525
26526 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
26527 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
26528 (four_corners_best, x_clear_image_1, x_clear_image)
26529 (x_alloc_image_color, postprocess_image)
26530 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
26531 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
26532 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
26533
26534 * w32gui.h (struct XImage): Define.
26535
26536 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
26537 extract mouse co-ordinates.
26538
26539 2002-03-20 Jason Rumney <jasonr@gnu.org>
26540
26541 * w32.c (init_winsock): Dynamically load new server and UDP
26542 socket functions.
26543 (socket_to_fd): New function.
26544 (sys_socket): Use it.
26545 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
26546 (sys_recvfrom, sys_sendto): New wrapper functions.
26547
26548 * process.c (QCfamily, QCfilter): Remove duplicate declaration
26549 and initialization.
26550
26551 * makefile.w32-in (LIBS): Remove $(WSOCK32).
26552
26553 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
26554
26555 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
26556 Don't use "sun" as a variable, it's a predefined constant on Sun
26557 machines.
26558
26559 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26560
26561 * bytecode.c (Fbyte_code): Revert last change.
26562
26563 2002-03-19 Kim F. Storm <storm@cua.dk>
26564
26565 * makefile.w32-in (LIBS): Add $(WSOCK32).
26566 From David Ponce <dponce@voila.fr>.
26567
26568 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26569
26570 * process.c (wait_reading_process_input): Move variables `pname'
26571 and `pnamelen' down where they are used.
26572
26573 * bytecode.c (Fbyte_code): Discard unused computed value to
26574 prevent gcc warning.
26575
26576 * lisp.h (Fplist_member): Add prototype.
26577
26578 2002-03-18 Kim F. Storm <storm@cua.dk>
26579
26580 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
26581 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
26582
26583 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
26584 Remove explicit GNU_LINUX settings for datagram support.
26585
26586 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26587
26588 * process.c (Fmake_network_process): Remove unused variable `sa'.
26589 Doc fix. Add usage:.
26590 (set_socket_options): Remove unused variables `optnum' and `opttype'.
26591
26592 2002-03-17 Richard M. Stallman <rms@gnu.org>
26593
26594 * xdisp.c (cursor_type_changed): New variable.
26595 (redisplay_internal): Redisplay all windows if cursor_type_changed.
26596 Clear it when clearing windows_or_buffers_changed.
26597 (try_cursor_movement, redisplay_window, try_window_id)
26598 (try_window_reusing_current_matrix): Test cursor_type_changed
26599 along with windows_or_buffers_changed.
26600
26601 * window.h (cursor_type_changed): New variable.
26602
26603 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
26604 not update_mode_lines, and always set it to 1.
26605
26606 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
26607 if no frames needed redrawing.
26608
26609 2002-03-17 Kim F. Storm <storm@cua.dk>
26610
26611 The following changes add support for network server processes,
26612 datagram connections, and local (unix) sockets.
26613
26614 * process.h (struct Lisp_Process): New member log.
26615 Doc fix: Member command used to indicate stopped network process.
26616 Doc fix: Member childp contains plist for network process.
26617 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
26618
26619 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
26620 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
26621 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
26622 variables.
26623 (NETCONN1_P): New macro.
26624 (DATAGRAM_SOCKETS): New conditional symbol.
26625 (datagram_address): New array.
26626 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
26627 (status_message): Use concat3.
26628 (Fprocess_status): Add `listen' status to doc string. Return
26629 `stop' for a stopped network process.
26630 (Fset_process_buffer): Update contact plist for network process.
26631 (Fset_process_filter): Ditto. Don't enable input for stopped
26632 network processes. Server must listen, even if filter is t.
26633 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
26634 New functions.
26635 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
26636 (Fprocess_contact): Added KEY argument. Handle datagrams.
26637 (list_processes_1): Optionally show only processes with the query
26638 on exit flag set. Dynamically adjust column widths. Omit tty
26639 column if not needed. Report stopped network processes. Identify
26640 server and datagram network processes.
26641 (Flist_processes): New optional arg `query-only'.
26642 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
26643 (conv_lisp_to_sockaddr, set_socket_options)
26644 (network_process_featurep, unwind_request_sigio): New helper
26645 functions.
26646 (Fprocess_datagram_address, Fset_process_datagram_address):
26647 (Fset_network_process_options): New lisp functions.
26648 (Fopen_network_stream): Removed. Now defined in simple.el.
26649 (Fmake_network_process): New lisp function. Code is based on
26650 previous Fopen_network_stream, but heavily reworked with new
26651 property list based argument list, support for datagrams, server
26652 processes, and local sockets in addition to old client-only
26653 functionality.
26654 (server_accept_connection): New function.
26655 (wait_reading_process_input): Use it to handle incoming connects.
26656 Do not enable input on a new connection if process is stopped.
26657 (read_process_output): Handle datagram sockets. Use 2k buffer for
26658 them.
26659 (send_process): Handle datagram sockets.
26660 (Fstop_process, Fcontinue_process): Apply to network processes. A
26661 stopped network process is indicated by setting command field to t.
26662 (Fprocess_send_eof): No-op if datagram connection.
26663 (Fstatus_notify): Don't read input for a stream server socket or a
26664 stopped network process.
26665 (init_process): Initialize datagram_address array.
26666 (syms_of_process): Intern and staticpro new variables, defsubr new
26667 functions.
26668
26669 2002-03-16 Jason Rumney <jasonr@gnu.org>
26670
26671 * w32fns.c (w32_to_all_x_charsets): Return correct type in
26672 startup case.
26673
26674 2002-03-16 Richard M. Stallman <rms@gnu.org>
26675
26676 * xdisp.c (redisplay_internal, redisplay_windows):
26677 Use list_of_error to call internal_condition_case_1.
26678 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
26679 so as to catch all errors with no possibility of debugger redisplay.
26680 (list_of_error): New variable.
26681 (syms_of_xdisp): Init and staticpro it.
26682
26683 * print.c (print_object): Delete `\ ' from printed rep of frame.
26684
26685 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
26686
26687 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
26688 until its implementation is fixed.
26689
26690 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26691
26692 * xfns.c (png_load): Remove unused variable `gamma_str'.
26693
26694 2002-03-14 Richard M. Stallman <rms@gnu.org>
26695
26696 * xfns.c (x_real_positions): Handle failure in XQueryTree.
26697
26698 2002-03-14 Miles Bader <miles@gnu.org>
26699
26700 * intervals.c (adjust_for_invis_intang): New function.
26701 (set_point_both): Use `adjust_for_invis_intang' to do most of the
26702 work for dealing with invisible+intangible regions. Do so before
26703 and after both forward and backward movements, to handle both
26704 front-sticky and rear-sticky cases.
26705 * textprop.c (text_property_stickiness): Function moved here from
26706 `editfns.c'.
26707 * intervals.h (text_property_stickiness): New declaration.
26708 * editfns.c (char_property_eq): Function removed.
26709 (text_property_stickiness): Function moved to `textprop.c'.
26710
26711 2002-03-13 Jason Rumney <jasonr@gnu.org>
26712
26713 * config.in: Add STRFTIME_NO_POSIX2.
26714
26715 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
26716 and %OX when underlying strftime does not.
26717
26718 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
26719
26720 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
26721 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
26722 line) to avoid annoying flicker.
26723 (xm_scroll_callback): Get rid of the now unnecessary kludge.
26724 (XTread_socket): Mark it static.
26725
26726 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
26727
26728 2002-03-13 Kim F. Storm <storm@cua.dk>
26729
26730 * puresize.h (BASE_PURESIZE): Increase to 775000.
26731
26732 2002-03-12 Juanma Barranquero <lektu@terra.es>
26733
26734 * editfns.c (syms_of_editfns): Fix typo.
26735
26736 2002-03-12 Gerd Moellmann <gerd@gnu.org>
26737
26738 * xsmfns.c: Include stdio.h because termhooks.h needs it.
26739 Include termopt.h for interrupt_input.
26740
26741 2002-03-11 Andreas Schwab <schwab@suse.de>
26742
26743 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
26744
26745 2002-03-11 Gerd Moellmann <gerd@gnu.org>
26746
26747 * xterm.c (note_mouse_movement): Put code for
26748 x_autoselect_window_p in #if 0.
26749
26750 * lread.c (Fload): Don't assume that message_with_string uses the
26751 string it is given like a C string.
26752
26753 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26754
26755 * xterm.h (x_session_check_input, x_session_initialize): Declare.
26756
26757 * xterm.c (XTread_socket): Add call to x_session_check_input and
26758 x_session_have_connection.
26759 (x_initialize): Add call to x_session_initialize.
26760
26761 * termhooks.h (enum event_kind): Add save_session_event.
26762
26763 * keyboard.c: Add Emacs event save_session_event.
26764
26765 * emacs.c (main): Add call to syms_of_xsmfns.
26766
26767 * lisp.h (syms_of_xsmfns): Declare extern.
26768
26769 * config.in: Add HAVE_X_SM.
26770
26771 * Makefile.in (LIBXT): Add -lSM -lICE
26772 if HAVE_X_SM and not USE_X_TOOLKIT.
26773 (XOBJ): New file xsmfns.c added.
26774
26775 * xsmfns.c: New file for X session management.
26776
26777 2002-03-09 Jason Rumney <jasonr@gnu.org>
26778
26779 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
26780 read-only when setting modified time.
26781
26782 2002-03-08 Gerd Moellmann <gerd@gnu.org>
26783
26784 * xdisp.c (move_it_vertically_backward): At the end of the function,
26785 when moving forward by lines, treat terminal frames specially.
26786
26787 * keyboard.c (echo_char): Make sure to add a separator between
26788 keys even if echo_dash hasn't been called.
26789
26790 * xdisp.c: Use new string macros.
26791 (update_echo_area): Pass number of bytes to message3 instead of
26792 number of chars.
26793 (set_message_1): Don't access a string's size_byte directly.
26794 (decode_mode_spec_coding): Use number of bytes of eoltype string
26795 instead number of chars.
26796
26797 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
26798
26799 2002-03-08 Juanma Barranquero <lektu@terra.es>
26800
26801 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
26802 24-bit.
26803
26804 2002-03-06 Jason Rumney <jasonr@gnu.org>
26805
26806 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
26807
26808 2002-03-06 Gerd Moellmann <gerd@gnu.org>
26809
26810 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
26811 (cancel_echoing, echo_length, echo_truncate): Changed to
26812 work with new kboard definition.
26813 (echo_now): Use message3_nolog instead of message2_nolog.
26814
26815 * alloc.c (mark_kboards): Mark echo_string.
26816
26817 * keyboard.h (ECHOBUFSIZE): Removed.
26818 (struct kboard): Member echoptr removed, member echobuf renamed
26819 to echo_string.
26820
26821 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
26822 message3 instead of message2 to display the message using STRING's
26823 text properties.
26824
26825 2002-03-05 Andreas Schwab <schwab@suse.de>
26826
26827 * xdisp.c (hscroll_margin): Change to EMACS_INT.
26828
26829 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
26830
26831 * frame.c (default-frame-alist): Explain that setting it doesn't
26832 affect existing frames.
26833
26834 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
26835
26836 * indent.c (skip_invisible): Fix my brain fart.
26837
26838 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
26839
26840 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
26841
26842 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
26843 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
26844 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
26845 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
26846 and variables to use EMACS_INT instead of just int.
26847
26848 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
26849
26850 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
26851
26852 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
26853 environment, pass it down with corrected value.
26854
26855 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26856
26857 * lread.c (read_filtered_event): Do not call start_hourglass
26858 before returning.
26859
26860 2002-03-04 Juanma Barranquero <lektu@terra.es>
26861
26862 * w32term.c (x_display_and_set_cursor): Fix typo.
26863
26864 2002-03-03 Richard M. Stallman <rms@gnu.org>
26865
26866 * fileio.c (Fmake_temp_name): Doc fix.
26867
26868 2002-03-03 Gary Wong <gtw@gnu.org>
26869
26870 * termcap.c [!emacs]: Replace ospeed for building standalone
26871 libtermcap, for binary compatibility.
26872
26873 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
26874
26875 2002-03-03 Richard M. Stallman <rms@gnu.org>
26876
26877 * xrdb.c (file_p): Rename arg `path' to `filename'.
26878
26879 * abbrev.c (Fexpand_abbrev): Increment plist as use count
26880 only if it is an integer.
26881
26882 * xfns.c (png_load): Set screen_gamma based on f->gamma.
26883 If png_get_sRGB gives an answer, call png_set_gamma
26884 using the default image gamma value.
26885
26886 * lread.c (read1): When reading from a file, default string to
26887 multibyte only if it has some multibyte characters.
26888
26889 * print.c (print_object): Output multibyte chars 128...255
26890 using \x even if ! print_escape_multibyte.
26891
26892 * xdisp.c (display_mode_element): Move the places where
26893 bytepos, charpos, this, and lisp_string are set.
26894 Use lisp_string to set bytepos.
26895
26896 * xdisp.c (redisplay_internal):
26897 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
26898
26899 * xdisp.c (display_mode_element): Merge properties specified with
26900 :propertize onto those that come with the string.
26901
26902 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
26903
26904 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
26905 automatic-hscrolling. Users changed.
26906 <hscroll-margin>: Renamed from automatic-hscroll-margin.
26907 Users changed.
26908 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
26909
26910 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
26911
26912 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
26913
26914 2002-03-02 Kim F. Storm <storm@cua.dk>
26915
26916 * window.c (Fminibuffer_selected_window): New function.
26917 (syms_of_window): Defsubr it.
26918
26919 2002-03-01 Kim F. Storm <storm@cua.dk>
26920
26921 * window.h (struct window): New member phys_cursor_width.
26922
26923 * window.c (make_window, replace_window): Init phys_cursor_width.
26924
26925 * xterm.c (x_display_and_set_cursor): Blink box cursor using
26926 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
26927
26928 * w32term.c (x_display_and_set_cursor): Blink box cursor using
26929 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
26930
26931 * lisp.h (GCPRO6): New macro.
26932
26933 * process.c (Fopen_network_stream): Use GCPRO6.
26934
26935 2002-03-01 Kim F. Storm <storm@cua.dk>
26936
26937 * process.c (Qconnect, Qfailed): New variables.
26938 (syms_of_process): Intern and staticpro them.
26939 (Fprocess_status): Document connect and failed return values.
26940 [NON_BLOCKING_CONNECT]: New conditional.
26941 (connect_wait_mask, num_pending_connects): New variables.
26942 (status_message): Convert Qfailed status.
26943 (Fopen_network_stream): Added support for non-blocking connect.
26944 New optional args: filter, sentinel, non_blocking. Doc updated.
26945 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
26946 (deactivate_process): Handle pending non-blocking connect.
26947 (wait_reading_process_input): Poll for status of non-blocking
26948 connects. Exec sentinel directly when connect succeeds.
26949 (status_notify): Don't read process output if not yet connected.
26950
26951 2002-02-28 Kim F. Storm <storm@cua.dk>
26952
26953 * window.c (minibuf_selected_window): Renamed from
26954 Vminibuf_selected_window. Users changed.
26955 (syms_of_window): Staticpro it.
26956
26957 2002-02-26 Kim F. Storm <storm@cua.dk>
26958
26959 The following changes add a new Vminibuf_selected_window variable
26960 which is similar to Vminibuf_scroll_window, but which is only set
26961 on entry to the minibuffer (from a non-minibuffer window):
26962
26963 * window.c (Vminibuf_selected_window): New variable.
26964 (struct save_window_data): New member minibuf_selected_window.
26965 (Fset_window_configuration): Restore Vminibuf_selected_window.
26966 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
26967 Set minibuf_scroll_window member to nil if minibuf_level is 0.
26968 (compare_window_configurations): Compare minibuf_selected_window.
26969
26970 * window.h (Vminibuf_selected_window): Declare extern.
26971
26972 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
26973 entry to minibuffer or on entry from a non-minibuffer window.
26974
26975 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
26976 Vminibuf_selected_window instead of Vminibuf_scroll_window.
26977
26978 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
26979 instead of Vminibuf_scroll_window when deciding in which window
26980 the region should be highlighted. Consequently, the region remains
26981 highlighteded even when a completion buffer is also displayed.
26982
26983 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
26984
26985 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
26986
26987 * xselect.c (Qcompound_text_with_extensions): Renamed from
26988 Qcompound_text_no_extensions.
26989 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
26990
26991 2002-02-26 Juanma Barranquero <lektu@terra.es>
26992
26993 * w32proc.c (syms_of_ntproc): Doc fix.
26994
26995 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26996
26997 * intervals.h: Include "dispextern.h" unconditionally.
26998
26999 2002-02-24 Jason Rumney <jasonr@gnu.org>
27000
27001 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
27002 and disp-table.elc.
27003 (lisp): Add emacs-lisp/backquote.elc.
27004
27005 2002-02-24 Kim F. Storm <storm@cua.dk>
27006
27007 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
27008 The validation of the event type was too strict as it didn't
27009 allow string events; buffer names are used in bindings for
27010 menu-bar-select-buffer (see `menu-bar-update-buffers').
27011
27012 2002-02-23 Kim F. Storm <storm@cua.dk>
27013
27014 The following changes rework my patch of 2002-02-06 which
27015 added command remapping by entering the commands directly into
27016 the keymaps. Now, command remapping uses an explicit `remap'
27017 prefix in the keymaps, i.e. [remap COMMAND].
27018
27019 * keymap.c (Qremap, remap_command_vector): New variables.
27020 (is_command_symbol): Remove function.
27021 (Fdefine_key): No longer accept a symbol for KEY.
27022 Added validation of [remap COMMAND] argument for KEY.
27023 The DEF is no longer required to be a symbol when remapping a command.
27024 (Fremap_command): New function to remap command through keymaps.
27025 (Flookup_key): Perform command remapping initiated by
27026 Fremap_command directly for speed.
27027 (Fkey_binding): Use Fremap_command for command remapping.
27028 (where_is_internal): Handle new command remapping representation.
27029 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
27030 staticpro them. Defsubr Fremap_command.
27031
27032 * keymap.h (Fremap_command): Declare extern.
27033 (is_command_symbol): Remove extern.
27034
27035 * keyboard.c (command_loop_1): Use Fremap_command for command
27036 remapping; now try command remapping for all symbols.
27037
27038 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
27039
27040 * coding.h (run_pre_post_conversion_on_str): Add prototype.
27041
27042 2002-02-23 Jason Rumney <jasonr@gnu.org>
27043
27044 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
27045 on the string before encoding it.
27046 (Fw32_get_clipboard_data): Run post-read-conversion on the string
27047 after decoding it.
27048
27049 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
27050
27051 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27052
27053 * w32term.c (enter_timestamp): Remove unused static variable to
27054 prevent warning.
27055
27056 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
27057
27058 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
27059
27060 * w16select.c (Fw16_get_clipboard_data): Fix last change.
27061
27062 * xselect.c (selection_data_to_lisp_data): Fix last change.
27063
27064 2002-02-22 Jason Rumney <jasonr@gnu.org>
27065
27066 * w32term.h (struct w32_output): New member menu_command_in_progress.
27067
27068 * w32menu.c (menubar_selection_callback): Free the menu and
27069 clear the menu_command_in_progress flag.
27070
27071 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
27072 (menu_free_timer): New variable.
27073 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
27074 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
27075 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
27076 menu command is in progress.
27077 <WM_COMMAND>: Set the menu_command_in_progress flag.
27078 Kill any menu_free_timer that is running.
27079
27080 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
27081 Call ExtTextOutA rather than ExtTextOut.
27082
27083 2002-02-22 Eli Zaretskii <eliz@gnu.org>
27084
27085 * puresize.h (BASE_PURESIZE): Increase to 755000.
27086
27087 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
27088
27089 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
27090 on the string before encoding it.
27091 (Fw16_get_clipboard_data): Run post-read-conversion on the string
27092 after decoding it.
27093
27094 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
27095
27096 Support for ICCCM Extended Segments in X selections:
27097
27098 * xselect.c <Qcompound_text_no_extensions>: New variable.
27099 (syms_of_xselect): Intern and staticpro it.
27100 (selection_data_to_lisp_data): Run post-read-conversion on decoded
27101 selection text.
27102 (lisp_data_to_selection_data): If next-selection-coding-system is
27103 compound-text-no-extensions, set the type of selection to be
27104 compound-text.
27105
27106 * xterm.h (x_encode_text): Update prototype.
27107
27108 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
27109 callers changed. If SELECTIONP is non-zero, run the
27110 pre-write-conversion function before encoding the selection text.
27111
27112 2002-02-21 Kim F. Storm <storm@cua.dk>
27113
27114 * frame.c (syms_of_frame): Change mouse-highlight default to t.
27115
27116 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
27117 Correct composing of language-change event.
27118
27119 2002-02-20 Kim F. Storm <storm@cua.dk>
27120
27121 * keyboard.c (menu_bar_items): Don't include keymap or local-map
27122 bindings at PT when building menu (the menu is not updated often
27123 enough for this to work reliable).
27124 (tool_bar_items): Likewise.
27125 (current_active_maps): Removed unused (and buggy) function.
27126
27127 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27128
27129 * xfns.c (gif_load): Use correct width and height for GIF images.
27130
27131 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
27132
27133 * floatfns.c (Fatan): Accept an optional second arg and call
27134 atan2 if passed 2 args.
27135
27136 2002-02-18 Jason Rumney <jasonr@gnu.org>
27137
27138 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
27139
27140 2002-02-17 Jason Rumney <jasonr@gnu.org>
27141
27142 * w32term.c (x_autoselect_window_p): New variable.
27143 (syms_of_w32term): DEFVAR_BOOL and initialize it.
27144 (note_mouse_movement): Use it.
27145
27146 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
27147
27148 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
27149
27150 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
27151 New variables.
27152 (syms_of_w32fns): Intern and staticpro them.
27153 (x_frame_parms) <"fullscreen">: New parameter.
27154 (x_fullscreen_move, x_set_fullscreen): New functions.
27155 (x_set_frame_parameters): Support Qfullscreen.
27156 (x_real_positions): Save x/y_pixels_diff frame params.
27157 (x_figure_window_size): Support full-screen frames.
27158 (Fx_create_frame): Default the fullscreen parameter.
27159
27160 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
27161 (x_fullscreen_adjust): New functions.
27162 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
27163 fullscreen. Call x_check_fullscreen_move, and set the
27164 want_fullscreen member of output_data.w32
27165 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
27166
27167 * w32term.h: New enum for FULLSCREEN_* constants.
27168 (struct w32_output): New members want_fullscreen, x_pixels_diff,
27169 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
27170 (x-fullscreen-adjust): New prototype.
27171
27172 2002-02-17 Kim F. Storm <storm@cua.dk>
27173
27174 * frame.c (Vmouse_highlight): New variable.
27175 (syms_of_frame): DEFVAR_LISP it.
27176
27177 * frame.h (Vmouse_highlight): Declare extern.
27178
27179 * xterm.h (struct x_display_info): Add mouse_face_hidden.
27180
27181 * xterm.c (disable_mouse_highlight): Removed variable.
27182 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
27183 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
27184 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
27185 and on after keyboard input.
27186 (x_term_init): Initialize mouse_face_hidden.
27187
27188 * msdos.h (struct display_info): Add mouse_face_hidden.
27189
27190 * msdos.c (disable_mouse_highlight): Removed variable.
27191 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
27192 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
27193 (internal_terminal_init): Initialize mouse_face_hidden.
27194 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
27195 and on after keyboard input.
27196
27197 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
27198
27199 * w32term.c (disable_mouse_highlight): Removed variable.
27200 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
27201 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
27202 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
27203 and on after keyboard input.
27204 (w32_initialize_display_info): Initialize mouse_face_hidden.
27205
27206 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
27207
27208 * msdos.c (last_mouse_window): New variable.
27209 (dos_rawgetc): Fix last change--if the mouse is in the same window
27210 as recorded in last_mouse_window, don't select this window.
27211
27212 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
27213
27214 * msdos.c (x_autoselect_window_p): New variable.
27215 (syms_of_msdos): Defvar it.
27216 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
27217 which the last mouse movement occured, unless it is already selected.
27218
27219 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
27220 New variables.
27221 (syms_of_xdisp): DEVFAR them.
27222 (hscroll_window_tree): Use automatic_hscroll_margin and
27223 Vautomatic_hscroll_step to compute the amount of window scrolling.
27224
27225 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27226
27227 * xterm.c (x-autoselect-window): New variable.
27228 (note_mouse_movement): Use it.
27229
27230 * keyboard.c: Do not include "systime.h" twice.
27231
27232 2002-02-15 Andreas Schwab <schwab@suse.de>
27233
27234 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
27235
27236 * alloc.c (NSTATICS): Increase to 1280.
27237
27238 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
27239
27240 * alloc.c (NSTATICS): Bump to 1026.
27241
27242 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
27243 (Vx_super_keysym): New variables.
27244 (syms_of_xterm): DEFVAR_LISP them.
27245 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
27246 variables to determine which keys to use for the various modifiers.
27247
27248 2002-02-13 Kim F. Storm <storm@cua.dk>
27249
27250 * window.c (Vmode_line_in_non_selected_windows): Removed.
27251 (mode_line_in_non_selected_windows): New variable.
27252 (syms_of_window): DEFVAR_BOOL it.
27253
27254 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
27255 Use mode_line_in_non_selected_windows.
27256 (mode_line_in_non_selected_windows): Declare extern.
27257 (Vmode_line_in_non_selected_windows): Removed extern.
27258
27259 2002-02-13 Richard M. Stallman <rms@gnu.org>
27260
27261 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
27262 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
27263 (Fclear_this_command_keys): Doc fixes.
27264
27265 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
27266 (update_face_from_frame_parameter): Increment face_change_count
27267 and windows_or_buffers_changed to force redisplay using changed faces.
27268
27269 * xdisp.c (QCpropertize): New variable.
27270 (mode_line_proptrans_alist): New variable.
27271 (display_mode_element): New arg PROPS; all calls changed.
27272 Implement this, for strings.
27273 Handle literal output of strings by sharing the
27274 main-line code for strings, using local var `literal'.
27275 Handle :propertize feature.
27276 (syms_of_xdisp): Initialze and staticpro QCpropertize and
27277 mode_line_proptrans_alist.
27278
27279 2002-02-11 Kim F. Storm <storm@cua.dk>
27280
27281 * window.c (Vmode_line_in_non_selected_windows): New variable.
27282 (syms_of_window): DEFVAR_LISP it.
27283
27284 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
27285 (CURRENT_MODE_LINE_FACE_ID): Use it.
27286 (Vmode_line_in_non_selected_windows): Declare extern.
27287
27288 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
27289 to get mode line face.
27290
27291 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
27292
27293 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
27294 variables; cus-start.el doesn't need them anymore.
27295
27296 2002-02-09 Kim F. Storm <storm@cua.dk>
27297
27298 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
27299 reduction. This fixes a display problem where stray newlines were
27300 inserted in the window (corrected by C-l). Clarified code (IMHO).
27301
27302 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
27303
27304 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
27305
27306 * xdisp.c (display_mode_lines): Fix last change.
27307
27308 2002-02-09 Jason Rumney <jasonr@gnu.org>
27309
27310 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
27311 match each other.
27312 (w32_load_system_font): Prevent Cleartype fonts from loading.
27313 (Fx_show_tip): Ensure tip frames are above other topmost windows.
27314
27315 2002-02-09 Kim F. Storm <storm@cua.dk>
27316
27317 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
27318 (CURRENT_MODE_LINE_HEIGHT): Use it.
27319 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
27320
27321 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
27322 (pos_visible_p, handle_face_prop): Likewise.
27323 (display_mode_lines): Likewise, but for the real selected window.
27324 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
27325
27326 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
27327 in non-selected windows.
27328 (realize_basic_faces): Realize it.
27329 (syms_of_term): Intern and staticpro it.
27330
27331 2002-02-08 Kim F. Storm <storm@cua.dk>
27332
27333 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
27334 Changed mail addresses to emacs-devel@gnu.org.
27335
27336 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
27337
27338 * fileio.c (Fsubstitute_in_file_name): If the file name includes
27339 ~user, and there's no such user, don't discard everything before ~user.
27340
27341 * floatfns.c (Fround): Doc fix.
27342
27343 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27344
27345 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
27346
27347 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
27348
27349 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
27350
27351 2002-02-07 Kim F. Storm <storm@cua.dk>
27352
27353 * keymap.c (where_is_internal): Only check whether definition is
27354 remapped if it fulfills is_command_symbol.
27355
27356 2002-02-07 Andreas Schwab <schwab@suse.de>
27357
27358 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
27359
27360 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
27361
27362 2002-02-06 Kim F. Storm <storm@cua.dk>
27363
27364 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
27365 defining command remapping. Doc updated.
27366 (Flookup_key): Remap command through keymap if KEY is a symbol.
27367 (is_command_symbol): New function.
27368 (Fkey_binding): Use it. New optional argument NO-REMAP.
27369 Doc updated. Callers changed. Perform command remapping via
27370 recursive call unless that arg is non-nil.
27371 (where_is_internal): New argument no_remap. Callers changed.
27372 Call recursively to find original key bindings for a remapped
27373 comand unless that arg is non-nil.
27374 (Fwhere_is_internal): New optional argument NO-REMAP.
27375 Doc updated. Callers changed. Pass arg to where_is_internal.
27376
27377 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
27378 (is_command_symbol): Add prototype.
27379
27380 * keyboard.c (Vthis_original_command): New variable.
27381 (syms_of_keyboard): DEFVAR_LISP it.
27382 (command_loop_1): Set it, and perform command remapping.
27383
27384 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27385
27386 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
27387
27388 2002-02-06 Jason Rumney <jasonr@gnu.org>
27389
27390 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
27391
27392 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
27393
27394 * charset.c (get_charset_id): Use if-else instead of ?:.
27395
27396 2002-02-06 Richard M. Stallman <rms@gnu.org>
27397
27398 * filelock.c (S_ISLNK): Define if not defined.
27399
27400 2002-02-03 Richard M. Stallman <rms@gnu.org>
27401
27402 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
27403
27404 * lread.c (read1): Redesign strategy for force_multibyte and
27405 force_singlebyte. Now is_multibyte records whether read_buffer
27406 is multibyte. Encountering any multibyte character makes it so.
27407
27408 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
27409
27410 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
27411 with the same sequence, map that sequence to f10 rather than f0.
27412
27413 2002-02-03 Andreas Schwab <schwab@suse.de>
27414
27415 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
27416 latter never being defined on GNU/Linux.
27417
27418 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
27419
27420 * xfaces.c (realize_default_face): Don't set the weight and slant of
27421 the default face to Qnormal, unless these attributes are unspecified.
27422
27423 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27424
27425 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
27426 Call cancel_hourglass unconditionally.
27427
27428 * eval.c (Fsignal): Remove duplicated declaration of
27429 the variable `display_hourglass_p'.
27430
27431 2002-01-31 Richard M. Stallman <rms@gnu.org>
27432
27433 * editfns.c (region_limit): Nicer error message.
27434
27435 * coding.c (decode_composition_emacs_mule):
27436 Give up if NCOMPONENT gets too large to index `component'.
27437
27438 * callint.c (check_mark): New arg to specify clearer error message.
27439 Callers changed.
27440
27441 2002-01-27 Richard M. Stallman <rms@gnu.org>
27442
27443 * minibuf.c (Fcompleting_read): Doc fix.
27444
27445 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27446
27447 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
27448 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
27449 Fix doc-strings.
27450
27451 2002-01-26 Richard M. Stallman <rms@gnu.org>
27452
27453 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
27454
27455 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
27456 and scroll_up_aggressively.
27457
27458 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27459
27460 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
27461
27462 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
27463
27464 * textprop.c (Fnext_property_change, Fnext_single_property_change)
27465 (Fprevious_property_change, Fprevious_single_property_change):
27466 Stay within the narrowed-buffer boundaries.
27467
27468 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
27469
27470 * term.c (Ftty_display_color_cells): New function.
27471 (syms_of_term): Defsubr it.
27472 (Ftty_display_color_cells, Ftty_display_color_p): Change the
27473 argument name to DISPLAY. Doc fix.
27474
27475 * dispextern.h: Add prototype for set_tty_color_mode and
27476 tty_setup_colors.
27477
27478 2002-01-24 Jason Rumney <jasonr@gnu.org>
27479
27480 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
27481 If region left to draw is not what was expected, mark the frame as
27482 garbaged.
27483
27484 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
27485 Combine the regions returned by BeginPaint and GetUpdateRect.
27486
27487 2002-01-23 Jason Rumney <jasonr@gnu.org>
27488
27489 * w32term.c (x_update_window_begin): Only hide caret if
27490 w32_use_visible_system_caret is set.
27491 (x_update_window_end): Only show caret if
27492 w32_use_visible_system_caret is set.
27493 (syms_of_w32term): Handle SystemParametersInfo call failing.
27494
27495 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
27496
27497 2002-01-22 Richard M. Stallman <rms@gnu.org>
27498
27499 * unexelf.c (unexec): Define n so as to cause compilation error
27500 for the code where people have often written n instead of nn.
27501
27502 * .gdbinit (hookpost-run): Defined.
27503
27504 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27505
27506 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
27507
27508 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27509
27510 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
27511 if fullscreen is being set.
27512
27513 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27514
27515 * minibuf.c (Fminibuffer_contents)
27516 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
27517 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
27518
27519 2002-01-21 Richard M. Stallman <rms@gnu.org>
27520
27521 * window.c (check_frame_size): Fix minimum height calculation.
27522
27523 2002-01-20 Ken Raeburn <raeburn@gnu.org>
27524
27525 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
27526 height before comparison.
27527 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
27528
27529 2002-01-20 Jason Rumney <jasonr@gnu.org>
27530
27531 * w32term.c (w32_system_caret_width): Remove.
27532 (w32_use_visible_system_caret): New user flag.
27533 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
27534 Windows reports a screen reader running.
27535 (x_update_window_begin): Hide the system caret.
27536 (x_update_window_end): Show the system caret.
27537 (x_display_and_set_cursor): Don't draw a cursor when
27538 w32_use_visible_system_caret is set. Do not adjust width.
27539
27540 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
27541 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
27542 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
27543 the user requests it. Use system default width when creating.
27544 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
27545
27546 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
27547 New window messages.
27548
27549 2002-01-20 Richard M. Stallman <rms@gnu.org>
27550
27551 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
27552
27553 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27554
27555 * doprnt.c (doprnt1): Fix typos in error call.
27556
27557 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
27558
27559 * unexelf.c (unexec) [__sgi]: Support the .got sections.
27560
27561 2002-01-20 Jason Rumney <jasonr@gnu.org>
27562
27563 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
27564 that Windows returns. If a double check fails, try to guess how
27565 ExtTextOut is going to act.
27566
27567 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
27568 in place of stricmp.
27569 (w32_list_synthesized_fonts): Removed.
27570 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
27571 (struct enumfont_t): New element; list.
27572 (enum_font_cb2): List all style and charset variations of a font.
27573 (Fw32_select_font): New optional argument; include_proportional.
27574 Exclude vertical fonts. Exclude proportional fonts unless
27575 include_proportional is non-nil.
27576 (w32_enable_synthesized_fonts): Change to a boolean.
27577 (Fw32_send_sys_command): Doc fix.
27578
27579 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27580
27581 * dispnew.c (update_frame): Move the variable `tem' to the block
27582 where it is used.
27583
27584 2002-01-19 Jason Rumney <jasonr@gnu.org>
27585
27586 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
27587 call to face-set-after-frame-default.
27588
27589 2002-01-18 Richard M. Stallman <rms@gnu.org>
27590
27591 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
27592 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
27593
27594 2002-01-17 Richard M. Stallman <rms@gnu.org>
27595
27596 * window.c (enlarge_window): When exceeding size of parent,
27597 directly delete all the siblings instead of trying to resize it.
27598
27599 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27600
27601 * term.c (set_tty_color_mode): Remove unused variable `tem'.
27602
27603 2002-01-16 Henrik Enberg <henrik@enberg.org>
27604
27605 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
27606
27607 2002-01-16 Kim F. Storm <storm@cua.dk>
27608
27609 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
27610 is invisible. This can happen if cursor is on top line of a
27611 window, and we switch to a buffer with a header line.
27612
27613 * w32term.c (x_erase_phys_cursor): Ditto.
27614
27615 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27616
27617 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
27618 `dont_resize' only when used.
27619
27620 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
27621
27622 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
27623
27624 * xdisp.c (display_mode_element): When computing charpos, depend
27625 on multibyteness of elt, not the text in field.
27626
27627 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27628
27629 * buffer.c (Fkill_all_local_variables):
27630 Increment `update_mode_lines' only once.
27631
27632 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27633
27634 * lisp.h (adjust_after_replace_noundo)
27635 (Fupdate_coding_systems_internal): Add prototypes.
27636
27637 * sound.c (Fplay_sound): Initialize header_size also for :data case.
27638
27639 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
27640
27641 Support for the --color command-line argument and tty-color-mode
27642 frame parameter:
27643
27644 * term.c (tty_default_color_capabilities, tty_setup_colors)
27645 (set_tty_color_mode): New functions.
27646 (term_init): Call tty_default_color_capabilities.
27647 (Qtty_color_mode_alist): New variable.
27648 (syms_of_term): Intern and staticpro it.
27649
27650 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
27651 frames.
27652 (do_switch_frame): For termcap frames, switch the tty
27653 color mode as specified by the frame's parameters.
27654 (Qtty_color_mode): New variable.
27655 (syms_of_frame): Intern and staticpro it.
27656
27657 * emacs.c (USAGE2): Add the --color option.
27658 (standard_args): Ditto.
27659
27660 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27661
27662 * xterm.h (struct x_output): New members want_fullscreen,
27663 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
27664 y_pixels_outer_diff.
27665 New enum for FULLSCREEN_* constants.
27666 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
27667 is NULL.
27668 (x_fullscreen_adjust): Add prototype.
27669
27670 * emacs.c (USAGE2): Add the new full-screen arguments.
27671 (standard_args): Ditto.
27672
27673 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
27674 New variables.
27675 (syms_of_xfns): Intern and staticpro them.
27676 (x_frame_parms) <"fullscreen">: New parameter.
27677 (x_fullscreen_move, x_set_fullscreen): New functions.
27678 (x_set_frame_parameters): Support for Qfullscreen.
27679 (x_real_positions): More accurate computation of the frame position.
27680 (x_figure_window_size): Support full-screen frames.
27681 (Fx_create_frame): Default the fullscreen parameter.
27682
27683 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
27684 (XTread_socket) <Expose>: Call x_check_fullscreen.
27685 <ConfigureNotify>: Don't resize to fullscreen.
27686 Call x_check_fullscreen_move, and set the want_fullscreen member of
27687 output_data.x.
27688
27689 2002-01-13 Jason Rumney <jasonr@gnu.org>
27690
27691 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
27692 for mice with more than 3 buttons.
27693
27694 * w32term.c (parse_button): New parameter xbutton. Callers changed.
27695 (w32_read_socket): Handle new "XBUTTON" messages.
27696
27697 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
27698 (syms_of_w32fns): DEFVAR_BOOL it.
27699 (w32_wnd_proc): Handle new "XBUTTON" messages.
27700
27701 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27702
27703 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
27704
27705 2002-01-13 Andreas Schwab <schwab@suse.de>
27706
27707 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
27708
27709 2002-01-12 Andreas Schwab <schwab@suse.de>
27710
27711 * .gdbinit (xbuffer): Remove address operator since data is now a
27712 pointer.
27713
27714 2002-01-11 Richard M. Stallman <rms@gnu.org>
27715
27716 * insdel.c (adjust_after_replace_noundo): New function.
27717
27718 * coding.c (code_convert_region): Don't copy old text if undo disabled.
27719
27720 2002-01-09 Jason Rumney <jasonr@gnu.org>
27721
27722 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
27723 when checking for multiple frames.
27724
27725 2002-01-08 Richard M. Stallman <rms@gnu.org>
27726
27727 * window.c (delete_window): Rewrite the code for changing the
27728 selected window to handle the case where WINDOW is not a leaf.
27729
27730 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
27731
27732 * process.c (send_process): Set src_multibyte to 1 after the call
27733 top setup_coding_system, not before the call.
27734
27735 2002-01-07 Jason Rumney <jasonr@gnu.org>
27736
27737 * xmenu.c (set_frame_menubar, xmenu_show):
27738 (xdialog_show): Initialize wv->help to Qnil.
27739
27740 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
27741 (w32_dialog_show): Initialize wv->help to Qnil.
27742
27743 2002-01-06 Jason Rumney <jasonr@gnu.org>
27744
27745 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
27746
27747 * w32menu.c (w32_menu_display_help): Revert last change.
27748
27749 * xmenu.c (menu_highlight_callback): Revert last change.
27750
27751 2002-01-06 Andreas Schwab <schwab@suse.de>
27752
27753 * insdel.c (make_gap_larger): Make sure buffer size does not
27754 overflow range of int.
27755
27756 2002-01-05 Jason Rumney <jasonr@gnu.org>
27757
27758 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
27759 OVERLAPS_P.
27760
27761 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
27762
27763 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
27764 to the left or to the right of the pointer, put it against
27765 the left screen edge.
27766 (x_frame_parms): Add missing braces around initializer.
27767
27768 * w32term.c (x_setup_relief_colors): Don't compute an image's
27769 background color if it doesn't have a Pixmap.
27770 (notice_overwritten_cursor): Don't depend on
27771 output_cursor and updated_area. Compare pixel coordinates with
27772 window's cursor pixel coordinates.
27773 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
27774 Call notice_overwritten_cursor with new arg list.
27775 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
27776 unconditionally.
27777 (x_draw_image_relief): Use predefined macro instead of
27778 constant when the value of `tool_bar_button_relief' is negative.
27779
27780 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
27781
27782 2002-01-04 Richard M. Stallman <rms@gnu.org>
27783
27784 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
27785
27786 2002-01-03 Richard M. Stallman <rms@gnu.org>
27787
27788 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
27789 (Fkey_binding): Try the `keymap' property map first.
27790 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
27791 minor mode bindings.
27792
27793 2002-01-03 Kim F. Storm <storm@cua.dk>
27794
27795 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
27796
27797 2002-01-02 Richard M. Stallman <rms@gnu.org>
27798
27799 * keyboard.c (read_key_sequence): Handle the keymap property
27800 before minor mode maps.
27801
27802 * editfns.c (Fformat): Update thissize from field_width
27803 based on the actual width, in the string case.
27804
27805 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27806
27807 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
27808 when used as truth value to prevent gcc warnings.
27809
27810 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
27811 * w32proc.c: Include <config.h>.
27812
27813 2002-01-01 Andreas Schwab <schwab@suse.de>
27814
27815 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
27816 not EMACS_INT, to make them compatible with DEFVAR_INT.
27817 * lisp.h (max_specpdl_size): Adjust declaration.
27818
27819 2002-01-01 Richard M. Stallman <rms@gnu.org>
27820
27821 * print.c (print_object): Test print_escape_nonascii only for
27822 unibyte strings.
27823 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
27824 when outputting to a multibyte buffer.
27825
27826 2001-12-29 Richard M. Stallman <rms@gnu.org>
27827
27828 * print.c (print_object): In multibyte string, use hex escapes.
27829 Use octal only for unibyte strings.
27830 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
27831
27832 * lread.c (read_escape): New arg BYTEREP for reporting whether
27833 escape forces unibyte or multibyte.
27834 (read1): When reading a string, take note of that info.
27835
27836 2001-12-29 Ken Raeburn <raeburn@gnu.org>
27837
27838 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
27839 comparison to test lisp value returned by Fget.
27840
27841 2001-12-29 Richard M. Stallman <rms@gnu.org>
27842
27843 * lisp.h (max_specpdl_size): Add declaration.
27844
27845 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
27846
27847 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
27848 Handle modifier bits. Correct typo in error message.
27849
27850 2001-12-28 Richard M. Stallman <rms@gnu.org>
27851
27852 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
27853 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
27854 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27855 Update calls to Fdefine_abbrev.
27856 (write_abbrev): Update for changed data format.
27857 Don't list "system" abbrevs.
27858 (Fexpand_abbrev): Update use count with new data format.
27859 (describe_abbrev): Update for changed data format.
27860 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
27861
27862 * config.in (HAVE_MBSINIT): Add #undef.
27863
27864 * strftime.c (mbsinit): Define as no-op if not available.
27865
27866 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
27867 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
27868
27869 * keymap.c (Flookup_key): Error message if key has wrong data type.
27870 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
27871 (exclude_key): New variable.
27872
27873 2001-12-28 Gerd Moellmann <gerd@gnu.org>
27874
27875 * xterm.c (x_setup_relief_colors): Don't compute an image's
27876 background color if it doesn't have a Pixmap.
27877
27878 * xterm.c (notice_overwritten_cursor): Don't depend on
27879 output_cursor and updated_area. Compare pixel coordinates with
27880 window's cursor pixel coordinates.
27881 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
27882 Call notice_overwritten_cursor with new arg list.
27883 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
27884 unconditionally.
27885
27886 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
27887 height of the cursor line to the amount to scroll.
27888
27889 2001-12-27 Richard M. Stallman <rms@gnu.org>
27890
27891 * intervals.c (set_point_both): The position after an invisible,
27892 intangible character is not an acceptable stopping point.
27893
27894 2001-12-27 Ken Raeburn <raeburn@gnu.org>
27895
27896 * window.c (enlarge_window): In new preserve_before code, convert
27897 CURBEG from lisp object to integer before doing arithmetic.
27898
27899 2001-12-27 Richard M. Stallman <rms@gnu.org>
27900
27901 * bytecode.c (Fbyte_code): Undo previous change.
27902
27903 2001-12-26 Kim F. Storm <storm@cua.dk>
27904
27905 * keyboard.c (record_char): Ignore duplicate help-echo events only
27906 separated by mouse-movement. When tracking mouse, only record
27907 first and last mouse-movement event in same window.
27908 Don't record mouse-movement events in keyboard macros.
27909
27910 2001-12-25 Richard M. Stallman <rms@gnu.org>
27911
27912 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
27913 (Fenlarge_window): New arg PRESERVE_BEFORE.
27914
27915 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
27916 instead of Fstring_as_unibyte.
27917
27918 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27919
27920 The following changes remove mocklisp support:
27921
27922 * mocklisp.h, mocklisp.c: Files removed.
27923
27924 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
27925 `Qmocklisp' and `Qmocklisp_arguments'.
27926 Remove prototype of syms_of_mocklisp.
27927
27928 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
27929
27930 * callint.c: Do not include mocklisp.h.
27931 (Fcall_interactively): Do not test for mocklisp case.
27932
27933 * eval.c: Remove variables `Qmocklisp_arguments',
27934 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
27935 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
27936 Do not test for mocklisp case.
27937 (Fwhile): Remove unused variable `tem'.
27938 (syms_of_eval): Remove variable `moclisp-arguments'.
27939
27940 * data.c (wrong_type_argument): Remove mocklisp case.
27941
27942 * doc.c (Fdocumentation): Remove mocklisp case.
27943
27944 * emacs.c (main): Do not call syms_of_mocklisp.
27945
27946 2001-12-21 Richard M. Stallman <rms@gnu.org>
27947
27948 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
27949 to the left or to the right of the pointer, put it against
27950 the left screen edge.
27951
27952 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
27953
27954 * Makefile.in (distclean): Remove .gdbinit if we are building
27955 outside the source tree.
27956
27957 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
27958
27959 * w32.c (emacs_root_dir): New function.
27960
27961 * msdos.c (emacs_root_dir): New function.
27962
27963 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
27964 of the current drive as the fallback for default_directory.
27965
27966 * dired.c (file_name_completion): Run the elements of
27967 completion-ignored-extensions through ENCODE_FILE.
27968
27969 * lisp.h (scmp): Remove prototype, since it's now a static
27970 function private to dired.c.
27971
27972 2001-12-18 Richard M. Stallman <rms@gnu.org>
27973
27974 * dired.c (scmp): Function moved from minibuf.c.
27975 Delete multibyte handling--used only on encoded strings.
27976
27977 * minibuf.c (scmp): Function moved to dired.c.
27978
27979 * fns.c (merge): Add QUIT call.
27980
27981 2001-12-18 Dave Love <fx@gnu.org>
27982
27983 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
27984 language/georgian.el.
27985
27986 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
27987
27988 * Makefile.in (lisp, shortlisp): Synchronize with changes to
27989 lisp/Makefile.in:DONTCOMPILE.
27990
27991 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
27992
27993 * xdisp.c (window_box_height): Do not return negative values.
27994 From Gerd Moellmann <gerd@gnu.org>.
27995
27996 * keyboard.c (head_table): Add missing braces around initializer.
27997
27998 * term.c (keys): Likewise.
27999
28000 * xfns.c (x_frame_parms, visual_classes): Likewise.
28001
28002 2001-12-17 Sam Steingold <sds@gnu.org>
28003
28004 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
28005 patch (COMPOSING_P, not COMPOSING).
28006
28007 2001-12-17 Richard M. Stallman <rms@gnu.org>
28008
28009 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
28010
28011 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
28012 before calling decode_coding.
28013
28014 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
28015
28016 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
28017 instead of only for COMPOSITION_DISABLED.
28018
28019 2001-12-16 Richard M. Stallman <rms@gnu.org>
28020
28021 * alloc.c (pure_alloc): After overflow, allocate just a small block.
28022
28023 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
28024
28025 * buffer.h (struct buffer): New field `display_error_modiff'.
28026 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
28027
28028 * window.c (Frecenter): Clear display_error_modiff field.
28029
28030 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
28031 Call redisplay_window, but not if display_error_modiff field says no.
28032 (redisplay_window_error): New function.
28033 (displayed_buffer): New variable.
28034 (redisplay_internal, redisplay_windows): Call the new functions
28035 instead of redisplay_window directly.
28036
28037 2001-12-15 Richard M. Stallman <rms@gnu.org>
28038
28039 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
28040
28041 2001-12-14 Andrew Innes <andrewi@gnu.org>
28042
28043 * makefile.w32-in (EMACSLOADPATH): Define.
28044 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
28045 (bootstrap-temacs): Remove dependency on bootstrap-clean.
28046
28047 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
28048
28049 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
28050 parameter have a numeric value all the time.
28051
28052 * w32fns.c (x_report_frame_params): Likewise.
28053
28054 2001-12-12 Richard M. Stallman <rms@gnu.org>
28055
28056 * fileio.c (Fwrite_region): Doc fix.
28057
28058 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
28059 (redisplay_internal): Call clear_image_cache only for window terminals.
28060
28061 2001-12-12 Gerd Moellmann <gerd@gnu.org>
28062
28063 * xdisp.c (move_it_vertically_backward): Change heuristic
28064 for the case that we didn't move far enough initially.
28065
28066 * window.c (Frecenter): Simplify computation in the case of window
28067 system frames and ARG < 0; use window_box_height.
28068
28069 2001-12-11 Richard M. Stallman <rms@gnu.org>
28070
28071 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
28072 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
28073
28074 2001-12-11 Andrew Innes <andrewi@gnu.org>
28075
28076 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
28077 arg is negative.
28078
28079 2001-12-11 Richard M. Stallman <rms@gnu.org>
28080
28081 * m/hp800.h: Split the __hpux conditional into the parts
28082 that are right for GNU/Linux too and the parts that are not.
28083 Use the former if GNU_LINUX.
28084 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
28085
28086 * s/gnu-linux.h (GNU_LINUX): Defined.
28087
28088 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28089
28090 * macros.c, msdos.c, w16select.c: Change doc-string comments to
28091 `new style' [w/`doc:' keyword].
28092
28093 2001-12-10 Jason Rumney <jasonr@gnu.org>
28094
28095 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
28096 before using.
28097
28098 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28099
28100 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
28101 keyword].
28102
28103 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
28104
28105 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
28106
28107 * s/hpux10.h (srand48): Don't undefine.
28108
28109 2001-12-09 Jason Rumney <jasonr@gnu.org>
28110
28111 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
28112 Add comment to explain where the struct came from.
28113 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
28114 (add_menu_item): Process pop-up menus first to avoid memory leak.
28115 (add_menu_item, w32_menu_display_help): Use `help' field as
28116 Lisp_Object.
28117 (w32_free_submenu_strings): Only free owner-drawn strings.
28118
28119 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28120
28121 * COPYING: Moved back.
28122
28123 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
28124 Add parentheses around && within ||.
28125
28126 * indent.c (compute_motion): Likewise.
28127
28128 * intervals.c (merge_properties_sticky): Likewise.
28129
28130 * coding.c (setup_coding_system, shrink_encoding_region)
28131 (Fdecode_sjis_char): Likewise.
28132
28133 2001-12-07 Andreas Schwab <schwab@suse.de>
28134
28135 * xdisp.c (display_mode_element): Don't read past end of string if
28136 it ends with '%'.
28137
28138 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
28139 can hold.
28140
28141 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
28142 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
28143 type changed to Lisp_Object.
28144 (syms_of_data): DEFVAR_LISP them.
28145
28146 2001-12-07 Richard M. Stallman <rms@gnu.org>
28147
28148 * callproc.c (init_callproc): Set Vdata_directory based on the source
28149 location whenever Emacs was run uninstalled.
28150
28151 2001-12-06 Paul Eggert <eggert@twinsun.com>
28152
28153 * config.in (HAVE_WORKING_VFORK): New #undefs.
28154 * process.c (create_process):
28155 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
28156 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
28157 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
28158 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
28159 * m/intel386.h (HAVE_VFORK): Likewise.
28160 * m/mips-siemens.h (HAVE_VFORK): Likewise.
28161 * m/mips.h (HAVE_VFORK): Likewise.
28162 * s/freebsd.h (vfork): Remove #define.
28163 * s/lynxos.h (HAVE_VFORK): Remove #undef.
28164 * s/usg5-4-2.h: Fix comment about vfork.
28165
28166 2001-12-06 Richard M. Stallman <rms@gnu.org>
28167
28168 * s/hpux10.h (random): Add undef.
28169 (HAVE_RANDOM): Define it just once.
28170
28171 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
28172
28173 * eval.c: Undo last change: the standard syntax is not wanted.
28174
28175 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
28176
28177 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
28178 scroll bars of the frame before deleting the frame itself. If the
28179 frame has a widget, delete the frame with XtDestroyWidget, and do
28180 not call XDestroyWindow before that.
28181
28182 2001-12-06 Kim F. Storm <storm@cua.dk>
28183
28184 * xfns.c (x_report_frame_params): Return actual fringe widths.
28185
28186 * w32fns.c (x_report_frame_params): Return actual fringe widths.
28187
28188 2001-12-05 Andrew Innes <andrewi@gnu.org>
28189
28190 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
28191 excessively large.
28192
28193 * insdel.c (make_gap_larger): New function.
28194 (make_gap_smaller): New function.
28195 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
28196 Call make_gap_smaller if arg is negative.
28197
28198 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
28199
28200 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
28201 Pass a dummy argument when calling interrupt_signal.
28202 (parse_menu_item): Mark disabled items before checking for empty def.
28203 (read_char_minibuf_menu_prompt): Make safety more visible.
28204 (read_key_sequence): Add a `first_unbound' variable.
28205 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
28206 unbound prefix as soon as we can detect it.
28207
28208 * doc.c (Fsnarf_documentation): Add prototype.
28209 (get_doc_string): Handle negative arguments.
28210 (Fdocumentation): Use AREF and ASIZE.
28211 Move the calls to get_doc_string to a single place.
28212 Don't confuse an interactive-spec for a docstring reference.
28213 (Fdocumentation_property): Take advantage of the fact that
28214 get_doc_string now ignores the sign of the docstring position.
28215
28216 * eval.c: Use standard syntax for usage in docstrings.
28217
28218 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28219
28220 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
28221
28222 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28223
28224 * xterm.c (x_draw_image_relief): Use predefined macro instead of
28225 constant when the value of `tool_bar_button_relief' is negative.
28226
28227 2001-12-02 Richard M. Stallman <rms@gnu.org>
28228
28229 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
28230 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
28231
28232 * fileio.c (read_non_regular): Delete Fsignal call.
28233
28234 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
28235
28236 * lisp.h (run_hook_list_with_args): Undo last change.
28237
28238 2001-12-01 Gerd Moellmann <gerd@gnu.org>
28239
28240 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
28241
28242 2001-12-01 Jason Rumney <jasonr@gnu.org>
28243
28244 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
28245
28246 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
28247 [!WM_MOUSELEAVE]: Define.
28248
28249 * w32menu.c (current_popup_menu, get_menu_item_info):
28250 (set_menu_item_info): New vars.
28251 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
28252 (w32_menu_show): Set current_popup_menu.
28253 (add_menu_item): Allocate new strings for owner-drawn menu items
28254 and help strings.
28255 Use owner-draw for disabled menu items again.
28256 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
28257 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
28258
28259 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
28260 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
28261 <WM_EXITMENULOOP>: Free menu strings.
28262 <WM_MOUSELEAVE>: Stop tracking mouse.
28263 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
28264
28265 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
28266 and mouse face.
28267
28268 2001-12-01 Kim F. Storm <storm@cua.dk>
28269
28270 The following changes add left-fringe and right-fringe
28271 frame parameters to adjust fringe widths, or remove one or
28272 both fringes.
28273
28274 * frame.h (struct frame): Remove trunc_area_pixel_width and
28275 trunc_area_cols fields.
28276 (Qleft_fringe, Qright_fringe): Declare.
28277 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
28278
28279 * frame.c (Qleft_fringe, Qright_fringe): New vars.
28280 (syms_of_frame): Initialize them.
28281
28282 * window.c (coordinates_in_window): Handle separate left and right
28283 fringe widths.
28284
28285 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
28286 and fringe_cols fields.
28287 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
28288 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
28289 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
28290 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
28291 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
28292 (x_compute_fringe_widths): Add prototype.
28293
28294 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
28295 fill fringe evenly with small dashes.
28296 (x_draw_fringe_bitmap): Clear background if necessary. Align and
28297 clip the new ZV bitmap to avoid jitter between rows.
28298 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
28299 background. Don't draw fringe bitmaps if fringe width is zero.
28300 (x_compute_fringe_widths): New function.
28301 (x_new_font, x_set_window_size_1): Use it.
28302
28303 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
28304 (x_set_frame_parameters): Process `font' parameter before other
28305 parameters as fringe widths depend on it.
28306 (x_set_fringe_width): New function.
28307 (x_figure_window_size): Use x_compute_fringe_widths.
28308 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
28309 parameters.
28310
28311 * widget.c (set_frame_size): Use x_compute_fringe_widths.
28312 (EmacsFrameSetCharSize): Ditto.
28313
28314 * w32term.h: Merged changes from xterm.h.
28315 * w32term.c: Merged changes from xterm.c.
28316 * w32fns.c: Merged changes from xfns.c.
28317
28318 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28319
28320 * COPYING: Removed.
28321
28322 2001-11-29 Dave Love <fx@gnu.org>
28323
28324 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
28325 extra extra slot.
28326 (detect_coding_mask): Fix call of detect_coding_iso2022.
28327
28328 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28329
28330 * fileio.c (file-name-coding-system)
28331 (default-file-name-coding-system): Doc fix (links to referenced
28332 variables added).
28333
28334 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
28335
28336 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
28337 Add dummy uses of gcproN variables.
28338
28339 * category.c (describe_category, describe_category_1)
28340 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
28341 (syms_of_category): Don't defsubr Sdescribe_categories.
28342
28343 2001-11-28 Richard M. Stallman <rms@gnu.org>
28344
28345 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
28346
28347 * Makefile.in (lispdir): New variable, referring to build dir.
28348 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
28349
28350 2001-11-28 Andrew Innes <andrewi@gnu.org>
28351
28352 * w32menu.c (w32_menu_display_help): Actually add the new argument
28353 OWNER.
28354
28355 2001-11-28 Jason Rumney <jasonr@gnu.org>
28356
28357 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
28358 menu items. From David Ponce <dponce@wanadoo.fr>.
28359 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
28360 conditionally.
28361 (w32_menu_display_help): New argument OWNER. Rewritten to store a
28362 help event in the owner frame's keyboard buffer.
28363
28364 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
28365 (Fx_show_tip): Don't subtract last width from row width.
28366
28367 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
28368 (w32_read_socket): Use EQ to compare frames.
28369
28370 2001-11-28 Gerd Moellmann <gerd@gnu.org>
28371
28372 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
28373 OVERLAPS_P.
28374
28375 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28376
28377 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
28378 `gcpro3' and `gcpro4'.
28379
28380 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
28381
28382 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
28383
28384 * ccl.c: Use AREF and ASIZE.
28385
28386 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
28387
28388 * lisp.h (run_hook_list_with_args): Remove.
28389 (LIST_END_P): Fix call to wrong_type_argument.
28390 (make_fixnum_or_float): Use EMACS_INT rather than int.
28391
28392 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
28393
28394 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
28395 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
28396
28397 * eval.c: Use AREF and ASIZE.
28398 (Ffetch_bytecode): Add the file name to the error message.
28399
28400 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
28401 which match the end of the file-name.
28402 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
28403 is not a valid env var, but leave it as is instead.
28404
28405 * keymap.c (access_keymap): Handle t bindings like nil bindings.
28406 Make nil bindings in char-tables transparent.
28407 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
28408
28409 2001-11-26 Richard M. Stallman <rms@gnu.org>
28410
28411 * textprop.c (set_text_properties_1): Allow START, END in either order.
28412 Do nothing if range is empty.
28413
28414 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
28415
28416 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
28417 (clean): Not here.
28418
28419 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
28420
28421 * textprop.c (set_text_properties_1): Clearly mark that the
28422 interval should not be empty.
28423
28424 * intervals.c (graft_intervals_into_buffer):
28425 Don't call set_text_properties_1 on an empty interval.
28426
28427 2001-11-25 Richard M. Stallman <rms@gnu.org>
28428
28429 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
28430
28431 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
28432 don't lose the data in it.
28433
28434 2001-11-25 Juanma Barranquero <lektu@terra.es>
28435
28436 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
28437
28438 * buffer.c (Fkill_buffer): Likewise.
28439
28440 * print.c (temp_output_buffer_setup): Likewise.
28441
28442 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
28443
28444 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
28445
28446 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
28447
28448 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
28449 Niemitalo <kon@iki.fi>.
28450
28451 2001-11-25 Jason Rumney <jasonr@gnu.org>
28452
28453 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
28454
28455 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
28456 (Fx_show_tip): Block input during frame creation.
28457 (Fx_show_tip, Fx_hide_tip): Enable.
28458
28459 2001-11-24 Richard M. Stallman <rms@gnu.org>
28460
28461 * lread.c (Fload): Detect recursive load error for more than 3
28462 nestings of the same file.
28463 (Vrecursive_load_depth_limit): Variable deleted.
28464 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
28465
28466 2001-11-24 Jason Rumney <jasonr@gnu.org>
28467
28468 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
28469 mouse position if either left or top is not specified.
28470
28471 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
28472 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
28473 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
28474 (my_create_tip_window): Assign tip_window.
28475 (x_create_tip_frame): Use same defaults as X.
28476 (compute_tip_xy): Remove unused variable. Use full screen width.
28477 (Fx_show_tip): Do not double height. Call ShowWindow directly.
28478
28479 * w32term.c (x_after_update_window_line): Doc fix.
28480 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
28481 frames.
28482 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
28483
28484 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
28485 for all Windowed systems.
28486
28487 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
28488
28489 * msdos.c (IT_clear_screen): If the frame's faces are not yet
28490 realized, use the initial screen colors to clear the screen.
28491
28492 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28493
28494 * textprop.c (Fset_text_properties): Remove unused variables
28495 `unchanged', `prev_changed', `s' and `len'.
28496
28497 * search.c (Freplace_match): Remove unused variable `inslen'.
28498
28499 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
28500
28501 2001-11-22 Jason Rumney <jasonr@gnu.org>
28502
28503 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
28504 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
28505 (my_create_tip_window): New function.
28506 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
28507 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
28508
28509 2001-11-20 Jason Rumney <jasonr@gnu.org>
28510
28511 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
28512 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
28513
28514 * w32fns.c (Vw32_system_coding_system): Remove.
28515 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
28516
28517 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
28518
28519 * fileio.c (Fwrite_region): Move choose_write_coding_system to
28520 after build_annotations.
28521
28522 * syntax.c (describe_syntax): Add dummy arg.
28523 (describe_syntax_1): Update call to describe_vector.
28524
28525 * category.c (describe_category): Add dummy arg.
28526 (describe_category_1): Update call to describe_vector.
28527
28528 * keymap.c (Fdescribe_vector): Add `describer' parameter.
28529 (describe_command, describe_translation): Add dummy second param.
28530 (describe_map): Call elt_describer with two arguments.
28531 (describe_vector_princ): Add `fun' parameter.
28532 Call it instead of the hardcoded `princ'.
28533 (describe_vector): Add arg `args'.
28534 Pass it as a new second argument to elt_describer.
28535
28536 * keymap.h (describe_vector): Update prototype.
28537
28538 * frame.c: Don't include keymap.h any more.
28539 (keys_of_frame): Remove.
28540
28541 * lisp.h (keys_of_frame): Remove declaration.
28542
28543 * emacs.c (main): Don't call `keys_of_frame' any more.
28544
28545 2001-11-14 Andreas Schwab <schwab@suse.de>
28546
28547 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
28548 if defined, 0 otherwise.
28549 (MAP_FAILED): Define if not defined and use it to test mmap failure.
28550 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
28551
28552 2001-11-19 Richard M. Stallman <rms@gnu.org>
28553
28554 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
28555
28556 2001-11-18 Jason Rumney <jasonr@gnu.org>
28557
28558 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
28559 (x_draw_bar_cursor): If the background color of the glyph under
28560 the cursor equals the frame's cursor color, use the glyph's
28561 foreground color for drawing the bar cursor.
28562 (x_after_update_window_line): Clear internal border in different
28563 circumstances.
28564 (w32_set_vertical_scroll_bar): Check for width and height > 0.
28565 (w32_draw_relief_rect): Correct relief by 1 pixel.
28566 (x_set_glyph_string_background_width):
28567 Set extends_to_end_of_line_p if the row's fill_line_p is set and
28568 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
28569 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
28570 if cursor_in_non_selected_windows is false.
28571 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
28572 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
28573 Notice if cursor gets overwritten.
28574 (notice_overwritten_cursor): Renamed from
28575 note_overwritten_text_cursor. Rewritten to take glyph widths
28576 into account, and to take X positions as parameters.
28577 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
28578 around call to x_draw_glyphs.
28579 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
28580 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
28581 color to use for image glyph reliefs.
28582 (x_draw_image_relief): Accept zero tool_bar_button_relief.
28583 (glyph_rect): Remove unused variable `area'.
28584
28585 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
28586 some items.
28587 (x_set_internal_border_width): Set frame garbaged when window
28588 doesn't exist yet.
28589 (Fx_create_frame): Accept zero tool_bar_button_relief.
28590 (x_clear_image_1, four_corners_best, image_background)
28591 (image_background_transparent): New functions.
28592 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
28593 (gs_format): Add `:background' entry.
28594 (lookup_image): Set IMG's background color if specified.
28595 (pbm_load, xbm_load_image, png_load): Set IMG's background field
28596 when appropriate.
28597 (x_clear_image_1): Reset `background_valid' and
28598 `background_transparent_valid' fields.
28599 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
28600 calculating it here. Set IMG's background_transparent field.
28601 (enum xpm_keyword_index): Add XPM_BACKGROUND.
28602 (enum png_keyword_index): Add PNG_BACKGROUND.
28603 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
28604 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
28605 (enum gif_keyword_index): Add GIF_BACKGROUND.
28606 (enum gs_keyword_index): Add GS_BACKGROUND.
28607 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
28608 Pre-calculate image background color where necessary.
28609 (x_create_x_image_and_pixmap, xbm_load, gs_load):
28610 Use display info's n_cbits entry for screen depth.
28611 (Fx_show_tip): Remove unused variables `buffer', `top',
28612 `left', `max_width' and `max_height'.
28613
28614 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
28615
28616 2001-11-18 Gerd Moellmann <gerd@gnu.org>
28617
28618 * puresize.h (BASE_PURESIZE): Increase to 750000.
28619
28620 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28621
28622 * frame.c (Fframe_live_p): Doc fix.
28623
28624 2001-11-18 Richard M. Stallman <rms@gnu.org>
28625
28626 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
28627 (message_dolog_marker3): New static variables hold three markers.
28628 (syms_of_xdisp): Initialize and staticpro them.
28629 (message_dolog): Use message_dolog_marker1..3 instead of
28630 allocating markers each time. Unchain them when done.
28631
28632 2001-11-17 Richard M. Stallman <rms@gnu.org>
28633
28634 * doc.c (Fsnarf_documentation): Doc fix.
28635
28636 2001-11-17 Andreas Schwab <schwab@suse.de>
28637
28638 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
28639
28640 2001-11-17 Richard M. Stallman <rms@gnu.org>
28641
28642 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
28643
28644 2001-11-17 Jason Rumney <jasonr@gnu.org>
28645
28646 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
28647
28648 2001-11-17 Gerd Moellmann <gerd@gnu.org>
28649
28650 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
28651 with invalid position.
28652
28653 2001-11-16 Richard M. Stallman <rms@gnu.org>
28654
28655 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
28656
28657 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
28658 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
28659 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
28660
28661 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
28662
28663 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
28664
28665 * fileio.c (build_annotations): Split off the tail.
28666 (build_annotations_2): New fun. Extracted from build_annotations.
28667 (Fwrite_region): Split the call to build_annotations into two
28668 calls to build_annotations and build_annotations_2.
28669
28670 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28671
28672 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
28673 clear_waiting_for_input with argument.
28674
28675 * xterm.h (x_update_cursor): Remove duplicated prototype.
28676
28677 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
28678
28679 * xterm.c (waiting_for_input): Remove unnecessary declaration.
28680
28681 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
28682
28683 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
28684
28685 * fileio.c (choose_write_coding_system): New fun, extracted
28686 from Fwrite_region.
28687 (Fwrite_region): Use it.
28688
28689 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
28690 (funcall_lambda, run_hook_with_args): Make static and add prototype.
28691 (ml_apply, find_handler_clause): Add prototype.
28692
28693 2001-11-16 Eli Zaretskii <eliz@gnu.org>
28694
28695 * config.in: Add #undef HAVE_COFF_H.
28696
28697 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
28698 Required for ISC 4.1.
28699
28700 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
28701
28702 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
28703 Andrew Wiseman <a.wiseman@btclick.com>.
28704
28705 2001-11-16 Kim F. Storm <storm@cua.dk>
28706
28707 The following changes are made to clean up the various internal
28708 references to the fringes to actually use the term `fringe' for
28709 them. Previously, they were called `flags areas', `bitmap areas',
28710 `left/right side of windows', or implicitly as `flags' or
28711 `bitmaps':
28712
28713 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
28714 Comments fixed. Use renamed symbols.
28715
28716 * dispnew.c: Comment fix. Use renamed symbols.
28717
28718 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
28719 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
28720 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
28721
28722 * msdos.c: Comment fix.
28723
28724 * w32fns.c: Use renamed symbols.
28725
28726 * w32term.c: Comment fixes. Use renamed symbols.
28727 (fringe_bitmap_type): Renamed from bitmap_type.
28728 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
28729 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
28730 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
28731
28732 * w32term.h: Comment fixes. Use renamed symbols.
28733 (fringes_extra): Renamed from flags_areas_extra.
28734 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
28735 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
28736 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
28737 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
28738 (FRAME_X_LEFT_FRINGE_WIDTH):
28739 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
28740 (FRAME_X_RIGHT_FRINGE_WIDTH):
28741 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
28742
28743 * widget.c: Use renamed symbols.
28744
28745 * window.c: Comment fixes. Use renamed symbols.
28746 (coordinates-in-window-p): Doc fix.
28747
28748 * xdisp.c: Comment fixes. Use renamed symbols.
28749
28750 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
28751
28752 * xfns.c: Use renamed symbols.
28753
28754 * xterm.c: Comment fixes. Use renamed symbols.
28755 (fringe_bitmap_type): Renamed from bitmap_type.
28756 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
28757 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
28758 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
28759
28760 * xterm.h: Comment fixes. Use renamed symbols.
28761 (fringes_extra): Renamed from flags_areas_extra.
28762 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
28763 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
28764 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
28765 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
28766 (FRAME_X_LEFT_FRINGE_WIDTH):
28767 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
28768 (FRAME_X_RIGHT_FRINGE_WIDTH):
28769 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
28770
28771 2001-11-15 Jason Rumney <jasonr@gnu.org>
28772
28773 * w32menu.c (add-menu-item): Make help_echo and radio buttons
28774 work for most menu items. From David Ponce
28775 <david.ponce@wanadoo.fr>.
28776
28777 2001-11-15 Gerd Moellmann <gerd@gnu.org>
28778
28779 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
28780 Some x_set_* function expect to be called even if old and new
28781 value are equal.
28782
28783 * xdisp.c (build_desired_tool_bar_string): Accept zero
28784 tool_bar_button_relief.
28785
28786 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
28787
28788 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
28789
28790 * xterm.c (x_draw_bar_cursor): If the background color of the
28791 glyph under the cursor equals the frame's cursor color, use
28792 the glyph's foreground color for drawing the bar cursor.
28793
28794 * dispnew.c (direct_output_forward_char): Fix character/byte
28795 position comparison.
28796
28797 2001-11-15 Miles Bader <miles@gnu.org>
28798
28799 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
28800 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
28801 Update arguments to find_field.
28802 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
28803 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
28804 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
28805 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
28806
28807 2001-11-14 Richard M. Stallman <rms@gnu.org>
28808
28809 * editfns.c (Fpropertize): Allow call with 1 arg.
28810
28811 * dispextern.h (image_background, image_background_transparent):
28812 Conditionalize on HAVE_X_WINDOWS.
28813
28814 2001-11-13 Richard M. Stallman <rms@gnu.org>
28815
28816 * print.c (Fprin1_to_string): Doc fix.
28817
28818 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
28819
28820 * floatfns.c (Fceiling, Ffloor): Doc fixes.
28821
28822 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
28823
28824 * fileio.c (Ffile_accessible_directory_p): Doc fix.
28825
28826 * eval.c (syms_of_eval): Doc fix.
28827
28828 * coding.c (syms_of_coding): Doc fix.
28829
28830 * doc.c (Fsnarf_documentation): Doc fix.
28831
28832 * dispnew.c (syms_of_display): Doc fix.
28833
28834 * category.c (Fget_unused_category): Doc fix.
28835
28836 * buffer.c (syms_of_buffer): Doc fixes.
28837
28838 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
28839
28840 * print.c (prin1, print): Doc fix.
28841
28842 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28843
28844 * fontset.h: Remove declarations of variables
28845 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
28846
28847 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
28848 `Vclip_large_size_font'.
28849
28850 2001-11-13 Jason Rumney <jasonr@gnu.org>
28851
28852 * w32fns.c: Doc fix.
28853
28854 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28855
28856 * xfaces.c (Fface_attributes_as_vector): Doc fix.
28857
28858 * fns.c: Doc fix.
28859
28860 * emacs.c: Doc fix.
28861
28862 * coding.c: Doc fix.
28863
28864 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
28865 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
28866 `new style' [w/`doc:' keyword].
28867
28868 2001-11-12 Richard M. Stallman <rms@gnu.org>
28869
28870 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
28871 LeaveNotify events. Only FocusIn and FocusOut do that now.
28872 (x_display_and_set_cursor): Do display hollow cursors in active
28873 minibuffer windows when they are not selected.
28874
28875 2001-11-12 Jason Rumney <jasonr@gnu.org>
28876
28877 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
28878 * w32term.c: Change doc-string comments to `new style'
28879 [w/`doc:' keyword]. Doc fixes.
28880
28881 * w32fns.c: Don't define max.
28882 (Fx_open_connection): Only execute once.
28883
28884 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28885
28886 * ccl.c: Change macros to use do-while block instead of if-else.
28887 Use braces to follow GNU Coding Standards.
28888
28889 2001-11-11 Richard M. Stallman <rms@gnu.org>
28890
28891 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
28892
28893 * lread.c (read_escape): Use end_of_file_error for reporting eof.
28894
28895 * insdel.c (replace_range): Use adjust_markers_for_replace
28896 instead of adjust_markers_for_delete and adjust_markers_for_insert.
28897
28898 * intervals.h (set_text_properties, set_text_properties_1): Declare.
28899
28900 * textprop.c (set_text_properties_1): New subroutine
28901 broken out of set_text_properties.
28902 (set_text_properties): Use set_text_properties_1.
28903
28904 * intervals.c (graft_intervals_into_buffer):
28905 Use set_text_properties_1 to clear out properties.
28906
28907 * search.c (Freplace_match): Use replace_range to insert
28908 and delete. Don't request property inheritance from
28909 surrounding text.
28910
28911 2001-11-10 Jason Rumney <jasonr@gnu.org>
28912
28913 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
28914 vertical fonts. Allow them if face name is explicitly specified.
28915 Do not give up if we find a font that cannot be converted to an xlfd.
28916
28917 2001-11-10 Gerd Moellmann <gerd@gnu.org>
28918
28919 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
28920 instead of malloc/free.
28921
28922 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28923
28924 * xfaces.c (merge_face_vectors): Use braces to follow GNU
28925 Coding Standards.
28926 (Finternal_set_lisp_face_attribute): Likewise.
28927
28928 * buffer.c (Fbury_buffer): Likewise.
28929
28930 * indent.c (current_column_1): Remove unused variable `prev_col'.
28931
28932 * coding.c (encode_coding): Use precomputed value of `src'.
28933 (encode_coding): Remove unused variable `src_end'.
28934 (code_convert_region): Remove unused variables `count'.
28935
28936 2001-11-07 Jason Rumney <jasonr@gnu.org>
28937
28938 * w32term.c (x_display_and_set_cursor): Do not move system caret
28939 if cursor_glyph is NULL.
28940
28941 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28942
28943 * keymap.c (access_keymap): Fix compilation error.
28944
28945 2001-11-07 Miles Bader <miles@gnu.org>
28946
28947 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
28948
28949 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28950
28951 * intervals.c (graft_intervals_into_buffer):
28952 Remove #ifdef'd-out code.
28953 (graft_intervals_into_buffer): Remove unused variable `middle'.
28954
28955 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
28956 code (eval-current-buffer).
28957 Change doc-string comments to `new style' [w/`doc:' keyword].
28958
28959 2001-11-06 Richard M. Stallman <rms@gnu.org>
28960
28961 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
28962
28963 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
28964
28965 * lread.c (read1): Fix behavior with nested backquoting.
28966
28967 * keyboard.c (make_lispy_event): Check integerness and fix
28968 Lisp_Object/int mixup.
28969
28970 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
28971
28972 * fns.c (copy_hash_table): Remove unused variable `v'.
28973
28974 * fontset.c (fontset_font_pattern): Remove unused variable
28975 `family_registry'.
28976
28977 * indent.c (current_column_1): Remove unused variable `prev_col'.
28978
28979 2001-11-05 Richard M. Stallman <rms@gnu.org>
28980
28981 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
28982
28983 * buffer.c (Fkill_buffer): Don't delete auto save file
28984 if buffer is modified.
28985
28986 2001-11-05 Andrew Innes <andrewi@gnu.org>
28987
28988 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
28989 CHECK_NUMBER_CDR.
28990
28991 2001-11-05 Richard M. Stallman <rms@gnu.org>
28992
28993 * unexelf.c (unexec): Minor changes; clean up comments.
28994
28995 2001-11-05 Sam Steingold <sds@gnu.org>
28996
28997 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
28998
28999 2001-11-05 Andreas Schwab <schwab@suse.de>
29000
29001 * sound.c (sound_perror): Save errno from being clobbered.
29002
29003 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
29004
29005 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
29006 the program image directly.
29007
29008 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29009
29010 * buffer.h (Fbuffer_local_value): Add prototype.
29011
29012 2001-11-04 Richard M. Stallman <rms@gnu.org>
29013
29014 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
29015 and CHECK_BUFFER.
29016
29017 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
29018 (record_char): Likewise.
29019
29020 * keyboard.c (make_lispy_event): Don't insist a drag event must
29021 move to a different buffer position. Instead, check for moving at
29022 least double_click_fuzz.
29023
29024 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
29025
29026 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
29027
29028 * indent.c (current_column_1, Fmove_to_column): Separate the code
29029 for display-table glyphs from the code for buffer text, to fix
29030 bugs in the former.
29031
29032 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
29033
29034 * buffer.c (Fbuffer_local_value): New function.
29035 (syms_of_buffer): Defsubr it.
29036
29037 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
29038 value of `cursor-in-non-selected-windows'.
29039
29040 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
29041 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
29042 (syms_of_xdisp): Initialize it.
29043
29044 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29045
29046 * xfns.c (Fx_create_frame): Doc fix.
29047
29048 * coding.c: Change doc-string comments to `new style' [w/`doc:'
29049 keyword].
29050
29051 * eval.c (top_level_value, top_level_set): Remove commented and
29052 #ifdef'd-out code.
29053 (Fdefvar): Fix usage in doc-string.
29054
29055 2001-11-03 Richard M. Stallman <rms@gnu.org>
29056
29057 * xfns.c: Include unistd.h, if it exists.
29058
29059 * editfns.c: Move the include of ctype.h after unistd.h.
29060
29061 * gmalloc.c: Test BROKEN_PROTOTYPES.
29062
29063 2001-11-03 Ken Raeburn <raeburn@gnu.org>
29064
29065 * lisp.h (CHECK_STRING_CAR): New macro.
29066 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
29067 treating XCAR and XCDR as lvalues.
29068 (openp): Use CHECK_STRING_CAR.
29069 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
29070
29071 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
29072
29073 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
29074 (SIGMASKTYPE): Define.
29075
29076 * syssignal.h (sigunblock): Don't define if already defined.
29077
29078 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29079
29080 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
29081 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
29082 Fix typos in comments.
29083
29084 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
29085 and #ifdef'd-out code.
29086 Fix and reindent comments.
29087
29088 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
29089
29090 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
29091 argument `i' in macros.
29092
29093 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
29094 `i' in macros.
29095
29096 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
29097 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
29098 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
29099 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
29100 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
29101 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
29102 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
29103 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
29104 in macros.
29105
29106 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
29107 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
29108 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
29109 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
29110 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
29111 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
29112 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
29113 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
29114 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
29115 (remove unused second argument).
29116
29117 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
29118
29119 * syntax.c (describe_syntax): New wrapper.
29120 (Finternal_describe_syntax_value): Rename from describe_syntax.
29121 Don't insert space at front and \n at the end.
29122 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
29123
29124 * regex.c (re_wctype): Try to fix some warnings.
29125 (regcomp, regexec): Don't forget the __restrict.
29126
29127 2001-11-02 Richard M. Stallman <rms@gnu.org>
29128
29129 * textprop.c (Fget_char_property): Doc fix.
29130
29131 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29132
29133 * process.c (Fstart_process): Add usage to doc-string.
29134
29135 * data.c (Fsetq_default): Ditto.
29136
29137 * callint.c (Finteractive): Ditto.
29138
29139 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
29140
29141 * macros.c: Don't include keymap.h any more.
29142
29143 2001-11-01 Richard M. Stallman <rms@gnu.org>
29144
29145 * data.c (Fmake_local_variable): Doc fix.
29146
29147 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
29148 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
29149
29150 * keymap.c (Fdescribe_buffer_bindings): Print character property
29151 bindings along with or instead of the buffer local map.
29152 Make the overriding maps override what they should.
29153
29154 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29155
29156 * window.c (grow_mini_window): Fix typo in comment.
29157
29158 2001-11-01 Gerd Moellmann <gerd@gnu.org>
29159
29160 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
29161 (XTset_vertical_scroll_bar): Likewise.
29162
29163 * xfns.c (x_build_heuristic_mask): Use four_corners_best
29164 instead of IMAGE_BACKGROUND.
29165
29166 * xfns.c (four_corners_best): Reindent.
29167
29168 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
29169 Handle :box so that it is possible to specify sexprs.
29170
29171 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
29172
29173 * s/hpux11.h: New file.
29174
29175 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29176
29177 * emacs.c (USAGE1): Show command line option --no-window-system
29178 instead of --no-windows in usage.
29179 (standard_args): Rename --no-windows to --no-window-system.
29180 (bug_reporting_address): Follow Emacs coding conventions.
29181
29182 * eval.c (Fcommandp): Doc fix.
29183 Change doc-string comments to `new style' [w/`doc:' keyword].
29184
29185 * frame.c (Fframe_live_p): Doc fix.
29186
29187 * buffer.c (selective-display-ellipses): Doc fix.
29188
29189 2001-10-31 Gerd Moellmann <gerd@gnu.org>
29190
29191 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
29192
29193 * xfaces.c (realize_x_face): If C is not a single-byte character,
29194 set the face's colors_copied_bitwise_p instead of the defaulted_p
29195 members which have a different meaning.
29196 (free_face_colors): Do nothing for a face whose colors have been
29197 copied bitwise.
29198
29199 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
29200
29201 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29202
29203 * marker.c, mocklisp.c: Change doc-string comments to `new style'
29204 [w/`doc:' keyword].
29205
29206 2001-10-31 Gerd Moellmann <gerd@gnu.org>
29207
29208 * fns.c (require_unwind): Return Lisp_Object.
29209
29210 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29211
29212 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
29213 (last-input-char): Revert doc-string to be the same as the
29214 doc-string of `last-input-event'.
29215
29216 * xdisp.c: Fix typos in comments.
29217
29218 2001-10-31 Gerd Moellmann <gerd@gnu.org>
29219
29220 * window.c (grow_mini_window): Handle case that the root
29221 window is already smaller than the nominal mininum height.
29222
29223 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
29224
29225 * emacs.c (main): Don't call keys_of_macros any more.
29226
29227 * lisp.h (keys_of_macros): Remove.
29228
29229 * macros.c (keys_of_macros): Remove.
29230
29231 * xfaces.c (Fface_attribute_relative_p): Declare args.
29232
29233 2001-10-30 Jason Rumney <jasonr@gnu.org>
29234
29235 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
29236 (enum_font_cb2): Ignore fonts with vertical orientation.
29237
29238 2001-10-30 Richard M. Stallman <rms@gnu.org>
29239
29240 * keyboard.c (Finput_pending_p): Doc fix.
29241
29242 2001-10-30 Gerd Moellmann <gerd@gnu.org>
29243
29244 * xterm.c (x_after_update_window_line): Don't run the code
29245 clearing in borders for rows whose visible height is 0.
29246
29247 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
29248 resized_p flag is set. If not set, use the much less flickering
29249 method previously used.
29250
29251 * dispnew.c (change_frame_size_1): Set frame's resized_p.
29252
29253 * frame.h (struct frame) <resized_p>: New member.
29254
29255 * lread.c (to_multibyte): Ensure read_buffer is at least twice
29256 as large as the number of bytes to convert.
29257
29258 * lread.c (to_multibyte): New function.
29259 (read1): Use it.
29260
29261 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
29262
29263 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
29264
29265 2001-10-30 Gerd Moellmann <gerd@gnu.org>
29266
29267 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
29268 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
29269 if the row's fill_line_p is set and drawing the last glyph with
29270 DRAW_IMAGE_{RAISED,SUNKEN}.
29271
29272 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
29273
29274 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
29275
29276 * xmenu.c: Include coding.h and charset.h.
29277 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
29278 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
29279 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
29280 Explicitly set wv->help. Use `TRUE' rather than `True'.
29281 (menu_help_callback): Use empty_string.
29282
29283 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
29284 (Fx_popup_dialog): Explicitly init f.
29285 (w32_menu_display_help): Use empty_string.
29286
29287 2001-10-29 Richard M. Stallman <rms@gnu.org>
29288
29289 * fns.c (Frequire): Detect recursive try to require the same
29290 feature 3 or more levels deep, and get error.
29291 (require_unwind): New subroutine.
29292 (require_nesting_list): New variable.
29293 (syms_of_fns): Init and staticpro it.
29294
29295 * print.c (print_object): Clarify indication of insertion type.
29296
29297 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
29298
29299 * coding.c (syms_of_coding): Document that locale-coding-system is
29300 used for decoding input on X.
29301
29302 * window.c (Fscroll_left, Fscroll_right): Doc fix.
29303
29304 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29305
29306 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
29307 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
29308
29309 2001-10-29 Gerd Moellmann <gerd@gnu.org>
29310
29311 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
29312 use NO_CURSOR if cursor_in_non_selected_windows is false.
29313
29314 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
29315 the slant attribute if FRAME is t.
29316
29317 * xfns.c (x_set_internal_border_width): Set frame garbaged
29318 when X window doesn't exist yet.
29319
29320 * xterm.c (x_after_update_window_line): Clear internal border
29321 in different circumstances.
29322
29323 * xterm.c (XTread_socket) <KeyPress>: Don't use
29324 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
29325 <handa@etl.go.jp>.
29326
29327 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
29328
29329 * m/ibms390.h: New file. From Adam Thornton
29330 <athornton@sinenomine.net>.
29331
29332 2001-10-28 Gerd Moellmann <gerd@gnu.org>
29333
29334 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
29335
29336 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
29337 a loop counter.
29338
29339 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29340
29341 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
29342
29343 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
29344 keyword].
29345 Fix typos in comments.
29346
29347 * emacs.c (bug_reporting_address): New function.
29348 Use it when displaying usage message.
29349
29350 * minibuf.c (read_minibuf): Remove unused external declaration of
29351 variable `Qread_only'.
29352
29353 * keymap.c (access_keymap): Remove unused variable `charset'.
29354
29355 2001-10-28 Miles Bader <miles@gnu.org>
29356
29357 * xfaces.c (merge_face_heights): Handle TO being relative as well.
29358 Remove #ifdef'd-out code.
29359 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
29360 (syms_of_xfaces): Initialize them.
29361
29362 2001-10-27 Jason Rumney <jasonr@gnu.org>
29363
29364 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
29365 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
29366 position using the system caret.
29367
29368 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
29369 (w32_system_caret_height, w32_system_caret_x)
29370 (w32_system_caret_y): New variables for tracking system caret.
29371 (w32_initialize): Initialize them.
29372 (x_display_and_set_cursor): Make system caret follow the active cursor.
29373
29374 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
29375 New messages types.
29376
29377 * w32term.c (note_mouse_highlight): Clear old help_echo.
29378
29379 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29380
29381 * xterm.c: Fix typo in a comment.
29382
29383 * emacs.c: Fix typos in comments.
29384 Remove unnecessary spaces.
29385 Change doc-string comments to `new style' [w/`doc:' keyword].
29386 (USAGE2): Fix typos in usage string.
29387
29388 * xterm.c: Fix typo in a comment.
29389
29390 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
29391 emacs.c.
29392
29393 2001-10-27 Gerd Moellmann <gerd@gnu.org>
29394
29395 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
29396 instead of 1/2 line_height in the heuristic for skipping
29397 farther backward when target_y was not reached.
29398
29399 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
29400 Display errno only if non-zero.
29401 (sound_warning): New function.
29402 (vox_configure): Don't treat failing to set sample rate as error.
29403 (various places): Improve error messages.
29404
29405 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
29406
29407 * fileio.c (Faccess_file): Run the argument filename through
29408 Fexpand_file_name, before using it.
29409
29410 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
29411 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
29412
29413 2001-10-26 Gerd Moellmann <gerd@gnu.org>
29414
29415 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
29416
29417 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
29418 Fix clearing in the case of scroll bars on the right.
29419
29420 2001-10-26 Juanma Barranquero <lektu@terra.es>
29421
29422 * w32gui.h (XImage): Add a dummy typedef.
29423
29424 2001-10-26 Gerd Moellmann <gerd@gnu.org>
29425
29426 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
29427
29428 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
29429
29430 * frame.c (Fframe_parameter): Fix last change.
29431
29432 * fileio.c: Revert last change (which removed old commented-out
29433 version of expand-file-name). Add a comment that explains why
29434 this old version should not be removed.
29435
29436 2001-10-25 Gerd Moellmann <gerd@gnu.org>
29437
29438 * frame.c (Fframe_parameter): Fix a bug whereby some
29439 ``artificial'' frame parameters, like `minibuffer' were not
29440 obtained by calling Fframe_parameters.
29441
29442 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
29443 cursor differently.
29444
29445 * xdisp.c (move_it_vertically_backward): Compute line height
29446 differently. Add heuristic to try to be more compatible to 20.x.
29447
29448 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
29449
29450 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
29451
29452 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
29453 boolean.
29454
29455 2001-10-25 Miles Bader <miles@gnu.org>
29456
29457 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
29458 BG is a pointer to a structure, not a structure.
29459 (gif_format, png_format): Add missing commas.
29460
29461 2001-10-24 Richard M. Stallman <rms@gnu.org>
29462
29463 * xfaces.c (Fface_attributes_as_vector): New function.
29464 (syms_of_xfaces): Defsubr it.
29465
29466 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29467
29468 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
29469 variable `area'.
29470
29471 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29472
29473 * search.c (scan_newline): Remove unused variable `selective_display'.
29474
29475 2001-10-25 Miles Bader <miles@gnu.org>
29476
29477 * dispextern.h (struct image): Add `background',
29478 `background_valid', and `background_transparent' fields.
29479 (image_background, image_background_transparent): New declarations.
29480 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
29481 * xfns.c (image_background, image_background_transparent)
29482 (four_corners_best): New functions.
29483 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
29484 (gs_format): Add `:background' entry.
29485 (lookup_image): Set IMG's background color if specified.
29486 (pbm_load, xbm_load_image, png_load): Set IMG's background field
29487 when appropriate.
29488 (x_clear_image_1): Reset `background_valid' and
29489 `background_transparent_valid' fields.
29490 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
29491 calculating it here. Set IMG's background_transparent field.
29492 (enum xpm_keyword_index): Add XPM_BACKGROUND.
29493 (enum png_keyword_index): Add PNG_BACKGROUND.
29494 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
29495 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
29496 (enum gif_keyword_index): Add GIF_BACKGROUND.
29497 (enum gs_keyword_index): Add GS_BACKGROUND.
29498 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
29499 Pre-calculate image background color where necessary.
29500 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
29501 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
29502 color to use for image glyph reliefs.
29503
29504 2001-10-24 Gerd Moellmann <gerd@gnu.org>
29505
29506 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
29507 in full-width rows.
29508
29509 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
29510 Fix clearing of area not covered by scroll bar.
29511
29512 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29513
29514 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
29515 and `real_start'.
29516 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
29517 (glyph_rect): Remove unused variable `area'.
29518
29519 2001-10-24 Gerd Moellmann <gerd@gnu.org>
29520
29521 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
29522
29523 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
29524 (row_containing_pos): Take additional argument DY.
29525 Treat rows ending in middle of char differently.
29526 (display_line): Handle tabs on window systems differently.
29527
29528 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
29529 with additional argument.
29530
29531 * dispextern.h (row_containing_pos): Adjust prototype.
29532
29533 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
29534 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
29535 (try_window_id, try_window_reusing_current_matrix)
29536 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
29537 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
29538
29539 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29540
29541 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
29542 gnuemacs).
29543 (HAVE_BOXES): Fix typo in comment.
29544 (push_menu_pane): Fix typo in comment.
29545
29546 * xdisp.c (display_prop_string_p): Remove unused local declaration
29547 of `Qwhen'.
29548 (single_display_prop_string_p): Remove unused local declarations
29549 of `Qwhen' and `Qmargin'.
29550 (string_buffer_position): Remove unused variable `around'.
29551 (store_frame_title): Remove unused variable `width'.
29552
29553 * window.c: Don't define max.
29554 (coordinates_in_window): Remove unused variable `uy'.
29555
29556 * widget.c: Don't define max.
29557
29558 * process.c: Don't define max.
29559 (create_process): Remove unused variable `buffer'.
29560
29561 2001-10-23 Gerd Moellmann <gerd@gnu.org>
29562
29563 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
29564
29565 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
29566
29567 * xfaces.c (Finternal_set_lisp_face_attribute)
29568 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
29569 frame is on a windowed display.
29570
29571 2001-10-23 Gerd Moellmann <gerd@gnu.org>
29572
29573 * dispnew.c (sync_window_with_frame_matrix_rows):
29574 Fix handling of windows which aren't full-width, fix handling
29575 of marginal areas.
29576
29577 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
29578
29579 2001-10-23 Andreas Schwab <schwab@suse.de>
29580
29581 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
29582 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
29583
29584 2001-10-23 Gerd Moellmann <gerd@gnu.org>
29585
29586 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
29587 REAL_END. Notice if cursor gets overwritten.
29588 (notice_overwritten_cursor): Take X positions as parameters.
29589 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
29590 around call to x_draw_glyphs.
29591
29592 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29593
29594 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
29595 instead of C) and usage.
29596
29597 * editfns.c (char-to-string): Fix argument names (use CHAR instead
29598 of C) and usage.
29599
29600 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
29601 `left', `max_width' and `max_height'.
29602
29603 2001-10-23 Gerd Moellmann <gerd@gnu.org>
29604
29605 * xdisp.c (display_line): For a tab continued to the next line,
29606 set row's ends_in_middle_of_char_p.
29607
29608 2001-10-22 Gerd Moellmann <gerd@gnu.org>
29609
29610 * xdisp.c (display_line): Fix computation of continuation lines
29611 width for TABs.
29612
29613 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29614
29615 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
29616 `Qlaplace'.
29617
29618 * fileio.c: Remove unused code.
29619
29620 2001-10-22 Miles Bader <miles@gnu.org>
29621
29622 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
29623 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
29624 Remove `DOC_STRINGS_IN_COMMENTS' cases.
29625
29626 2001-10-21 Jason Rumney <jasonr@gnu.org>
29627
29628 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
29629
29630 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
29631
29632 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
29633 (Finsert_string): Avoid the multi-line string literals warning.
29634
29635 2001-10-22 Miles Bader <miles@gnu.org>
29636
29637 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
29638 (Fdocumentation): Don't use it.
29639 (syms_of_doc): Don't initialize it.
29640
29641 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
29642 * print.c (Fwith_output_to_temp_buffer): Likewise.
29643 * window.c (Fsave_window_excursion): Likewise.
29644 * editfns.c (Fsave_excursion, Fsave_current_buffer)
29645 (Fsave_restriction): Likewise.
29646 * eval.c (Frun_hooks, Frun_hook_with_args)
29647 (Frun_hook_with_args_until_failure)
29648 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
29649 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
29650 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
29651 (Funwind_protect, Fcondition_case): Likewise.
29652 * coding.c (Ffind_operation_coding_system): Likewise.
29653 * keyboard.c (Ftrack_mouse): Likewise.
29654
29655 2001-10-21 Miles Bader <miles@gnu.org>
29656
29657 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
29658 (Fmake_hash_table): Add usage: string to doc string.
29659 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
29660 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
29661 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
29662 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
29663 (Fml_prefix_argument_loop): Likewise.
29664
29665 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29666
29667 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
29668
29669 * sysdep.c (init_sys_modes): Change doc-string comments to `new
29670 style' [w/`doc:' keyword].
29671
29672 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
29673 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
29674 comments to `new style' [w/`doc:' keyword].
29675
29676 2001-10-21 Jason Rumney <jasonr@gnu.org>
29677
29678 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
29679
29680 * w32term.c (remember_mouse_glyph): New function.
29681 (w32_mouse_position): Use it.
29682 (note_mouse_movement): If the mouse moved off the glyph, remember
29683 its new position.
29684
29685 * w32term.h (struct w32_output): Correct spelling of x_compatible.
29686 (w32_display_info): Add mouse_face_overlay.
29687
29688 * w32term.c (notice_overwritten_cursor): Renamed from
29689 note_overwritten_text_cursor. Rewritten to take glyph widths into
29690 account.
29691 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
29692 (fast_find_string_pos): New function.
29693 (fast_find_position): Return the correct vpos. Add parameter
29694 STOP. In the final row, stop before glyphs having STOP as object.
29695 Don't consider glyphs that are not from a buffer.
29696 (fast_find_position) [0]: Add a presumably more correct version
29697 for after 21.1.
29698 (expose_window_tree, expose_frame): Don't compute intersections here.
29699 (expose_window): Do it here instead.
29700 (expose_window_tree, expose_window, expose_line): Return 1 when
29701 overwriting mouse-face.
29702 (expose_window): If W is the window currently being updated, mark
29703 the frame garbaged.
29704 (expose_frame): If mouse-face was overwritten, redo it.
29705 (x_use_underline_position_properties): New variable.
29706 (syms_of_xterm): DEFVAR_BOOL it.
29707 (x_draw_glyph_string): Add comment to use it in future.
29708 (x_draw_glyph_string): Restore clipping after drawing box.
29709 Fix a computation of the underline position.
29710 (w32_get_glyph_string_clip_rect): Minor cleanup.
29711 (x_fill_stretch_glyph_string): Remove an assertion.
29712 (x_produce_glyphs): Don't convert multibyte characters
29713 to unibyte characters in unibyte buffers.
29714 (cursor_in_mouse_face_p): New function.
29715 (x_draw_stretch_glyph_string): Use it to choose a different GC
29716 when drawing a cursor within highlighted text. Don't draw
29717 background again if it has already been drawn.
29718 (x_draw_glyph_string_box): Don't draw a full-width
29719 box just because the glyph row's full_width_p flag is set.
29720 (x_draw_glyphs): Fix computation of rightmost x for
29721 full-width rows.
29722 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
29723 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
29724 change bottom shadow accordingly. Some cleanup.
29725 (x_update_window_end): Handle overwritten mouse face
29726 also for tool bar windows.
29727 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
29728 DRAW is DRAW_IMAGE_RAISED.
29729 (clear_mouse_face): Return 1 if text with mouse face was
29730 actually redrawn. Make the function static.
29731 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
29732 optimize away highlighting if we pass over that same overlay again.
29733 (note_mouse_highlight): Call mouse_face_overlay_overlaps
29734 to detect a case where we have to highlight a different region
29735 despite not having left the currently highlighted region.
29736 Set mouse_face_overlay in the x_display_info. Avoid changing the
29737 mouse pointer shape when show_mouse_face has already done it, or
29738 there is no need. Handle mouse-face and help-echo in strings.
29739 (glyph_rect): New function.
29740 (w32_mouse_position): Use it to raise the threshold for mouse
29741 movement event generation.
29742 (w32_initialize_display_info): Initialize the x_display_info's
29743 mouse_face_overlay.
29744 (w32_set_vertical_scroll_bar): Don't clear a zero height
29745 or width area.
29746 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
29747 a widget to zero height.
29748
29749 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
29750 Protect unibyte strings created by replacing their multibyte
29751 equivalents in menu_items.
29752 (w32_menu_show): Don't overwrite an item's name with its key
29753 description in case the description is a multibyte string.
29754 (single_submenu): Some cleanup.
29755
29756 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
29757 (postprocess_image): New function.
29758 (lookup_image): Call it for all image types except PostScript.
29759 (x_kill_gs_process): Call postprocess_image.
29760 (tiff_error_handler, tiff_warning_handler): New functions.
29761 (tiff_load): Install them as handlers.
29762 (x_kill_gs_process): Recognize if someone has cleared the image
29763 cache under us.
29764 (valid_image_p): Protect better against invalid image
29765 specifications. Previous code could signal an error.
29766 (Fx_hide_tip, Fshow_tip): Doc fix.
29767 (Fv_max_tooltip_size): New variable.
29768 (syns_of_xfns): DEFVAR_LISP it.
29769 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
29770 window buffer to *tip* right after creating the frame. Set frame's
29771 window_width. Use a maximum tooltip size specified by
29772 Vx_max_tooltip_size, if that has valid contents.
29773 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
29774 Make sure the tooltip is completely visible.
29775 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
29776 (Fx_create_frame): Adjust the frame's height for presence
29777 of the tool bar before calling x_figure_window_size.
29778 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
29779 when the window gets smaller.
29780 (x_set_foreground_color): Set frame's cursor_pixel.
29781 (x_set_foreground_color, x_set_background_color): Cleaned up.
29782 (x_set_font): Handle case of x_new_fontset returning the same name
29783 as before, although there was a change in fontsets.
29784
29785 2001-10-21 Miles Bader <miles@gnu.org>
29786
29787 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
29788 (Flogxor): Add usage: string to doc string.
29789 * charset.c (Fstring): Likewise.
29790 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
29791 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
29792
29793 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29794
29795 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
29796
29797 * alloc.c: Reindent DEFUNs with doc: keywords.
29798
29799 * abbrev.c (Finsert_abbrev_table_description): Reindent.
29800
29801 * frame.c: Change doc-string comments to `new style' [w/`doc:'
29802 keyword].
29803
29804 See ChangeLog.9 for earlier changes.
29805
29806 ;; Local Variables:
29807 ;; coding: iso-2022-7bit
29808 ;; add-log-time-zone-rule: t
29809 ;; End:
29810
29811 Copyright (C) 2001, 2002, 2003, 2004, 2005,
29812 2006, 2007 Free Software Foundation, Inc.
29813
29814 This file is part of GNU Emacs.
29815
29816 GNU Emacs is free software; you can redistribute it and/or modify
29817 it under the terms of the GNU General Public License as published by
29818 the Free Software Foundation; either version 3, or (at your option)
29819 any later version.
29820
29821 GNU Emacs is distributed in the hope that it will be useful,
29822 but WITHOUT ANY WARRANTY; without even the implied warranty of
29823 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29824 GNU General Public License for more details.
29825
29826 You should have received a copy of the GNU General Public License
29827 along with GNU Emacs; see the file COPYING. If not, write to the
29828 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
29829 Boston, MA 02110-1301, USA.
29830
29831 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4