(Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
[bpt/emacs.git] / src / ChangeLog
1 2006-04-08 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
4
5 2006-04-03 Paul Eggert <eggert@cs.ucla.edu>
6
7 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
8 ../lib-src/b2m.c and ../lib-src/editfns.c.
9 (Fcurrent_time_string): Use it.
10 Document that the year might not consume 4 columns if it's outside
11 the range 1000-9999.
12 Check for asctime failure.
13 Don't assume that the output string length is always exactly 24.
14
15 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16
17 * macterm.c (XTread_socket): Initialize variable `f' before its use.
18
19 2006-04-03 Kenichi Handa <handa@m17n.org>
20
21 * image.c: Include "charset.h" and "coding.h".
22 (x_find_image_file): Return an encoded file name.
23
24 2006-04-01 Eli Zaretskii <eliz@gnu.org>
25
26 * configure: Regenerated.
27
28 2006-03-31 Kenichi Handa <handa@m17n.org>
29
30 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
31
32 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
33
34 * xdisp.c (syms_of_xdisp): Fix variable name.
35
36 2006-03-30 Kenichi Handa <handa@m17n.org>
37
38 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
39
40 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
41
42 * keyboard.c (process_tool_bar_item): Reorder dummy args.
43
44 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * keyboard.c (tool_bar_items): Use map_keymap.
47 (process_tool_bar_item): Add dummy args to fit the required interface.
48
49 2006-03-25 Eli Zaretskii <eliz@gnu.org>
50
51 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
52 to zero before calling debug_print or safe_debug_print.
53
54 * print.c (print_output_debug_flag): New global variable.
55 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
56 OutputDebugString if print_output_debug_flag is zero.
57
58 2006-03-24 Paul Eggert <eggert@cs.ucla.edu>
59
60 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
61 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
62 (Fdecode_time): Cast tm_year to EMACS_INT.
63 (Fcurrent_time_string): Report an invalid time specification if
64 the argument is invalid. Also, check for out-of-range time stamps.
65
66 2006-03-24 Kim F. Storm <storm@cua.dk>
67
68 * xterm.c (handle_one_xevent):
69 * w32term.c (w32_read_socket):
70 * macterm.c (XTread_socket): Don't let key-press clear mouse face
71 on in toolbar window if mouse-highlight is an integer.
72
73 * fns.c (sxhash_list): Include last non-nil CDR in hash.
74
75 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
76
77 * macmenu.c (enum mac_menu_kind): New enum.
78 (min_menu_id): New variable.
79 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
80 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
81 min_menu_id and enumerators in enum mac_menu_kind.
82 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
83 All uses changed. Add range check for menu ID.
84 (fill_menubar): Add range check for menu ID.
85 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
86 GetEventParameter.
87 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
88 for each menu kind.
89
90 2006-03-22 Kim F. Storm <storm@cua.dk>
91
92 * xdisp.c: Undo 2006-03-21 change.
93
94 * term.c: Define aliases for append_glyph and produce_stretch_glyph
95 when `static' is defined to avoid name clash with those in xdisp.c.
96
97 * process.c (Faccept_process_output): Fix to comply with lisp reference.
98 Change arg "timeout" to "seconds" and allow both integer and float value.
99 Change arg "timeout-msec" to "millisec" and interpret" as milliseconds
100 rather than microseconds. Fix doc string accordingly.
101
102 2006-03-21 Ken Raeburn <raeburn@raeburn.org>
103
104 * xdisp.c (store_next_glyph): Rename from append_glyph.
105 (generate_stretch_glyph): Rename from produce_stretch_glyph.
106 All callers changed accordingly.
107
108 2006-03-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
109
110 * xterm.c: x_session_initialized new variable.
111 (x_term_init): Use x_session_initialized to check if
112 x_session_initialize should be called.
113 (x_initialize): Initialize x_session_initialized.
114
115 2006-03-21 Kim F. Storm <storm@cua.dk>
116
117 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
118 bitmap here, but ...
119 (update_window_fringes): ... here, so we can test if it has changed.
120
121 2006-03-20 Andreas Schwab <schwab@suse.de>
122
123 * dispnew.c (init_display): Check DISPLAY here.
124
125 * emacs.c (main): Don't check here.
126
127 * xterm.c (x_display_ok): Don't use DISPLAY env var.
128
129 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
132 mixup (YAILOM).
133
134 2006-03-20 Eli Zaretskii <eliz@gnu.org>
135
136 * emacs.c (main): Fix last change.
137
138 2006-03-20 Kenichi Handa <handa@m17n.org>
139
140 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
141
142 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
143
144 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
145
146 * xterm.c (x_term_init): Remove unnecessary GCPRO.
147
148 2006-03-19 Kim F. Storm <storm@cua.dk>
149
150 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
151 so it doesn't associate overlay string with following glyph by default.
152 Allow integer property value to specify explicit number of buffer
153 positions associate with overlay string.
154
155 2006-03-18 Chong Yidong <cyd@stupidchicken.com>
156
157 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
158
159 2006-03-18 Nozomu Ando <nand@mac.com>
160
161 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
162 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
163 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
164 Don't redefine.
165
166 * m/mips.h: Don't use unexmips on NetBSD.
167 (LIBS_MACHINE): Move definition lower, so it doesn't use
168 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
169 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
170
171 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
172 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
173 option is broken (e.g., MIPS/NetBSD).
174
175 2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
176
177 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
178 Remove the HAVE_X_WINDOWS conditional.
179
180 2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
181
182 * emacs.c (main): If user asks for a display that is unavailable,
183 simulate -nw.
184
185 * xterm.c (x_display_ok): New function.
186
187 * xterm.h: Add prototype for x_display_ok.
188
189 2006-03-18 Eli Zaretskii <eliz@gnu.org>
190
191 * w32fns.c (Fw32_select_font): Doc fix.
192
193 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
194
195 * image.c [MAC_OS] (XPutPixel, XGetPixel)
196 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
197 version when depth is 32.
198 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
199 New function.
200 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
201 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
202
203 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
204 Create GWorld in ARGB pixel format.
205 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
206 Remove functions.
207 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
208 instead of mac_copy_area/mac_copy_area_with_mask.
209
210 2006-03-15 Kim F. Storm <storm@cua.dk>
211
212 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
213 empty row. Fixes memory corruption revealed by 2006-03-02 change.
214 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
215 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
216 width is exactly the same as the window width. Don't count a final
217 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
218
219 2006-03-15 Juanma Barranquero <lekktu@gmail.com>
220
221 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
222 conditional on HAVE_NTGUI, not WINDOWS_NT.
223
224 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
225
226 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
227
228 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
229
230 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
231 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
232 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
233 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
234 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
235 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
236 instead of mac_draw_bitmap.
237 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
238 define_fringe_bitmap and destroy_fringe_bitmap.
239
240 2006-03-14 Chong Yidong <cyd@stupidchicken.com>
241
242 * xterm.c (x_uncatch_errors): Block input for entire function.
243
244 2006-03-12 Jason Rumney <jasonr@gnu.org>
245
246 * w32fns.c (Fx_create_frame): Remove call to
247 Qface_set_after_frame_default (from xfns.c 2003-05-26).
248
249 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
250 finished with the menu.
251
252 * w32term.c: Sync 2005-10-24 xterm.c changes.
253 (last_mouse_glyph_frame): New var.
254 (note_mouse_movement): Say mouse moved if current frame differs
255 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
256 (w32_mouse_position): Set last_mouse_glyph_frame.
257 Remove OLD_REDISPLAY_CODE block.
258
259 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
260
261 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
262
263 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
264 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
265
266 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
267
268 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
269
270 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
271 (x_draw_composite_glyph_string_foreground)
272 (x_draw_image_foreground): Undo previous changes.
273 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
274 argument of mac_draw_rectangle.
275 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
276 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
277 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
278 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
279 [USE_CG_DRAWING]: New functions.
280 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
281 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
282 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
283 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
284 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
285 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
286 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
287
288 2006-03-12 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
289
290 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
291
292 2006-03-11 Jason Rumney <jasonr@gnu.org>
293
294 * w32fns.c (signal_user_input): New function.
295 (post_character_message): Use it for keyboard input.
296 (w32_msg_pump): Use it for mouse input.
297
298 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
299
300 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
301 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
302
303 2006-03-11 Eli Zaretskii <eliz@gnu.org>
304
305 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
306 if a menu is already active (the menubar_active flag is on).
307
308 2006-03-11 David Ponce <david@dponce.com>
309
310 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
311
312 2006-03-11 Eli Zaretskii <eliz@gnu.org>
313
314 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
315 the list of unused display error handling functions.
316
317 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
318 HAVE_X_WINDOWS.
319 (internal_condition_case, internal_condition_case_1)
320 (internal_condition_case_2): Call x_catching_errors only if
321 HAVE_X_WINDOWS.
322
323 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
324 Don't include sys/resource.h unless defined.
325
326 2006-03-11 Richard Stallman <rms@gnu.org>
327
328 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
329
330 * vm-limit.c (get_lim_data, lim_data, data_space_start):
331 Move from mem-limits.h.
332 (enum warnlevel): New data type.
333 (check_memory_limits): Rewrite the logic about warnings.
334 Use standard `struct rlimit'. Check return values for nonsense.
335 (memory_warnings): Always clear lim_data.
336
337 * mem-limits.h (get_lim_data, lim_data, data_space_start):
338 Move to vm-limit.c.
339
340 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
341
342 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
343 (internal_condition_case_1, internal_condition_case_2):
344 Abort if within unclosed x_catch_errors.
345
346 2006-03-11 Romain Francoise <romain@orebokech.com>
347
348 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
349
350 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
351
352 * lisp.h: Remove duplicate prototypes. Make the prototype of
353 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
354
355 2006-03-11 Eli Zaretskii <eliz@gnu.org>
356
357 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
358 argument of XDrawRectangle.
359
360 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
361
362 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
363 (x_draw_glyph_string_foreground)
364 (x_draw_composite_glyph_string_foreground)
365 (x_draw_image_foreground): Don't subtract 1 from width and height
366 arguments to mac_draw_rectangle.
367 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
368
369 2006-03-10 Kim F. Storm <storm@cua.dk>
370
371 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
372
373 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * alloc.c (USE_POSIX_MEMALIGN): New macro.
376 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
377
378 2006-03-09 Kenichi Handa <handa@m17n.org>
379
380 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
381 ASCII component of a composition.
382
383 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
384
385 * window.c: Declare preserve_y as a static global variable.
386 (window_scroll_pixel_based): No longer declare preserve_y;
387 it is global now.
388 (syms_of_window): Set preserve_y to -1.
389
390 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
391
392 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
393 depth is 32.
394 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
395 depth is 32.
396
397 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
398
399 * xdisp.c (handle_invisible_prop): Don't update it->position with
400 a buffer position if we're in a display string.
401
402 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
403
404 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
405 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
406
407 * macfns.c (x_default_scroll_bar_color_parameter)
408 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
409 Remove unnecessary prototypes.
410 (x_set_scroll_bar_default_width):
411 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
412 (mac_set_scroll_bar_width): New function.
413 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
414
415 * macterm.c (get_control_part_bounds): Fix type of return value.
416 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
417 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
418 scroll bar if it is not tall enough to display scroll bar thumb.
419 [USE_CARBON_EVENTS] (mac_convert_event_ref)
420 (mac_handle_command_event, mac_handle_window_event)
421 (mac_handle_mouse_event): Check error code of GetEventParameter.
422 (convert_fn_keycode) [MAC_OSX]: Likewise.
423
424 2006-03-05 Andreas Schwab <schwab@suse.de>
425
426 * xselect.c (x_catch_errors_unwind): Fix missing return value.
427
428 2006-03-02 Kim F. Storm <storm@cua.dk>
429
430 * frame.h (struct frame): New member n_tool_bar_rows.
431
432 * xdisp.c: Minimize the unpleasent visual impact of the requirement
433 that non-toolkit tool-bars must occupy an integral number of screen
434 lines, by distributing the rows evenly over the tool-bar screen area.
435 (Vtool_bar_border): New variable.
436 (syms_of_xdisp): DEFVAR_LISP it.
437 (display_tool_bar_line): Add HEIGHT arg for desired row height.
438 Make tool-bar row the desired height. Use default face for border
439 below tool-bar.
440 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
441 actual tool-bar rows.
442 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
443 Adjust the height of the tool-bar rows to fill tool-bar screen area.
444 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
445 is resized.
446
447 2006-03-01 Luc Teirlinck <teirllm@auburn.edu>
448
449 * search.c (Fregexp_quote): Do not precede a literal `]' with two
450 backslashes to try to make clear that it has a literal meaning; it
451 does not do that. (It could close a character alternative
452 containing a backslash.)
453
454 2006-02-28 Chong Yidong <cyd@stupidchicken.com>
455
456 * xselect.c (x_catch_errors_unwind): New function.
457 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
458 (Fx_get_atom_name): Call x_uncatch_errors earlier.
459
460 * window.c (Qscroll_up, Qscroll_down): New syms.
461 (window_scroll_pixel_based): Make preserve_y static to avoid
462 getting point stuck when scrolling 1 line.
463
464 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
465
466 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
467
468 * xterm.c (x_load_font, x_term_init, XTmouse_position)
469 (handle_one_xevent, x_connection_closed, x_list_fonts):
470 No arg for x_uncatch_errors.
471
472 * xselect.c (x_own_selection, x_decline_selection_request)
473 (x_reply_selection_request, x_get_foreign_selection)
474 (Fx_get_atom_name, Fx_send_client_event): Likewise.
475
476 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
477 Likewise.
478
479 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
480
481 * lread.c: Declare Vload_file_rep_suffixes instead of
482 deleted variable default_suffixes.
483 (Fget_load_suffixes): New function.
484 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
485 No longer use deleted variable default_suffixes. Update docstring.
486 (syms_of_lread): defsubr Sget_load_suffixes.
487 Expand `load-suffixes' docstring.
488 Delete default_suffixes and DEFVAR_LISP the new variable
489 `load-file-rep-suffixes'.
490
491 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
492 of Vload_suffixes.
493
494 * lisp.h: EXFUN Fget_load_suffixes.
495 Extern Vload_file_rep_suffixes.
496
497 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
498 with lisp.h.
499
500 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
503 qualifier which was trying to avoid the bug that was fixed by
504 yesterday's changes to xterm.c.
505
506 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
507
508 * xterm.h (x_catch_errors) Return value changed to void.
509 (x_uncatch_errors): Delete unused count argument.
510
511 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
512 it can be called in a signal handler.
513 (x_catch_errors_unwind): Function deleted.
514 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
515 (x_check_errors): Call x_uncatch_errors before signalling error.
516
517 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
518 (x_connection_closed, x_list_fonts): Use new versions of
519 x_catch_errors and x_uncatch_errors.
520
521 * xselect.c (x_own_selection, x_decline_selection_request)
522 (x_reply_selection_request, x_get_foreign_selection)
523 (Fx_get_atom_name, Fx_send_client_event): Likewise.
524
525 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
526 Likewise.
527
528 * eval.c (record_unwind_protect): Add an assertion.
529
530 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * process.c (Fmake_network_process): Init the process's mark.
533
534 2006-02-25 Kim F. Storm <storm@cua.dk>
535
536 * buffer.c (modify_overlay): Force redisplay if we modify an
537 overlay at the end of the buffer.
538
539 2006-02-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
540
541 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
542 nil the image file has been removed, in that case use the (cached)
543 pixmap.
544
545 2006-02-24 Kenichi Handa <handa@m17n.org>
546
547 * fileio.c (Finsert_file_contents): When a text is replaced
548 partially, be sure to set point before the inserted characters.
549
550 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
551
552 * xfns.c (Fx_file_dialog): Return a decoded file name.
553
554 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
555
556 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
557 glyph whose face is extended to the text area end.
558
559 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
560 values if control is not visible or values are not changed.
561
562 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
563
564 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
565 The default `window' should not be "on a different frame".
566
567 2006-02-22 Kim F. Storm <storm@cua.dk>
568
569 * indent.c (Fvertical_motion): Only try to move back if we can.
570
571 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
572
573 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
574 n_clip_rects.
575
576 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
577 xmenu.c.
578
579 * macterm.c (GC_CLIP_REGION): Remove macro.
580 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
581 All uses changed. Don't do clipping if n_clip_rects is zero.
582 (mac_set_clip_rectangles): Use xassert instead of abort.
583 Set n_clip_rects. Don't make clip_region empty when number of
584 clipping rectangles is zero.
585 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
586 calling mac_set_clip_rectangles.
587 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
588 avoid multiple redraws.
589
590 2006-02-22 Kim F. Storm <storm@cua.dk>
591
592 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
593
594 2006-02-21 Kim F. Storm <storm@cua.dk>
595
596 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
597
598 2006-02-21 Zhang Wei <brep@newsmth.org>
599
600 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
601 returning it.
602
603 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
604
605 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
606 (standard_bitmaps): Use it.
607
608 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
609
610 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
611 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
612 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
613 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
614 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
615 Draw background if BG_WIDTH is not zero. Use float constants as
616 divisors instead of double. Use alloca instead of xmalloc/xfree.
617 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
618 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
619 mac_draw_image_string* functions.
620 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
621 some fonts when srcCopy text transfer mode might be used.
622 (mac_begin_clip, mac_end_clip): Check if region is empty.
623 (mac_set_clip_rectangles): When resetting clip region, make it
624 empty instead of disposing of it.
625
626 2006-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
629 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8).
630
631 2006-02-20 Kim F. Storm <storm@cua.dk>
632
633 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
634
635 * buffer.h (struct buffer): New members fringe_indicator_alist and
636 fringe_cursor_alist.
637
638 * buffer.c (init_buffer_once): Set dummy default values for
639 fringe-indicator-alist and fringe-cursor-alist. The proper
640 default values are set by pre-loading fringe.el.
641 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
642 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
643 corresponding default- variables.
644
645 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
646 to use `int'.
647 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
648 Define explicitly.
649 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
650 (Qhollow_small): New variables.
651 (syms_of_fringe): Intern and staticpro them.
652 (question_mark_bits): Rename from unknown_bits.
653 (left_curly_arrow_bits): Rename from continuation_bits.
654 (right_curly_arrow_bits): Rename from continued_bits.
655 (left_triangle_bits): Rename from ov_bits.
656 (right_triangle_bits): Add.
657 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
658 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
659 (filled_square_bits): Add.
660 (vertical_bar_bits): Rename from bar_cursor_bits.
661 (horizontal_bar_bits): Rename from hbar_cursor_bits.
662 (empty_line_bits): Rename from zv_bits.
663 (standard_bitmaps): Update to use new names.
664 (draw_fringe_bitmap_1): Make static.
665 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
666 to map from logical cursors and indicators to physical bitmaps.
667 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
668 bitmaps using symbol names instead of bitmap numbers.
669 (update_window_fringes): Use logical indicator symbol names
670 instead of bitmap numbers for logical. Add bitmap cache.
671 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
672
673 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
674
675 * regex.c: Revert 2006-02-19 change.
676 (xmalloc, xrealloc): Define these when not linked to Emacs.
677 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
678
679 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
680
681 * regex.c (extend_range_table_work_area): Fix typo.
682
683 2006-02-19 Richard M. Stallman <rms@gnu.org>
684
685 * xterm.c (x_catch_errors): Use xmalloc.
686
687 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
688 (regex_compile): Likewise.
689 (regcomp): Use xmalloc.
690
691 * gtkutil.c (malloc_widget_value): Use xmalloc.
692
693 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
694 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
695
696 * xmenu.c (digest_single_submenu): When pane_string is empty,
697 do initialize save_wv.
698
699 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
700
701 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
702 w->update_mode_line if arg F is not the selected frame.
703
704 * macmenu.c (popup_activated_flag, submenu_id)
705 (next_menubar_widget_id): Remove variables.
706 (initialize_frame_menubar): Remove function.
707 (pop_down_menu, mac_menu_show): Simplify save value.
708 (dispose_menus): New function.
709 (pop_down_menu, fill_menubar): Use it.
710 (fill_submenu): Remove function. All uses changed to fill_menu.
711 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
712 POS. Don't call SetMenuItemHierarchicalID here.
713 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
714 used next. Call SetMenuItemHierarchicalID here.
715 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
716 objects if needed. Reuse existing menu bar titles if possible.
717 (set_frame_menubar): Don't clean up menu objects here.
718
719 2006-02-18 Chong Yidong <cyd@stupidchicken.com>
720
721 * window.c (window_min_size_1): Ensure room for the scroll bar and
722 fringes.
723
724 2006-02-17 Romain Francoise <romain@orebokech.com>
725
726 * puresize.h (BASE_PURESIZE): Increment to 1200000.
727
728 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
731 addition of the BLOCK_INPUTs.
732
733 2006-02-17 Juanma Barranquero <lekktu@gmail.com>
734
735 * window.c (Fset_window_scroll_bars): Doc fix.
736
737 2006-02-17 Kenichi Handa <handa@m17n.org>
738
739 * xdisp.c (display_mode_element): Call display_string with correct
740 PREC arg (which must be a number of characters, not column width).
741
742 2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
743
744 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
745
746 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
747
748 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
749
750 2006-02-14 Richard M. Stallman <rms@gnu.org>
751
752 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
753
754 * m/ibms390x.h: New file.
755
756 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
757
758 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
759 value of x-gtk-whole-detached-tool-bar.
760 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
761
762 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
763
764 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
765
766 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
767
768 * xterm.h: Declare x_x_to_emacs_modifiers.
769
770 * gtkutil.c (xg_tool_bar_button_cb): New function.
771 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
772 store modifiers in event.
773 (update_frame_tool_bar): Connect button-release-event to
774 xg_tool_bar_button_cb.
775
776 2006-02-13 Richard M. Stallman <rms@gnu.org>
777
778 * .gdbinit (xwindow): Update the code to show the window box.
779
780 2006-02-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
781
782 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
783
784 2006-02-12 Richard M. Stallman <rms@gnu.org>
785
786 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
787
788 2006-02-11 Eli Zaretskii <eliz@gnu.org>
789
790 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
791 (syms_of_keyboard): DEVFAR_LISP and initialize it.
792 (parse_tool_bar_item, parse_menu_item): If that variable is
793 non-nil, don't disable menu items and tool-bar buttons.
794
795 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
796
797 * doc.c (Fsubstitute_command_keys): Doc fix.
798
799 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
800
801 * data.c (Findirect_function): Rewrite docstring.
802 Fix omission bug: Declare new arg NOERROR.
803
804 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
805
806 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
807 if window_desc is not set yet.
808 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
809 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
810 parameter `visibility' is `icon'.
811 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
812 instead of "fontset-mac".
813 (Fx_focus_frame): New defun.
814 (syms_of_macfns): Defsubr it.
815
816 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
817 for unfocused frame.
818 (x_raise_frame): Call BringToFront instead of SelectWindow.
819 (x_lower_frame): Use NULL instead of nil.
820 (x_make_frame_visible): Don't call SelectWindow.
821 (XTread_socket): Increment handling_signal at the start, decrement
822 it at the end.
823 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
824 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
825
826 2006-02-10 Kim F. Storm <storm@cua.dk>
827
828 * data.c (Findirect_function): Add NOERROR arg. All callers changed
829 to pass Qnil for NOERROR.
830
831 * keymap.c (current_minor_maps_error): Remove.
832 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
833 instead of using internal_condition_case_1+current_minor_maps_error.
834
835 2006-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
836
837 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
838 frames for GTK, in that case it is the tool bar. This is so that
839 highlighted text get reset properly.
840
841 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
842
843 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
844
845 2006-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
846
847 * window.c (adjust_window_trailing_edge): Check that shrinking
848 does not set a window to size zero or less.
849
850 2006-02-08 Miles Bader <miles@gnu.org>
851
852 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
853 of Fget_text_property (other field functions work with overlays as
854 well as text-properties).
855
856 2006-02-07 Kenichi Handa <handa@m17n.org>
857
858 * dispextern.h (unibyte_display_via_language_environment): Extern it.
859
860 * xterm.h (unibyte_display_via_language_environment):
861 * w32term.h (unibyte_display_via_language_environment):
862 * macterm.h (unibyte_display_via_language_environment): Delete extern.
863
864 2006-02-07 Kenichi Handa <handa@m17n.org>
865
866 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
867 (produce_glyphs): Set the character to print in
868 it->char_to_display. Handle unibyte-display-via-language-environment.
869 (produce_stretch_glyph): Set character to print in it->char_to_display.
870
871 2006-02-06 Kenichi Handa <handa@m17n.org>
872
873 * lread.c (openp): Initialize encoded_fn before GCPRO it.
874
875 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
876
877 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
878
879 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
880 Cast bitfield value to EMACS_INT, to suppress gcc warning.
881
882 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
883 defining.
884
885 2006-02-03 Kim F. Storm <storm@cua.dk>
886
887 * xdisp.c: Cache last merged escape glyph face.
888 (last_escape_glyph_frame, last_escape_glyph_face_id)
889 (last_escape_glyph_merged_face_id): New variables.
890 (get_next_display_element): Use/update them.
891 (redisplay_internal): Reset them before redisplay.
892
893 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
894 Only recheck faces after displaying ellipsis.
895
896 2006-02-02 Kenichi Handa <handa@m17n.org>
897
898 * coding.c (decode_composition_emacs_mule): Fix handling of
899 incorrect format data.
900
901 2006-01-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
902
903 * gtkutil.c (update_frame_tool_bar): Use new tool bar functions
904 (gtk_toolbar_insert) so we can have tool bars of different sizes.
905
906 2006-01-30 Luc Teirlinck <teirllm@auburn.edu>
907
908 * data.c (Flistp): Doc fix.
909
910 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
911
912 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
913 Fix typos in docstrings.
914
915 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
916
917 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
918
919 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
920
921 * alloc.c (make_interval, allocate_string)
922 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
923 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
924 global variables.
925
926 2006-01-27 Eli Zaretskii <eliz@gnu.org>
927
928 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
929 the MSDOS definition.
930
931 2006-01-26 Richard M. Stallman <rms@gnu.org>
932
933 * alloc.c (check_pure_size): Make overflow message an "error message".
934
935 * keymap.c (Fmap_keymap): Doc fix.
936
937 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
938 unless they were cleared out.
939
940 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
941
942 2006-01-26 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
943
944 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
945 (find_field): Set before_field to after_field when pos is at BEGV.
946 (Fline_beginning_position, Fline_end_position):
947 Clarify confusing doc string.
948
949 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
950 string.
951
952 2006-01-26 Kenichi Handa <handa@m17n.org>
953
954 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
955 current_dir, and error_file. On reporting an error, decode them
956 back.
957
958 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
961 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
962 Don't check for quit, since any loop will go through fail or jump.
963
964 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
965
966 * alloc.c (allocate_string_data): Update next_free immediately, to
967 reduce risk of memory clobberage.
968
969 2006-01-24 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
970
971 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
972 display when point moves across an ellipsis. If there are
973 adjacent invisible texts, don't lose the second one's ellipsis.
974 (x_produce_glyphs): Doc fix.
975
976 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
979
980 2006-01-23 Kim F. Storm <storm@cua.dk>
981
982 * xdisp.c (handle_single_display_spec): Fix handling of space
983 property on char from string: set *position rather than
984 it->current.pos.
985 (produce_stretch_glyph): Reduce width of stretch glyphs so they
986 don't get wider than the window (unless truncate-lines is on).
987
988 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * xterm.c: Avoid allocating Lisp data from a signal handler.
991 (x_error_message): New var to replace x_error_message_string.
992 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
993 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
994 (syms_of_xterm): Use it instead of x_error_message_string.
995
996 * alloc.c (lisp_align_free): Add an assertion.
997 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
998 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
999 a signal handler.
1000
1001 2006-01-21 Luc Teirlinck <teirllm@auburn.edu>
1002
1003 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
1004
1005 2006-01-21 Romain Francoise <romain@orebokech.com>
1006
1007 * xdisp.c (get_window_cursor_type): Fix last change.
1008 Update copyright year.
1009
1010 2006-01-20 Eli Zaretskii <eliz@gnu.org>
1011
1012 * lread.c (Fload): Don't leak the file descriptor returned by
1013 openp if we are going to signal an error.
1014
1015 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
1016 directly to _close.
1017 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
1018 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
1019 to _read.
1020 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
1021 directly to _write.
1022
1023 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
1024 if it is NULL.
1025
1026 2006-01-20 Kenichi Handa <handa@m17n.org>
1027
1028 * puresize.h (BASE_PURESIZE): Increment to 1190000.
1029
1030 2006-01-19 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * xdisp.c (get_window_cursor_type): Use cursor type specified by
1033 the selected buffer for the echo area too.
1034
1035 2006-01-19 Richard M. Stallman <rms@gnu.org>
1036
1037 * keymap.c (Fmap_keymap): Doc fix.
1038
1039 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
1040
1041 * keyboard.c (echo_char): Don't omit the space between first two
1042 echoed chars.
1043
1044 * minibuf.c (read_minibuf): Fix previous change.
1045
1046 2006-01-19 Kenichi Handa <handa@m17n.org>
1047
1048 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
1049
1050 2006-01-17 Richard M. Stallman <rms@gnu.org>
1051
1052 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
1053 value in f->param_alist.
1054
1055 2006-01-15 Andreas Schwab <schwab@suse.de>
1056
1057 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
1058
1059 2006-01-13 Richard M. Stallman <rms@gnu.org>
1060
1061 * Makefile.in: Define new macro WINDOW_SUPPORT.
1062 (lisp): Use it.
1063 (SOME_MACHINE_LISP): Add conditionally loaded files.
1064
1065 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1066
1067 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
1068 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
1069 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
1070 decomposed form.
1071
1072 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
1073 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
1074 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
1075 macro. Also try member ifr_addr when getting netmask.
1076
1077 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * fileio.c (Fexpand_file_name): Remove redundant tests.
1080 Fix elimination of // so that it doesn't prevent elimination of an
1081 immediately following /. or /..
1082
1083 2006-01-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1084
1085 * gtkutil.c (xg_toggle_notify_cb): New function.
1086 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
1087 xg_toggle_notify_cb.
1088 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
1089 parameter value changes so the toggle button gets updated.
1090
1091 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
1092
1093 * .gdbinit: Fix typo.
1094
1095 2006-01-05 Eli Zaretskii <eliz@gnu.org>
1096
1097 * .gdbinit: Fix last change.
1098
1099 2006-01-05 Kim F. Storm <storm@cua.dk>
1100
1101 * process.c (Fmake_network_process): Use AF_INET instead of
1102 AF_UNSPEC when AF_INET6 is not defined.
1103
1104 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1105
1106 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
1107 Don't check that the other type is known file-related one.
1108
1109 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
1110 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
1111 OS X 10.4 and later.
1112
1113 2006-01-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1114
1115 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
1116 let GTK do all image processing. Importing Emacs own pixmaps to GTK
1117 looks bad for inactive tool bar items with some Gnome themes.
1118
1119 2006-01-04 Eli Zaretskii <eliz@gnu.org>
1120
1121 * .gdbinit: Avoid a warning message when x_error_quitter is not
1122 compiled in.
1123
1124 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
1125 for w32.
1126
1127 2006-01-04 Kim F. Storm <storm@cua.dk>
1128
1129 * process.c: Add IPv6 support.
1130 (Qipv4, Qipv6): New vars.
1131 (syms_of_process): Intern and staticpro them.
1132 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
1133 with or without port number. Handle 4 element vector as IPv4 address
1134 without port number.
1135 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
1136 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
1137 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
1138 request that address family only. :family nil or omitted means to
1139 determine address family from the specified :host and :service.
1140 (ifflag_table): Add missing OpenBSD IFF_ flags.
1141 (server_accept_connection): Handle IPv6 addresses.
1142 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
1143
1144 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
1145 determine which breakpoints to set.
1146
1147 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
1150
1151 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
1152
1153 2006-01-03 Romain Francoise <romain@orebokech.com>
1154
1155 * emacs.c (main): Update copyright year.
1156
1157 2006-01-03 Ken Raeburn <raeburn@gnu.org>
1158
1159 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
1160 nil for the call to internal_delete_file.
1161
1162 2006-01-01 Ken Raeburn <raeburn@gnu.org>
1163
1164 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
1165 to nil for the call to Fwrite_region.
1166
1167 2005-12-31 Richard M. Stallman <rms@gnu.org>
1168
1169 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
1170
1171 2005-12-31 Eli Zaretskii <eliz@gnu.org>
1172
1173 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
1174
1175 2005-12-30 Luc Teirlinck <teirllm@auburn.edu>
1176
1177 * textprop.c (set_text_properties): Reword description of return value.
1178 Return Qnil if caller wants to remove all text properties from a
1179 string and the string already has no intervals.
1180
1181 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * term.c (visible_cursor): New boolean var.
1184 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
1185 visible_cursor.
1186 (syms_of_term): Export the new var as "visible-cursor".
1187
1188 2005-12-30 Eli Zaretskii <eliz@gnu.org>
1189
1190 * .gdbinit: Tell users not to worry about GDB warnings that some
1191 functions do not exist in the binary.
1192
1193 2005-12-30 Andreas Schwab <schwab@suse.de>
1194
1195 * process.c (Fnetwork_interface_info): Correctly terminate the
1196 loop over ifflag_table.
1197
1198 2005-12-29 Richard M. Stallman <rms@gnu.org>
1199
1200 * lread.c (readevalloop): Test for reading a whole buffer
1201 before actually reading anything. Handle all cases, including
1202 START = END = nil and an already-narrowed buffer.
1203 Convert END to a marker if it is a number.
1204
1205 * keymap.c (describe_map): Put sparse map elements into an array,
1206 sort them, then output a sequence of identical bindings on one line.
1207 (struct describe_map_elt): New data type.
1208 (describe_map_compare): New function.
1209
1210 2005-12-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1211
1212 * gtkutil.c (xg_get_file_with_chooser): Change message shown
1213 in file chooser.
1214
1215 2005-12-27 Richard M. Stallman <rms@gnu.org>
1216
1217 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
1218 not the current one.
1219
1220 * minibuf.c (Fminibuffer_message): Doc fix.
1221 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
1222
1223 * eval.c (do_autoload): Ignore elements of Vautoload_queue
1224 where car is not symbol.
1225
1226 2005-12-27 Kenichi Handa <handa@m17n.org>
1227
1228 * charset.c (lisp_string_width): Check multibyteness of STRING.
1229
1230 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1231
1232 * xfns.c: x_show_hidden_files, new variable.
1233 (syms_of_xfns): Defvar it.
1234
1235 * gtkutil.c (xg_toggle_visibility_cb): New function.
1236 (xg_get_file_with_chooser): Add toggle hidden files and a message
1237 to the new file chooser dialog. Show hidden files if
1238 x_show_hidden_files is non-zero.
1239
1240 2005-12-26 Richard M. Stallman <rms@gnu.org>
1241
1242 * keyboard.h: Undo previous change.
1243
1244 * Makefile.in (undo.o): Undo previous change.
1245
1246 * undo.c: Undo previous change.
1247
1248 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
1249
1250 * keyboard.h: extern last_point_position_window.
1251
1252 * undo.c: include keyboard.h.
1253
1254 * Makefile.in (undo.o): Depend on keyboard.h.
1255
1256 2005-12-26 Richard M. Stallman <rms@gnu.org>
1257
1258 * commands.h (last_point_position_window): Declare.
1259
1260 * undo.c: Depend on window.h.
1261 (record_point): Save old point from the correct window.
1262
1263 * keyboard.c (last_point_position_window): New variable.
1264 (command_loop_1): Set last_point_position_window.
1265 (syms_of_keyboard): Init it.
1266
1267 * Makefile.in (undo.o): Depend on window.h.
1268
1269 2005-12-25 Richard M. Stallman <rms@gnu.org>
1270
1271 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
1272 to undo a `provide'.
1273
1274 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
1275
1276 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
1277
1278 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
1279 define for FreeBSD on this platform.
1280
1281 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1282
1283 * macterm.h (TYPE_FILE_NAME): New define.
1284 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
1285
1286 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
1287 Add prototypes. Make static.
1288 (mac_aedesc_to_lisp): Initialize err to noErr.
1289 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
1290 (init_coercion_handler): New functions.
1291 (Fmac_coerce_ae_data): Use coercion of Apple event data for
1292 translation from/to file names.
1293
1294 * macterm.c: Don't include sys/param.h.
1295 (init_coercion_handler): Add extern.
1296 [MAC_OS8] (main): Call init_coercion_handler.
1297 (mac_initialize) [MAC_OSX]: Likewise.
1298 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
1299 Apple event data for translation from/to file names.
1300
1301 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
1302
1303 * image.c [MAC_OS] (find_image_fsspec): Likewise.
1304
1305 2005-12-23 Martin Rudalics <rudalics@gmx.at> (tiny change)
1306
1307 * insdel.c (insert, insert_and_inherit, insert_before_markers)
1308 (insert_before_markers_and_inherit): Make sure FROM is correct
1309 when `after-change-functions' are called.
1310
1311 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1312
1313 * xfns.c (Fx_uses_old_gtk_dialog): New function.
1314
1315 * gtkutil.c (xg_uses_old_file_dialog): New function.
1316 (xg_get_file_name): Use xg_uses_old_file_dialog.
1317
1318 * gtkutil.h: Declare xg_uses_old_file_dialog.
1319
1320 2005-12-22 Richard M. Stallman <rms@gnu.org>
1321
1322 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
1323
1324 2005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1325
1326 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
1327
1328 * macgui.h (XCharStruct): Remove member `valid_p'.
1329 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
1330 (XCharStructRow): New typedef.
1331 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
1332 New macros.
1333 (struct MacFontStruct): Add member `bounds'. Remove member
1334 `per_char'. All uses for QuichDraw Text fonts are changed to
1335 `bounds.per_char'. ATSUI font bounds are represented as an array
1336 `bounds.rows' of XCharStructRow's, each of which consists of a
1337 bitmap of valid entries and an array of char bounds.
1338
1339 * macterm.c (mac_per_char_metric): Add prototype.
1340 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
1341 (mac_query_char_extents): New function.
1342 (x_per_char_metric): Use it.
1343 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
1344 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
1345 Use mac_per_char_metric instead of x_per_char_metric.
1346 (mac_text_extents_16): New function.
1347 (mac_compute_glyph_string_overhangs): Use it.
1348 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
1349
1350 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
1353 (Fminibuffer_completion_help): Remove duplicates before display.
1354
1355 2005-12-21 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1356
1357 * print.c (print_preprocess): Don't lose print_depth levels while
1358 iterating.
1359
1360 2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1361
1362 * macmenu.c (Qmac_apple_event): Add extern.
1363 (set_frame_menubar, mac_menu_show keymp_panes)
1364 (single_keymap_panes, list_of_panes, list_of_item)
1365 (single_menu_item): Add argument types to prototypes.
1366 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
1367 (struct skp): New struct (from xmenu.c).
1368 (single_keymap_panes, single_menu_item, list_of_panes)
1369 (list_of_item): Sync with xmenu.c.
1370 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
1371 POSITION if it is mac-apple-event event.
1372 (menubar_selection_callback): Don't use menu_command_in_progress.
1373 (set_frame_menubar): First parse all submenus, then make
1374 widget_value trees from them. Don't allocate any widget_value
1375 objects until we are done with the parsing.
1376 (parse_single_submenu, digest_single_submenu): New functions.
1377 (single_submenu): Function deleted, replaced by those two.
1378 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't
1379 create or dispose of EventHandlerUPP. Install hander to all submenus.
1380 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
1381 instead of ENCODE_SYSTEM.
1382 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
1383 integer values.
1384 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
1385 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
1386 format menu item string. Don't use NULL for integer value.
1387
1388 * macterm.h (struct mac_output): Remove unused member
1389 menu_command_in_progress.
1390
1391 2005-12-20 Juri Linkov <juri@jurta.org>
1392
1393 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
1394 position is non-nil, else set it to nil.
1395
1396 * macmenu.c (Fx_popup_menu): Add `else' to set
1397 Vmenu_updating_frame to nil only if position is nil.
1398
1399 * w32menu.c (Fx_popup_menu): Add `else' to set
1400 Vmenu_updating_frame to nil only if position is nil.
1401
1402 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1403
1404 * keyboard.c (make_lispy_event): Drag-and-drop items are now
1405 stored in member `args' of struct input_event.
1406
1407 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
1408
1409 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
1410 stored in member `args' of struct input_event.
1411
1412 * w32term.c (construct_drag_n_drop): Likewise.
1413
1414 * macterm.c (mac_do_receive_drag): Likewise.
1415 (x_use_underline_position_properties): Undo 2005-07-13 change.
1416 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
1417 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
1418 (mac_pass_command_to_system, mac_pass_control_to_system):
1419 New boolean variables renamed from Lisp_Object ones
1420 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
1421 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
1422 All uses changed.
1423 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
1424 Make them user options.
1425 (mac_handle_command_event, mac_store_services_event):
1426 Call create_apple_event_from_event_ref without 5th argument.
1427 (backtranslate_modified_keycode): Mask off modifier keys that are
1428 mapped to some Emacs modifiers before passing it to KeyTranslate.
1429 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
1430 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
1431 Fix docstrings of `mac-*-modifier'.
1432
1433 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
1434 (do_applescript): Change argument types to Lisp_Object.
1435 All uses changed.
1436
1437 * macterm.h (create_apple_event_from_event_ref): Remove 5th
1438 argument from extern.
1439
1440 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
1441
1442 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
1443 the answer, return `lambda', not nil.
1444
1445 2005-12-17 Eli Zaretskii <eliz@gnu.org>
1446
1447 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
1448 enclosed in $(ARGQUOTE)s should not be split between two lines, as
1449 that will break with GNU Make >3.80, when sh.exe is used and
1450 arg quoting is with '..'.
1451
1452 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
1453
1454 * print.c (print_preprocess): Just signal an error if print_depth
1455 is exceeded.
1456
1457 2005-12-17 Eli Zaretskii <eliz@gnu.org>
1458
1459 * .gdbinit: Set a breakpoint on w32_abort.
1460
1461 2005-12-16 Juri Linkov <juri@jurta.org>
1462
1463 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
1464 created from minibuffer_completion_contents.
1465 (minibuffer_completion_contents): Remove.
1466 (do_completion, Fminibuffer_complete_word)
1467 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
1468 with Fminibuffer_completion_contents.
1469 (syms_of_minibuf): Add Sminibuffer_completion_contents.
1470 (Fdisplay_completion_list): Doc fix.
1471 (display_completion_list_1): Use `nil' for second arg of
1472 `Fdisplay_completion_list'.
1473
1474 2005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1475
1476 * xfns.c (compute_tip_xy): Handle negative dx and dy.
1477
1478 * w32fns.c (compute_tip_xy): Ditto.
1479
1480 * macfns.c (compute_tip_xy): Ditto.
1481
1482 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * print.c (print_preprocess): Go to a deeper print_depth to avoid
1485 print_object loop.
1486
1487 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
1488
1489 * coding.c (code_convert_region_unwind): GCPRO arg.
1490
1491 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1492
1493 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
1494 i.e. dy is offset from top of frame instead of bottom.
1495
1496 * macfns.c (compute_tip_xy): Ditto.
1497
1498 * w32fns.c (compute_tip_xy): Ditto.
1499
1500 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
1501 (xg_get_image_for_pixmap, xg_create_frame_widgets)
1502 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
1503
1504 * xmenu.c (menubar_selection_callback): Do nothing if the callback
1505 is for an unselected radio menu item.
1506
1507 2005-12-11 Richard M. Stallman <rms@gnu.org>
1508
1509 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
1510
1511 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
1512
1513 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
1514 (Flookup_key): Doc fix.
1515 (syms_of_keymap) <function-key-map>: Doc fix.
1516
1517 * fns.c (Frequire): Treat evaluating from a source file
1518 like loading the file.
1519
1520 * floatfns.c (Flog): Doc fix.
1521
1522 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
1523 when we change the buffer.
1524
1525 2005-12-11 Juri Linkov <juri@jurta.org>
1526
1527 * minibuf.c (display_completion_list_1):
1528 Call `minibuffer_completion_contents' instead of using `nil' as
1529 second arg of `Fdisplay_completion_list'.
1530 (keys_of_minibuf): Unbind SPC in
1531 Vminibuffer_local_filename_completion_map (see also related
1532 change on 2005-12-06).
1533
1534 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1535
1536 * emacs.c (main) [MAC_OS8]: Undo previous change.
1537
1538 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
1539 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
1540
1541 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1542
1543 * Makefile.in (macselect.o): Depend on keymap.h.
1544
1545 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
1546 syms_of_macselect.
1547
1548 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
1549 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
1550
1551 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
1552 (syms_of_keyboard) [MAC_OS]: Initialize it.
1553 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
1554
1555 * mac.c (Qundecoded_file_name): New variable.
1556 (syms_of_mac): Initialize it.
1557 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
1558 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
1559 (Fmac_coerce_ae_data): New defun.
1560 (syms_of_mac): Defsubr it.
1561
1562 * macselect.c: Include keymap.h.
1563 (mac_ready_for_apple_events): New variable.
1564 (Vmac_apple_event_map, Qmac_apple_event_class)
1565 (Qmac_apple_event_id): New variables.
1566 (syms_of_macselect): Initialize them.
1567 (Qundefined, mac_store_apple_event): Add externs.
1568 (struct apple_event_binding): New struct.
1569 (find_event_binding_fun, find_event_binding)
1570 (mac_find_apple_event_spec, defer_apple_events)
1571 (mac_handle_apple_event, init_apple_event_handler)
1572 (copy_scrap_flavor_data): New functions.
1573 (Fmac_process_deferred_apple_events): New defun.
1574 (syms_of_macselect): Defsubr it.
1575 (mac_store_services_event): Fix extern.
1576 (mac_handle_service_event): Don't allocate Lisp objects during
1577 asynchronous input processing. Use mac_store_services_event
1578 instead of mac_store_application_menu_event.
1579
1580 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
1581 (Qpreferences): Remove variables.
1582 (syms_of_macterm) : Don't initialize them.
1583 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
1584 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
1585 (init_required_apple_events, do_ae_open_application)
1586 (do_ae_print_documents, do_ae_open_documents)
1587 (do_ae_quit_application): Remove functions and prototypes.
1588 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
1589 (mac_find_apple_event_spec): Add externs.
1590 (mac_store_application_menu_event): Remove function.
1591 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
1592 (mac_handle_command_event): Create Apple event from Carbon event.
1593 Use mac_store_apple_event instead of mac_store_application_menu_event.
1594 [MAC_OSX] (mac_store_services_event): Likewise.
1595 (struct SelectionRange, SelectionRange): Remove struct and typedef.
1596 [MAC_OS8] (main): Call init_apple_event_handler instead of
1597 init_required_apple_events.
1598 (mac_initialize) [MAC_OSX]: Likewise.
1599 [!USE_CARBON_EVENTS] (mac_wait_next_event):
1600 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
1601
1602 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
1603 Add externs.
1604 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
1605 (Fmac_get_preference): Add EXFUN.
1606
1607 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
1608 event.
1609
1610 2005-12-09 Richard M. Stallman <rms@gnu.org>
1611
1612 * xfns.c (Fx_create_frame): Reinstate previous change.
1613
1614 2005-12-09 Eli Zaretskii <eliz@gnu.org>
1615
1616 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
1617 GDB to the abort dialog.
1618
1619 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
1620
1621 * indent.c (Fvertical_motion): Force move if starting on
1622 stretch glyph.
1623
1624 2005-12-08 Richard M. Stallman <rms@gnu.org>
1625
1626 * lread.c (read_escape) <\s>: Don't treat strings specially.
1627
1628 * xfns.c (Fx_create_frame): Comment out previous change.
1629
1630 2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1631
1632 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
1633 when needed.
1634
1635 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 * minibuf.c (keys_of_minibuf): Just unbind SPC in
1638 Vminibuffer_local_filename_completion_map rather than forcing it
1639 explicitly to the same binding as the global map.
1640
1641 2005-12-06 Ken Raeburn <raeburn@gnu.org>
1642
1643 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
1644 * bytecode.c (Fbyte_code): Likewise.
1645 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
1646 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
1647 * undo.c (truncate_undo_list): Likewise.
1648
1649 2005-12-05 Richard M. Stallman <rms@gnu.org>
1650
1651 * window.c (enlarge_window): Eliminate arg preserve_before.
1652 Assume it is 0. All callers changed.
1653 (Fenlarge_window, Fshrink_window): Likewise.
1654
1655 2005-12-02 Eli Zaretskii <eliz@gnu.org>
1656
1657 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
1658 fit below.
1659
1660 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1661
1662 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
1663
1664 * xfns.c (x_real_positions): int ign => unsigned int.
1665 (xg_set_icon_from_xpm_data): Remove unused variable err.
1666 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
1667 to remove compiler warning.
1668 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
1669
1670 2005-12-02 David Reitter <david.reitter@gmail.com>
1671
1672 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
1673 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
1674 and Vminibuffer_local_must_match_filename_map keymaps.
1675 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
1676
1677 * keymap.c (Vminibuffer_local_filename_completion_map)
1678 (Vminibuffer_local_must_match_filename_map): New variables.
1679 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
1680 parent to be Vminibuffer_local_completion_map and
1681 Vminibuffer_local_must_match_map, respectively.
1682
1683 * commands.h (Vminibuffer_local_filename_completion_map)
1684 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
1685
1686 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * window.c (Fset_window_configuration): Don't accidentally copy the
1689 window-point of one window to another.
1690
1691 2005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
1692
1693 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
1694
1695 2005-11-30 Kim F. Storm <storm@cua.dk>
1696
1697 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
1698 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
1699 passing it to `emacs_write'.
1700
1701 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
1702
1703 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
1704
1705 2005-11-27 Richard M. Stallman <rms@gnu.org>
1706
1707 * window.c (adjust_window_trailing_edge): New function.
1708 (Fadjust_window_trailing_edge): New function.
1709 (syms_of_window): Defsubr it.
1710 (window_deletion_count): New variable.
1711 (delete_window): Update window_deletion_count.
1712
1713 2005-11-26 Eli Zaretskii <eliz@gnu.org>
1714
1715 * minibuf.c (syms_of_minibuf): Mention the extension of
1716 `completion-auto-help's meaning by complete.el.
1717
1718 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
1719
1720 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
1721 Handle :inherit property as a lisp expression.
1722
1723 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1724
1725 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
1726 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
1727 Qsuper, and Qmodifier_value.
1728 (Vmac_control_modifier, Vmac_option_modifier)
1729 (Vmac_command_modifier, Vmac_function_modifier)
1730 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
1731 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
1732 (Vmac_charset_info_alist): Doc fixes.
1733
1734 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1735
1736 * emacs.c (main) [MAC_OSX]: Change working directory to home
1737 directory if `-psn_*' option is specified.
1738
1739 * mac.c (DECODE_UTF_8): Remove macro.
1740 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
1741 created from cfstring_to_lisp.
1742 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
1743 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
1744
1745 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
1746 Add prototype.
1747
1748 2005-11-21 Ken Raeburn <raeburn@gnu.org>
1749
1750 * keymap.c (shadow_lookup): Use make_number to pass a number to
1751 Fsubstring.
1752
1753 2005-11-21 Juri Linkov <juri@jurta.org>
1754
1755 * puresize.h (BASE_PURESIZE): Increment to 1180000.
1756
1757 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * xfaces.c (Finternal_set_lisp_face_attribute):
1760 Use :ignore-defface for new frame defaults when `unspecified' is
1761 supplied.
1762 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
1763 (merge_face_vectors): Don't do :ignore-defface overwriting here.
1764 (Finternal_merge_in_global_face): Do it here.
1765
1766 2005-11-20 Juri Linkov <juri@jurta.org>
1767
1768 * charset.c (invalid_character): Use Lisp-readable syntax
1769 for octal and hex. Reorder decimal, octal and hex values.
1770
1771 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
1772
1773 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
1774 this type is recognised when debugging.
1775
1776 2005-11-19 Andreas Schwab <schwab@suse.de>
1777
1778 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
1779 Lisp_Cons and Lisp_Float.
1780
1781 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1782
1783 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
1784 New variable.
1785 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
1786 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
1787 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
1788 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
1789
1790 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
1791
1792 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
1793
1794 * xfaces.c (Qignore_defface): New variable.
1795 (syms_of_xfaces): Provide `:ignore-defface'.
1796 (IGNORE_DEFFACE_P): New macro.
1797 (check_lface_attrs, lface_fully_specified_p)
1798 (Finternal_set_lisp_face_attribute)
1799 (Fface_attribute_relative_p, Fmerge_face_attribute):
1800 Handle Qignore_defface as a possible value.
1801 (merge_face_vectors): The merged face is `unspecified' if the
1802 mergee specifies `:ignore-defface'.
1803
1804 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * lread.c (readevalloop): Add missing GCPROs.
1807
1808 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * xfns.c (xg_set_icon_from_xpm_data): New function.
1811
1812 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
1813 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
1814
1815 * xterm.c (x_bitmap_icon): Use the xpm if available.
1816
1817 * image.c (x_create_bitmap_from_xpm_data): New function.
1818 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
1819
1820 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
1821
1822 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
1823
1824 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
1825
1826 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
1827
1828 2005-11-15 Andreas Schwab <schwab@suse.de>
1829
1830 * lisp.h (struct Lisp_Cons): Make cdr a union.
1831 (XCDR_AS_LVALUE): Adjust.
1832 (struct Lisp_Float): Make data a union.
1833 (XFLOAT_DATA): Adjust.
1834
1835 * alloc.c (free_float): Make free list chaining aliasing-safe.
1836 (make_float): Likewise.
1837 (free_cons): Likewise.
1838 (Fcons): Likewise.
1839 (check_cons_list): Likewise.
1840 (Fmake_symbol): Likewise.
1841 (allocate_misc): Likewise.
1842 (free_misc): Likewise.
1843 (gc_sweep): Likewise.
1844
1845 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1846
1847 * mac.c (HASHKEY_QUERY_CACHE): New define.
1848 (xrm_create_database, xrm_q_put_resource): Empty query cache.
1849 (xrm_get_resource): Use query cache.
1850
1851 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
1852 inhibit_window_system is set.
1853
1854 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1855
1856 * macgui.h (USE_CG_TEXT_DRAWING): New define.
1857 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
1858 and cg_glyphs.
1859
1860 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
1861 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
1862 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
1863 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
1864 not used and font substitution never occurs for ASCII and Latin-1
1865 characters.
1866 (XLoadQueryFont): Maximum and minimum metrics are now those among
1867 ASCII characters.
1868 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
1869 height adjustments for Courier, Helvetica, and Times.
1870
1871 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
1872
1873 2005-11-11 David Reitter <david.reitter@gmail.com>
1874
1875 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
1876 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
1877 Vmac_control_modifier / mac-control-modifier,
1878 Vmac_option_modifier / mac-option-modifier,
1879 Vmac_command_modifier / mac-command-modifier.
1880 (mac_to_emacs_modifiers): Use the new style modifier
1881 variables. Return UInt32 (modifiers are longs now.)
1882 (backtranslate_modified_keycode): New function (refactoring).
1883 (XTread_socket): Use new modifier variables and refactored function.
1884 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
1885 no dedicated meta key. Not in use anyway.)
1886 (convert_fn_keycode): Map Fn-keys to their original keycode
1887 using a table (english keyboard only).
1888
1889 2005-11-11 Kim F. Storm <storm@cua.dk>
1890
1891 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
1892 Add post hook to "backtrace" to always dump lisp call stack to
1893 increase chance of people sending it to us when reporting bugs.
1894
1895 * doc.c (Fsubstitute_command_keys): Doc fix.
1896
1897 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
1898
1899 * xdisp.c (handle_stop): Skip overlay string handling if
1900 ignore_overlay_strings_at_pos_p is set.
1901 (set_iterator_to_next): At end of display vector, set
1902 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
1903 string, so we skip those overlay strings at current pos.
1904
1905 2005-11-10 Lars Hansen <larsh@soem.dk>
1906
1907 * fileio.c (file-regular-p): Doc fix.
1908
1909 2005-11-10 Kim F. Storm <storm@cua.dk>
1910
1911 * alloc.c (valid_lisp_object_p): New function to validate that
1912 an object is really a valid Lisp_Object.
1913
1914 * lisp.h (valid_lisp_object_p): Add prototype.
1915
1916 * print.c (safe_debug_print): New function to be called from gdb
1917 to print Lisp objects; use valid_lisp_object_p to avoid crashing
1918 if user tries to print something which is not a Lisp object.
1919
1920 * .gdbinit (pp, pp1): Use safe_debug_print.
1921 (pv, pv1): New commands to print value of a lisp variable.
1922
1923 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
1924
1925 * .gdbinit (pp1): New user-defined function.
1926
1927 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1928
1929 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
1930
1931 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
1932 related variables for dumped executable.
1933
1934 * unexmacosx.c (unexec_write_zero): New function.
1935 (copy_data_segment): Clear uninitialized local variables in
1936 statically linked libraries.
1937
1938 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
1939
1940 2005-11-09 Juri Linkov <juri@jurta.org>
1941
1942 * keymap.c (shadow_lookup): If Flookup_key returns a number,
1943 call it again with a sub-key-sequence, and if its return value
1944 is non-nil (sub-key is bound), return nil.
1945
1946 2005-11-08 Kim F. Storm <storm@cua.dk>
1947
1948 * process.c (Fsignal_process): Recognize signal names with and
1949 without SIG prefix, e.g. SIGHUP and HUP.
1950
1951 * search.c (search_buffer): No need to initialize base_pat.
1952
1953 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
1956 Don't abuse the `mini' arg. Use the `obj' arg instead.
1957
1958 2005-11-04 Kim F. Storm <storm@cua.dk>
1959
1960 * xdisp.c (show_mouse_face): Clear mouse face to eol.
1961
1962 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1963
1964 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
1965 font-lock.elc and jit-lock.elc.
1966
1967 2005-11-03 Richard M. Stallman <rms@gnu.org>
1968
1969 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
1970 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
1971 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
1972
1973 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
1974
1975 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
1976
1977 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * window.c (Fdisplay_buffer): Fix last change to not use
1980 a dedicated window.
1981
1982 2005-11-01 Kim F. Storm <storm@cua.dk>
1983
1984 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
1985 Instead, rotate the bottom angle bitmap 180 degrees to indicate
1986 that the bottom row does not end in a newline.
1987
1988 2005-11-01 Andreas Schwab <schwab@suse.de>
1989
1990 * unexelf.c (unexec): Handle .plt section in BSS segment.
1991
1992 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
1995
1996 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
1997 determine whether to consider dedicated windows as well.
1998 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
1999 (Fdisplay_buffer): Do consider dedicated windows in those cases where
2000 we will split the window rather than reuse it.
2001 Don't try to use windows on other displays.
2002
2003 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2004
2005 * puresize.h (BASE_PURESIZE): Increment to 1170000.
2006
2007 2005-10-31 Romain Francoise <romain@orebokech.com>
2008
2009 * macfns.c: Update copyright year.
2010 * m/gould.h: Likewise.
2011
2012 2005-10-30 Kim F. Storm <storm@cua.dk>
2013
2014 * xdisp.c (display_line): Restore it->current_x and call
2015 extend_face_to_end_of_line when last glyph doesn't fit on line.
2016 (set_glyph_string_background_width): Remove specific tests here
2017 to see if face background should extend to end of line. Simplify.
2018
2019 2005-10-30 Richard M. Stallman <rms@gnu.org>
2020
2021 * alloc.c (BYTES_USED): Use uordblks, not arena.
2022 (bytes_used_when_reconsidered): New variable.
2023 (emacs_blocked_free): Set that.
2024
2025 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
2026
2027 * alloc.c (emacs_blocked_free): Fix typo.
2028
2029 2005-10-29 Richard M. Stallman <rms@gnu.org>
2030
2031 * data.c (Fmake_variable_frame_local): Doc fix.
2032
2033 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
2034 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
2035 controls whether to save and restore mode_line_proptrans_alist.
2036 Callers changed.
2037 (unwind_format_mode_line): Work with that feature.
2038 (redisplay_internal): Don't call prepare_menu_bars if memory full.
2039 (move_elt_to_front): New function.
2040 (display_mode_element): Use move_elt_to_front.
2041 Don't bother munging text props on a null string.
2042 Delete obsolete elts from mode_line_proptrans_alist.
2043 (decode_mode_spec): Test Vmemory_full, not spare_memory.
2044 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
2045
2046 * lisp.h (memory_full_cons_threshold): Declare.
2047 (internal_lisp_condition_case): Declare.
2048
2049 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
2050 (Fmemory_full_p): Function deleted.
2051 (syms_of_alloc): Don't defsubr it.
2052 (memory_full_cons_threshold): New variable.
2053 (spare_memory): Now a vector of 7 elts.
2054 (buffer_memory_full): Don't set Vmemory_full here.
2055 (xfree): Don't try to refill here.
2056 (emacs_blocked_free): Record BYTES_USED in local var.
2057 (memory_full): Now free all the slots in spare_memory.
2058 (refill_memory_reserve): Allocate each slot in spare_memory.
2059 (init_alloc_once): Call refill_memory_reserve.
2060
2061 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
2062
2063 * eval.c (internal_lisp_condition_case): New function.
2064 (Fcondition_case): Use internal_lisp_condition_case.
2065 (Feval): Test Vmemory_full and memory_full_cons_threshold.
2066 (Ffuncall): Likewise.
2067
2068 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
2069
2070 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * syntax.c (Fparse_partial_sexp): Fix docstring.
2073
2074 2005-10-28 Romain Francoise <romain@orebokech.com>
2075
2076 * puresize.h (BASE_PURESIZE): Increment to 1130000.
2077
2078 2005-10-28 Richard M. Stallman <rms@gnu.org>
2079
2080 * xfns.c (syms_of_xfns): Provide `x' as feature.
2081
2082 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
2083
2084 * editfns.c (Fformat): Don't include string padding
2085 between info[n].start and info[n].end.
2086
2087 * alloc.c (spare_memory): No longer static.
2088 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
2089
2090 * puresize.h (BASE_PURESIZE): Increment to 1120000.
2091
2092 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
2095
2096 * fringe.c (update_window_fringes): Handle case where buffer ends
2097 with a newline.
2098
2099 2005-10-27 Kenichi Handa <handa@m17n.org>
2100
2101 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
2102
2103 2005-10-24 Kenichi Handa <handa@m17n.org>
2104
2105 * charset.h (charset_mule_unicode_0100_24ff)
2106 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
2107 Extern them.
2108
2109 * charset.c (charset_mule_unicode_0100_24ff)
2110 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
2111 New variables.
2112 (Fsetup_special_charsets): Initialize them.
2113
2114 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
2115 supported Unicode characters.
2116
2117 2005-10-25 Jason Rumney <jasonr@gnu.org>
2118
2119 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
2120
2121 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2122
2123 * image.c [MAC_OS] (image_load_qt_1): Check image size.
2124 Use GraphicsImportGetImageDescription instead of
2125 GraphicsImportGetNaturalBounds.
2126 [MAC_OSX] (image_load_quartz2d): Check image size.
2127 [MAC_OS] (xpm_load_image): Likewise.
2128
2129 * macterm.c (last_mouse_glyph_frame): New var.
2130 (note_mouse_movement): Say mouse moved if current frame differs
2131 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
2132 (XTmouse_position): Set last_mouse_glyph_frame.
2133 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
2134 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
2135 Use EndianU16_BtoN.
2136 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
2137 (x_per_char_metric, XLoadQueryFont)
2138 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
2139 glyph bounds.
2140 (mac_to_x_fontname, mac_do_list_fonts)
2141 (mac_initialize_display_info): Change screen resolutions to 72dpi.
2142
2143 2005-10-25 Masatake YAMATO <jet@gyve.org>
2144
2145 * minibuf.c (Fdisplay_completion_list): Small doc fix.
2146
2147 2005-10-24 Kim F. Storm <storm@cua.dk>
2148
2149 * xterm.c: Undo 2005-10-23 change.
2150 (last_mouse_glyph_frame): New var.
2151 (note_mouse_movement): Say mouse moved if current frame differs
2152 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
2153 (XTmouse_position): Set last_mouse_glyph_frame.
2154 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
2155 last_mouse_glyph] on mouse up/down event.
2156
2157 * editfns.c (Fcompare_buffer_substrings): Fix last change.
2158
2159 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
2162
2163 2005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2164
2165 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
2166 so tool tips don't interfere with press on tool bar button.
2167
2168 2005-10-23 Richard M. Stallman <rms@gnu.org>
2169
2170 * casetab.c (Fset_case_table): Doc fix.
2171
2172 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
2173 (readevalloop): Compute ENTIRE properly.
2174 (syms_of_lread) <load-history>: Doc fix.
2175
2176 2005-10-21 Richard M. Stallman <rms@gnu.org>
2177
2178 * lread.c (Fload): Simplify gcpro structure.
2179 Gcpro FOUND as well as FILE, but not EFOUND.
2180 Unless preloading, record FOUND instead of FILE in Vload_history.
2181 Rename repeat local FILE to MSG_FILE.
2182 (syms_of_lread) <load-history>: Doc fix.
2183
2184 2005-10-21 Kenichi Handa <handa@m17n.org>
2185
2186 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
2187
2188 2005-10-20 Kim F. Storm <storm@cua.dk>
2189
2190 * buffer.c (clone_per_buffer_values): Remove unused var tem.
2191 (init_buffer): Remove unused vars dotstat, pwdstat.
2192
2193 * ccl.c (check_ccl_update): Remove unused var vp.
2194
2195 * fileio.c (auto_save_error): Call SAFE_FREE.
2196
2197 * fns.c (Fchar_table_range): Remove unused var i.
2198
2199 * minibuf.c (display_completion_list_1): New wrapper function
2200 for Fdisplay_completion_list.
2201 (Fminibuffer_completion_help): Use it.
2202
2203 * term.c (encode_terminal_code): Remove unused var src_start.
2204
2205 * window.c (Fwindow_tree): Remove unused var alist.
2206
2207 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
2208
2209 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
2210
2211 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
2212
2213 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
2214
2215 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
2216
2217 2005-10-20 Andreas Schwab <schwab@suse.de>
2218
2219 * minibuf.c (Fdisplay_completion_list): Doc fix.
2220
2221 2005-10-19 Kim F. Storm <storm@cua.dk>
2222
2223 * image.c (check_image_size): Handle integer Vmax_image_size value
2224 directly as max pixel value. Use default frame size for null frame.
2225 (syms_of_image) <max-image-size>: Describe integer value.
2226
2227 2005-10-19 Romain Francoise <romain@orebokech.com>
2228
2229 * emacs.c (main): Update copyright year.
2230
2231 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2232
2233 * image.c (Vmax_image_size): New variable.
2234 (check_image_size): New function.
2235 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
2236 (gif_load, gs_load): Use it.
2237 (lookup_image): Try loading again if previous load failed.
2238 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
2239 to display in, NULL if none.
2240 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
2241 argument.
2242
2243 2005-10-18 Richard M. Stallman <rms@gnu.org>
2244
2245 * search.c (Fstring_match): Doc fix.
2246
2247 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2248
2249 * macterm.c (note_mouse_movement): Use PtInRect.
2250 (XTread_socket): Also ignore mouse motion just before a button
2251 release event. Don't process button release event when mouse is
2252 not grabbed.
2253
2254 2005-10-16 Masatake YAMATO <jet@gyve.org>
2255
2256 * minibuf.c (Fdisplay_completion_list): Add new optional
2257 argument COMMON_SUBSTRING. Bind `completion-common-substring'
2258 to the optional argument during running `completion-setup-hook'.
2259
2260 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2261
2262 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
2263 Allow nil as argument.
2264 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
2265 for encoding arguments as UTF-16 in native byte order, no BOM.
2266
2267 * macfns.c (Fx_create_frame): Add debugging code.
2268 (Fx_show_tip): Set frame pixel width and height.
2269
2270 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
2271 (FRAME_NORMAL_GC): New macro.
2272 (mac_draw_line, mac_clear_area, mac_clear_window)
2273 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
2274 (mac_draw_image_string, mac_draw_image_string_16): Rename from
2275 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
2276 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
2277 All uses changed.
2278 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
2279 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
2280 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
2281 (mac_draw_string_16, mac_draw_image_string)
2282 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
2283 (mac_scroll_area): Drawing functions now take frame as destination.
2284 All uses changed.
2285 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
2286 (x_draw_fringe_bitmap): Set clipping area in face->gc.
2287
2288 * macterm.h (mac_clear_area): Add extern.
2289
2290 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2291
2292 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
2293 changes for xterm.c.
2294
2295 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
2296
2297 2005-10-14 Kenichi Handa <handa@m17n.org>
2298
2299 * search.c (search_buffer): Give up BM search on case-fold-search
2300 if one of a target character has a case-equivalence of different
2301 charset even if that target charcter is an ASCII.
2302
2303 * casefiddle.c (casify_object): Fix for the case that case
2304 conversion change the byte length.
2305
2306 2005-10-14 Kim F. Storm <storm@cua.dk>
2307
2308 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
2309 (handle_one_xevent): Only clear help_echo_string; restore it if
2310 note_mouse_movement didn't record any mouse movement.
2311
2312 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
2313 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
2314
2315 * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT.
2316 (Fposn_at_x_y): Fix calculation of x coordinate.
2317 (Fposn_at_point): Return nil if point is hscrolled out of view.
2318
2319 2005-10-13 Andreas Schwab <schwab@suse.de>
2320
2321 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
2322 non-interactive mode.
2323
2324 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2325
2326 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
2327
2328 2005-10-12 Kim F. Storm <storm@cua.dk>
2329
2330 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
2331
2332 2005-10-12 Romain Francoise <romain@orebokech.com>
2333
2334 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
2335
2336 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2337
2338 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
2339 get end of text rows. Obtain header-line/mode-line rows directly.
2340
2341 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
2342 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
2343
2344 2005-10-12 Kim F. Storm <storm@cua.dk>
2345
2346 * xdisp.c (remember_mouse_glyph): New generic version based on
2347 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
2348 properly handle all different window areas.
2349
2350 * dispextern.h (remember_mouse_glyph): Add prototype.
2351
2352 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
2353 (note_mouse_movement, XTmouse_position): Use generic
2354 remember_mouse_glyph, add last_mouse_glyph arg.
2355
2356 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
2357 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
2358 (note_mouse_movement, w32_mouse_position): Use generic
2359 remember_mouse_glyph, add last_mouse_glyph arg.
2360
2361 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
2362 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
2363 (XTmouse_position): Adapt to use generic remember_mouse_glyph
2364 instead of pixel_to_glyph_coords.
2365
2366 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
2367 Fix x position for ON_TEXT when left margin width > 0.
2368
2369 2005-10-11 Kim F. Storm <storm@cua.dk>
2370
2371 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
2372
2373 * keyboard.c (make_lispy_position): Fix buffer calculations for
2374 mouse click or movement in right fringe and the margins.
2375
2376 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * image.c (fn_jpeg_stdio_src): Don't define it.
2379 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
2380 (our_common_init_source): Rename from `our_init_source'.
2381 (our_common_term_source): Rename from `our_term_source'.
2382 (our_memory_fill_input_buffer): Rename from
2383 `our_fill_input_buffer'.
2384 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
2385 (jpeg_memory_src): Use the new names.
2386 (struct jpeg_stdio_mgr): New struct.
2387 (JPEG_STDIO_BUFFER_SIZE): New constant.
2388 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
2389 (jpeg_file_src): New functions.
2390 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
2391
2392 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2393
2394 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
2395 (fm_font_family_alist): New variable.
2396 (syms_of_macterm): Initialize and staticpro it.
2397 (decode_mac_font_name): Replace '-' in family name with '_' if it
2398 occurs just once. Lower family name.
2399 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
2400 All uses changed. Remove argument MF and code conversion for it.
2401 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
2402 to CHARSET. Parse font size. Lower family name. Return integer
2403 value for status of parsing.
2404 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
2405 Don't use Fdowncase because family name is already lowered by
2406 decode_mac_font_name.
2407 (init_font_name_table): Always call decode_mac_font_name.
2408 Add pair of family name and its reference to fm_font_family_alist.
2409 (mac_clear_font_name_table): Clear fm_font_family_alist.
2410 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
2411 Lookup fm_font_family_alist to get font family reference.
2412 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
2413 name is already lowered by parse_x_font_name.
2414
2415 2005-10-11 Kim F. Storm <storm@cua.dk>
2416
2417 * xterm.c (glyph_rect): Return 0 if position is outside text area.
2418
2419 * keyboard.c (make_lispy_position): Fix buffer position calculation for
2420 mouse click or movement in fringe.
2421
2422 2005-10-10 Jason Rumney <jasonr@gnu.org>
2423
2424 * xterm.c (remember_mouse_glyph): New function.
2425 (note_mouse_movement): Use it to remember the current glyph if changed.
2426 (XTmouse_position): Fix calculation of fake glyph under mouse.
2427 Move code to calculate glyph under mouse into remember_mouse_glyph.
2428
2429 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2430
2431 * emacs.c (USAGE3, standard_args): -nb => -nbi.
2432
2433 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
2436 (next_frame, prev_frame, set_term_frame_name): Make static.
2437
2438 * window.c (Fwindow_tree): Fix spelling.
2439
2440 2005-10-09 Romain Francoise <romain@orebokech.com>
2441
2442 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
2443
2444 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2445
2446 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
2447 Add options -nb, --no-bitmap-icon.
2448
2449 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
2450
2451 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2452
2453 * macgui.h (MAX_CLIP_RECTS): New define.
2454 (struct _XGC): New member clip_region.
2455 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
2456 clip_rects.
2457
2458 * macterm.c (GC_CLIP_REGION): New macro.
2459 (saved_port_clip_region): New variable.
2460 (mac_begin_clip, mac_end_clip): New functions.
2461 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
2462 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
2463 (mac_copy_area_with_mask, mac_scroll_area): Use them.
2464 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
2465 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
2466 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
2467 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
2468 rectangles stored in gc.
2469 (XFreeGC): Dispose of clipping region.
2470 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
2471 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
2472 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
2473 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
2474 (x_draw_bar_cursor): Use them.
2475 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
2476 get multiple clipping rectangles.
2477
2478 * macterm.h (mac_term_init): Add types to extern.
2479 (struct mac_output): Remove members mWP and pending_menu_activation.
2480 Put members scroll_bar_foreground_pixel and
2481 scroll_bar_background_pixel in #if 0.
2482 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
2483
2484 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
2485 Add debugging code.
2486
2487 2005-10-08 Kim F. Storm <storm@cua.dk>
2488
2489 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
2490
2491 2005-10-07 Kim F. Storm <storm@cua.dk>
2492
2493 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
2494 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
2495 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
2496
2497 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2498
2499 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
2500 to for_overlaps. Now occupy 3 bits.
2501 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
2502 (OVERLAPS_ERASED_CURSOR): New defines.
2503 (struct redisplay_interface): Add new OVERLAPS arg to member
2504 fix_overlapping_area.
2505 (x_fix_overlapping_area): Add new OVERLAPS arg.
2506 (get_glyph_string_clip_rects): Add extern.
2507
2508 * dispnew.c (redraw_overlapping_rows):
2509 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
2510
2511 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
2512 for_overlaps.
2513 (get_glyph_string_clip_rects): New function created from
2514 get_glyph_string_clip_rect. Set clipping rectangles according to the
2515 value of for_overlaps. Enable to store multiple clipping rectangles.
2516 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
2517 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
2518 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
2519 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
2520 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
2521 calculating clipping rectangles later. Call x_fix_overlapping_area
2522 with new OVERLAPS arg to draw only erased cursor area.
2523 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
2524 to draw overlaps in both preceding and succeeding rows.
2525
2526 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
2527 struct glyph_string to for_overlaps.
2528
2529 2005-10-04 Richard M. Stallman <rms@gnu.org>
2530
2531 * alloc.c (refill_memory_reserve): Conditionalize the body,
2532 not the function's existence.
2533
2534 2005-10-04 Kim F. Storm <storm@cua.dk>
2535
2536 * window.c (window_split_tree): New function.
2537 (Fwindow_split_tree): New defun.
2538 (syms_of_window): Defsubr it.
2539
2540 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2541
2542 * macterm.c (mac_invert_rectangle): New function.
2543 (XTflash): Use it.
2544
2545 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * regex.h (re_char): Don't expose it in the interface.
2548 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
2549
2550 * regex.c (re_char): Move it back here.
2551 (re_set_whitespace_regexp): Change the arg's type to not use it.
2552
2553 * keyboard.c (make_lispy_event): If point has moved between down and up
2554 event, make it a drag, not a click, to mirror what
2555 mouse-drag-region expects.
2556
2557 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
2558
2559 * lisp.h (fatal): Undo previous change.
2560 * term.c (fatal): Undo previous change.
2561
2562 2005-10-01 Richard M. Stallman <rms@gnu.org>
2563
2564 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
2565
2566 2005-10-01 Kim F. Storm <storm@cua.dk>
2567
2568 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
2569
2570 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2571
2572 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
2573
2574 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
2575 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
2576 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
2577 Try ATSUI-compatible 12pt Monaco font first.
2578
2579 * macgui.h (struct _XCharStruct): New member valid_p.
2580 (STORE_XCHARSTRUCT): Set valid_p.
2581 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
2582
2583 * macterm.c (mac_draw_string_common, x_per_char_metric)
2584 (mac_compute_glyph_string_overhangs, init_font_name_table)
2585 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
2586 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
2587 (x_draw_glyph_string_background)
2588 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
2589 XDrawImageString. Always draw background and foreground separately.
2590 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
2591 functions for one-byte chars when using ATSUI-compatible fonts.
2592 (atsu_font_id_hash) [USE_ATSUI]: New variable.
2593 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
2594 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
2595 max_char_or_byte2 more in detail.
2596 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
2597
2598 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
2599
2600 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
2601 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
2602
2603 * unexelf.c (fatal): Fix prototype.
2604
2605 * term.c (fatal): Implement using varargs.
2606
2607 * regex.c (re_char): Move typedef ...
2608 * regex.h (re_char): ... here.
2609 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
2610
2611 * emacs.c (malloc_set_state): Fix return type.
2612 (endif): Fix type.
2613
2614 * lisp.h (fatal): Add argument types.
2615
2616 * dispextern.h (fatal): Delete prototype.
2617
2618 * systime.h (make_time): Prototype moved from ...
2619 * editfns.c (make_time): ... here.
2620
2621 * editfns.c: Move systime.h include after lisp.h.
2622 * dired.c:
2623 * xsmfns.c:
2624 * process.c: Likewise.
2625
2626 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
2627 Add parameter types.
2628 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
2629 (emacs_blocked_free): Change definition to match __free_hook.
2630 (emacs_blocked_malloc): Change definition to match __malloc_hook.
2631 (emacs_blocked_realloc): Change definition to match __realloc_hook.
2632
2633 2005-09-30 Romain Francoise <romain@orebokech.com>
2634
2635 * minibuf.c (Fread_buffer): Follow convention for reading from the
2636 minibuffer with a default value. Doc fix.
2637
2638 2005-09-29 Juri Linkov <juri@jurta.org>
2639
2640 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
2641 Rename argument name `string' to `format-string'.
2642 (Fformat): Doc fix.
2643
2644 2005-09-28 Kim F. Storm <storm@cua.dk>
2645
2646 * image.c (gif_load): Fix size of allocated image buffer
2647 for images where a sub-image may be larger than the image's
2648 total height/width specifications.
2649
2650 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2651
2652 * macgui.h (struct _XCharStruct): Each member now takes short value.
2653
2654 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
2655
2656 * xfaces.c (lookup_derived_face): Add parameter type.
2657
2658 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
2659
2660 * marker.c (verify_bytepos): Add parameter type.
2661
2662 * process.c (get_operating_system_release): Move prototype ...
2663
2664 * systime.h (get_operating_system_release): ... here.
2665
2666 * xterm.c (handle_one_xevent): Refer to union field to match the
2667 type required by the function definition.
2668 (set_vertical_scroll_bar): Move prototype ...
2669
2670 * xterm.h: ... here.
2671
2672 * fns.c (internal_equal, seed_random): Fix prototypes.
2673 (internal_equal): Add missing parameter.
2674
2675 2005-09-25 Richard M. Stallman <rms@gnu.org>
2676
2677 * keyboard.c (update_menu_bindings): Variable deleted.
2678 (syms_of_keyboard): Don't defvar it.
2679 (parse_menu_item): Don't test it.
2680
2681 2005-09-23 Richard M. Stallman <rms@gnu.org>
2682
2683 * editfns.c (Fformat): Explicitly test for end of format string
2684 and don't use `index'.
2685
2686 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
2687
2688 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
2689 Define BROKEN_GET_CURRENT_DIR_NAME.
2690
2691 * sysdep.c (get_current_dir_name): Also define if
2692 BROKEN_GET_CURRENT_DIR_NAME.
2693
2694 * m/ibmrs6000.h: Test for USG5, not USG5_4.
2695
2696 2005-09-22 Kim F. Storm <storm@cua.dk>
2697
2698 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
2699 (message2): Fix commentary. Ok to use alloca'ed memory.
2700 Still not ok to use Lisp string data (because of GC).
2701 (set_message): Add comment why GC cannot happen.
2702
2703 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2704
2705 * macterm.c (xlfdpat_block_match_1): Fix assertion.
2706 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
2707 variants for a scalable font multiple times.
2708
2709 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2710
2711 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
2712 Setup slave tty options before forking.
2713
2714 2005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2715
2716 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
2717 positions have been set for the frame (as is done for frames in
2718 special-display-buffer-names).
2719
2720 2005-09-19 Kim F. Storm <storm@cua.dk>
2721
2722 * editfns.c (Fformat): Don't scan past end of format string that
2723 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
2724
2725 2005-09-18 Andreas Schwab <schwab@suse.de>
2726
2727 * window.h (struct window): Remove height_fixed_p, no longer set.
2728
2729 * window.c (make_window): Don't initialize height_fixed_p.
2730 (window_fixed_size_p): Don't use it.
2731
2732 2005-09-18 John Paul Wallington <jpw@pobox.com>
2733
2734 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
2735
2736 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2737
2738 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
2739
2740 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
2741 New variables.
2742 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
2743 file selection.
2744
2745 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
2746
2747 2005-09-17 Eli Zaretskii <eliz@gnu.org>
2748
2749 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
2750 (obj): Use XMENU_OBJ, not a literal xmenu.o.
2751
2752 2005-09-16 Romain Francoise <romain@orebokech.com>
2753
2754 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
2755
2756 2005-09-15 Richard M. Stallman <rms@gnu.org>
2757
2758 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
2759 (display_mode_element): Instead of `lisp_string' and `this',
2760 record `offset' and increment that.
2761 `last_offset' replaces `last'.
2762
2763 * Makefile.in (XMENU_OBJ): Variable deleted.
2764 (obj): Use xmenu.o unconditionally.
2765 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
2766
2767 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
2768
2769 2005-09-15 Kim F. Storm <storm@cua.dk>
2770
2771 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
2772 (reseat_at_next_visible_line_start): Likewise (in xassert).
2773
2774 2005-09-14 Romain Francoise <romain@orebokech.com>
2775
2776 * fileio.c (write_region_inhibit_fsync): New variable.
2777 (Fwrite_region): Use it to skip call to fsync.
2778 (syms_of_fileio): Initialize it.
2779
2780 2005-09-14 Kenichi Handa <handa@m17n.org>
2781
2782 * coding.c (code_convert_region_unwind): Argument format changed.
2783 (run_pre_post_conversion_on_str): If pre-write-conversion function
2784 changed the current buffer, delete the new buffer.
2785 (run_pre_write_conversin_on_c_str): Likewise.
2786
2787 * fileio.c (Fexpand_file_name): Check multibyteness of
2788 default_directory.
2789
2790 2005-09-13 Kenichi Handa <handa@m17n.org>
2791
2792 * composite.c (compose_chars_in_text): Delete it.
2793
2794 * composite.h (compose_chars_in_text): Delete extern.
2795
2796 2005-09-13 Kim F. Storm <storm@cua.dk>
2797
2798 * print.c (print_error_message): Fix last change.
2799
2800 2005-09-12 Kim F. Storm <storm@cua.dk>
2801
2802 * composite.c (compose_chars_in_text): Fix setup of `pend'.
2803 Unconditionally reload `ptr' and `pend' after eval.
2804
2805 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
2806
2807 * print.c (print_error_message): Pass copy of caller name to
2808 message_dolog.
2809
2810 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
2811
2812 2005-09-12 Kenichi Handa <handa@m17n.org>
2813
2814 * xdisp.c (display_mode_element): Be sure to make variables THIS
2815 and LISP_STRING point into a string data of ELT.
2816
2817 2005-09-12 Kim F. Storm <storm@cua.dk>
2818
2819 * editfns.c (Ftranslate_region_internal): Reload `tt' after
2820 signal_after_change that may have GC'ed.
2821 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
2822
2823 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
2824 after insert while runs signal_after_change.
2825
2826 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
2827 declaration to where it is used.
2828
2829 * w32.c (check_windows_init_file): Fix allocation of error buffer.
2830
2831 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
2832 (x_set_name_internal): Call x_encode_text with new FREEP arg to
2833 know if xfree is needed instead of guessing.
2834
2835 * xterm.h (x_encode_text): Remove prototype.
2836
2837 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
2838
2839 * w32term.c (x_bitmap_icon): Load small icons too.
2840
2841 2005-09-10 Romain Francoise <romain@orebokech.com>
2842
2843 * buffer.c (init_buffer): Grow buffer to add directory separator
2844 and terminal zero. Fix typos.
2845
2846 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2847
2848 * buffer.c (init_buffer): Fix error message for failed call to
2849 get_current_dir_name.
2850 (get_current_dir_name): Remove prototype.
2851
2852 * xsmfns.c (get_current_dir_name): Remove prototype.
2853
2854 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
2855 Add prototype.
2856
2857 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
2858 Don't #undef NULL after including blockinput.h.
2859
2860 * config.in: Regenerated.
2861
2862 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
2863
2864 Remove the MAXPATHLEN limitations:
2865
2866 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
2867 New function.
2868
2869 * buffer.c (init_buffer): Use it.
2870
2871 * xsmfns.c (smc_save_yourself_CB): Ditto.
2872
2873 2005-09-09 Kim F. Storm <storm@cua.dk>
2874
2875 * doc.c (Fsubstitute_command_keys): Lookup key binding for
2876 commands that are remapped from some other command.
2877
2878 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
2879 flag in disabled rows below the window.
2880
2881 * frame.h (struct frame): New member updated_p.
2882
2883 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
2884 member. Remove local `updated' array and associated variables.
2885
2886 2005-09-07 Kim F. Storm <storm@cua.dk>
2887
2888 * xdisp.c (handle_display_prop): Respect overlay window property.
2889
2890 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
2891 Fixes crash reported by YAMAMOTO Mitsuharu.
2892
2893 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2894
2895 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
2896 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
2897 (xlfdpat_block_match_1, xlfdpat_match): New functions.
2898 (xlfdpat_block_match): New macro.
2899 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
2900 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
2901 (add_font_name_table_entry): Increase font_name_table_size more
2902 rapidly.
2903 (mac_c_string_match): Remove function.
2904 (mac_do_list_fonts): Use XLFD pattern match instead of regular
2905 expression match.
2906
2907 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
2908
2909 2005-09-03 Richard M. Stallman <rms@gnu.org>
2910
2911 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
2912 (move_it_in_display_line_to): Stop after last char on line even
2913 on a windowing terminal, if that's the specified stop position.
2914
2915 * fns.c (Fsort): Doc fix.
2916
2917 * editfns.c (Fpropertize): Don't insist that properties be symbols.
2918
2919 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * dired.c (directory_files_internal_unwind, directory_files_internal)
2922 (file_name_completion): Use a Save_Value object rather than a cons of
2923 two 16bit ints to store the DIR*.
2924 (directory_files_internal, file_name_completion): Handle both EINTR and
2925 EAGAIN consistently after `readdir'.
2926
2927 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * intervals.c (update_interval): Add position info in error.
2930
2931 * dispnew.c (window_to_frame_hpos, update_window):
2932 Avoid gcc warning about unused variable `f'.
2933
2934 2005-08-31 Jason Rumney <jasonr@gnu.org>
2935
2936 * w32menu.c (add_menu_item): If unicode_append_menu returns an
2937 error, revert to using AppendMenu.
2938
2939 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2940
2941 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
2942 All uses changed.
2943 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
2944 cases.
2945 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
2946 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
2947 Use posix_pathname_to_fsspec.
2948 [MAC_OS] (xpm_load_image): Fill in background_transparent field
2949 while we have mask.
2950
2951 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
2952
2953 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
2954
2955 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * syntax.c (update_syntax_table): Properly reproduce the special +1
2958 setting of e_property at the end of the buffer when bumping into the
2959 INTERVALS_AT_ONCE limit.
2960
2961 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2962
2963 * emacs.c (USAGE1): Fix the description of the -Q option.
2964
2965 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
2968
2969 2005-08-26 Kim F. Storm <storm@cua.dk>
2970
2971 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
2972 Don't move PT to new window start.
2973
2974 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2975
2976 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
2977 ICONIFY/DEICONIFY_EVENT.
2978
2979 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
2980 Restore background color.
2981 (mac_handle_visibility_change): New function.
2982 (x_make_frame_invisible, x_iconify_frame)
2983 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
2984 [USE_CARBON_EVENTS] (mac_handle_window_event)
2985 (install_window_handler): Handle visibility change events.
2986 (x_make_frame_visible): Don't reposition window if it is iconified
2987 or asked for visible before. Select and uncollapse window when it
2988 is made visible.
2989 (x_make_frame_invisible): Don't reset x_highlight_frame.
2990 (x_iconify_frame): Likewise. Make invisible frame visible before
2991 it is iconified.
2992 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
2993 (do_window_update): Don't change visibility of invisible frame.
2994
2995 2005-08-22 Juri Linkov <juri@jurta.org>
2996
2997 * term.c (turn_on_face): Check for TS_set_foreground and
2998 TS_set_background depending on standout_mode. Simplify.
2999
3000 2005-08-21 Kim F. Storm <storm@cua.dk>
3001
3002 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
3003 bitmaps on fully visible rows.
3004
3005 * fringe.c (update_window_fringes): Replace FORCE_P arg with
3006 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
3007 and return 0.
3008
3009 * xdisp.c (redisplay_window): Call update_window_fringes with
3010 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
3011
3012 2005-08-20 Richard M. Stallman <rms@gnu.org>
3013
3014 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
3015 (resize_mini_window): Set w->start, and PT, so as to display the tail
3016 end of the buffer, if it doesn't all fit.
3017
3018 2005-08-18 Kim F. Storm <storm@cua.dk>
3019
3020 * xdisp.c (calc_pixel_width_or_height): Use actual display
3021 resolution when available instead of Vdisplay_pixels_per_inch.
3022
3023 2005-08-17 Kim F. Storm <storm@cua.dk>
3024
3025 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
3026
3027 * dispnew.c (buffer_posn_from_coords): Check that target row is
3028 within matrix.
3029
3030 2005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3031
3032 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
3033 xg_set_frame_icon and call it.
3034
3035 * gtkutil.c (xg_set_frame_icon): New function.
3036
3037 * gtkutil.h (xg_set_frame_icon): Declare it.
3038
3039 2005-08-16 Kim F. Storm <storm@cua.dk>
3040
3041 * dispnew.c (increment_row_positions): Skip non-enabled rows.
3042
3043 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
3044 (Fcurrent_window_configuration): Use VECSIZE macro instead.
3045
3046 2005-08-15 Richard M. Stallman <rms@gnu.org>
3047
3048 * xdisp.c (message3_nolog): Clear echo_message_buffer.
3049
3050 2005-08-15 Kim F. Storm <storm@cua.dk>
3051
3052 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
3053
3054 * process.c (deactivate_process, status_notify, read_process_output)
3055 (update_status, status_convert, decode_status, allocate_pty)
3056 (make_process, remove_process, list_processes_1)
3057 (create_process_1, unwind_request_sigio, read_process_output)
3058 (send_process, keyboard_bit_set): Declare static.
3059 (Fdelete_process): Simplify. Pass process to status_notify, so we
3060 don't try to read output from it.
3061 (status_notify): New arg deleting_process--don't try to read
3062 output from that process.
3063
3064 * lisp.h (deactivate_process, status_notify, read_process_output):
3065 Remove prototypes.
3066
3067 2005-08-14 Richard M. Stallman <rms@gnu.org>
3068
3069 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
3070 define_image_type.
3071
3072 2005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3073
3074 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
3075 (xg_get_image_for_pixmap): Move some code to
3076 xg_get_pixbuf_from_pix_and_mask, and call it.
3077
3078 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
3079
3080 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
3081 to get an GTK icon and set it with GTK functions to avoid having GTK
3082 override an icon set with just X functions.
3083
3084 2005-08-11 Richard M. Stallman <rms@gnu.org>
3085
3086 * image.c (syms_of_image): Init image_types here, and call
3087 define_image_type.
3088 (init_image): Not here.
3089
3090 2005-08-09 Richard M. Stallman <rms@gnu.org>
3091
3092 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
3093
3094 * lisp.h (QUIT): Throw t to Vthrow_on_input.
3095
3096 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
3097
3098 * floatfns.c (Fexpt): Use floats for negative exponent.
3099
3100 2005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3101
3102 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
3103 should not be there, causing menu display errors with GTK 2.6.9.
3104
3105 2005-08-07 Richard M. Stallman <rms@gnu.org>
3106
3107 * floatfns.c (Fexpt): Undo previous change.
3108
3109 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
3110 so it can be used with various state vectors.
3111
3112 * emacs.c (endif): Convert -script into -scriptload.
3113 (standard_args): Add -scriptload. Allow -basic-display with one dash.
3114
3115 * fns.c (syms_of_fns): Add `emacs' to features.
3116
3117 * term.c (set_terminal_modes): If no TS_termcap_modes string,
3118 output newlines to scroll the old screen contents off the screen.
3119
3120 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
3121
3122 * floatfns.c (Fexpt): Use floats for negative exponent.
3123 Reported by D Goel.
3124
3125 2005-08-02 Richard M. Stallman <rms@gnu.org>
3126
3127 * frame.c (Fframe_char_width): Doc fix.
3128
3129 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
3132 Defvar it.
3133
3134 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
3137 (my_create_window, my_create_tip_window): Make static.
3138
3139 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
3140 (my_set_foreground_window, my_destroy_window): Make static.
3141
3142 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
3143
3144 Merge gnulib getopt implementation into Emacs.
3145
3146 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
3147 now part of lib-src.
3148
3149 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
3152
3153 2005-07-25 Jason Rumney <jasonr@gnu.org>
3154
3155 * w32menu.c (w32_menu_display_help): Suppress tooltip when
3156 navigating menus with the keyboard.
3157
3158 2005-07-23 Richard M. Stallman <rms@gnu.org>
3159
3160 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
3161
3162 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
3163 gc_relative_threshold, one by one.
3164
3165 * keyboard.c (read_char): Test gc_cons_threshold.
3166 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
3167
3168 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
3169 gc_relative_threshold, one by one.
3170
3171 * alloc.c (gc_cons_threshold): Not static.
3172 (gc_cons_combined_threshold): Var deleted.
3173 (gc_relative_threshold): New variable.
3174 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
3175 instead of gc_cons_combined_threshold.
3176
3177 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
3178 (gc_cons_combined_threshold): Declaration deleted.
3179
3180 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3181
3182 * mac.c: Don't include stdlib.h or string.h.
3183 (Fdo_applescript, Fmac_file_name_to_posix)
3184 (Fmac_file_name_to_posix): Doc fixes.
3185 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
3186 (Fmac_code_convert_string): Likewise.
3187 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
3188 if the executable is not contained in a bundle.
3189
3190 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
3191 (gray_width, gray_height): Remove defines.
3192 (gray_bits, gray_bitmap_width, gray_bitmap_height)
3193 (gray_bitmap_bits): Remove variables.
3194 (lispy_function_keys): Remove extern.
3195 (free_frame_menubar): Add extern.
3196 (x_window_to_frame): Remove function.
3197 (unwind_create_tip_frame): Add declaration.
3198 (x_set_name_internal): New function.
3199 (x_set_name, x_set_title): Use it.
3200 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
3201 (Fx_display_pixel_height, Fx_display_planes)
3202 (Fx_display_color_cells, Fx_server_max_request_size)
3203 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
3204 (Fx_display_mm_height, Fx_display_mm_width)
3205 (Fx_display_backing_store, Fx_display_visual_class)
3206 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
3207
3208 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
3209
3210 * macselect.c (Fx_own_selection_internal): Follow error conventions.
3211 (Fx_get_selection_internal, Fx_selection_owner_p)
3212 (Fx_selection_exists_p): Doc fixes.
3213 (syms_of_macselect) <selection-converter-alist>: Likewise.
3214
3215 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3216
3217 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
3218
3219 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
3220 (Fccl_execute_on_string): Likewise; add usage info.
3221
3222 * composite.c (Fcompose_region_internal)
3223 (Fcompose_string_internal):
3224 Improve argument/docstring consistency.
3225
3226 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
3227 Fix typos in docstrings.
3228
3229 * textprop.c (Fnext_char_property_change)
3230 (Fprevious_char_property_change): Doc fixes.
3231
3232 * window.c (Fset_window_margins, Fset_window_fringes):
3233 Improve argument/docstring consistency.
3234
3235 * xfaces.c (Finternal_lisp_face_p): Doc fix.
3236
3237 2005-07-21 Andreas Schwab <schwab@suse.de>
3238
3239 * eval.c (restore_stack_limits): Return a value.
3240
3241 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3242
3243 * eval.c (Fdefvar): Doc fix.
3244
3245 2005-07-20 Kim F. Storm <storm@cua.dk>
3246
3247 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
3248 Use make_save_value to unwind protect stream.
3249
3250 * lread.c (Fload, load_unwind):
3251 Use make_save_value to unwind protect stream.
3252
3253 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
3254
3255 * eval.c (Fprog2, Fcalled_interactively_p),
3256 (syms_of_eval) <debug-on-quit>: Doc fixes.
3257 (syms_of_eval) <max-specpdl-size>:
3258 (Finteractive_p): Fix typos in docstrings.
3259
3260 2005-07-19 Kim F. Storm <storm@cua.dk>
3261
3262 * w32fns.c (Vx_hand_shape): Variable removed.
3263 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
3264
3265 2005-07-19 Kenichi Handa <handa@m17n.org>
3266
3267 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
3268
3269 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3270
3271 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
3272
3273 2005-07-18 Kim F. Storm <storm@cua.dk>
3274
3275 * frame.h (struct frame): New member already_hscrolled_p.
3276
3277 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
3278 to avoid redisplay looping hscrolling back and forth ad infinitum.
3279
3280 2005-07-18 Juri Linkov <juri@jurta.org>
3281
3282 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
3283 * keymap.c (Fminor_mode_key_binding):
3284 * macterm.c (mac-emulate-three-button-mouse):
3285 Delete duplicate duplicate words.
3286
3287 2005-07-18 Ken Raeburn <raeburn@gnu.org>
3288
3289 * minibuf.c (Ftest_completion): Fix odd syntax in test.
3290
3291 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3292
3293 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
3294
3295 * macgui.h (struct _XGC): New struct.
3296 (GC): Use it.
3297 (GCForeground, GCBackground, GCFont): Use X11 mask values.
3298 (XCreateGC, XParseGeometry): Move externs to macterm.h.
3299
3300 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
3301 (XSetFont): Add declaration.
3302 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
3303 Remove functions.
3304 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
3305 New defines.
3306 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
3307 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
3308 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
3309 Use them.
3310 (mac_erase_rectangle): New function.
3311 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
3312 (x_draw_stretch_glyph_string): Use it.
3313 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
3314 (XSetBackground, XSetFont): Adjust for new GC implementation.
3315 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
3316 (XTset_vertical_scroll_bar): Clear area under scroll bar.
3317
3318 * macterm.h (struct mac_display_info): Change types of
3319 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
3320 (XCreateGC, XParseGeometry): Move externs from macgui.h.
3321
3322 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
3323
3324 2005-07-16 Richard M. Stallman <rms@gnu.org>
3325
3326 * buffer.c (Fmake_overlay): Doc fix.
3327
3328 2005-07-16 Eli Zaretskii <eliz@gnu.org>
3329
3330 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
3331 Vw32_valid_locale_ids, and Vw32_valid_codepages.
3332
3333 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3334
3335 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
3336 Use Fstring_as_unibyte instead of string_make_unibyte.
3337
3338 2005-07-15 Richard M. Stallman <rms@gnu.org>
3339
3340 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
3341
3342 2005-07-15 Kim F. Storm <storm@cua.dk>
3343
3344 * xdisp.c: Fix redisplay loop in last change.
3345 (IT_POS_VALID_AFTER_MOVE_P): New macro.
3346 (move_it_vertically_backward, move_it_by_lines): Use it.
3347
3348 2005-07-14 Jason Rumney <jasonr@gnu.org>
3349
3350 * w32.c (init_environment): Default HOME directory to user's
3351 appdata directory if possible.
3352
3353 2005-07-14 Kim F. Storm <storm@cua.dk>
3354
3355 * .gdbinit (pitx): Fix output format. Print string charpos.
3356
3357 * lread.c (syms_of_lread): Initialize seen_list.
3358
3359 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
3360
3361 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
3362 Staticpro re_match_object.
3363
3364 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3365
3366 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
3367 dereference.
3368
3369 * macterm.c (mac_window_to_frame): Remove duplicate define.
3370
3371 2005-07-14 Kenichi Handa <handa@m17n.org>
3372
3373 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
3374 (code_convert_region): Adjust for the above change.
3375 (set_conversion_work_buffer): If the work buffer is already in
3376 use, generate a new buffer and return it. Otherwise return Qnil.
3377 (run_pre_post_conversion_on_str): Adjust for the above change.
3378 (run_pre_write_conversin_on_c_str): Likewise.
3379
3380 2005-07-13 Kim F. Storm <storm@cua.dk>
3381
3382 * xdisp.c (start_display): Don't reseat to next visible line start
3383 if current start position is in a string or image.
3384 (move_it_vertically_backward): Be sure to move out of strings and
3385 images when moving it2 forward.
3386 (move_it_by_lines): When moving forward, move to next buffer
3387 position if we end up in a string or image. When moving backward,
3388 count rows moved over when moving to start of current row in case
3389 row starts in middle of a string or image. Also move further
3390 backward if we end up in a string or image.
3391 (try_cursor_movement): If overlay string spans multiple lines,
3392 move backward to set cursor on start of an overlay string.
3393 (cursor_row_p): Row is ok if cursor is at newline from string, but
3394 string starts on this line (so we always position cursor at start
3395 of string).
3396
3397 * indent.c (Fvertical_motion): If start position is on an image,
3398 don't move back if we move too far (that's almost certain to happen).
3399
3400 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
3401 row in minibuffer windows.
3402 (try_window): Don't check margins in minibuffer windows.
3403
3404 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3405
3406 * macterm.c: Don't include stdlib.h or composite.h.
3407 (x_use_underline_position_properties, last_mouse_press_frame)
3408 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
3409 (syms_of_macterm, mac_initialize): Don't initialize them.
3410 (waiting_for_input, initial_argv, initial_argc)
3411 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
3412 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
3413 (extra_keyboard_modifiers): Fix type in extern.
3414 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
3415 (x_scroll_bar_report_motion): Add argument types to declaration.
3416 (mac_compute_glyph_string_overhangs): Add declaration.
3417 (disable_mouse_highlight): Remove unused variable.
3418 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
3419 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
3420 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
3421 All callers changed.
3422 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
3423 timestamp.
3424 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
3425 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
3426 only when its width is less than the height.
3427 (XTredeem_scroll_bar): Sync with xterm.c.
3428 (font_name_table, font_name_table_size, font_name_count):
3429 Make static.
3430 (drag_and_drop_file_list): Remove variable. Previous use is now
3431 local to function.
3432 (do_ae_open_documents): Move DRAG_N_DROP event construction part
3433 from XTread_socket.
3434 (XTread_socket): Consolidate setting of event timestamp.
3435 Move DRAG_N_DROP event construction part to do_ae_open_documents.
3436 Support extra_keyboard_modifiers.
3437
3438 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
3439 beginning with that for ASCII.
3440
3441 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
3444 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
3445 (syms_of_alloc): Declare gc-cons-percentage.
3446
3447 * eval.c (Feval, Ffuncall):
3448 * keyboard.c (read_char):
3449 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
3450
3451 * lisp.h (gc_cons_combined_threshold): Declare.
3452
3453 2005-07-12 Kim F. Storm <storm@cua.dk>
3454
3455 * coding.c (Qprocess_argument):
3456 * coding.h (Qprocess_argument): Remove unused var.
3457
3458 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
3459
3460 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3461
3462 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
3463 Endian.h.
3464 [!MAC_OSX] (fchmod, fchown): New functions.
3465 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
3466 Use SBYTES and EndianU32_BtoN.
3467 (mac_get_object_from_code): Return 4 byte string even if argument
3468 is 0. Use make_unibyte_string and EndianU32_NtoB.
3469 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
3470 (Fmac_set_file_type): Fix documents and argument declarations.
3471 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
3472
3473 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
3476
3477 2005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3478
3479 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
3480 Lucid if X_I18N, font otherwise.
3481
3482 2005-07-10 Steven Tamm <steventamm@mac.com>
3483
3484 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
3485 (Fmac_set_file_type, Fmac_set_file_creator): Add.
3486 (mac_get_object_from_code, mac_get_code_from_arg): Add.
3487
3488 2005-07-10 Richard M. Stallman <rms@gnu.org>
3489
3490 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
3491 (syms_of_lread): Set up eval-buffer-list.
3492 (Feval_buffer, Feval_region): Bind eval-buffer-list.
3493
3494 2005-07-08 Richard M. Stallman <rms@gnu.org>
3495
3496 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
3497
3498 2005-07-08 Kim F. Storm <storm@cua.dk>
3499
3500 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
3501 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
3502
3503 2005-07-07 Kim F. Storm <storm@cua.dk>
3504
3505 * window.c (Frecenter): Fix last change (set iarg before use).
3506
3507 2005-07-06 Richard M. Stallman <rms@gnu.org>
3508
3509 * window.c (Frecenter): When arg is inside the scroll margin,
3510 move it out of the margin.
3511
3512 2005-07-06 Jason Rumney <jasonr@gnu.org>
3513
3514 * w32console.c (initialize_w32_display): Detect when the console
3515 dimensions are insane, and default to 80x25 instead.
3516 (w32_use_full_screen_buffer): Default to NIL.
3517
3518 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3519
3520 * macterm.c (mac_draw_vertical_window_border): Use foreground of
3521 VERTICAL_BORDER_FACE_ID for vertical border line.
3522 (mac_encode_char): Call check_ccl_update in advance.
3523 (mac_to_x_fontname, x_font_name_to_mac_font_name)
3524 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
3525 Don't assume that font family length is less than 32.
3526 (x_compute_min_glyph_bounds): Make static.
3527 (x_load_font): Never set fonts_changed_p to zero.
3528
3529 2005-07-04 Lute Kamstra <lute@gnu.org>
3530
3531 * Update FSF's address in GPL notices.
3532
3533 2005-07-03 Richard M. Stallman <rms@gnu.org>
3534
3535 * xdisp.c (try_window): Fix previous change in how it handles
3536 a partially-visible line or one only partly past the margin.
3537
3538 * window.c (window_scroll_pixel_based): Take account
3539 of this_scroll_margin when finding point when scrolling up.
3540
3541 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
3542
3543 * window.c (window_scroll_pixel_based, window_scroll_line_based):
3544 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
3545 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
3546
3547 2005-07-02 Juri Linkov <juri@jurta.org>
3548
3549 * w32term.c (w32_draw_vertical_window_border): Use foreground of
3550 VERTICAL_BORDER_FACE_ID for vertical border line.
3551
3552 2005-07-02 Eli Zaretskii <eliz@gnu.org>
3553
3554 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
3555 fchmod so that chmod doesn't get called on MSDOS before the file
3556 is closed.
3557
3558 2005-07-01 Jason Rumney <jasonr@gnu.org>
3559
3560 * w32term.c (cleartype_active): New flag for enabling sub-pixel
3561 workaround.
3562 (w32_initialize): Initialize it.
3563 (w32_native_per_char_metric): Allow a couple of extra pixels when
3564 Cleartype is active.
3565
3566 * w32term.c (w32_initialize): Move check for screen reader here
3567 from syms_of_w32term.
3568
3569 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3570
3571 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
3572 is not zero.
3573
3574 2005-07-01 Masatake YAMATO <jet@gyve.org>
3575
3576 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
3577
3578 2005-06-30 Juri Linkov <juri@jurta.org>
3579
3580 * xdisp.c (x_draw_vertical_border): If left fringe is not present
3581 decrease x coord of vertical border by 1 pixel to not occupy text
3582 area of the right window.
3583
3584 * xterm.c (x_draw_vertical_window_border): Use foreground of
3585 VERTICAL_BORDER_FACE_ID for vertical border line.
3586
3587 * term.c (turn_on_face): In standout mode apply specified
3588 fg to bg, and specified bg to fg (this makes the logic of
3589 inversion on terminal consistent with X).
3590
3591 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
3592
3593 * eval.c (user_variable_p_eh): New function.
3594 (Fuser_variable_p): Use it. Clarify docstring.
3595 Return t for aliases of user options, nil for alias loops.
3596
3597 2005-06-27 Richard M. Stallman <rms@gnu.org>
3598
3599 * eval.c (Fdefvar): Improve error message.
3600
3601 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3602
3603 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
3604 change.
3605
3606 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
3607
3608 * eval.c (Fdefvar): Don't try to set constant symbols.
3609
3610 2005-06-25 Richard M. Stallman <rms@gnu.org>
3611
3612 * macfns.c (Fx_show_tip): Pass new arg to try_window.
3613
3614 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
3615
3616 * xfns.c (Fx_show_tip): Pass new arg to try_window.
3617
3618 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
3619 (redisplay_window): Handle try_window reporting point in scroll margin.
3620
3621 * dispextern.h (try_window): Declare new arg.
3622
3623 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
3624 Use fchmod to copy the file modes.
3625 (Frename_file): Don't copy UID and GID here;
3626 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
3627
3628 * eval.c (call_debugger): Take full care of extending stack limits
3629 to make space for the debugger, and restore the change afterward.
3630 Bind debug-on-error to nil.
3631 (restore_stack_limits): New subroutine.
3632 (Fsignal): Extend specpdl bound along with eval depth bound,
3633 for calling edebug. Don't do either one, for calling debugger.
3634 (find_handler_clause): Don't bind debug-on-error here.
3635 Don't unbind anything either.
3636 Temporarily advance max_specpdl_size for calling
3637 internal_with_output_to_temp_buffer.
3638 (grow_specpdl): Don't alter max_specpdl_size before signaling
3639 an error.
3640 (syms_of_eval) <max-specpdl-size>: Doc fix.
3641
3642 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
3643
3644 2005-06-24 Eli Zaretskii <eliz@gnu.org>
3645
3646 * fileio.c (Frename_file): Undo last change: no need to ifdef away
3647 chown on DOS_NT platforms.
3648
3649 * w32.c (sys_chown): New function.
3650
3651 * s/ms-w32.h (chown): New; define to sys_chown.
3652
3653 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
3654
3655 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
3656 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
3657
3658 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
3659
3660 2005-06-23 Richard M. Stallman <rms@gnu.org>
3661
3662 * xdisp.c (get_next_display_element): Finish reversing the tests of
3663 Vnobreak_char_display.
3664
3665 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
3666 All uses changed.
3667 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
3668 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
3669
3670 * fileio.c (Frename_file): Preserve owner and group, if possible,
3671 when copying.
3672
3673 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
3674
3675 * abbrev.c (Funexpand_abbrev):
3676 * category.c (Fmake_category_set):
3677 * dispnew.c (Fsleep_for, Fsit_for):
3678 * editfns.c (Fsubst_char_in_region):
3679 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
3680 * frame.c (make_frame_without_minibuffer):
3681 * lread.c (read_vector):
3682 * macfns.c (check_x_frame):
3683 * process.c (Fstop_process, Fcontinue_process):
3684 * search.c (Freplace_match):
3685 * syntax.c (Fstring_to_syntax):
3686 * w32fns.c (check_x_frame, check_x_display_info):
3687 * xfaces.c (x_supports_face_attributes_p):
3688 * xselect.c (Fx_own_selection_internal): Follow error conventions.
3689
3690 * image.c (fn_png_init_io): Don't define it.
3691 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
3692 (png_read_from_file): New function, based on png_read_from_memory.
3693 (png_load): Use it, instead of fn_png_init_io.
3694
3695 2005-06-23 Kim F. Storm <storm@cua.dk>
3696
3697 * search.c (Fmatch_data): Remove evaporate option.
3698 (Fset_match_data): Do not mention evaporate option in doc string.
3699 Add commentary explaining evaporate arg (for internal use only).
3700 (unwind_set_match_data): Add comment on evaporate use.
3701
3702 2005-06-22 Miles Bader <miles@gnu.org>
3703
3704 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
3705 (realize_basic_faces, syms_of_xfaces): Update references to it.
3706 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
3707 to `VERTICAL_BORDER_FACE_ID'.
3708 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
3709
3710 2005-06-21 Juri Linkov <juri@jurta.org>
3711
3712 * dispextern.h: Add extern Qframe_set_background_mode.
3713
3714 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
3715 Qframe_set_background_mode.
3716
3717 * frame.c (Fmodify_frame_parameters):
3718 Call frame-set-background-mode after changing the background color
3719 on non-window non-dos branch.
3720
3721 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * fns.c (Fchar_table_range):
3724 * process.c (Fmake_network_process): Fix spellings.
3725
3726 2005-06-20 Kim F. Storm <storm@cua.dk>
3727
3728 * fns.c (Fsort): Doc fix.
3729
3730 2005-06-20 Miles Bader <miles@gnu.org>
3731
3732 * xfaces.c (Qvertical_divider): New variable.
3733 (realize_basic_faces): Realize its face.
3734 (syms_of_xfaces): Initialize it.
3735
3736 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
3737
3738 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
3739 window-separator on ttys using `vertical-divider' face by default.
3740
3741 2005-06-17 Richard M. Stallman <rms@gnu.org>
3742
3743 * xdisp.c (get_next_display_element):
3744 Reverse test of Vshow_nonbreak_escape.
3745
3746 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
3747 (Ftty_no_underline): New function.
3748 (syms_of_term): defsubr it.
3749
3750 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
3751
3752 * dispnew.c (spec_glyph_lookup_face): New function.
3753 (build_frame_matrix_from_leaf_window): Use it.
3754
3755 * dispextern.h (spec_glyph_lookup_face): Add declaration.
3756
3757 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
3758
3759 2005-06-12 Richard M. Stallman <rms@gnu.org>
3760
3761 * keyboard.c (read_char): After catching a longjmp,
3762 call restore_getcjmp.
3763
3764 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
3765
3766 * xselect.c (lisp_data_to_selection_data): Fix spelling.
3767
3768 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3769
3770 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
3771 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
3772 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
3773 events.
3774 (XTread_socket): Don't pass keyboard events with the option
3775 modifier to the system when Vmac_command_key_is_meta is nil or
3776 Vmac_option_modifier is non-nil.
3777 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
3778 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
3779 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
3780 handler function.
3781 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
3782 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
3783 handler part to mac_handle_mouse_event.
3784
3785 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
3786
3787 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
3788 NEW-ALIAS and BASE-VARIABLE, respectively.
3789
3790 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
3793 (get_phys_cursor_geometry, format_mode_line_unwind_data)
3794 (get_line_height_property, x_produce_glyphs): Remove unused vars.
3795
3796 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
3797
3798 2005-06-13 Eli Zaretskii <eliz@gnu.org>
3799
3800 * w32term.c (x_use_underline_position_properties): New variable.
3801 (x_draw_glyph_string): Remind in a comment to change doc string of
3802 x-use-underline-position-properties if/when underline positioning
3803 is implemented.
3804 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
3805 and initialize it to nil.
3806
3807 2005-06-12 Jason Rumney <jasonr@gnu.org>
3808
3809 * w32fns.c (NEWOPENFILENAME): New struct.
3810 (Fx_file_dialog): Use it to trick the system into giving us up to
3811 date dialogs on systems that are documented to support it.
3812 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
3813
3814 2005-06-12 Eli Zaretskii <eliz@gnu.org>
3815
3816 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
3817 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
3818
3819 2005-06-11 Eli Zaretskii <eliz@gnu.org>
3820
3821 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
3822 to CreateDIBSection to avoid a compiler warning.
3823 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
3824 warning.
3825 (png_load): Cast return values of fn_png_create_read_struct and
3826 fn_png_create_info_struct, to avoid compiler warnings on W32.
3827 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
3828 to avoid compiler warnings.
3829 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
3830 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
3831 avoid a compiler warning.
3832 (tiff_load): Cast return values of fn_TIFFOpen and
3833 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
3834 to IMAGE_BACKGROUND to avoid a compiler warning.
3835 (gif_load): Cast return values of fn_DGifOpenFileName and
3836 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
3837 IMAGE_BACKGROUND to avoid a compiler warning.
3838 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
3839 before redefining.
3840
3841 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
3842 the call to CreateDIBSection, to avoid a compiler warning.
3843
3844 2005-06-11 Jason Rumney <jasonr@gnu.org>
3845
3846 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
3847 minibuffer.
3848 * macfns.c (Fx_file_dialog): Likewise.
3849
3850 2005-06-10 Eli Zaretskii <eliz@gnu.org>
3851
3852 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
3853
3854 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3855
3856 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
3857 * w32fns.c (syms_of_w32fns): Fix spellings.
3858
3859 2005-06-10 Eli Zaretskii <eliz@gnu.org>
3860
3861 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
3862 `verbose'; print diagnostic messages only if it is non-zero.
3863 All callers changed to pass a zero value unless DEBUG_DUMP is defined
3864 in the environment.
3865 (copy_executable_and_dump_data): Print section names with %.8s.
3866
3867 2005-06-10 Masatake YAMATO <jet@gyve.org>
3868
3869 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
3870 when mouse_face is not given.
3871
3872 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3873
3874 * window.c (Fselect_window): Adapt call to Fselect_frame.
3875
3876 * lisp.h: Update EXFUN of Fselect_frame.
3877
3878 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
3879
3880 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
3881 no_enter.
3882 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
3883 Adapt to above change.
3884
3885 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
3886
3887 * fns.c (Fmemq, Fmaphash): Doc fixes.
3888
3889 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3890
3891 * xfaces.c (Fdisplay_supports_face_attributes_p):
3892 Fix typo in docstring.
3893
3894 2005-06-08 Steven Tamm <steventamm@mac.com>
3895
3896 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
3897 used by gcc4 on intel mac.
3898
3899 2005-06-09 Kim F. Storm <storm@cua.dk>
3900
3901 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
3902 in REUSE list if non-nil; free them if equal to evaporate.
3903 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
3904 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
3905 (restore_search_regs): Rename from restore_match_data. Uses changed.
3906 (unwind_set_match_data): New function.
3907 (record_unwind_save_match_data): New function like save-match-data.
3908
3909 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
3910 (record_unwind_save_match_data): Add prototype.
3911 (restore_search_regs): Rename from restore_match_data.
3912
3913 * composite.c (compose_chars_in_text):
3914 * eval.c (do_autoload):
3915 * macmenu.c (set_frame_menubar):
3916 * process.c (read_process_output, exec_sentinel):
3917 * xmenu.c (set_frame_menubar):
3918 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
3919 * w32menu.c (set_frame_menubar):
3920 Use record_unwind_save_match_data.
3921
3922 2005-06-08 Richard M. Stallman <rms@gnu.org>
3923
3924 * xdisp.c (get_next_display_element): Alter previous change:
3925 Distinguish Vshow_nonbreak_escape = t or not t.
3926 For t, use escape_glyph once again, as before previous change.
3927 Use space or hyphen for display, instead of the non-ASCII char.
3928 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
3929
3930 * process.c (Fstart_process): Don't touch command_channel_p slot.
3931
3932 * process.h (struct process): Delete command_channel_p.
3933
3934 2005-06-07 Masatake YAMATO <jet@gyve.org>
3935
3936 * xdisp.c (note_mode_line_or_margin_highlight):
3937 Check the overlapping of re-rendering area to avoid flickering.
3938 (note_mouse_highlight): Call clear_mouse_face if PART
3939 is not ON_MODE_LINE nor ON_HEADER_LINE.
3940
3941 2005-06-07 Kim F. Storm <storm@cua.dk>
3942
3943 * process.c: Improve commentary for adaptive read buffering.
3944
3945 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
3948 if available.
3949
3950 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3951
3952 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
3953 New functions for popping down menus on C-g.
3954 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
3955
3956 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
3957 non-static.
3958
3959 * config.in: Add HAVE_CANCELMENUTRACKING.
3960
3961 2005-06-06 Eli Zaretskii <eliz@gnu.org>
3962
3963 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
3964
3965 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
3966
3967 * w32proc.c (RVA_TO_PTR): New macro.
3968
3969 * w32heap.c (RVA_TO_PTR): No need to #undef now.
3970
3971 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
3972 Depend on w32heap.h.
3973
3974 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3975
3976 * keyboard.c (command_loop_1): Update Vthis_original_command.
3977
3978 2005-06-06 Richard M. Stallman <rms@gnu.org>
3979
3980 * xmenu.c (popup_get_selection): Undo previous change.
3981
3982 2005-06-06 Juri Linkov <juri@jurta.org>
3983
3984 * xdisp.c (Qno_break_space): New variable.
3985 (syms_of_xdisp): Initialize it.
3986 (get_next_display_element): Add no-break space and soft hypen
3987 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
3988 Use `no-break-space' face for no-break spaces.
3989
3990 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3991
3992 * window.c (delete_window): Handle the case where a h/vchild has
3993 a h/vchild.
3994
3995 2005-06-05 Eli Zaretskii <eliz@gnu.org>
3996
3997 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
3998 call to pfn_setsockopt, cast optval to `const char *'.
3999
4000 2005-06-04 Eli Zaretskii <eliz@gnu.org>
4001
4002 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
4003 (open_unc_volume): Cast return value of map_w32_filename, to avoid
4004 compiler warnings.
4005
4006 * s/ms-w32.h (fileno): Don't define if already defined.
4007
4008 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
4009
4010 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
4011
4012 2005-06-04 Richard M. Stallman <rms@gnu.org>
4013
4014 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
4015
4016 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4017
4018 * macmenu.c (cleanup_popup_menu): New function.
4019 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
4020 mac_menu_show Quit:s.
4021 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
4022 a dialog).
4023
4024 2005-06-04 Kim F. Storm <storm@cua.dk>
4025
4026 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
4027
4028 * callproc.c (Fcall_process): Don't use alloca to gradually
4029 increase size of buf, as it effectively uses twice the necessary
4030 space on the stack. Instead, pre-allocate buf of full size, and
4031 gradually increase the read size.
4032
4033 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
4034
4035 * eval.c (unbind_to): Preserve value of Vquit_flag.
4036
4037 * xterm.c (handle_one_xevent): Also ignore mouse motion just
4038 before a button release event.
4039
4040 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
4041
4042 * xfaces.c (Finternal_lisp_face_equal_p): Really report
4043 on faces in a frame, if the argument FRAME is non-nil.
4044 Improve argument/docstring consistency.
4045
4046 2005-06-02 Kim F. Storm <storm@cua.dk>
4047
4048 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
4049 (x_consider_frame_title, Fformat_mode_line): Save offset into
4050 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
4051
4052 2005-06-01 Kim F. Storm <storm@cua.dk>
4053
4054 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
4055
4056 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4057
4058 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
4059 resolution fields for scalable fonts to 0.
4060
4061 * xfaces.c (build_scalable_font_name): Round pixel size to the
4062 nearest integer.
4063
4064 2005-06-01 Kim F. Storm <storm@cua.dk>
4065
4066 * xdisp.c (display_mode_line): Support nested calls to redisplay
4067 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
4068
4069 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * fileio.c (Finsert_file_contents):
4072 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
4073
4074 2005-05-31 Kim F. Storm <storm@cua.dk>
4075
4076 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
4077 (mode_line_noprop_ptr): Rename from frame_title_*.
4078 (store_mode_line_noprop_char): Rename from store_frame_title_char.
4079 (store_mode_line_noprop): Rename from store_frame_title.
4080 (mode_line_target): New enum to specify current output target
4081 for mode line formatting.
4082 (display_mode_element): Test it rather than frame_title_ptr and
4083 mode_line_string_list to determine where output should go.
4084 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
4085 (Vmode_line_unwind_vector): New variable.
4086 (format_mode_line_unwind_data, unwind_format_mode_line):
4087 New functions for unwind protection in mode line formatting.
4088 (x_consider_frame_title): Use them and new local var 'title_start'
4089 to support nested calls to format-mode-line and redisplay.
4090 Set mode_line_target to MODE_LINE_TITLE.
4091 (Fformat_mode_line): Use them and new local var 'string_start' to
4092 support nested calls to format-mode-line and redisplay.
4093 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
4094 Don't trim trailing dashes.
4095 (decode_mode_spec): Don't make infinite number of trailing dashes
4096 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
4097 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
4098 mode_line_string_face_prop, and Vmode_line_unwind_vector.
4099 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
4100 Initialize mode_line_target to MODE_LINE_DISPLAY.
4101
4102 2005-05-29 Richard M. Stallman <rms@gnu.org>
4103
4104 * buffer.c (Fbuffer_local_value): Call indirect_variable.
4105
4106 2005-05-28 Masatake YAMATO <jet@gyve.org>
4107
4108 * xdisp.c (note_mode_line_or_margin_highlight): Change the
4109 pointer to a hand cursor when hoovering over a mouse-face.
4110
4111 2005-05-27 Kenichi Handa <handa@m17n.org>
4112
4113 * xterm.c (x_encode_char): Call check_ccl_update in advance.
4114
4115 * ccl.c: Now an element of Vccl_program_table is a vector of
4116 length 4, not 3.
4117 (ccl_get_compiled_code): New arg idx. Caller changed.
4118 Adjust for the change of Vccl_program_table.
4119 (setup_ccl_program): Adjust for the change of Vccl_program_table.
4120 (check_ccl_update): New function.
4121 (Fregister_ccl_program): Use ASET to set an element of a vector.
4122 Adjusted for the change of Vccl_program_table.
4123
4124 * ccl.h (struct ccl_program): New member idx.
4125 (check_ccl_update): Extern it.
4126
4127 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
4128
4129 * image.c (Vimage_library_alist): Move from image.el.
4130 (syms_of_image): Defvar it.
4131 (lookup_image_type): Use it.
4132
4133 * buffer.c (Fbuffer_local_value): Make argument name match its use
4134 in docstring.
4135
4136 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
4137
4138 * keyboard.c (Frecursive_edit): Fix typo in docstring.
4139 (Fposn_at_x_y): Make argument name match its use in docstring.
4140
4141 2005-05-26 Lute Kamstra <lute@gnu.org>
4142
4143 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
4144
4145 2005-05-24 Masatake YAMATO <jet@gyve.org>
4146
4147 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
4148 as loop sentinels.
4149
4150 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
4151
4152 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
4153 select frame title ("Question"/"Information").
4154 (xdialog_show): Use it.
4155
4156 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
4157
4158 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
4159
4160 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
4161 a third argument (Qnil).
4162
4163 * lisp.h: x-popup-dialog can have three arguments.
4164
4165 * editfns.c (Fmessage_box): Use "Information" for frame title.
4166
4167 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
4168
4169 * termcap.c [VMS]: Include <starlet.h>.
4170
4171 2005-05-23 Masatake YAMATO <jet@gyve.org>
4172
4173 * xdisp.c (note_mode_line_or_margin_highlight): Add code
4174 for mouse-face. Change the type of the first argument from `window'
4175 to `Lisp_Object'.
4176 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
4177 window instead of w.
4178
4179 2005-05-22 Andreas Schwab <schwab@suse.de>
4180
4181 * process.c (send_process): Move misplaced volatile.
4182
4183 2005-05-21 Richard M. Stallman <rms@gnu.org>
4184
4185 * xdisp.c (display_mode_element): If we're processing a list and
4186 padding is specified, put it after the last element.
4187
4188 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4189
4190 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
4191 "superroot" on DOS_NT systems.
4192
4193 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
4194
4195 * process.c (send_process): Restore the SIGPIPE handler if we
4196 catch a SIGPIPE.
4197
4198 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4199
4200 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
4201 misleading comments).
4202 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
4203
4204 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
4205
4206 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
4207 Correct the right value.
4208
4209 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4210
4211 * keyboard.c (syms_of_keyboard): Remove Lisp variables
4212 post-command-idle-hook and post-command-idle-delay.
4213 (command_loop_1): Don't try to execute post-command-idle-hook.
4214
4215 2005-05-16 Kim F. Storm <storm@cua.dk>
4216
4217 * xdisp.c (handle_display_prop): Handle empty replacement.
4218 (handle_single_display_spec): Return -1 for empty replacement.
4219
4220 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
4221
4222 * .gdbinit (pitx): Print more info about iterator.
4223
4224 2005-05-16 Andreas Schwab <schwab@suse.de>
4225
4226 * unexmacosx.c (unexec_realloc): Move declarations before statements.
4227
4228 2005-05-14 Richard M. Stallman <rms@gnu.org>
4229
4230 * xdisp.c (message3): Call cancel_echoing.
4231
4232 * alloc.c (Fmemory_full_p): New function.
4233 (syms_of_alloc): defsubr it.
4234
4235 * process.c (send_process_trap): Unblock SIGPIPE.
4236 (send_process): Reset SIGPIPE handler before reporting error.
4237
4238 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
4239
4240 * emacs.c (syms_of_emacs): Fix doc string for system-type.
4241
4242 2005-05-13 Richard M. Stallman <rms@gnu.org>
4243
4244 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
4245 (Finsert_file_contents): If we read 0 bytes from a special file,
4246 unlock the visited file if we locked it.
4247 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
4248 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
4249
4250 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4251
4252 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
4253
4254 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
4255 Regard toolkit scroll bar thumb drag events as squeezable and prevent
4256 redisplay from being paused by them.
4257
4258 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
4259 [!MAC_OSX] (target_ticks): Remove variable.
4260 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
4261 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
4262 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
4263 event occurs before timeout, behave as if the function were interrupted.
4264 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
4265 handling using Time Manager routines.
4266 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
4267 New variables.
4268 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
4269 (setitimer): New functions.
4270
4271 * macfns.c, macmenu.c: Don't include signal.h.
4272
4273 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
4274 Rename from get_control_part_bound. All callers changed.
4275 (x_scroll_bar_clear): New function.
4276 (x_clear_frame): Use it.
4277 (XTset_vertical_scroll_bar): Don't call Draw1Control.
4278 (x_scroll_bar_handle_click): Change type of second argument from
4279 int to ControlPartCode.
4280 (check_alarm): Remove declaration.
4281 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
4282 (XTread_socket): Use ControlPartCode instead of SInt16.
4283
4284 2005-05-13 Nozomu Ando <nand@mac.com>
4285
4286 * unexmacosx.c: Include assert.h.
4287 (MACOSX_MALLOC_MULT16): New define.
4288 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
4289 ptr is in unexec regions by checking it is multiple of 16.
4290 (unexec_malloc_header_t): New typedef.
4291 (unexec_malloc, unexec_realloc, unexec_free): Store and use
4292 allocated size information in unexec_malloc_header.
4293
4294 2005-05-10 Richard M. Stallman <rms@gnu.org>
4295
4296 * xterm.c (noinclude): Add #undef.
4297
4298 * image.c, xfns.c, xmenu.c: Don't include signal.h.
4299
4300 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
4303 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
4304 Doc fixes.
4305
4306 * dired.c (Ffile_name_completion): Make argument name
4307 match its use in docstring.
4308
4309 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4310
4311 * eval.c (Fdefvaralias): Remove any pre-existing
4312 variable-documentation property of the alias.
4313
4314 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
4315
4316 * xfns.c (start_hourglass): Do nothing when running on a tty.
4317
4318 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
4319
4320 * fns.c (Fchar_table_range): Fix typos in docstring.
4321
4322 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
4325
4326 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4327
4328 * lread.c (Flocate_file_internal): Doc fix.
4329
4330 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
4331
4332 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4333
4334 * macselect.c (x_own_selection): Accept Lisp string as result of
4335 selection converter function.
4336 (x_clear_frame_selections): Don't call x-lost-selection-functions
4337 if Emacs is not owner of the selection.
4338 (Vmac_services_selection): Put variable and initialization in
4339 #ifdef MAC_OSX.
4340 (syms_of_macselect) [MAC_OSX]: Set default value of
4341 Vmac_services_selection to PRIMARY.
4342
4343 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
4344 (mac_handle_tool_bar_click): Remove unused function and declaration.
4345 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
4346 (install_scroll_bar_timer, set_scroll_bar_timer)
4347 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
4348 (get_control_part_bound, x_scroll_bar_handle_press)
4349 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
4350 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
4351 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
4352 (scroll_bar_timer_event_posted_p): New variables.
4353 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
4354 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
4355 (x_scroll_bar_create): Set control reference with NewControl.
4356 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
4357 Initialize track_top and track_height to nil.
4358 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
4359 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
4360 (XTset_vertical_scroll_bar): Don't make space between scroll bar
4361 and associated window.
4362 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
4363 from window config.
4364 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
4365 Set track_top and track_height to nil when scroll bar size is changed.
4366 Recalculate them if they are nil.
4367 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
4368 clicked control is a scroll bar.
4369 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
4370 event handler functions. Don't add modifiers to scroll bar click
4371 events. Call scroll bar release handler when window is deactivated.
4372 (mac_initialize): Remove unused code for X toolkit.
4373 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
4374 Initialize Vx_toolkit_scroll_bars to nil.
4375
4376 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
4377 New members track_top and track_height.
4378
4379 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
4380 init_process when including sys/select.h.
4381
4382 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4383
4384 * eval.c (Fdefvaralias): Doc fix.
4385
4386 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
4387
4388 2005-05-05 Kim F. Storm <storm@cua.dk>
4389
4390 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
4391 default value.
4392 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
4393 Fix type of cursor-in-non-selected-windows.
4394
4395 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4396
4397 * mac.c: #undef init_process so not to conflict with system headers.
4398
4399 2005-05-02 Richard M. Stallman <rms@gnu.org>
4400
4401 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
4402
4403 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
4404
4405 * xdisp.c (Vcursor_in_non_selected_windows)
4406 (Qcursor_in_non_selected_windows): Vars deleted.
4407 (syms_of_xdisp): Don't initialize them.
4408 (get_window_cursor_type): Use cursor_in_non_selected_windows
4409 buffer slot.
4410
4411 2005-05-02 Kim F. Storm <storm@cua.dk>
4412
4413 * macros.c (executing_kbd_macro_index): Rename from
4414 executing_macro_index. All uses changed.
4415 (executing_kbd_macro_iterations): Rename from
4416 executing_macro_iterations. All uses changed.
4417 (executing_kbd_macro): Rename from executing_macro.
4418 All uses changed.
4419 (syms_of_macros): Rename Lisp var executing-macro-index to
4420 executing-kbd-macro-index.
4421
4422 * xdisp.c (move_it_in_display_line_to): Fix last change.
4423
4424 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * xmenu.c (Fx_popup_menu): Doc fix.
4427
4428 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
4429
4430 2005-05-02 Jason Rumney <jasonr@gnu.org>
4431
4432 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
4433
4434 2005-05-02 Nozomu Ando <nand@mac.com>
4435
4436 * sysselect.h: Fix typo.
4437
4438 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4439
4440 * charset.c (Fchars_in_region): Remove as obsolete.
4441
4442 2005-05-01 Kim F. Storm <storm@cua.dk>
4443
4444 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
4445 TO_CHARPOS. This may happen if last glyphs was an image or stretch
4446 glyph.
4447
4448 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4449
4450 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
4451
4452 2005-05-01 Richard M. Stallman <rms@gnu.org>
4453
4454 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
4455 If user cancels the menu, quit unless FOR_CLICK.
4456
4457 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
4458 All uses changed.
4459 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
4460 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
4461 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
4462 * commands.h (Vexecuting_kbd_macro): Likewise.
4463
4464 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
4465
4466 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
4467
4468 2005-04-30 Richard M. Stallman <rms@gnu.org>
4469
4470 * fileio.c (Ffind_file_name_handler): Handle the `operations'
4471 property of the file name handler.
4472 (Qoperations): New variable.
4473 (syms_of_fileio): Initialize and staticpro it.
4474
4475 * xdisp.c (set_message_1): Delete xassert.
4476
4477 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4478
4479 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
4480
4481 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
4482
4483 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
4484 before/after including Carbon.h if there is a working mktime.
4485
4486 2005-04-28 Kim F. Storm <storm@cua.dk>
4487
4488 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
4489 Fix cyclic alias check. If alias loop is detected, signal
4490 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
4491
4492 2005-04-28 Lute Kamstra <lute@gnu.org>
4493
4494 * eval.c (do_autoload): Record only autoloads in the autoload
4495 property of symbols.
4496
4497 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4498
4499 * emacs.c (USAGE1): Add --basic-display and --quick options.
4500
4501 2005-04-27 Kim F. Storm <storm@cua.dk>
4502
4503 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
4504
4505 2005-04-26 Richard M. Stallman <rms@gnu.org>
4506
4507 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
4508 (syms_of_window): Doc fixes.
4509
4510 * indent.c (Fvertical_motion): Undo previous change.
4511
4512 2005-04-26 Kenichi Handa <handa@m17n.org>
4513
4514 * fns.c (char_table_range): New function.
4515 (Fchar_table_range): Signal an error if characters in the range
4516 have inconsistent values. Don't check the parent.
4517
4518 2005-04-25 Kenichi Handa <handa@m17n.org>
4519
4520 * fontset.c (fontset_set): Fix previous change.
4521
4522 2005-04-24 Richard M. Stallman <rms@gnu.org>
4523
4524 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
4525
4526 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4527
4528 * regex.c (re_search_2, re_match_2_internal): Convert second arg
4529 of RE_TRANSLATE to int, to shut up GCC warnings.
4530
4531 * fileio.c (Fcopy_file): Doc fix.
4532 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
4533 not needed.
4534
4535 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4536
4537 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
4538 (SOME_MACHINE_OBJECTS): Likewise.
4539 (mac.o): Depend on ccl.h.
4540 (macselect.o): New target.
4541
4542 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
4543 Call syms_of_macselect.
4544
4545 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
4546
4547 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
4548 (QCLIPBOARD): Remove variable.
4549 (syms_of_mac): Don't initialize it.
4550 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
4551 Remove functions.
4552 (syms_of_mac): Don't defsubr them.
4553 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
4554 (QHFS_plus_D, QHFS_plus_C): New variables.
4555 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
4556 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
4557 (cfstring_create_normalized): New functions.
4558 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
4559 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
4560
4561 * macterm.c (handling_window_update, terminate_flag):
4562 Remove variables.
4563 (do_window_update, do_ae_quit_application, XTread_socket):
4564 Don't use them.
4565 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
4566 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
4567 (init_service_handler): Move to macselect.c. Remove declarations.
4568 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
4569 (Qapplication, Qabout): New variables.
4570 (syms_of_mac): Initialize them.
4571 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
4572 (Qperform): New variables.
4573 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
4574 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
4575 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
4576 (mac_store_application_menu_event, init_menu_bar): New functions.
4577 [USE_CARBON_EVENTS] (mac_handle_command_event)
4578 (init_command_handler): New functions.
4579 (mac_handle_window_event): Return noErr on window update event.
4580 (do_ae_quit_application): Call mac_store_application_menu_event.
4581 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
4582 and init_menu_bar.
4583
4584 * macterm.h (x_clear_frame_selections): Add extern.
4585
4586 * macselect.c: New file for selection processing on Mac OS.
4587
4588 2005-04-23 Richard M. Stallman <rms@gnu.org>
4589
4590 * fileio.c (Fcopy_file): New arg MUSTBENEW.
4591 (Frename_file): Pass new arg to Fcopy_file.
4592
4593 * window.c (window_size_fixed): Variable deleted.
4594 (syms_of_window): Initialize window-size-fixed to nil.
4595 But don't DEFVAR window_size_fixed.
4596
4597 2005-04-23 Andreas Schwab <schwab@suse.de>
4598
4599 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
4600 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
4601 use lib64 instead of lib.
4602 (_LP64) [_ARCH_PPC64]: Define if not defined.
4603
4604 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
4605
4606 * s/ms-w32.h (HAVE_PWD_H): Define.
4607
4608 2005-04-22 Kenichi Handa <handa@m17n.org>
4609
4610 * fns.c (copy_sub_char_table): Explicitly copy the default value
4611 of the sub-chartable.
4612
4613 * fontset.c (fontset_set): When a sub-chartable is created,
4614 explicitly sets the defalt value.
4615
4616 2005-04-22 Kim F. Storm <storm@cua.dk>
4617
4618 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
4619 (Fsafe_plist_get): Rename to Fplist_get.
4620 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
4621 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
4622
4623 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
4624
4625 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
4626 (note_mode_line_or_margin_highlight, note_mouse_highlight):
4627 Use Fplist_get instead of Fsafe_plist_get.
4628
4629 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
4630
4631 2005-04-21 Miles Bader <miles@gnu.org>
4632
4633 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
4634
4635 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4636
4637 * sysdep.c: Remove reference to defunct vms-pwd.h.
4638 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
4639 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
4640
4641 * config.in: Regenerate.
4642
4643 2005-04-20 Kenichi Handa <handa@m17n.org>
4644
4645 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
4646 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
4647 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
4648
4649 * alloc.c (make_sub_char_table): Argument changed to initial
4650 value of the slots.
4651
4652 * data.c (Faref): Handle special slots used as default values of
4653 ascii, eight-bit-control, eight-bit-control. Don't ignore a
4654 default value set for a group of characters.
4655 (Faset): Signal an error if IDXVAL is not a valid character code.
4656 Make a sub-chartable with correct initial value.
4657
4658 * fns.c (Fset_char_table_range): Don't set slots used as default
4659 values for ascii, eight-bit-control, eight-bit-graphic.
4660 Don't call Faref with charset-id.
4661 (Fset_char_table_default): Document how to treat normal character
4662 argument. Handle special slots used as default values of ascii,
4663 eight-bit-control, eight-bit-control. Make a sub chartable if
4664 necessary.
4665
4666 2005-04-20 Kenichi Handa <handa@m17n.org>
4667
4668 * search.c (boyer_moore): Fix previous change.
4669
4670 2005-04-19 Kim F. Storm <storm@cua.dk>
4671
4672 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
4673 face unless last visible char and first invisible char have the
4674 same face. Also use default face if saved_face_id is undefined.
4675
4676 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4677
4678 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
4679 `full_name'.
4680 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
4681 mac_scriptcode member.
4682
4683 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
4684 (syms_of_mac): Don't initialize them.
4685 (Vmac_charset_info_alist): New variable.
4686 (syms_of_mac): Defvar it.
4687 (create_text_encoding_info_alist): New function.
4688 (decode_mac_font_name, mac_to_x_fontname)
4689 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
4690 code the correspondence among XLFD charsets, Mac script codes, and
4691 Emacs coding systems. Use Vmac_charset_info_alist and result of
4692 create_text_encoding_info_alist instead.
4693 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
4694 routines also on Mac OS Classic.
4695 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
4696 Use add_font_name_table_entry.
4697 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
4698 specified. Derive unspecified scalable fields from specified one.
4699 (x_list_fonts): Consider Valternate_fontname_alist.
4700 (kDefaultFontSize): Change value from 9 to 12.
4701 (XLoadQueryFont): Get decoded font family, font face, and charset
4702 from x_font_name_to_mac_font_name. Set full name of loaded font.
4703 (mac_unload_font): Free `full_name' member.
4704 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
4705 NULL. Copy full_name member of struct MacFontStruct to that of
4706 struct font_info.
4707
4708 2005-04-19 Kim F. Storm <storm@cua.dk>
4709
4710 * xdisp.c (handle_stop): Set saved_face_id to current face if
4711 selective_display_ellipsis_p so ellipsis will be shown in same
4712 face as preceding text.
4713 (setup_for_ellipsis): Don't set saved_face_id here.
4714 (next_element_from_display_vector): Default to saved_face_id.
4715
4716 * fns.c (Fsafe_get): New function.
4717 (syms_of_fns): Defsubr it.
4718
4719 * lisp.h (Fsafe_get): EXFUN it.
4720
4721 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
4722 loops in case of bad face property lists. Limit number of face
4723 alias lookups to 10 (in case of face alias loops).
4724
4725 2005-04-18 Kim F. Storm <storm@cua.dk>
4726
4727 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
4728 It replaces the corresponding member from struct window, as a
4729 window may now show multiple overlay arrows.
4730 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
4731
4732 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
4733 Compare overlay_arrow_bitmap than overlay_arrow_p members.
4734
4735 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
4736 rather than from window.
4737 (update_window_fringes): Compare overlay_arrow_bitmap rather than
4738 overlay_arrow_p members.
4739 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
4740 if not default.
4741
4742 * window.h (struct window): Remove member overlay_arrow_bitmap.
4743
4744 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
4745
4746 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
4747 Calls changed. Don't check for overlay-arrow-bitmap property here.
4748 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
4749 fringe is present, return Lisp integer for bitmap (or -1 for default).
4750 Fix value of overlay-arrow-bitmap property to be a symbol, use
4751 lookup_fringe_bitmap to parse it.
4752 (display_line): Change call to overlay_arrow_at_row. Store integer
4753 return value as overlay bitmap in row rather than window.
4754 Only show overlay arrow if row displays text, or if no other overlay
4755 arrow is seen in window (if overlay marker is at point-max).
4756
4757 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
4758
4759 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
4760
4761 2005-04-18 Lute Kamstra <lute@gnu.org>
4762
4763 * lread.c (Vloads_in_progress): Static.
4764 * fns.c (Vloads_in_progress): Remove extern.
4765 (load_in_progress): Add extern.
4766 (Frequire): Use load_in_progress instead of Vloads_in_progress.
4767
4768 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
4769
4770 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
4771
4772 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4773
4774 * macterm.c (XTread_socket): Don't beep on keyboard input even if
4775 no frame is visible.
4776
4777 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4778
4779 * term.c (struct keys): Add support for shifted keys.
4780
4781 2005-04-16 Richard M. Stallman <rms@gnu.org>
4782
4783 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
4784 (set_message): Call with_echo_area_buffer with WHICH = 0.
4785 (set_message_1): Erase the echo area buffer first thing.
4786 (echo_area_display): Don't clear echo_message_buffer.
4787
4788 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4789
4790 * Makefile.in (mac.o): Depend on charset.h and coding.h.
4791
4792 * mac.c: Include charset.h and coding.h.
4793 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
4794 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
4795 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
4796
4797 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
4798
4799 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
4800
4801 * macterm.c (x_autoselect_window_p): Remove variable.
4802 (last_window): New variable.
4803 (XTreassert_line_highlight, x_change_line_highlight):
4804 Remove declarations.
4805 (mac_focus_changed, x_detect_focus_change): New functions and
4806 declarations.
4807 (XTextExtents16, front_emacs_window): Remove function.
4808 (mac_focus_frame): New function.
4809 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
4810 (mac_check_for_quit_char): Use it instead of front_emacs_window.
4811 (x_scroll_bar_report_motion): Obtain window from control owner.
4812 (x_make_frame_invisible): Set window manager size hint.
4813 (do_mouse_moved): Remove function.
4814 (XTread_socket): Move its contents here. Generate select-window
4815 event on mouse movement if needed. Use x_detect_focus_change on
4816 activate/deactivate events. Don't deiconify frame or invalidate
4817 window rectangle when dnd items are dropped.
4818 Don't activate/deactivate root control.
4819 (frame_highlight, frame_unhighlight): Activate/deactivate root
4820 control here.
4821 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
4822
4823 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
4824 New extern.
4825
4826 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4827
4828 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
4829 (lisp): Use it.
4830 (SOME_MACHINE_LISP): Add tooltip.
4831
4832 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4833
4834 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
4835 Don't include TextEncodingConverter.h.
4836 (mac_system_script_code, Vmac_system_locale): New variables.
4837 (syms_of_mac): Defvar them.
4838 (mac_get_system_locale): New function.
4839
4840 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
4841 Use ENCODE_SYSTEM to encode title bar string.
4842 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
4843 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
4844 Use CFStringGetSystemEncoding to get system default string encoding.
4845
4846 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
4847 TextEncodingConverter.h.
4848
4849 2005-04-13 Steven Tamm <steventamm@mac.com>
4850
4851 * macterm.c (syms_of_macterm): Remove redundant definition of
4852 mac-pass-control-to-system.
4853
4854 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4855
4856 * window.c (Fset_window_configuration): Be careful when you choose
4857 among several possible points for the new_current_buffer.
4858
4859 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4860
4861 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
4862 poll_for_input_1. Set interrupt_input_pending to 1 instead.
4863 (Qlanguage_change) [MAC_OS]: New variable.
4864 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
4865 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
4866
4867 * macterm.c (mac_keyboard_text_encoding)
4868 (current_mac_keyboard_text_encoding): Remove variables.
4869 (XTread_socket): Store language-change event if keyboard script change
4870 is detected. Don't convert input to `mac_keyboard_text_encoding'.
4871 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
4872
4873 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
4874
4875 2005-04-10 Richard M. Stallman <rms@gnu.org>
4876
4877 * emacs.c (standard_args): Rename --bare-bones to --quick.
4878 Add -D aka --basic-display.
4879
4880 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
4881
4882 2005-04-09 Richard M. Stallman <rms@gnu.org>
4883
4884 * keymap.c (where_is_internal): Convert a string used as event type
4885 into "(any string)".
4886
4887 * lread.c (Vloads_in_progress): Not static.
4888 * fns.c (Vloads_in_progress): Add extern.
4889 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
4890
4891 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
4892
4893 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
4894
4895 2005-04-09 Lute Kamstra <lute@gnu.org>
4896
4897 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
4898 within the accessible part of the buffer.
4899
4900 2005-04-09 Kim F. Storm <storm@cua.dk>
4901
4902 * lread.c (readevalloop): Add args START and END as region in
4903 current buffer to read. Callers changed.
4904 When specified, narrow to this region only when reading,
4905 not during eval. Track next point to read from during eval.
4906 Also restore point to "real" buffer position before eval.
4907 (Feval_region): Don't save excursion and restriction here, and
4908 don't narrow to region. Just pass region to readevalloop.
4909 Note: Point is now preserved even when PRINTFLAG is nil.
4910
4911 2005-04-08 Kim F. Storm <storm@cua.dk>
4912
4913 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
4914
4915 2005-04-06 Kim F. Storm <storm@cua.dk>
4916
4917 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
4918
4919 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4920
4921 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
4922 (Fmac_get_preference): Doc fix.
4923
4924 * macfns.c (Fx_create_frame, x_create_tip_frame):
4925 Add "fontset-mac" to fallback font/fontsets.
4926
4927 2005-04-04 Kim F. Storm <storm@cua.dk>
4928
4929 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
4930
4931 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
4932 Call it again after autoload.
4933
4934 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4935
4936 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
4937 mallopt.
4938
4939 * ralloc.c (r_alloc_init): Ditto.
4940
4941 2005-04-01 Kenichi Handa <handa@m17n.org>
4942
4943 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
4944 (Vascii_eqv_table): Extern them.
4945
4946 * casetab.c (set_case_table): If standard is nonzero, setup
4947 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
4948
4949 * search.c (looking_at_1): Use current_buffer->case_canon_table,
4950 not DOWNCASE_TABLE.
4951 (string_match_1): Likewise.
4952 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
4953 Vascii_downcase_table.
4954 (fast_string_match_ignore_case): Likewise.
4955 (search_buffer): Fix checking of boyer-moore usability.
4956 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
4957 No need of tranlating characters in PAT. Fix calculation of
4958 simple_translate.
4959
4960 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
4963 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
4964 Use XtNtopShadowPixel and XtNbottomShadowPixel.
4965 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
4966 really work and that breaks with some versions of Xaw3d.
4967
4968 2005-03-31 Kenichi Handa <handa@m17n.org>
4969
4970 * coding.c (syms_of_coding): Fix previous change.
4971
4972 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * fileio.c (search_embedded_absfilename): Fix last change.
4975
4976 2005-03-25 Kenichi Handa <handa@m17n.org>
4977
4978 * coding.c (syms_of_coding): Suggest to use set-coding-category in
4979 the docstring of coding-category-list.
4980
4981 2005-03-31 Kim F. Storm <storm@cua.dk>
4982
4983 * keyboard.c (Qmouse_fixup_help_message): New var.
4984 (syms_of_keyboard): Intern and staticpro it.
4985 (show_help_echo): Apply mouse-fixup-help-message to help string.
4986
4987 2005-03-30 Kim F. Storm <storm@cua.dk>
4988
4989 * xdisp.c (display_line): Allow multiple overlay arrows in window.
4990
4991 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
4994 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
4995 (Ffile_name_absolute_p): Use it.
4996 (search_embedded_absfilename): New fun, extracted from
4997 Fsubstitute_in_file_name. Use file_name_absolute_p.
4998 Free the pw data after use.
4999 (Fsubstitute_in_file_name): Use it.
5000 After cutting a prefix, re-check file-name-handler.
5001
5002 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
5003
5004 * w32term.h (x_output): Add focus_state.
5005
5006 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
5007 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
5008
5009 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
5012 Use Fexit_minibuffer.
5013 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
5014
5015 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * dired.c (Ffile_attributes): Add a missing gcpro.
5018
5019 * alloc.c (make_number): The arg can be bigger than `int'.
5020 * lisp.h (make_number): Make prototype more precise.
5021
5022 * process.c, dired.c (Vfile_name_coding_system)
5023 (Vdefault_file_name_coding_system):
5024 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
5025 (Vdefault_file_name_coding_system): Remove unused declarations.
5026
5027 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5028
5029 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
5030 if it failed to pop up (Gnome "show pointer on ctrl" option makes
5031 menus fail to pop up).
5032
5033 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
5036 Just prepend a backslash without replacing the NBSP by an SPC.
5037
5038 2005-03-22 Kim F. Storm <storm@cua.dk>
5039
5040 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
5041 * dispextern.h (lookup_derived_face): Fix prototype.
5042 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
5043
5044 * xdisp.c (handle_single_display_spec): Derive left-fringe and
5045 right-fringe face from fringe face.
5046
5047 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
5048 Derive face from fringe face.
5049
5050 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5051
5052 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
5053
5054 2005-03-22 David Kastrup <dak@gnu.org>
5055
5056 * textprop.c (Fnext_char_property_change)
5057 (Fprevious_char_property_change): Allow marker as limit.
5058 (Fnext_single_char_property_change)
5059 (Fprevious_single_char_property_change): Check that limit is a
5060 number in strings.
5061 (Fnext_single_char_property_change): Coerce position to integer.
5062 (Fprevious_single_char_property_change): Same here.
5063
5064 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5065
5066 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
5067
5068 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * frame.c (Fignore_event): Remove.
5071 (syms_of_frame): Don't defsubr it.
5072
5073 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
5074 redundant `ignore-event'.
5075
5076 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5077
5078 * unexec.c (write_segment, unexec): Move these functions to avoid
5079 forward references (which cause errors with "gcc -gcoff").
5080
5081 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5082
5083 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
5084 that it doesn't become "tooltip". The specbind is enough.
5085
5086 * xrdb.c (x_load_resources): Use different char *helv when I18N
5087 is present.
5088
5089 2005-03-17 Kenichi Handa <handa@m17n.org>
5090
5091 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
5092
5093 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
5096 Use xic_create_fontsetname even for non-Motif menus.
5097 Don't forget to free the fontsetname.
5098
5099 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
5100
5101 2005-03-17 Richard M. Stallman <rms@gnu.org>
5102
5103 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
5104
5105 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
5106 (Fmake_symbolic_link): Use G to read the new file name.
5107
5108 * callint.c (Finteractive): Document G option.
5109 (Fcall_interactively): Implement G option.
5110
5111 * buffer.c (buffer_lisp_local_variables): New function,
5112 broken out from Fbuffer_local_variables.
5113 (clone_per_buffer_values): Use buffer_lisp_local_variables.
5114
5115 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * xfns.c (xic_create_fontsetname): Add `motif' argument.
5118 Always return a freshly allocated string.
5119 (xic_create_xfontset): Adjust call.
5120
5121 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
5122 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
5123 (dump_realized_face): Fix warning.
5124
5125 * emacs.c (Fkill_emacs): YAILOM.
5126
5127 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
5128
5129 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5130
5131 * mac.c (HASHKEY_TERMINAL): Remove.
5132 (HASHKEY_MAX_NID): New macro.
5133 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
5134 argument.
5135 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
5136 (xrm_create_database, xrm_q_put_resource)
5137 (xrm_merge_string_database, xrm_q_get_resource_1)
5138 (xrm_q_get_resource): Change resource database representation so
5139 that it may not use multiple hash tables for a single database.
5140 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
5141
5142 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
5145
5146 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
5147 locale-coding-system, as was already done for WINDOWSNT.
5148
5149 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
5150 translation for chars in the 0-255 range.
5151
5152 2005-03-16 Lute Kamstra <lute@gnu.org>
5153
5154 * floatfns.c (Ffloor): Doc fix.
5155
5156 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5157
5158 * mac.c: Include macterm.h instead of directly including Carbon.h.
5159 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
5160 (Qarray, Qdictionary): New variables.
5161 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
5162 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
5163 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
5164 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
5165 in callback for CFDictionaryApplyFunction.
5166 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
5167 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
5168 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
5169 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
5170 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
5171 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
5172 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
5173 (skip_white_space, parse_comment, parse_include_file)
5174 (parse_binding, parse_component, parse_resource_name, parse_value)
5175 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
5176 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
5177 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
5178 New functions.
5179
5180 * macfns.c (mac_get_rdb_resource): Remove function.
5181 (x_get_string_resource): Use xrm_get_resource.
5182
5183 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
5184
5185 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
5186 name_list_element.
5187 (mac_make_rdb): Create resource database from preferences and
5188 argument string.
5189 (mac_term_init): Save resource database to cddr part of
5190 name_list_element.
5191
5192 * macterm.h (xrm_merge_string_database, xrm_get_resource)
5193 (xrm_get_preference_database): Add externs.
5194 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
5195 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
5196 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
5197
5198 * process.c (init_process): Change `#ifdef DARWIN' to `#if
5199 defined (DARWIN) || defined (MAC_OSX)'
5200
5201 * s/darwin.h (DARWIN): Don't define.
5202
5203 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5204
5205 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
5206 Remove unused variables.
5207 (syms_of_macfns): Don't initialize them. Likewise for
5208 Qface_set_after_frame_default. Defvar and initialize
5209 Vx_window_horizontal_drag_shape.
5210 (x_set_mouse_color): Change mouse pointer shape.
5211 (mac_window) [!MAC_OSX]: Create root control.
5212 (Fx_create_frame): Remove initializations of mouse pointer shapes.
5213 (hourglass_started): New function (from xfns.c).
5214 (start_hourglass, cancel_hourglass): Put function body in #ifdef
5215 MAC_OSX.
5216 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
5217 indicator for each non-tooltip frame if needed, and show it.
5218 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
5219
5220 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
5221 Controls.h. Use ThemeCursor instead of CursHandle.
5222
5223 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
5224 Remove functions and declarations.
5225 (mac_set_colors): Take argument for saving background color.
5226 All callers changed.
5227 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
5228 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
5229 background color.
5230 (x_update_end, mac_do_track_drag): Don't reset background color.
5231 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
5232 Use SetThemeCursor.
5233 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
5234 indicator control to the upper-right corner of the window.
5235 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
5236 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
5237 (do_window_update): Update controls after updating content area.
5238 (mac_handle_window_event): Remove unused extern.
5239 (XTread_socket): Check both control handle and control part code
5240 to determine whether a scroll bar is clicked. Activate/deactivate
5241 root control instead of contained scroll bar controls.
5242 (make_mac_terminal_frame): Use ThemeCursor constants.
5243
5244 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
5245 New member hourglass_control.
5246 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
5247 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
5248
5249 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5250
5251 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
5252 coincides with that in Apple X11 except `clear', `enter' on
5253 laptops, and fn + `enter' on laptops.
5254
5255 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
5258 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
5259 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
5260
5261 * xfns.c (xic_defaut_fontset): New constant.
5262 (xic_create_fontsetname): New function.
5263 Extracted from create_frame_xic. Try to generate a slightly
5264 better fontset.
5265 (xic_create_xfontset): Use it.
5266 (create_frame_xic): Simplify.
5267
5268 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * fileio.c (Fmake_symbolic_link): Fix last change.
5271
5272 2005-03-11 Richard M. Stallman <rms@gnu.org>
5273
5274 * fileio.c (Frename_file, Fadd_name_to_file)
5275 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
5276 expand the basename of FILE relative to it.
5277
5278 2005-03-11 Kenichi Handa <handa@m17n.org>
5279
5280 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
5281 before calling setup_coding_system so that autoloading of a coding
5282 system work.
5283
5284 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5285
5286 * xfns.c (hourglass_started): New function.
5287
5288 * dispextern.h: Declare hourglass_started.
5289
5290 * keyboard.c (Fexecute_extended_command): Restart hourglass
5291 after call to Fcompleting_read if already started.
5292
5293 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
5294 GTK main loop is entered in xterm.c, thus doing the redraw.
5295
5296 2005-03-10 Kim F. Storm <storm@cua.dk>
5297
5298 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
5299
5300 2005-03-08 Kenichi Handa <handa@m17n.org>
5301
5302 * frame.c (x_set_font): Call set_default_ascii_font if an
5303 available font is found.
5304
5305 * fontset.c (set_default_ascii_font): New function.
5306 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
5307
5308 * fontset.h (set_default_ascii_font): Extern it.
5309
5310 2005-03-07 Kim F. Storm <storm@cua.dk>
5311
5312 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
5313 (clear_image_cache_count): New var.
5314 (redisplay_internal): Don't clear face and image caches in the
5315 middle of redisplay; do it afterwards.
5316
5317 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
5318
5319 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
5320 is valid. If not, clear phys_cursor_on_p and return.
5321
5322 2005-03-07 Andreas Schwab <schwab@suse.de>
5323
5324 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
5325
5326 2005-03-06 Richard M. Stallman <rms@gnu.org>
5327
5328 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
5329
5330 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
5331 (Feval, Ffuncall): Use CHECK_CONS_LIST.
5332
5333 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
5334
5335 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
5336 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
5337
5338 2005-03-05 Juri Linkov <juri@jurta.org>
5339
5340 * emacs.c (USAGE1): Replace Info node name "command arguments"
5341 with "emacs invocation".
5342 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
5343 allow arguments `--color' and `MODE' to be separated by space.
5344 Add --no-blinking-cursor, -nbc.
5345 (standard_args): Add -nbc, --no-blinking-cursor.
5346
5347 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
5348
5349 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
5350 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
5351 * fileio.c (Fexpand_file_name) [VMS]:
5352 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
5353 * doc.c (munge_doc_file_name) [VMS]: Likewise.
5354 (Fsnarf_documentation): Call munge_doc_file_name.
5355
5356 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
5357
5358 * s/vms.h (FILE_SYSTEM_CASE): New macro.
5359 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
5360 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
5361
5362 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5363
5364 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
5365 defined (MAC_OSX) && defined (HAVE_CARBON)'.
5366
5367 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
5368
5369 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
5370 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
5371 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
5372 (mac_clear_font_name_table): Move extern to macterm.h.
5373
5374 * macfns.c (install_window_handler): Move extern to macterm.h.
5375 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
5376 valid. Don't check !NILP (dir) because it is already checked with
5377 CHECK_STRING.
5378 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
5379 specifying the default location and obtaining the selected filename.
5380
5381 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
5382
5383 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
5384 are included via Carbon.h.
5385
5386 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
5387 Define USE_CARBON_EVENTS to 1.
5388 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
5389 (x_free_frame_resources): Call remove_window_handler for
5390 non-tooltip windows.
5391 [TARGET_API_MAC_CARBON]: Don't include headers that are included
5392 via Carbon.h.
5393 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
5394 (mac_do_receive_dragUPP): New variables.
5395 (mac_handle_service_event, init_service_handler): Put declarations
5396 and definitions in #ifdef MAC_OSX.
5397 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
5398 drag-and-drop handler functions and register them.
5399 (remove_window_handler): New function.
5400 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
5401 Use fsspec_to_posix_pathname.
5402 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
5403 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
5404 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
5405 Set default cursors.
5406 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
5407 init_service_handler or init_quit_char_handler.
5408 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
5409
5410 * macterm.h (install_window_handler, remove_window_handler)
5411 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
5412 (mac_clear_font_name_table): New externs.
5413
5414 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
5415
5416 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
5417 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
5418 (Fexpand_file_name): Likewise.
5419
5420 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
5421
5422 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
5423 no longer special-case VMS. Add bogus return value.
5424
5425 2005-03-02 Kim F. Storm <storm@cua.dk>
5426
5427 * dispextern.h (XASSERTS): Define to 0 if not already defined.
5428 (xassert) [!XASSERTS]: Define dummy version.
5429
5430 2005-03-02 Kim F. Storm <storm@cua.dk>
5431
5432 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
5433 Reported by David Kastrup.
5434
5435 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
5436
5437 * xdisp.c (get_next_display_element): Fix control and escape
5438 glyph from display vector.
5439
5440 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
5443
5444 2005-02-27 Richard M. Stallman <rms@gnu.org>
5445
5446 * xdisp.c (fast_find_position): Rename END to BEG.
5447 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
5448
5449 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5450
5451 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
5452 gtk_window_resize and x_wm_set_size_hint.
5453
5454 2005-02-25 Kim F. Storm <storm@cua.dk>
5455
5456 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
5457
5458 * xdisp.c (init_from_display_pos): Don't read past end of
5459 it->overlay_strings array.
5460
5461 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5462
5463 * buffer.c (syms_of_buffer): Fix typo.
5464
5465 2005-02-23 Lute Kamstra <lute@gnu.org>
5466
5467 * buffer.c (Foverlay_buffer): Doc fix.
5468
5469 2005-02-22 Kim F. Storm <storm@cua.dk>
5470
5471 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
5472 and symbol keys in alists and hash tables.
5473
5474 * xdisp.c (fast_find_position): Fix search for start of overlay.
5475
5476 2005-02-21 Kim F. Storm <storm@cua.dk>
5477
5478 * window.c (window_scroll_pixel_based): When scrolling backwards,
5479 handle partial visible line at end of window even when we hit PT.
5480
5481 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5482
5483 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
5484
5485 2005-02-21 Kim F. Storm <storm@cua.dk>
5486
5487 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
5488 I think those asserts are bogus if buffer contains invisible text
5489 or images.
5490
5491 2005-02-21 David Kastrup <dak@gnu.org>
5492
5493 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
5494
5495 2005-02-20 Kim F. Storm <storm@cua.dk>
5496
5497 * xdisp.c (pos_visible_p): Be sure to move to the specified
5498 position. Always get the full ascent / descent of the
5499 corresponding row, to return reliable rtop and rbot values.
5500 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
5501 Must look one character back, as back_to_previous_line_start
5502 returns position after the newline.
5503 (move_it_vertically_backward): Fix heuristic for when to move further
5504 back in case line_height * 2/3 is larger than window height.
5505 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
5506 as it does not do anything anymore. Add arg current_matrix_p to
5507 use current matrix rather than desired matrix when set.
5508 (try_cursor_movement): Don't scroll to make cursor row fully
5509 visible if cursor didn't move. This avoids unexpected recentering
5510 in case of blinking cursor or accepting process output.
5511 Use current matrix to check cursor row visibility.
5512 (redisplay_window): Fix whether to recenter or move to top in case
5513 cursor line is taller than window height.
5514 (find_first_unchanged_at_end_row): Stop search if we reach a row
5515 which not enabled (instead of abort).
5516
5517 2005-02-18 Kim F. Storm <storm@cua.dk>
5518
5519 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
5520 to be nil in a :box attribute value list; customize prints that
5521 as lisp value when no box color is specified.
5522
5523 * .gdbinit (pitx, pit): Pretty print display iterator.
5524 (prowx, prow): Pretty print glyph row.
5525 (pcursorx, pcursor): Pretty print a window cursor.
5526 (pwinx, pwin): Pretty print struct window.
5527
5528 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5529
5530 * alloc.c (BLOCK_BYTES): Harmless typo.
5531
5532 2005-02-17 Andreas Schwab <schwab@suse.de>
5533
5534 * xfns.c (hack_wm_protocols): Use correct type for last parameter
5535 of XGetWindowProperty to avoid aliasing issues.
5536 (Fx_window_property): Likewise.
5537
5538 * xselect.c (Fx_disown_selection_internal): Use union of struct
5539 input_event and struct selection_input_event to avoid aliasing issues.
5540
5541 * xterm.c (handle_one_xevent): Use union of struct input_event and
5542 struct selection_input_event to avoid aliasing issues.
5543 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
5544
5545 2005-02-17 Kim F. Storm <storm@cua.dk>
5546
5547 * dispextern.h (enum it_method): New enum.
5548 (GET_FROM_*): Its members.
5549 (struct it): Change member method from function pointer to enum.
5550
5551 * xdisp.c (check_it, init_from_display_pos, handle_stop)
5552 (setup_for_ellipsis, handle_single_display_spec)
5553 (handle_composition_prop, next_overlay_string)
5554 (get_overlay_strings, reseat_1, reseat_to_string)
5555 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
5556 (in_display_vector_p, display_line, get_next_display_element):
5557 Change it->method from function pointer to enum.
5558 (get_next_element): New array to map it->method to function.
5559 (get_next_display_element): Use it.
5560 (set_iterator_to_next): Use switch instead of if/else chain.
5561
5562 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5563
5564 * w32select.c: Summary: Thorough rework to implement Unicode
5565 clipboard operations and delayed rendering.
5566
5567 Drop last_clipboard_text and related code, keep track of
5568 ownership via clipboard_owner instead. Drop old #if0 sections.
5569
5570 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
5571 (clipboard_owner, modifying_clipboard, cfg_coding_system)
5572 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
5573 (current_coding_system, current_requires_encoding)
5574 (current_num_nls, current_clipboard_type, current_lcid):
5575 New static variables.
5576
5577 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
5578 (render, render_all, run_protected, lisp_error_handler)
5579 (owner_callback, create_owner, setup_config)
5580 (enum_locale_callback, cp_from_locale, coding_from_cp):
5581 New local functions.
5582
5583 (term_w32select, globals_of_w32select): New global functions.
5584
5585 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
5586 clipboard_owner instead. Use delayed rendering and provide
5587 all text formats. Provide CF_LOCALE if necessary.
5588
5589 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
5590 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
5591 available. Force DOS line-ends for decoding.
5592
5593 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
5594
5595 (syms_of_w32select): Init and register new variables.
5596
5597 * w32.h: Add prototypes for globals_of_w32select and
5598 term_w32select. Make the neighboring K&R declarations into
5599 prototypes, too.
5600
5601 * emacs.c: Include w32.h to get function prototypes.
5602 (main): Call globals_of_w32select.
5603
5604 * w32.c (term_ntproc): Call term_w32select.
5605
5606 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
5607
5608 2005-02-16 Kim F. Storm <storm@cua.dk>
5609
5610 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
5611 at end of display vector.
5612
5613 2005-02-15 Richard M. Stallman <rms@gnu.org>
5614
5615 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
5616 for mode and header lines.
5617
5618 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
5619
5620 * keymap.h (describe_map_tree): Change decl.
5621
5622 * keyboard.c (command_loop_1): Always use safe_run_hooks
5623 to run Qdeferred_action_function.
5624
5625 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
5626 (describe_map, describe_vector): Likewise. When it's 1,
5627 don't omit shadowed bindings, instead mark them as shadowed.
5628
5629 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
5630 for describe_map_tree. Pass 1 for MENTION_SHADOW.
5631
5632 * data.c (Fsetq_default): Allow no arg case.
5633
5634 2005-02-14 Kenichi Handa <handa@m17n.org>
5635
5636 * coding.c (encode_coding_string): Always return a unibyte string.
5637 If NOCOPY is nonzero and there's no need of encoding, make STR
5638 unibyte directly.
5639
5640 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
5641 multibyte string, signal an error instead of aborting.
5642
5643 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
5644
5645 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
5646
5647 2005-02-12 Kim F. Storm <storm@cua.dk>
5648
5649 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
5650
5651 2005-02-10 Kim F. Storm <storm@cua.dk>
5652
5653 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
5654 if it moves outside window or it doesn't display text.
5655
5656 2005-02-09 Kim F. Storm <storm@cua.dk>
5657
5658 * undo.c (Fprimitive_undo): Check that undo function does not
5659 switch buffer.
5660
5661 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5662
5663 * xselect.c (selection_data_to_lisp_data): For the special case
5664 type == XA_ATOM, data contains array of int, not array of Atom.
5665 (x_property_data_to_lisp, selection_data_to_lisp_data):
5666 Comment update: data must be array of int for format == 32.
5667
5668 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
5671
5672 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5673
5674 * xfns.c (Fx_change_window_property): Use long array when format is 32.
5675 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
5676 convert long array returned from XGetWindowProperty to an int array.
5677 (x_set_tool_bar_lines): Check that width and height is greater than
5678 zero before clearing area.
5679
5680 * xselect.c (x_reply_selection_request): Pass long array to
5681 XChangeProperty so that 64 bit longs are handeled correctly.
5682 (x_get_window_property): If format is 32 and long is bigger than 32
5683 bits convert data from XGetWindowProperty from long array to int array.
5684 (lisp_data_to_selection_data): When the input is a vector and the
5685 format is 32, allocate a long array even if long is bigger than 32 bits.
5686 (x_fill_property_data): Use char, short and long as the man page
5687 for XChangeProperty specifies. This way the data returned is OK for
5688 both 32 and 64 bit machines.
5689 (x_handle_dnd_message): Calculate size correctly even for 64 bit
5690 machines.
5691 (Fx_send_client_event): Undo change from 2005-02-05,
5692 x_fill_property_data now handles that case.
5693
5694 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
5695 reason for the approach in the code.
5696
5697 2005-02-07 Kim F. Storm <storm@cua.dk>
5698
5699 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
5700
5701 2005-02-06 Richard M. Stallman <rms@gnu.org>
5702
5703 * eval.c (Frun_hook_with_args)
5704 (Frun_hook_with_args_until_success)
5705 (Frun_hook_with_args_until_failure): Doc fixes.
5706
5707 2005-02-05 Andreas Schwab <schwab@suse.de>
5708
5709 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
5710
5711 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5712
5713 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
5714 the longs in a XClientMessageEvent correctly when long is 64 bits.
5715
5716 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5717
5718 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
5719 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
5720
5721 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5722
5723 * xmenu.c (menubar_selection_callback): Force out GTK buffered
5724 events so the menu event comes after them. This is to prevent sit-for
5725 from exiting on buffered events directly after a menu selection,
5726 lisp code for Help => About Emacs uses sit-for.
5727
5728 * gtkutil.c (create_menus): Connect selection-done event instead of
5729 the deactivate event to deactivate_cb. This will make the last
5730 leave event come before the call to deactivate_cb, so the leave
5731 event does not make sit-for exit after a menu selection.
5732
5733 2005-02-03 Kim F. Storm <storm@cua.dk>
5734
5735 * dispnew.c (build_frame_matrix_from_leaf_window)
5736 [!GLYPH_DEBUG]: Fix xassert.
5737
5738 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
5739
5740 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
5741
5742 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5743
5744 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
5745 the compiling OS version.
5746
5747 * macfns.c (x_create_tip_frame): Likewise.
5748
5749 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
5750
5751 2005-02-03 Richard M. Stallman <rms@gnu.org>
5752
5753 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
5754
5755 * xdisp.c (echo_area_display): Clear echo_message_buffer.
5756
5757 * buffer.c (Fbury_buffer): Doc fix.
5758
5759 2005-02-02 Steven Tamm <steventamm@mac.com>
5760
5761 * macfns.c (unwind_create_frame): Fix compile error due to
5762 xassert being uncondition, but predicate is.
5763 * dispnew.c (update_window): Fix compile error due to
5764 xassert being uncondition, but predicate is.
5765
5766 2005-02-02 Miles Bader <miles@gnu.org>
5767
5768 * dispextern.h (xassert): Enable unconditionally.
5769
5770 2005-02-02 Kim F. Storm <storm@cua.dk>
5771
5772 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
5773
5774 2005-02-02 Kenichi Handa <handa@m17n.org>
5775
5776 * casefiddle.c (casify_object): Enable changing characters of
5777 different byte length.
5778 (casify_region): Fix loop condition, args to replace_range_2, and
5779 update opoint_byte.
5780
5781 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
5782
5783 2005-02-01 Kim F. Storm <storm@cua.dk>
5784
5785 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
5786 stack before calling handle_display_prop.
5787
5788 2005-01-31 Kim F. Storm <storm@cua.dk>
5789
5790 * undo.c (Qapply): New lisp var.
5791 (syms_of_undo): Intern and staticpro it.
5792 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
5793 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
5794
5795 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
5796
5797 2005-01-30 Jesper Harder <harder@phys.au.dk>
5798
5799 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
5800 <mac-emulate-three-button-mouse>: Fix docstring indentation.
5801
5802 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
5803
5804 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
5805 Increase value to 3 Meg.
5806
5807 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5808
5809 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
5810 button events are not received otherwise.
5811
5812 2005-01-29 Richard M. Stallman <rms@gnu.org>
5813
5814 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
5815
5816 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
5817
5818 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * keymap.c (access_keymap): YAILOM.
5821
5822 2005-01-27 Kim F. Storm <storm@cua.dk>
5823
5824 * xdisp.c (get_phys_cursor_geometry): New function to calculate
5825 phys cursor position and size for hollow cursor. Position is
5826 aligned with get_glyph_string_clip_rect and ensures that a hollow
5827 cursor is shown, even when the actual glyph is not visible.
5828
5829 * dispextern.h (get_phys_cursor_geometry): Add prototype.
5830
5831 * xterm.c (x_clip_to_row): Ensure y >= 0.
5832 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5833
5834 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5835
5836 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
5837
5838 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
5841
5842 2005-01-27 Kim F. Storm <storm@cua.dk>
5843
5844 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
5845 glyph, even when row is only partially visible and actual cursor
5846 position is not visible.
5847
5848 2005-01-24 Richard M. Stallman <rms@gnu.org>
5849
5850 * xterm.c (x_error_quitter): No longer static, and moved after
5851 x_error_handler.
5852
5853 2005-01-24 Kim F. Storm <storm@cua.dk>
5854
5855 * xdisp.c (move_it_by_lines): If we move forward after going too
5856 far back, cancel move if end position is same as start position.
5857
5858 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5859
5860 * dispextern.h (struct glyph_string): New members clip_head and
5861 clip_tail.
5862
5863 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
5864 region to the area between clip_head and clip_tail.
5865 (draw_glyphs): Record the area that need to be actually redrawn to
5866 the new variables clip_head and clip_tail when there are
5867 overhangs. Set values of these variables to the corresponding
5868 members in struct glyph_string. Refine x coordinates for
5869 notice_overwritten_cursor using clip_head and clip_tail.
5870
5871 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
5872
5873 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
5874 QDTextBounds.
5875 (x_draw_glyph_string): Don't fill the background of the successor
5876 of a glyph with a right overhang if the successor will draw a cursor.
5877 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
5878 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
5879
5880 2005-01-24 Kim F. Storm <storm@cua.dk>
5881
5882 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
5883 direction if window height was smaller than next-screen-context-lines.
5884 Now always scroll at least one line in the requested direction.
5885 Ensure that we actually do scroll backwards when requested to do so.
5886
5887 * xdisp.c (redisplay_window): Only try to make cursor line fully
5888 visible once (to avoid redisplay loop).
5889
5890 2005-01-23 Kim F. Storm <storm@cua.dk>
5891
5892 * window.c (Fpos_visible_in_window_p): Simplify return value for
5893 partially visible rows.
5894 (window_scroll_pixel_based): Adapt to that change.
5895
5896 * window.c (window_scroll_pixel_based): Force moving to next line
5897 if scrolling doesn't move start point, e.g. if looking at tall image.
5898
5899 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
5900 Clear last_height before calling line_bottom_y to get real height.
5901 Fix calculation of y.
5902
5903 2005-01-22 Steven Tamm <steventamm@mac.com>
5904
5905 * s/darwin.h: Removed PTY_ITERATION from here.
5906 (DARWIN): Define.
5907
5908 * process.c (init_process): Default process-connection-type to
5909 nil on darwin 6 or less, t if it is 7 or higher. This way the
5910 broken pty behavior is still allowed on darwin 6 for interactive
5911 processes for people that know what they are doing.
5912
5913 2005-01-22 Kim F. Storm <storm@cua.dk>
5914
5915 * window.c (auto_window_vscroll_p): New boolean.
5916 (syms_of_window): DEFVAR_BOOL it.
5917 (Fpos_visible_in_window_p): Extend return value to include RTOP
5918 and RBOT values if FULLY is nil.
5919 (window_scroll_pixel_based): Adjust vscroll for partially visible
5920 rows if auto_window_vscroll_p is set.
5921 (Fset_window_vscroll): Do nothing if vscroll is not modified.
5922
5923 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
5924 to return number of partially invisible pixels at top and bottom
5925 of the dislay row at POS.
5926
5927 * lisp.h (pos_visible_p): Fix prototype.
5928
5929 2005-01-21 Richard M. Stallman <rms@gnu.org>
5930
5931 * fileio.c (Fcopy_file): Doc fix.
5932
5933 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5934
5935 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
5936 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
5937 start of function for older compilers.
5938
5939 2005-01-20 Richard M. Stallman <rms@gnu.org>
5940
5941 * editfns.c (Fmessage): If arg is "", return "" (as before).
5942
5943 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
5944
5945 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
5946 variable.
5947
5948 2005-01-20 Steven Tamm <steventamm@mac.com>
5949
5950 * editfns.c (Voperating_system_release): Add.
5951 (init_editfns): Assign new variable operating-system-release
5952 based on call to uname if available.
5953 (get_operating_system_release): Add function to
5954 allow c-level access to operating system release.
5955
5956 * config.h: Regenerated.
5957
5958 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
5959 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
5960 using ptys as '7'.
5961
5962 2005-01-20 Kim F. Storm <storm@cua.dk>
5963
5964 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
5965
5966 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
5967 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
5968
5969 * macterm.c (x_draw_glyph_string_box): Likewise.
5970
5971 * w32term.c (x_draw_glyph_string_box): Likewise.
5972
5973 * indent.c (Fvertical_motion): Temporarily disable selective display.
5974
5975 2005-01-19 Kim F. Storm <storm@cua.dk>
5976
5977 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
5978 image property.
5979
5980 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
5981
5982 2005-01-18 Kim F. Storm <storm@cua.dk>
5983
5984 * xdisp.c (fast_find_position): Backtrack to find first row if
5985 charpos is inside a display overlay that spans multiple lines.
5986
5987 2005-01-18 Kenichi Handa <handa@m17n.org>
5988
5989 * coding.c (decode_coding_iso2022): Translate invalid codes if
5990 translation-table is specified.
5991
5992 2005-01-18 Kim F. Storm <storm@cua.dk>
5993
5994 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
5995 change. If handle_display_prop indicates newline is replaced by
5996 image or text, move back to start of relevant overlay or interval
5997 and continue scan from there. Simplify.
5998
5999 2005-01-17 Kim F. Storm <storm@cua.dk>
6000
6001 * dispnew.c (mode_line_string, marginal_area_string):
6002 Fix off-by-one error in search for glyph.
6003
6004 2005-01-16 Kim F. Storm <storm@cua.dk>
6005
6006 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
6007
6008 2005-01-16 Steven Tamm <steventamm@mac.com>
6009
6010 * macterm.c (mac_to_x_fontname): Remove spurious argument.
6011
6012 2005-01-16 Andreas Schwab <schwab@suse.de>
6013
6014 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
6015
6016 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6017
6018 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
6019 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
6020
6021 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6022
6023 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
6024 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
6025 New flags for readable_events.
6026 (get_filtered_input_pending, readable_filtered_events): Remove.
6027 (tracking_off): Call readable_events and get_input_pending with
6028 flag READABLE_EVENTS_DO_TIMERS_NOW.
6029 (readable_events): Move code from old readable_filtered_events here,
6030 but check new READABLE_EVENTS_* in argument flags instead of previous
6031 two boolean arguments do_timers_now and filter_events.
6032 If we are doing mouse tracking and the mouse moved, return only if
6033 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
6034 (swallow_events): Call get_input_pending with flag
6035 READABLE_EVENTS_DO_TIMERS_NOW.
6036 (get_input_pending): Move code from old get_filtered_input_pending
6037 here. Replace boolean arguments do_timers_now, filter_events with
6038 flags, and pass flags to readable_events. Document new
6039 READABLE_EVENTS_* flags.
6040 (detect_input_pending_ignore_squeezables): New function.
6041 (detect_input_pending_run_timers): Call get_input_pending with flag
6042 READABLE_EVENTS_DO_TIMERS_NOW.
6043 (Finput_pending_p): Call get_input_pending with flags
6044 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
6045
6046 * dispnew.c (update_window, update_frame_1): Replace calls to
6047 detect_input_pending with detect_input_pending_ignore_squeezables
6048 so that redisplay is not paused if the event queue contains only
6049 mouse movements.
6050
6051 * lisp.h: Declare detect_input_pending_ignore_squeezables.
6052
6053 2005-01-15 Steven Tamm <steventamm@mac.com>
6054
6055 * macterm.c (Vmac_use_core_graphics): Declare variable for
6056 mac-allow-anti-aliasing.
6057 (syms_of_macterm): DEFVAR_LISP and initialize it.
6058 (mac_draw_string_common): Use core graphics text rendering if
6059 mac-allow-anti-aliasing is enabled.
6060
6061 * macfns.c (Fx_file_dialog): Save As dialog includes only the
6062 file name in the text box.
6063
6064 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6065
6066 * macfns.c (x_set_foreground_color, x_set_background_color):
6067 Sync with xfns.c.
6068 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
6069 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
6070 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
6071
6072 2005-01-14 Kim F. Storm <storm@cua.dk>
6073
6074 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
6075
6076 2005-01-13 Richard M. Stallman <rms@gnu.org>
6077
6078 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
6079 if Voverriding_terminal_local_map is non-nil.
6080
6081 * keyboard.c (syms_of_keyboard): Doc fix.
6082
6083 2005-01-13 Kim F. Storm <storm@cua.dk>
6084
6085 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
6086 (specify 0 for FACE instead). Reorder arg list. Doc fix.
6087
6088 2005-01-12 Richard M. Stallman <rms@gnu.org>
6089
6090 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
6091 face property for characters that don't specify one.
6092
6093 * fns.c (Frequire): Record in load-history unconditionally.
6094
6095 2005-01-10 Kim F. Storm <storm@cua.dk>
6096
6097 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
6098
6099 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
6100 Callers changed.
6101 Add support to merge with lisp face id too (if face_name is t).
6102
6103 * xdisp.c (get_next_display_element, next_element_from_display_vector):
6104 Don't lookup lface_id from display table glyphs here; instead use
6105 merge_faces to merge the lisp face id into current face.
6106
6107 2005-01-09 Kim F. Storm <storm@cua.dk>
6108
6109 * dispextern.h (struct it): New member dpvec_face_id.
6110 (merge_into_realized_face): Add prototype.
6111
6112 * xfaces.c (merge_into_realized_face): New function. Used to
6113 merge escape-glyph face or face from display table into current face.
6114
6115 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
6116 (syms_of_xdisp): DEFVAR_LISP it.
6117 (escape_glyph_face): Remove var.
6118 (redisplay_window): Don't initialize it.
6119 (setup_for_ellipsis, get_next_display_element):
6120 Set it->dpvec_face_id to -1.
6121 (get_next_display_element): Test Vshow_nonbreak_escape.
6122 Do not setup escape_glyph_face.
6123 Properly merge escape-glyph face or face from display table with
6124 current face for escape and control characters.
6125 Set it->dpvec_face_id to relevant face id instead of adding it to each
6126 element of display vector.
6127 (next_element_from_display_vector): If it->dpvec_face_id is set,
6128 use that instead of lface_id from glyph itself.
6129
6130 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6131
6132 * xterm.h (struct x_output): New member, toolbar_detached.
6133
6134 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
6135 38.
6136 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
6137 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
6138 (xg_create_tool_bar): Initialize toolbar_detached.
6139 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
6140 toolbar_detached is zero.
6141
6142 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6143
6144 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
6145 gtk_menu_popup if not for_click, so callbacks for the menu are called.
6146
6147 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
6148 (xg_tool_bar_callback, xg_tool_bar_help_callback)
6149 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
6150
6151 * xselect.c (x_get_foreign_selection, x_fill_property_data)
6152 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
6153 XFLOAT_DATA to get extract number from Lisp object.
6154
6155 2005-01-07 Kim F. Storm <storm@cua.dk>
6156
6157 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
6158 Set stop_charpos to current charpos instead of 0.
6159
6160 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
6161
6162 * xdisp.c (Fformat_mode_line): First arg now required.
6163
6164 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6165
6166 * macterm.c (XLoadQueryFont): Correctly handle 0 size
6167 font widths that are returned from some Japanese fonts.
6168
6169 2005-01-06 Kim F. Storm <storm@cua.dk>
6170
6171 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
6172 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
6173 (destroy_fringe_bitmap): Set fringe_faces element to nil.
6174 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
6175 fringe_faces array and init elements to nil.
6176 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
6177 non-persistent face id.
6178 (mark_fringe_data): New function for GC.
6179
6180 * alloc.c (mark_fringe_data): Declare extern.
6181 (Fgarbage_collect): Call mark_fringe_data.
6182
6183 * alloc.c (overrun_check_free): Invalidate freed memory if
6184 XMALLOC_CLEAR_FREE_MEMORY is defined.
6185
6186 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6187
6188 * macfns.c: Include sys/param.h.
6189 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
6190 and function.
6191 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
6192 of filename string. Set event callback function when creating
6193 dialog boxes. Add code conversions for filenames. Don't dispose
6194 of apple event descriptor record if failed to create it.
6195
6196 * macterm.c: Include sys/param.h.
6197 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
6198 kEventWindowUpdate.
6199 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
6200 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
6201 of FSSpec from apple event descriptor record.
6202 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
6203 size of filename string.
6204 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
6205 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
6206 file dialog is in action.
6207 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
6208 Reject only when there are no filename items. Set background color
6209 before (un)highlighting the window below the dragged items.
6210 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
6211
6212 2005-01-05 Romain Francoise <romain@orebokech.com>
6213
6214 * term.c (encode_terminal_code): Fix buffer size computation.
6215
6216 2005-01-04 Richard M. Stallman <rms@gnu.org>
6217
6218 * xdisp.c (Fformat_mode_line): Doc fix.
6219
6220 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * alloc.c (refill_memory_reserve): Move.
6223 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
6224 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
6225
6226 2005-01-03 Richard M. Stallman <rms@gnu.org>
6227
6228 * window.c (window_scroll_pixel_based): Don't correct preserve_y
6229 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
6230
6231 2005-01-03 Jason Rumney <jasonr@gnu.org>
6232
6233 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
6234 fontp->space_width to FONT_WIDTH so they are valid.
6235
6236 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
6237 average width. Set fontp->average_width and fontp->space_width to
6238 their appropriate values.
6239
6240 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
6241 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
6242 fontp->space_width.
6243
6244 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6245
6246 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
6247 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
6248 metrics for max and min bounds.
6249 (x_load_font): Correctly calculate average font width metrics.
6250
6251 2005-01-02 Richard M. Stallman <rms@gnu.org>
6252
6253 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
6254
6255 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6256
6257 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
6258
6259 2004-12-31 Richard M. Stallman <rms@gnu.org>
6260
6261 * xdisp.c (setup_for_ellipsis, get_next_display_element):
6262 Set it->ellipsis_p to 1 or 0.
6263 (display_line): Record whether row ends in mid-ellipsis.
6264 (set_cursor_from_row): If ends in ellipsis, find start of it.
6265 (cursor_row_p): If PT's at the end of the ellipsis the row
6266 ends within, don't display cursor on this row.
6267
6268 * dispextern.h (struct it): New element ellipsis_p.
6269 (struct glyph_row): New element ends_in_ellipsis_p.
6270
6271 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
6272 position if we're reading from something other than the buffer.
6273
6274 * window.c (window_scroll_pixel_based): Only look at
6275 Vscroll_preserve_screen_position if the old PT can't be kept.
6276 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
6277
6278 2004-12-30 Kim F. Storm <storm@cua.dk>
6279
6280 * xdisp.c (get_line_height_property): New function extracted from
6281 original calc_line_height_property.
6282 (calc_line_height_property): Rework. Handle t and (nil . ratio).
6283 (x_produce_glyphs): Use them to handle line-height and
6284 line-spacing according to new height spec.
6285 (Qtotal): Remove.
6286 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
6287
6288 2004-12-30 Kenichi Handa <handa@m17n.org>
6289
6290 * fileio.c (Finsert_file_contents): Don't use
6291 current_buffer->buffer_file_coding_system even if REPLACE is
6292 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
6293
6294 * fontset.h (struct font_info): New members space_width and
6295 average_width.
6296
6297 * frame.h (struct frame): New member space_width.
6298 (FRAME_SPACE_WIDTH): New macro.
6299
6300 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
6301
6302 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
6303 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
6304 fontp->space_width.
6305 (x_load_font): Calculate fontp->space_width and fontp->average_width.
6306 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
6307
6308 * xdisp.c (x_produce_glyphs): Calculate tab width by
6309 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
6310
6311 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
6312
6313 * macterm.c (SelectionRange): Add Xcode position apple event struct.
6314 (do_ae_open_documents): Handle Xcode-style file position open events.
6315
6316 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
6317
6318 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
6319
6320 2004-12-29 Richard M. Stallman <rms@gnu.org>
6321
6322 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
6323
6324 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6325
6326 * macfns.c (install_window_handler): Modify extern to return OSErr
6327 value.
6328 (mac_window): Handle return value of install_window_handler.
6329
6330 * macterm.c (reflect_byte): Remove function.
6331 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
6332 Lookup table instead.
6333 (mac_do_font_lists): Simplify calculation of the longest
6334 nonspecial string.
6335 (init_mac_drag_n_drop): Remove function and declaration.
6336 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
6337 init_mac_drag_n_drop.
6338 (mac_do_track_drag): New function and declaration.
6339 (install_window_handler): Return OSErr value.
6340 (install_window_handler) [TARGET_API_MAC_CARBON]:
6341 Register handlers for tracking/receiving drag-and-drop items.
6342 (do_ae_open_documents): Generate unibyte strings for filenames.
6343 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
6344 Reject only non-filename items. Set event modifiers, and return value.
6345
6346 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6347
6348 * coding.c (decode_coding): Fix previous change.
6349
6350 2004-12-28 Richard M. Stallman <rms@gnu.org>
6351
6352 * xdisp.c (back_to_previous_visible_line_start):
6353 Don't call handle_display_prop.
6354
6355 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6356
6357 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
6358 (decode_coding_emacs_mule, encode_coding_emacs_mule)
6359 (decode_coding_iso2022, encode_designation_at_bol)
6360 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
6361 (decode_coding): Constify arguments and local vars.
6362
6363 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6364
6365 * xmenu.c (popup_get_selection): Only pop down dialogs
6366 on C-g and Escape.
6367 (popup_get_selection): Remove parameter down_on_keypress.
6368 (create_and_show_popup_menu, create_and_show_dialog):
6369 Remove parameter down_on_keypress to popup_get_selection.
6370
6371 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6372
6373 * dispextern.h: Change HAVE_CARBON to MAC_OS.
6374 (struct glyph_string): Likewise.
6375
6376 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
6377 mac_initialize.
6378
6379 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
6380 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
6381
6382 * fns.c (vector): Change MAC_OSX to MAC_OS.
6383
6384 * frame.c (x_set_frame_parameters, x_report_frame_params)
6385 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
6386 (x_set_border_width, Vdefault_frame_scroll_bars):
6387 Change HAVE_CARBON to MAC_OS.
6388
6389 * image.c [MAC_OS]: Include sys/stat.h.
6390 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
6391 QuickTimeComponents.h.
6392
6393 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
6394 [!MAC_OSX] (select): Use mac_wait_next_event.
6395 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
6396 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
6397 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
6398 (mac_clear_font_name_table): Add extern.
6399 (Fmac_clear_font_name_table): New defun.
6400 (syms_of_mac): Defsubr it.
6401 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
6402 [MAC_OSX] (select_and_poll_event): New function.
6403 [MAC_OSX] (sys_select): Use it.
6404 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
6405 [MAC_OSX && SELECT_USE_CFSOCKET]
6406 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
6407 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
6408 RunLoop for simultaneously monitoring two kinds of inputs, window
6409 events and process outputs, without periodically polling.
6410
6411 * macfns.c (mac_initialized): Remove extern.
6412 (stricmp): Put in #if 0. All callers changed to use xstricmp in
6413 xfaces.c.
6414 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
6415 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
6416 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
6417 (mac_get_rdb_resource): New function (from w32reg.c).
6418 (x_get_string_resource): Use it.
6419 (install_window_handler): Add extern.
6420 (mac_window): New function.
6421 (Fx_create_frame): Use it instead of make_mac_frame.
6422 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
6423 (Fx_open_connection, Fx_close_connection): New defuns.
6424 (syms_of_macfns): Defsubr them.
6425 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
6426 Add kWindowNoUpdatesAttribute to the window attribute.
6427 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
6428 (x_create_tip_frame): Don't call ShowWindow.
6429 (Fx_show_tip): Call ShowWindow.
6430 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
6431 TARGET_API_MAC_CARBON'.
6432 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
6433 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
6434
6435 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
6436 (Window): Typedef to WindowPtr and move outside `#if
6437 TARGET_API_MAC_CARBON'.
6438 (XSizeHints): New struct.
6439
6440 * macterm.c (x_update_begin, x_update_end)
6441 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
6442 frame.
6443 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
6444 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
6445 (construct_mouse_click): Put in #if 0.
6446 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
6447 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
6448 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
6449 (activate_scroll_bars, deactivate_scroll_bars)
6450 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
6451 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
6452 if the position is neither user-specified nor program-specified.
6453 (x_free_frame_resources): Free size_hints.
6454 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
6455 (mac_clear_font_name_table): New function.
6456 (mac_do_list_fonts): Initialize font_name_table if needed.
6457 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
6458 around mac_do_list_fonts.
6459 (mac_unload_font): New function.
6460 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
6461 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
6462 and definitions with #if TARGET_API_MAC_CARBON.
6463 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
6464 (install_window_handler): Add decl.
6465 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
6466 window. Use UpdateControls. Get the rectangle that should be
6467 updated and restrict the target of expose_frame to it.
6468 (do_grow_window): Set minimum height/width according to size_hints.
6469 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
6470 (do_zoom_window): Don't use x_set_window_size.
6471 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
6472 (install_window_handler): New function.
6473 [!USE_CARBON_EVENTS] (mouse_region): New variable.
6474 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
6475 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
6476 GetEventDispatcherTarget inside BLOCK_INPUT.
6477 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
6478 Update mouse_region when mouse is moved.
6479 (make_mac_frame): Remove.
6480 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
6481 Initialize mouse pointer shapes. Change values of f->left_pos and
6482 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
6483 Don't call ShowWindow.
6484 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
6485 Vinvocation_name and Vsystem_name.
6486 (mac_make_rdb): New function (from w32term.c).
6487 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
6488 already been opened. Don't pass argument to
6489 mac_initialize_display_info. Don't set dpyinfo->height/width.
6490 Add entries to x_display_list and x_display_name_list.
6491 (x_delete_display): New function.
6492 (mac_initialize): Don't call mac_initialize_display_info.
6493 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
6494
6495 * macterm.h (check_mac): Add extern.
6496 (struct mac_output): New member size_hints.
6497 (FRAME_SIZE_HINTS): New macro.
6498 (mac_unload_font): Add extern.
6499
6500 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
6501
6502 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
6503
6504 2004-12-27 Richard M. Stallman <rms@gnu.org>
6505
6506 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
6507 (syms_of_buffer): Don't defsubr it.
6508
6509 * process.c (list_processes_1): Set undo_list instead
6510 of calling Fbuffer_disable_undo.
6511
6512 * xdisp.c (single_display_spec_string_p): Rename from
6513 single_display_prop_string_p.
6514 (single_display_spec_intangible_p): Rename from
6515 single_display_prop_intangible_p.
6516 (handle_single_display_spec): Rename from handle_single_display_prop.
6517 Rewritten to be easier to understand.
6518
6519 Change in load-history format. Functions now get (defun . NAME),
6520 and variables get just NAME.
6521
6522 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
6523
6524 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
6525 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
6526 (Qdefvar): Var deleted.
6527 (syms_of_eval): Don't initialze it.
6528
6529 * lread.c (syms_of_lread) <load-history>: Doc fix.
6530
6531 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6532
6533 * xmenu.c (popup_get_selection): Pop down on C-g.
6534 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
6535 pops down menu on C-g.
6536 (xdialog_show): If dialog popped down and no button in the dialog was
6537 pushed, call Fsignal to quit.
6538 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
6539 Fsignal to quit.
6540
6541 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
6542
6543 * gtkutil.c (xg_initialize): Install bindings for C-g so that
6544 dialogs and menus pop down.
6545
6546 2004-12-27 Kenichi Handa <handa@m17n.org>
6547
6548 * coding.c (code_convert_region): Fix calculation of `ratio'.
6549
6550 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6551
6552 * gtkutil.c (update_frame_tool_bar): Make the value of
6553 tool-bar-button-margin control margins of images in tool bar.
6554
6555 * alloc.c (check_depth): New variable.
6556 (overrun_check_malloc, overrun_check_realloc): Only add
6557 overhead and write check pattern if check_depth is 1 (to handle
6558 recursive calls). Increase/decrease check_depth in entry/exit.
6559 (overrun_check_free): Only check for overhead if check_depth is 1.
6560 Increase/decrease check_depth in entry/exit.
6561
6562 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6563
6564 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
6565 before touching input_available_clear_time, to avoid accessing it
6566 from multiple threads.
6567
6568 2004-12-23 Jason Rumney <jasonr@gnu.org>
6569
6570 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
6571 of JPEG library.
6572
6573 2004-12-22 Richard M. Stallman <rms@gnu.org>
6574
6575 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
6576
6577 * lisp.h (Vundo_outer_limit): Fix decl.
6578
6579 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
6580 Uses changed.
6581 (syms_of_undo): Initialize appropriately.
6582 (truncate_undo_list): If it's nil, there's no limit.
6583
6584 2004-12-22 Kenichi Handa <handa@m17n.org>
6585
6586 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
6587
6588 2004-12-21 Richard M. Stallman <rms@gnu.org>
6589
6590 * eval.c (unwind_to_catch): Clear immediate_quit.
6591
6592 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
6593 specially as `\ ' and `\-'.
6594
6595 * keyboard.c (kbd_buffer_store_event_hold):
6596 In the code for while-no-input, handle immediate_quit.
6597
6598 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
6599 Call that at the very start.
6600 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
6601 (syms_of_alloc): Don't define undo-limit,
6602 undo-strong-limit and undo-outer-limit here.
6603
6604 * undo.c (truncate_undo_list): Return void.
6605 Take just one argument, the buffer.
6606 Make it current, and inhibit recursive GC.
6607 Access and update the undo list directly; return void.
6608 Refer to the undo...limit variables directly.
6609 Test undo_outer_limit only after counting the whole current command.
6610 When it's exceeded, call the function in undo-outer-limit-function.
6611 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
6612 (Vundo_outer_limit_function): New variable.
6613 (syms_of_undo): Define undo-limit, undo-strong-limit
6614 and undo-outer-limit here, and undo-outer-limit-function.
6615 Doc fixes.
6616
6617 * lisp.h (truncate_undo_list): Update decl.
6618
6619 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
6620
6621 * fileio.c (Fread_file_name): Delete duplicates in
6622 file-name-history when history_delete_duplicates is true.
6623
6624 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6625
6626 * macterm.c (mac_do_list_fonts): Fix memory leak
6627
6628 2004-12-20 Richard M. Stallman <rms@gnu.org>
6629
6630 * regex.c (re_match_2_internal) <symend, wordend>:
6631 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
6632
6633 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6634
6635 * macterm.c (endif, x_font_name_to_mac_font_name):
6636 Use maccentraleurroman instead of maccentraleuropean
6637 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
6638 quickly finding a specific font without needing regexps.
6639
6640 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6641
6642 * syssignal.h: Declare main_thread.
6643 (SIGNAL_THREAD_CHECK): New macro.
6644
6645 * keyboard.c (input_available_signal): Move thread checking code
6646 to macro SIGNAL_THREAD_CHECK and call that macro.
6647 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
6648
6649 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
6650
6651 * emacs.c: Define main_thread.
6652 (main): Initialize main_thread.
6653 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
6654 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
6655
6656 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
6657
6658 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
6659
6660 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
6661
6662 * process.c (send_process_trap, sigchld_handler):
6663 Call SIGNAL_THREAD_CHECK.
6664
6665 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
6666
6667 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
6668
6669 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
6670 returning when xg_ignore_gtk_scrollbar is true.
6671
6672 2004-12-14 Kim F. Storm <storm@cua.dk>
6673
6674 * keyboard.c (read_char): Save and restore echo_string when
6675 handling input method.
6676
6677 2004-12-13 Richard M. Stallman <rms@gnu.org>
6678
6679 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
6680
6681 * keyboard.c (Vthrow_on_input): New variable.
6682 (syms_of_keyboard): Defvar and initialize it.
6683 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
6684
6685 * lisp.h (QUIT): Check for Vthrow_on_input.
6686 (Vthrow_on_input): Declare it.
6687
6688 2004-12-13 Kim F. Storm <storm@cua.dk>
6689
6690 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
6691 vector.
6692
6693 2004-12-12 Richard M. Stallman <rms@gnu.org>
6694
6695 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
6696
6697 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
6698 (Ftry_completion): Really use outer `zero'; eliminate inner one.
6699
6700 2004-12-12 Kenichi Handa <handa@m17n.org>
6701
6702 * term.c (encode_terminal_code): Fix previous change.
6703
6704 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6705
6706 * keyboard.c (handle_async_input): Remove pthread mutex handling.
6707 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
6708
6709 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
6710 in macro arguments.
6711
6712 * minibuf.c (Ftry_completion, Fall_completions): Don't use
6713 XFASTINT blindly.
6714
6715 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
6716
6717 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6718
6719 * w32term.c (x_calc_absolute_position): Remove calculation of
6720 difference between inner and outer window. Don't subtract difference
6721 for left and top calculations.
6722
6723 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
6724 for left and top calculations. Remove call to x_real_positions.
6725 [Bug report by Drew Adams in November]
6726 (x_check_expected_move): Do not set change_gravity to 1 when calling
6727 x_set_offset.
6728
6729 2004-12-08 Richard M. Stallman <rms@gnu.org>
6730
6731 * xdisp.c (get_next_display_element): Use `escape-glyph' for
6732 control chars and escaped octal codes.
6733 (Qescape_glyph): New variable.
6734 (syms_of_xdisp): Initialize it.
6735 (escape_glyph_face): New variable.
6736 (redisplay_window): Initialize it.
6737
6738 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
6739
6740 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
6741 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
6742
6743 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6744
6745 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
6746 reset_malloc_hooks.
6747
6748 * keyboard.c (handle_async_input, input_available_signal):
6749 Add ! defined (SYSTEM_MALLOC) around thread code.
6750
6751 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
6752
6753 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
6756
6757 * config.in: Regenerate.
6758
6759 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6760
6761 * xmenu.c (Fx_popup_menu): Correct documentation about position.
6762 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
6763 if not given by a mouse click to correspond with x-popup-menu
6764 documentation.
6765
6766 * config.in: Regenerate.
6767
6768 * gtkutil.c: Include signal.h and syssignal.h.
6769 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
6770
6771 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
6772 new variables main_thread and alloc_mutex,
6773 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
6774 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
6775 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
6776 (UN)BLOCK_INPUT.
6777 (emacs_blocked_free, emacs_blocked_malloc)
6778 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
6779 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
6780 (reset_malloc_hooks): New function.
6781
6782 * lisp.h: Declare reset_malloc_hooks.
6783
6784 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
6785
6786 * keyboard.c: Conditionally include pthread.h
6787 (handle_async_input, input_available_signalt): If not in the main
6788 thread, block signal, send signal to main thread and return.
6789
6790 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
6791 Set current folder in file chooser if default_filename is a directory.
6792
6793 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
6796 Remove redundant correctness checks.
6797 (regex_compile): Fix up error codes for \{..\} expressions.
6798
6799 2004-12-05 Richard M. Stallman <rms@gnu.org>
6800
6801 * regex.c (regex_compile): Fix end-of-pattern case for space.
6802
6803 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6804
6805 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
6806 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
6807 crashes with invalid characters.
6808 * macmenu.c (add_menu_item): Use it.
6809 * image.c (image_load_quartz2d): Likewise.
6810 * macfns.c (x_set_name, x_set_title): Likewise.
6811 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
6812 creating them each time for labels.
6813
6814 2004-12-02 Richard M. Stallman <rms@gnu.org>
6815
6816 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
6817 don't use it here.
6818
6819 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
6820 (interactive_p): Skip Scalled_interactively_p frames
6821 like Sinteractive_p frames.
6822 (unwind_to_catch): Clear handling_signal.
6823
6824 * data.c (Fmake_variable_buffer_local): Doc fix.
6825 (Fmake_local_variable): Doc fix.
6826
6827 * insdel.c (insert_from_string_before_markers)
6828 (insert_from_string): Don't modify buffer on empty insertion.
6829
6830 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
6831
6832 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6833
6834 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
6835 menu text as UTF8 fails.
6836
6837 2004-12-01 Kim F. Storm <storm@cua.dk>
6838
6839 * alloc.c: Add commentary for last change.
6840 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
6841 sizeof(size_t) != 4.
6842 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
6843 Use them. Also clear header and trailer of freed memory.
6844 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
6845 (string_overrun_cookie): Rename from string_overrun_pattern.
6846 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
6847
6848 2004-12-01 Andreas Schwab <schwab@suse.de>
6849
6850 * lisp.h: Declare string_to_multibyte.
6851
6852 2004-12-01 Kenichi Handa <handa@m17n.org>
6853
6854 * w32console.c (w32con_write_glyphs): Decide coding here.
6855 Adjusted for the change of encode_terminal_code.
6856
6857 * term.c (encode_terminal_code): Don't make it "static".
6858
6859 2004-11-30 Kenichi Handa <handa@m17n.org>
6860
6861 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
6862 (encode_terminal_code): Argument changed. Encode all
6863 characters at once, and return a pointer to the result of encoding.
6864 (write_glyphs): Decide coding here. Adjusted for the above change.
6865 (insert_glyphs): Likewise.
6866 (term_init): Initialize encode_terminal_bufsize to 0.
6867
6868 * coding.c (Vcode_conversion_workbuf_name): New variable.
6869 (syms_of_coding): Initialize and staticpro it.
6870 (set_conversion_work_buffer): New function.
6871 (run_pre_post_conversion_on_str): Use it.
6872 (run_pre_write_conversin_on_c_str): New function.
6873
6874 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
6875
6876 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6877
6878 * keyboard.c: Don't undef SIGIO
6879 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
6880 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
6881 (macfns.o): Don't depend on ccl.h.
6882 * macfns.c (mac_frame_parm_handlers): Set handlers for
6883 Qleft_fringe and Qright_fringe.
6884 * macterm.c (mac_fill_rectangle_to_pixmap)
6885 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
6886 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
6887 Put in #if 0.
6888 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
6889 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
6890 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
6891 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
6892 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
6893 XDrawImageString. Always draw background and foreground separately.
6894 (x_draw_image_foreground): Use clipping instead of computing the
6895 intersection rectangle.
6896 (x_draw_image_glyph_string): Don't draw an image with mask to a
6897 pixmap.
6898 (x_redisplay_interface): Set flush_display_optional member to 0.
6899 (XTread_socket): Correctly reset the TEConverter
6900 object.
6901
6902 2004-11-30 Kim F. Storm <storm@cua.dk>
6903
6904 * lisp.h: New defines to enable buffer overrun checking.
6905 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
6906 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
6907
6908 * alloc.c: Add more checks for buffer overruns.
6909 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
6910 xmalloc_overrun_check_trailer, overrun_check_malloc)
6911 overrun_check_realloc, overrun_check_free): Add.
6912 (GC_STRING_EXTRA, string_overrun_pattern): Add.
6913 (check_sblock, allocate_string_data, compact_small_strings):
6914 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
6915 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
6916 (check_string_free_list): Add.
6917 (allocate_string, sweep_strings): Call check_string_free_list.
6918
6919 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
6920 XMALLOC_OVERRUN_CHECK to avoid crash during load.
6921
6922 2004-11-29 Kim F. Storm <storm@cua.dk>
6923
6924 * fns.c (concat): Use SAFE_ALLOCA.
6925
6926 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * sysdep.c (emacs_write): Don't use QUIT.
6929
6930 2004-11-29 Kenichi Handa <handa@m17n.org>
6931
6932 * buffer.c (init_buffer): Set current_buffer->directory to a
6933 multibyte string made by string_to_multibyte.
6934
6935 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
6936
6937 2004-11-27 Andreas Schwab <schwab@suse.de>
6938
6939 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
6940
6941 * s/gnu-linux.h: Enable no-op gcpros on ia64.
6942 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
6943
6944 * filelock.c (lock_file_1): Call get_boot_time early.
6945 Increase buffer size.
6946
6947 2004-11-27 Eli Zaretskii <eliz@gnu.org>
6948
6949 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
6950 is not defined.
6951
6952 2004-11-27 Kim F. Storm <storm@cua.dk>
6953
6954 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
6955 marker out of doc string.
6956
6957 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
6960 which was not mentioned in the log.
6961
6962 2004-11-26 Kim F. Storm <storm@cua.dk>
6963
6964 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
6965 angle bitmaps at top/bottom line.
6966
6967 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
6968 set it when it->method is set to next_element_from_display_vector.
6969 (setup_for_ellipsis): Add LEN argument. Callers changed.
6970 Set it->saved_face_id.
6971 (get_next_display_element): Use loop instead of recursion.
6972 Set it->saved_face_id. Combine duplicate code for ctr chars.
6973 (next_element_from_display_vector): Do not set it->saved_face_id.
6974 (next_element_from_ellipsis): Use setup_for_ellipsis.
6975
6976 2004-11-26 Eli Zaretskii <eliz@gnu.org>
6977
6978 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
6979 prevent compiler warnings.
6980
6981 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * keyboard.c (command_loop_1): Print a message describing the key
6984 the user just pressed when this key has no binding.
6985
6986 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
6987 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
6988
6989 * lread.c (readchar): Check QUIT when `getc' is interrupted.
6990
6991 2004-11-24 Richard M. Stallman <rms@gnu.org>
6992
6993 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
6994
6995 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
6996
6997 2004-11-24 Kim F. Storm <storm@cua.dk>
6998
6999 * xdisp.c (move_it_in_display_line_to, display_line):
7000 Restore saved_face_id also when truncate-lines or hscrolled.
7001
7002 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7003
7004 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
7005 x-use-old-gtk-file-dialog.
7006
7007 * xfns.c: Define x_use_old_gtk_file_dialog.
7008 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
7009 outside ifdef USE_GTK.
7010
7011 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
7014 Don't use XFASTINT blindly.
7015
7016 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
7017
7018 * indent.c (skip_invisible): Avoid non-idempotent side-effects
7019 in macro arguments.
7020
7021 * keymap.c (Flookup_key): Check INTEGERP before XINT.
7022
7023 * lread.c (oblookup): Don't use XFASTINT blindly.
7024
7025 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
7026 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
7027
7028 2004-11-23 Kim F. Storm <storm@cua.dk>
7029
7030 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
7031 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
7032
7033 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
7034 signal_p is zero and face name is unknown.
7035 (Fx_list_fonts): Don't signal error in lookup_named_face.
7036 (Fface_font): Signal error in lookup_named_face.
7037 (ascii_face_of_lisp_face): Likewise.
7038
7039 * dispextern.h (lookup_named_face): Fix prototype.
7040
7041 * xdisp.c (handle_single_display_prop): Don't signal error in
7042 lookup_named_face for unknown fringe face name.
7043 (highlight_trailing_whitespace): Don't signal error in
7044 lookup_named_face if trailing-whitespace face unknown.
7045 (calc_line_height_property): Don't signal error in
7046 lookup_named_face if specified face name is unknown.
7047
7048 * fringe.c (update_window_fringes): Show top row indicator if
7049 window has header-line. Don't show arrow at bob and eob
7050 if the boundary indicators are not used.
7051 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
7052
7053 * window.c (set_window_buffer): Clear display_error_modiff.
7054
7055 2004-11-22 Kim F. Storm <storm@cua.dk>
7056
7057 * fringe.c (update_window_fringes): Provide sensible fall-back
7058 value for non-nil indicate-buffer-boundaries setting.
7059
7060 2004-11-22 Markus Rost <rost@ias.edu>
7061
7062 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
7063
7064 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
7067
7068 2004-11-21 Kim F. Storm <storm@cua.dk>
7069
7070 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
7071
7072 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
7073 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
7074
7075 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
7076 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
7077
7078 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
7079 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
7080
7081 * xdisp.c (move_it_in_display_line_to, display_line):
7082 Restore saved_face_id if overflow-newline-into-fringe is enabled and
7083 line is continued before or in middle of element from display vector.
7084
7085 * indent.c (Fvertical_motion): Fix last change. Use another
7086 method to detect if iterator moved too far ahead after reseat.
7087
7088 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
7089 expand matrix width for overflow in zero-width area.
7090 (append_glyph, append_composite_glyph, produce_image_glyph)
7091 (append_stretch_glyph): Use it to avoid loop in redisplay.
7092 (note_mode_line_or_margin_highlight): Don't let help-echo from
7093 string override help-echo from image map.
7094
7095 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
7098 * callint.c (Fcall_interactively): Ditto.
7099
7100 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * minibuf.c (Fminibuffer_complete_and_exit):
7103 Fixup the case of the completed value, for case-indep completion.
7104
7105 2004-11-20 Richard M. Stallman <rms@gnu.org>
7106
7107 * lisp.h (Fread_from_minibuffer): Add arg in decl.
7108
7109 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
7110 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
7111
7112 * search.c (Vsearch_spaces_regexp):
7113 Rename from Vsearch_whitespace_regexp. All uses changed.
7114
7115 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
7116
7117 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
7118
7119 2004-11-19 Richard M. Stallman <rms@gnu.org>
7120
7121 * search.c (Vsearch_whitespace_regexp): New variable.
7122 (syms_of_search): Defvar it.
7123 (compile_pattern_1): Call re_set_whitespace_regexp with it.
7124 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
7125 is non-nil.
7126 (struct regexp_cache): New element whitespace_regexp.
7127 (syms_of_search): Initialize whitespace_regexp elements.
7128 (compile_pattern): Compare whitespace_regexp elements.
7129 (compile_pattern_1): Set whitespace_regexp elements.
7130
7131 * regex.c (regex_compile): Substitute whitespace_regexp
7132 for spaces, if it is nonzero.
7133 (whitespace_regexp): New variable.
7134 (re_set_whitespace_regexp): New function.
7135
7136 2004-11-19 Kim F. Storm <storm@cua.dk>
7137
7138 * indent.c (Fvertical_motion): Fix last change.
7139
7140 2004-11-18 Kim F. Storm <storm@cua.dk>
7141
7142 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
7143 Instead, move back again if reseating moves too far ahead.
7144
7145 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
7146
7147 * xdisp.c (message3): Call clear_message.
7148
7149 2004-11-17 Kim F. Storm <storm@cua.dk>
7150
7151 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
7152
7153 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7154
7155 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
7156
7157 * xmenu.c (x_menu_in_use): Remove.
7158 (x_menu_set_in_use): Also set popup_activated_flag.
7159
7160 * xfns.c (Fx_file_dialog): Call popup_activated instead of
7161 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
7162
7163 * xterm.h (x_menu_in_use): Remove.
7164
7165 2004-11-16 Richard M. Stallman <rms@gnu.org>
7166
7167 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
7168 Use map-keymap-internal to implement that.
7169
7170 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
7171
7172 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
7175 a window before using XWINDOW.
7176
7177 * window.c (make_window, Fselect_window, make_dummy_parent)
7178 (save_window_save):
7179 * frame.c (make_frame):
7180 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
7181
7182 * lisp.h (NILP): Use EQ rather than XFASTINT.
7183
7184 2004-11-16 Kim F. Storm <storm@cua.dk>
7185
7186 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
7187
7188 * indent.c (Fvertical_motion): Fix last change. Only reseat when
7189 moving backwards.
7190
7191 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
7192
7193 * dispextern.h: Extern reseat_at_previous_visible_line_start.
7194
7195 2004-11-16 Kenichi Handa <handa@m17n.org>
7196
7197 * xdisp.c (display_mode_element): Fix previous change (calculate
7198 end position of substring to display correctly).
7199
7200 2004-11-16 Kim F. Storm <storm@cua.dk>
7201
7202 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
7203 Reported by Andrew M. Scott.
7204
7205 2004-11-15 Kim F. Storm <storm@cua.dk>
7206
7207 * fns.c (Fsafe_plist_get): New defun.
7208 (syms_of_fns): Defsubr it.
7209
7210 * lisp.h (Fsafe_plist_get): Add EXFUN.
7211
7212 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
7213 Use Fsafe_plist_get.
7214 (note_mode_line_or_margin_highlight, note_mouse_highlight):
7215 Fix image map element parsing. Use Fsafe_plist_get.
7216
7217 2004-11-15 Richard M. Stallman <rms@gnu.org>
7218
7219 * xdisp.c (get_next_display_element): Fix previous change.
7220
7221 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7222
7223 * window.c (shrink_windows): Handle special case of one window left
7224 when trying to shrink the final reminder. Grow windows if
7225 total_removed is less than total_shrink.
7226
7227 * xmenu.c (pop_down_menu): Remove global variable current_menu,
7228 extract pointer from arg with XSAVE_VALUE.
7229 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
7230 Construct arg to record_unwind_protect with make_save_value.
7231
7232 2004-11-13 Richard M. Stallman <rms@gnu.org>
7233
7234 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
7235 (get_next_display_element): Fix previous change to apply only to \n.
7236
7237 * indent.c (Fvertical_motion): Scan to PT from start of line to
7238 make iterator consistent.
7239
7240 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
7241
7242 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7243
7244 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
7245
7246 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
7247 Record unwind with clean_up_file_dialog.
7248
7249 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
7250 Declare.
7251
7252 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
7253
7254 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7255
7256 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
7257 (xg_file_sel_destroy): Remove.
7258 (xg_file_response_cb, pop_down_file_dialog)
7259 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
7260 New functions.
7261 (xg_get_file_with_chooser, xg_get_file_with_selection):
7262 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
7263 Move common code to xg_get_file_name. Return widget created.
7264 (xg_get_file_name): Set name, transient for, modal and destroy
7265 with parent here. Connect response signal to xg_file_response_cb,
7266 connect delete-event to gtk_true. Record pop_down_file_dialog
7267 for unwind. Do event loop and call x_menu_wait_for_event in loop.
7268 (xg_create_widget): Make dialogs modal.
7269
7270 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
7271 Lisp_Object.
7272 (popup_get_selection): Move unwind protect ...
7273 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
7274 Move destroy of widget to pop_down_menu.
7275 (popup_widget_loop): Move unwind protect ...
7276 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
7277 Move destroy of widget to pop_down_menu.
7278 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
7279 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
7280 x_mouse_leave and grabbed = 0 to pop_down_menu.
7281
7282 2004-11-13 Kim F. Storm <storm@cua.dk>
7283
7284 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
7285 (syms_of_xdisp): DEFVAR_BOOL it.
7286 (make_cursor_line_fully_visible, try_cursor_movement)
7287 (try_window_id): Use it.
7288
7289 2004-11-12 Kim F. Storm <storm@cua.dk>
7290
7291 * dispextern.h (struct glyph_row): New member extra_line_spacing.
7292 (struct it): New member max_extra_line_spacing.
7293 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
7294 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
7295 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
7296 part of last line is only extra line spacing (so the text on the
7297 line is fully visible). Use helper macros.
7298 Add W arg (to use them). All callers changed.
7299 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
7300 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
7301
7302 * window.c (window_scroll_pixel_based, Frecenter):
7303 Use move_it_vertically_backward directly.
7304 (Frecenter): Fix calculation of new start pos for negative arg.
7305 Before, the new start pos was sometimes chosen too far back, so
7306 the last line became only partially visible, and thus would be
7307 either only semi-visible or automatically scrolled to the middle
7308 of the window by redisplay.
7309
7310 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
7311 (move_it_vertically_backward): Don't recure to move further back.
7312 (move_it_vertically): Remove superfluous condition.
7313 (move_it_by_lines): Clear last_height when moved 0 lines.
7314 (resize_mini_window): Use it.max_extra_line_spacing.
7315 (display_tool_bar_line): Clear row->extra_line_spacing.
7316 (try_scrolling): Use move_it_vertically_backward directly.
7317 (redisplay_window): Likewise.
7318 (compute_line_metrics): Set row->extra_line_spacing.
7319 (display_line, display_string): Likewise.
7320 (x_produce_glyphs): Update it->max_extra_line_spacing.
7321
7322 * xmenu.c (pop_down_menu): Return nil.
7323
7324 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7325
7326 * xmenu.c (x_menu_wait_for_event): New function.
7327 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
7328 to handle timers.
7329 (popup_widget_loop): Add argument do_timers.
7330 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
7331 do_timers to popup_widget_loop.
7332 (xmenu_show): Call XMenuActivateSetWaitFunction so that
7333 x_menu_wait_for_event is called by XMenuActivate.
7334 (create_and_show_popup_menu): Pass 1 for do_timers to
7335 popup_get_selection.
7336 (pop_down_menu): New function.
7337 (popup_get_selection, popup_widget_loop): Unwind protect to
7338 pop_down_menu.
7339 (popup_widget_loop): Add argument widget.
7340 (create_and_show_popup_menu, create_and_show_dialog): Pass new
7341 argument widget to popup_widget_loop.
7342
7343 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
7346
7347 2004-11-09 Kim F. Storm <storm@cua.dk>
7348
7349 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
7350 Fix various comments referring to XEvents instead of input events.
7351 (x_queue_event): Fix format strings.
7352 (x_stop_queuing_selection_requests): Likewise.
7353
7354 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
7355 (pint2hrstr): Add extra braces to silence compiler.
7356
7357 * print.c (print_object): Fix format string.
7358
7359 * lread.c (read1): Fix next_char matching.
7360
7361 * lisp.h (Fdelete): Add EXFUN.
7362 (replace_range_2): Add prototype.
7363
7364 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
7365
7366 * intervals.h (NULL_INTERVAL_P): Add separate version when
7367 ENABLE_CHECKING is not defined to silence compiler.
7368 (compare_string_intervals): Add prototype.
7369
7370 * fringe.c (destroy_fringe_bitmap): Fix return type.
7371 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
7372
7373 * emacs.c (Fdump_emacs): Fix format string.
7374
7375 * doc.c: Include <ctype.h>.
7376 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
7377
7378 * data.c (store_symval_forwarding): Remove unused variables.
7379
7380 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
7381
7382 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7383
7384 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
7385 to ${OLDXMENU}.
7386
7387 2004-11-09 Kim F. Storm <storm@cua.dk>
7388
7389 * process.c (Fmake_network_process): Remove kludge for interrupted
7390 connects on BSD. If connect is interrupted, just close socket and
7391 start over rather than sleeping and retry with same socket.
7392
7393 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7394
7395 * .cvsignore: Add buildobj.lst.
7396
7397 * doc.c: New variable Vbuild_files.
7398 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
7399 file names from buildobj.lst. Only attach docstrings from files
7400 that are in Vbuild_files.
7401 (syms_of_doc): Defvar Vbuild_files.
7402
7403 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
7404 and w32*.o.
7405 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
7406 (mostlyclean): Rm buildobj.lst
7407
7408 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
7409 is linked.
7410
7411 2004-11-09 Kim F. Storm <storm@cua.dk>
7412
7413 * fringe.c (update_window_fringes): Update fringe bitmaps if
7414 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
7415 also update previous row to get rid of misc. artifacts.
7416
7417 2004-11-08 Kim F. Storm <storm@cua.dk>
7418
7419 * xdisp.c (fast_find_position): Fix start pos if header line present.
7420 (note_mouse_highlight): Clear mouse face if we move out of text area.
7421
7422 2004-11-08 Eli Zaretskii <eliz@gnu.org>
7423
7424 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
7425 Don't include <sys/time.h> explicitly.
7426 Include <stdio.h> unconditionally, not just on MacOS.
7427
7428 2004-11-08 Kenichi Handa <handa@m17n.org>
7429
7430 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
7431 don't pay attention to '\' before '*'.
7432 (fontset_pattern_regexp): Change the meaning of the second arg.
7433 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
7434 (check_fontset_name): Try NAME as literal at first, and if it
7435 failes, try NAME as pattern.
7436
7437 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7438
7439 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
7440
7441 2004-11-07 Andreas Schwab <schwab@suse.de>
7442
7443 * lisp.h (Fmsdos_downcase_filename): Declare.
7444 * dired.c (Fmsdos_downcase_filename): Don't declare here.
7445 * fileio.c: Likewise.
7446
7447 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7448
7449 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
7450 comparisons with integers instead of Lisp_Object address.
7451 (Fmsdos_set_keyboard): Declare argument allkeys.
7452
7453 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
7454
7455 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
7456 int/Lisp_Object mixup.
7457
7458 * fileio.c: Ditto.
7459
7460 2004-11-06 Steven Tamm <steventamm@mac.com>
7461
7462 * editfns.c: Need to include sys/time.h before resource.h on darwin.
7463
7464 2004-11-06 Richard M. Stallman <rms@gnu.org>
7465
7466 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
7467
7468 * xfaces.c (merge_named_face): GCPRO the face_name in the
7469 named_merge_point struct that we make.
7470 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
7471
7472 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
7473 before deciding whether to inactivate mark.
7474
7475 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
7476
7477 * config.in: Regenerate (add HAVE_GETRUSAGE).
7478 * editfns.c (Fget_internal_run_time): New function.
7479 (syms_of_data): Defsubr it.
7480 * fns.c (sxhash): As far as possible, merge calculation of
7481 hash code for symbols and strings.
7482
7483 2004-11-06 Eli Zaretskii <eliz@gnu.org>
7484
7485 * frame.c (syms_of_frame): Fix the example in the doc string.
7486
7487 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7488
7489 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
7490
7491 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
7492 (create_and_show_dialog): Revert change from 2004-10-31.
7493
7494 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7495
7496 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
7497
7498 2004-11-05 Kim F. Storm <storm@cua.dk>
7499
7500 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
7501
7502 * fileio.c (Ffile_modes): Doc fix.
7503 (auto_save_1): Check for Ffile_modes nil value.
7504
7505 2004-11-05 Kim F. Storm <storm@cua.dk>
7506
7507 * xselect.c (struct selection_event_queue, selection_queue)
7508 (x_queue_selection_requests, x_queue_event)
7509 (x_start_queuing_selection_requests)
7510 (x_stop_queuing_selection_requests): Add new queue for selection
7511 input events to replace previous XEvent queue in xterm.c.
7512 (queue_selection_requests_unwind): Adapt to new queue.
7513 (x_reply_selection_request): Adapt to new queue.
7514 Unexpect wait_object in case of x errors (memory leak).
7515 (x_handle_selection_request, x_handle_selection_clear): Make static.
7516 (x_handle_selection_event): New function. May queue selection events.
7517 (wait_for_property_change_unwind): Use save_value instead of cons.
7518 Clear property_change_reply_object.
7519 (wait_for_property_change): Abort if already waiting.
7520 Use save_value instead of cons for unwind data.
7521 (x_handle_property_notify): Skip events already arrived, but don't
7522 free them, as "arrived" field is checked by wait_for_property_change,
7523 and it will be freed by unwind or explicit unexpect_property_change.
7524 (x_get_foreign_selection): Add to new queue.
7525 (receive_incremental_selection): Don't unexpect wait_object when done
7526 as it has already been freed by previous wait_for_property_change.
7527
7528 * xterm.h (x_start_queuing_selection_requests)
7529 (x_stop_queuing_selection_requests, x_handle_selection_request)
7530 (x_handle_selection_clear): Remove prototypes.
7531 (x_handle_selection_event): Add prototype.
7532
7533 * xterm.c (handle_one_xevent): Don't queue X selection events
7534 here, it may be too late if we start queuing after we have already
7535 stored some selection events into the kbd buffer.
7536 (struct selection_event_queue, queue, x_queue_selection_requests)
7537 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
7538 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
7539 (x_catch_errors_unwind): Block input around final XSync.
7540
7541 * keyboard.h (kbd_buffer_unget_event): Add prototype.
7542
7543 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
7544 (kbd_buffer_unget_event): New function.
7545 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
7546 and use x_handle_selection_event.
7547 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
7548
7549 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7550
7551 * xselect.c (TRACE3): New debug macro.
7552 (x_reply_selection_request): Use it.
7553 (receive_incremental_selection): In call to TRACE0, the name of
7554 a symbol is in xname.
7555
7556 2004-11-05 Kim F. Storm <storm@cua.dk>
7557
7558 * fontset.c (fontset_pattern_regexp): Use unsigned char.
7559
7560 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7561
7562 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
7563
7564 * gtkutil.h (use_old_gtk_file_dialog): Declare.
7565
7566 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
7567 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
7568 * xfns.c (syms_of_xfns): ... to here.
7569
7570 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
7571 it doesn't start with /.
7572
7573 2004-11-04 Kenichi Handa <handa@m17n.org>
7574
7575 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
7576 treat it as a literal character.
7577
7578 2004-11-03 Kim F. Storm <storm@cua.dk>
7579
7580 * .gdbinit (ppt): New function.
7581
7582 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7583
7584 * xterm.c (x_window_to_scroll_bar): Only call
7585 xg_get_scroll_id_for_window if toolkit scroll bars are used.
7586
7587 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
7588 of save.
7589
7590 2004-11-02 Andreas Schwab <schwab@suse.de>
7591
7592 * window.c (Fscroll_right): Fix last change.
7593
7594 2004-11-02 Kim F. Storm <storm@cua.dk>
7595
7596 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
7597
7598 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7599
7600 * callproc.c (Fcall_process): Block input around vfork.
7601
7602 2004-11-02 Kim F. Storm <storm@cua.dk>
7603
7604 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
7605 (syms_of_eval): Defsubr it.
7606
7607 2004-11-02 Richard M. Stallman <rms@gnu.org>
7608
7609 * insdel.c (replace_range_2): New function.
7610
7611 * casefiddle.c (casify_region): Handle changes in byte-length
7612 using replace_range_2.
7613
7614 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
7615
7616 * xdisp.c (back_to_previous_visible_line_start):
7617 Subtract 1 from pos when checking previous newline for invisibility.
7618
7619 * window.c (window_scroll_pixel_based): Update preserve_y
7620 for header line if any.
7621 (Fscroll_left, Fscroll_right): Don't call interactive_p;
7622 use a new second argument instead.
7623
7624 * eval.c (Fcall_interactive_p): New function.
7625 (interactive_p): Don't test INTERACTIVE here.
7626 (Finteractive_p): Doc fix.
7627
7628 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
7629
7630 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
7631
7632 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
7633 comparing font names.
7634
7635 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7636
7637 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
7638 Fx_file_dialog if only directories should be read.
7639
7640 * lisp.h: Fx_file_dialog takes 5 parameters.
7641
7642 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
7643 Add parameter only_dir_p.
7644 In Motif version, don't put DEFAULT_FILENAME in filter part of the
7645 dialog, just text field part. Do not add DEFAULT_FILENAME
7646 to list of files if it isn't there.
7647 In GTK version, pass only_dir_p parameter to xg_get_file_name.
7648
7649 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
7650 Check only_dir_p instead of comparing prompt to "Dired". When using
7651 a save dialog, add option kNavDontConfirmReplacement, change title
7652 to "Enter name", change text for save button to "Ok".
7653
7654 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
7655 Check only_dir_p instead of comparing prompt to "Dired".
7656
7657 * gtkutil.c (xg_get_file_with_chooser)
7658 (xg_get_file_with_selection): New functions, only defined ifdef
7659 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
7660 respectively.
7661 (xg_get_file_name): Add parameter only_dir_p.
7662 Call xg_get_file_with_chooser or xg_get_file_with_selection
7663 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
7664 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
7665
7666 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
7667
7668 * config.in: Rebuild (added HAVE_GTK_FILE_*).
7669
7670 2004-11-01 Kim F. Storm <storm@cua.dk>
7671
7672 * process.c (connect_wait_mask, num_pending_connects):
7673 Only declare and use them if NON_BLOCKING_CONNECT is defined.
7674 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
7675 (IF_NON_BLOCKING_CONNECT): New helper macro.
7676 (wait_reading_process_output): Only declare and use local vars
7677 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
7678
7679 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
7680
7681 * w32term.c (x_scroll_run): Delete region objects after use.
7682
7683 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7684
7685 * xmenu.c: Add prototypes for forward function declarations.
7686 (popup_get_selection): Remove parameter do_timers, remove call to
7687 timer_check.
7688 (create_and_show_popup_menu, create_and_show_dialog):
7689 Remove parameter do_timers from call to popup_get_selection.
7690
7691 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
7692 tool_bar_items and assign the result to f->tool_bar_items if
7693 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
7694 tool_bar_items to assignment of result.
7695
7696 * atimer.c (alarm_signal_handler): Do not call set_alarm if
7697 pending_atmers is non-zero.
7698
7699 2004-10-31 Kim F. Storm <storm@cua.dk>
7700
7701 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
7702
7703 2004-10-28 Will <will@glozer.net>
7704
7705 * macterm.c: Allow user to assign key modifiers to the Mac Option
7706 key via a 'mac-option-modifier' variable.
7707
7708 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
7711 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
7712 (x_handle_selection_request, x_handle_selection_clear)
7713 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
7714
7715 2004-10-28 Richard M. Stallman <rms@gnu.org>
7716
7717 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
7718
7719 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
7720
7721 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
7724 comment-starter over a 1-char one.
7725
7726 2004-10-27 Richard M. Stallman <rms@gnu.org>
7727
7728 * xdisp.c (get_next_display_element): In mode lines,
7729 treat newline and tab like other control characters.
7730
7731 * editfns.c (Fmessage): Doc fix.
7732
7733 * indent.c (vmotion): When moving up, check the newline before.
7734 Make prevline an int, not a Lisp_Object.
7735
7736 2004-10-27 Kim F. Storm <storm@cua.dk>
7737
7738 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
7739 Only allocate info and discarded tables once.
7740
7741 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
7742 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
7743 (SAFE_FREE): Test it to determine if we need to unwind to free.
7744 Remove size arg. All users changed.
7745 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
7746
7747 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7748
7749 * gtkutil.c: Put empty line between comment and function body.
7750 (xg_destroy_widgets): Rename from remove_from_container.
7751 Just destroy all widgets in list. Argument wcont removed.
7752 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
7753 instead of remove_from_container.
7754 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
7755 (free_frame_tool_bar): Add comment.
7756
7757 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
7758 is not NULL before strcmp.
7759
7760 2004-10-26 Kim F. Storm <storm@cua.dk>
7761
7762 * callint.c (Fcall_interactively): Add 'U' code to get the
7763 up-event discarded by a previous 'k' or 'K' argument.
7764
7765 2004-10-26 David Kastrup <dak@gnu.org>
7766
7767 * buffer.c (syms_of_buffer): Fix a few typos.
7768
7769 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7770
7771 * xsmfns.c: Put empty line between comment and function body.
7772 Use two spaces before comment end.
7773
7774 2004-10-25 Kenichi Handa <handa@m17n.org>
7775
7776 * fontset.c (fontset_pattern_regexp): Optimize for the case that
7777 PATTERN is full XLFD.
7778
7779 2004-10-24 Kenichi Handa <handa@m17n.org>
7780
7781 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
7782
7783 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
7784 (regex_compile): Return REG_ERANGEX if appropriate.
7785
7786 2004-10-22 Kenichi Handa <handa@m17n.org>
7787
7788 * editfns.c (Ftranslate_region_internal): New function.
7789 (syms_of_editfns): Defsubr it.
7790
7791 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7792
7793 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
7794
7795 2004-10-21 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
7796
7797 * xterm.h (x_output): New member `xic_base_fontname'.
7798 (FRAME_XIC_BASE_FONTNAME): New macro.
7799 (xic_free_xfontset): Declare.
7800
7801 * xfns.c (xic_create_xfontset): Share fontsets between frames
7802 based on base_fontname.
7803 (xic_free_xfontset): New function.
7804 (free_frame_xic): Use it.
7805 (xic_set_xfontset): Ditto.
7806
7807 * xterm.c (xim_destroy_callback): Ditto.
7808
7809
7810 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
7811
7812 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
7813
7814 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7815
7816 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
7817 XSync.
7818
7819 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
7820 New variables and constant.
7821 (main): Calculate heap_bss_diff. If we are dumping and the
7822 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
7823 and exec ourself again.
7824 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
7825 print a warning.
7826
7827 * lastfile.c: Make my_endbss and my_endbss_static available on all
7828 platforms.
7829
7830 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
7831 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
7832
7833 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
7834
7835 * data.c (Flocal_variable_if_set_p): Doc fix.
7836
7837 2004-10-19 Jason Rumney <jasonr@gnu.org>
7838
7839 * w32.c (init_environment): Set emacs_dir correctly when running
7840 emacs from the build directory.
7841
7842 2004-10-19 Richard M. Stallman <rms@gnu.org>
7843
7844 * editfns.c (Fdelete_and_extract_region):
7845 If region is empty, return null string.
7846
7847 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7848
7849 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
7850 and canon_width.
7851 (xg_frame_cleared): Remove.
7852
7853 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
7854 (xg_find_top_left_in_fixed): Remove.
7855 (xg_create_scroll_bar): Put an event box widget between
7856 the scroll bar widget and the edit widget.
7857 (xg_show_scroll_bar): Show the parent widget (the event box).
7858 (xg_remove_scroll_bar): Destroy parent (the event box) also.
7859 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
7860 Move the parent (the event box) widget inside the fixed widget.
7861 Move window clear to xterm.c.
7862
7863 * gtkutil.h (xg_frame_cleared): Remove.
7864
7865 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
7866 (x_scroll_bar_create, XTset_vertical_scroll_bar):
7867 Remove arguments left and width to xg_update_scrollbar_pos.
7868 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
7869
7870 2004-10-19 Kenichi Handa <handa@m17n.org>
7871
7872 * xdisp.c (display_mode_element): Fix display of wide chars.
7873
7874 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7875
7876 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
7877 gdk_window_clear and move gdk_window_process_all_updates after
7878 clear so events are sent to the X server in correct order.
7879
7880 2004-10-18 Kenichi Handa <handa@m17n.org>
7881
7882 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
7883 comparing font names.
7884 (fs_query_fontset): Use fast_string_match for comparing fontset names.
7885 (list_fontsets): Likewise.
7886
7887 * search.c (fast_string_match_ignore_case): New function.
7888
7889 * lisp.h (fast_string_match_ignore_case): Extern it.
7890
7891 2004-10-17 Kim F. Storm <storm@cua.dk>
7892
7893 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
7894 than bitmap if there is not left fringe.
7895 (get_overlay_arrow_glyph_row): Also used on windows system.
7896 (display_line): Display overlay string if no left fringe.
7897
7898 2004-10-16 Jason Rumney <jasonr@gnu.org>
7899
7900 * w32fns.c (w32_font_match): Encode font name being matched.
7901
7902 2004-10-16 Richard M. Stallman <rms@gnu.org>
7903
7904 * window.c (Fspecial_display_p): Doc fix.
7905
7906 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
7907
7908 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
7909 Don't ignore menus, because where-is-internal already does it for us.
7910
7911 2004-10-15 Kim F. Storm <storm@cua.dk>
7912
7913 * xdisp.c (redisplay_window): Only update fringes and vertical
7914 border on window frames.
7915
7916 2004-10-14 Andreas Schwab <schwab@suse.de>
7917
7918 * m/ia64.h (DATA_SEG_BITS): Don't define.
7919
7920 2004-10-14 Kim F. Storm <storm@cua.dk>
7921
7922 * xterm.h: Include Xutil.h after keysym.h to work around bug
7923 in some X versions.
7924
7925 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * fns.c (map_char_table): Add missing gcpros.
7928
7929 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7930
7931 * keymap.c (get_keymap): An autoload form is not a keymap.
7932
7933 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
7934
7935 2004-10-13 Kim F. Storm <storm@cua.dk>
7936
7937 * callproc.c (Fcall_process): Simplify handling of display arg.
7938 Resume `display_on_the_fly' once a coding system is determined.
7939
7940 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
7941
7942 2004-10-12 Kim F. Storm <storm@cua.dk>
7943
7944 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
7945 caller, such as call-process, is not going to poll for input.
7946 (calc_line_height_property): Handle case where it->object is nil.
7947
7948 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
7949
7950 2004-10-12 Kenichi Handa <handa@m17n.org>
7951
7952 * xdisp.c (get_next_display_element):
7953 If unibyte_display_via_language_environment is zero, display 8-bit
7954 chars in octal in unibyte buffer.
7955
7956 2004-10-12 Kim F. Storm <storm@cua.dk>
7957
7958 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
7959 are no ordinary bindings.
7960
7961 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7962
7963 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
7964
7965 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7966
7967 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
7968 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
7969 (make_mac_frame): Add BLOCK_INPUT around the making of a
7970 terminal frame.
7971 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
7972 * macgui.h (mktime): Use emacs_mktime.
7973 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
7974 Make a cancel file-open dialog be like C-g.
7975 * mac.c (mktime): Use emacs_mktime.
7976 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
7977 (Fmac_paste_function): Add better error handling for carbon cut/paste.
7978
7979 2004-10-10 Kim F. Storm <storm@cua.dk>
7980
7981 * keyboard.c (timer_resume_idle): New function to resume idle
7982 timer without resetting timers on the idle list.
7983 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
7984 (timer_start_idle, timer_stop_idle): Declare static.
7985 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
7986
7987 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
7988
7989 2004-10-08 Steven Tamm <steventamm@mac.com>
7990
7991 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
7992 * macterm.c (mac_check_for_quit_char): Remove warning for using
7993 NULL where 0 should be used.
7994 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
7995 objc/malloc.h
7996 * mac.c: Include time.h for Tiger compatibility.
7997
7998 2004-10-07 Kim F. Storm <storm@cua.dk>
7999
8000 * xdisp.c (redisplay_window): Fix flicker on vertical line between
8001 windows. Update vertical line after drawing window fringes, but
8002 only if actually drawing any bitmaps--or there is no fringe.
8003
8004 * xterm.c (x_update_window_end): Likewise.
8005 * macterm.c (x_update_window_end): Likewise.
8006 * w32term.c (x_update_window_end): Likewise.
8007
8008 * fringe.c (draw_window_fringes): Return value now indicates if
8009 any fringe bitmaps were redrawn (or there are no fringes).
8010
8011 * dispextern.h (draw_window_fringes): Update prototype.
8012
8013 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8014
8015 * macfns.c (mac_get_window_bounds): Add extern.
8016 (x_real_positions): Use mac_get_window_bounds.
8017
8018 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
8019 xmenu.c (YAILOM).
8020
8021 * macterm.c [!MAC_OSX]: Include Windows.h.
8022 (front_emacs_window): Rename from mac_front_window. All uses
8023 changed. Return the frontmost non-tooltip emacs window.
8024 (mac_get_window_bounds): New function.
8025 (x_calc_absolute_position): Use the difference of width and height
8026 between the inner and outer window.
8027 (x_set_offset): Specify window position by the coordinae of the
8028 outer window. Adjust the position if the title bar is completely
8029 outside the screen.
8030 (app_is_suspended, app_sleep_time): Remove unused variables.
8031 (do_app_resume, do_app_suspend): Remove their contents because
8032 window-activate/deactivate events will do the job.
8033 (do_zoom_window): Remove unused variables. Make compliant to the
8034 standard way of zooming. Set f->left_pos and f->top_pos.
8035 (XTread_socket): Don't use argument `expected'. Don't use
8036 FrontWindow to determine the clicked window. Exclude unprocessed
8037 mouseUp cases in the early stage. Add parentheses to fix operator
8038 precedence.
8039 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
8040
8041 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
8042
8043 * config.in: Regenerate.
8044
8045 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
8046 HAVE_EXECSHIELD.
8047
8048 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8049
8050 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
8051 a row if Alt or Meta has been found for that row. Also stop scanning
8052 for Keysyms for that row.
8053
8054 2004-10-04 Kim F. Storm <storm@cua.dk>
8055
8056 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
8057 to list. Include overlay arrow bitmap in return value.
8058
8059 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
8060 bars with fractional column width. If scroll bar separates two
8061 windows, move it towards the window it belongs to. Only update
8062 the padding area below the scroll bar widget when necessary,
8063 i.e. when scroll bar widget is created, moved, or resized.
8064
8065 * xdisp.c (define_frame_cursor1): Do not change frame cursor
8066 while tracking/dragging mouse.
8067 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
8068
8069 * window.c (coordinates_in_window): Relax check for cursor
8070 on vertial border between mode lines.
8071 (Fset_window_fringes): Do not allow negative widths.
8072 (Fset_window_scroll_bars): Likewise.
8073
8074 * .gdbinit (pp): Shorthand for p ARG + pr.
8075 (ff): New command: flush frame updates (X only).
8076
8077 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
8078
8079 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
8080
8081 2004-09-30 Kenichi Handa <handa@m17n.org>
8082
8083 * process.c (send_process): Free composition data.
8084
8085 * fileio.c (Finsert_file_contents): Free composition data.
8086
8087 * coding.c (code_convert_region): Don't skip ASCIIs if there are
8088 compositions to encode.
8089 (encode_coding_string): Likewise. Free composition data.
8090
8091 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
8092
8093 * coding.c (code_convert_region): Free composition data.
8094
8095 2004-09-29 Kim F. Storm <storm@cua.dk>
8096
8097 * fringe.c: Remove limit on number of bitmaps.
8098 (fringe_bitmaps, fringe_faces): Change to pointers.
8099 (max_fringe_bitmaps): New var.
8100 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
8101 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
8102
8103 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
8104 (struct glyph_row): Reorder fringe_bitmap related fields.
8105 (struct it): Likewise.
8106
8107 * w32term.c (fringe_bmp): Change to pointer.
8108 (max_fringe_bmp): New var.
8109 (w32_define_fringe_bitmap): Expand fringe_bmp.
8110 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
8111 (w32_destroy_fringe_bitmap): Likewise.
8112
8113 2004-09-29 Kim F. Storm <storm@cua.dk>
8114
8115 * fringe.c: Simplify last change.
8116 (lookup_fringe_bitmap): New function.
8117 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
8118 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
8119 Keep standard bitmaps in Vfringe_bitmaps.
8120 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
8121 (Fset_fringe_bitmap_face): Likewise.
8122
8123 * dispextern.h (lookup_fringe_bitmap): Add prototype.
8124 (valid_fringe_bitmap_p): Remove prototype.
8125
8126 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
8127
8128 2004-09-29 Kim F. Storm <storm@cua.dk>
8129
8130 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
8131 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
8132
8133 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
8134
8135 * fringe.c (Vfringe_bitmaps): New variable.
8136 (syms_of_fringe): DEFVAR_LISP it.
8137 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
8138 Change arg to Lisp_Object and fail if not an integer.
8139 (get_fringe_bitmap_name, resolve_fringe_bitmap)
8140 (destroy_fringe_bitmap): New functions.
8141 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
8142 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
8143 clear its fringe property.
8144 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
8145 Fdestroy_fringe_bitmap.
8146 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
8147 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
8148 and set fringe property. Signal error if no free slots.
8149 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
8150 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
8151
8152 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
8153 symbols with a fringe property.
8154
8155 2004-09-27 Kim F. Storm <storm@cua.dk>
8156
8157 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
8158 Doc fix. Format may now be a symbol or alist, not a cons.
8159
8160 * fringe.c (update_window_fringes): Handle new formats of
8161 indicate-buffer-boundaries (symbol or alist). No longer
8162 allow a simple cons.
8163 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
8164
8165 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8166
8167 * config.in: Rebuild.
8168
8169 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8170
8171 * config.in: Rebuild.
8172
8173 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
8174
8175 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * xterm.c (x_term_init): Work around a bug in some X servers.
8178
8179 2004-09-18 Richard M. Stallman <rms@gnu.org>
8180
8181 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
8182
8183 * xdisp.c (try_window_reusing_current_matrix):
8184 Handle the case where we reach the old displayed text,
8185 out of sync with the old line boundary.
8186
8187 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * fileio.c (Finsert_file_contents): Fix case of replacement in a
8190 narrowed buffer.
8191
8192 2004-09-14 Kim F. Storm <storm@cua.dk>
8193
8194 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
8195
8196 * xfaces.c (Qface_no_inherit): New var.
8197 (syms_of_xfaces): Intern and staticpro it.
8198 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
8199 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
8200 Don't increment face_change_count when face has non-nil
8201 face-no-inherit property.
8202
8203 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
8206 (Fbyte_code): Remove dead code after `wrong_type_argument'.
8207
8208 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
8209 before doing the mark_stack_check_gcpros since they're not on the stack.
8210
8211 2004-09-12 Kim F. Storm <storm@cua.dk>
8212
8213 * editfns.c (Fformat): Handle format strings with multiple text
8214 properties. Reverse text property list from the format string,
8215 so the positions are in increasing order.
8216
8217 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8218
8219 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
8220 x_uncatch_errors so that possible protocol errors are delivered.
8221
8222 2004-09-10 Eli Zaretskii <eliz@gnu.org>
8223
8224 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
8225 blockinput.h.
8226 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
8227 charset.h, and coding.h
8228 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
8229 (term.o): Depend on window.h and keymap.h.
8230 (abbrev.o): Depend on syntax.h.
8231 (callint.o): Depend on keymap.h.
8232 (casefiddle.o): Depend on charset.h and keymap.h.
8233 (category.o): Depend on keymap.h.
8234 (coding.o): Depend on dispextern.h.
8235 (cmds.o): Depend on keyboard.h and keymap.h.
8236 (dispnew.o): Depend on indent.h and intervals.h.
8237 (doc.o): Depend on keymap.h.
8238 (editfns.o): Depend on frame.h.
8239 (emacs.o): Depend on dispextern.h.
8240 (fileio.o): Don't depend on ccl.h.
8241 (filelock.o): Depend on charset.h and coding.h.
8242 (frame.o): Depend on w32term.h and macterm.h.
8243 (insdel.o): Depend on region-cache.h.
8244 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
8245 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
8246 (search.o): Depend on $(INTERVALS_SRC).
8247 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
8248 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
8249 xterm.h, w32term.h, and macterm.h.
8250 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
8251 w32term.h, and macterm.h.
8252 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
8253 region-cache.h, xterm.h, w32term.h, and macterm.h.
8254 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
8255 (data.o): Depend on frame.h.
8256 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
8257 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
8258 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
8259 (intervals.o): Depend on keymap.h.
8260
8261 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
8262 Add debugging print-out to termscript.
8263
8264 2004-09-09 Richard M. Stallman <rms@gnu.org>
8265
8266 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
8267
8268 2004-09-08 Richard M. Stallman <rms@gnu.org>
8269
8270 * window.c (Fset_window_buffer): Doc fix.
8271
8272 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
8273
8274 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
8275
8276 * minibuf.c (history_delete_duplicates): New variable.
8277 (read_minibuf): Use it.
8278 (syms_of_minibuf): Create the corresponding lisp variable.
8279
8280 2004-09-08 Kim F. Storm <storm@cua.dk>
8281
8282 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
8283 overlay just before point.
8284
8285 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8286
8287 * buffer.h (struct buffer): Add auto_save_file_format field.
8288 * buffer.c (reset_buffer, init_buffer_once):
8289 Handle auto_save_file_format field.
8290 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
8291 `buffer-auto-save-file-format'.
8292 * fileio.c: Delete declaration for removed Vauto_save_file_format.
8293 (build_annotations): Adapt to replacement of
8294 `auto-save-file-format' with the new buffer-local variable
8295 `buffer-auto-save-file-format'.
8296 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
8297
8298 2004-09-07 Jason Rumney <jasonr@gnu.org>
8299
8300 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
8301
8302 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
8303 Handle Unicode menu titles.
8304
8305 2004-09-07 Kim F. Storm <storm@cua.dk>
8306
8307 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
8308 property from text property or overlay strings at point.
8309
8310 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * xmenu.c (update_submenu_strings): YAILOM.
8313 (set_frame_menubar): Make sure last_i is initialized.
8314
8315 2004-09-03 Jason Rumney <jasonr@gnu.org>
8316
8317 * w32menu.c (_widget_value): Add lname and lkey.
8318 (digest_single_submenu): Set lname and lkey in widget_value
8319 instead of name and key.
8320 (update_submenu_strings): New function.
8321 (set_frame_menubar): Remove call to inhibit_garbage_collection,
8322 call update_submenu_strings.
8323
8324 * w32menu.c (globals_of_w32menu): Check for Unicode API.
8325 (digest_single_submenu, w32_menu_show): Encode menu strings as
8326 UTF-8 if Unicode API is available.
8327 (utf8to16): New function.
8328 (add_menu_item): Use it when calling Unicode API.
8329
8330 2004-09-03 Kim F. Storm <storm@cua.dk>
8331
8332 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
8333 in overlay or text-property strings; set cursor on corresponding
8334 glyph rather than at end of the string.
8335
8336 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8337
8338 * macfns.c (x_real_positions): Save the current window port and
8339 set a new one before obtaining the global coordinate.
8340 Use FRAME_MAC_WINDOW.
8341 (x_set_name, x_set_title): Encode title to UTF8.
8342 Use SetWindowTitleWithCFString.
8343 (Fx_server_version): Get correct OS version.
8344
8345 * macmenu.c (add_menu_item): Remove unused variable `i'.
8346 Don't let separator items destroy refence constants of other menu items.
8347
8348 * macterm.c (x_update_end): Move SetPortWindowPort to inside
8349 BLOCK_INPUT.
8350 (x_set_offset): Use FRAME_MAC_WINDOW.
8351
8352 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
8353 nontext_cursor if it is on a scroll bar.
8354
8355 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
8356 Carbon support.
8357 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
8358 Use LIBS_CARBON.
8359
8360 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8361
8362 * xfns.c (x_set_name_internal): New function. Check if we shall call
8363 xfree before ENCODE_UTF_8.
8364 (x_set_name, x_set_title): Call x_set_name_internal.
8365
8366 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
8367
8368 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
8369 reload it.
8370
8371 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8372
8373 * macmenu.c (_widget_value): Add lname and lkey.
8374 (single_submenu): Set lname and lkey in widget_value
8375 instead of name and key.
8376 (update_submenu_strings): New function.
8377 (set_frame_menubar): Remove call to inhibit_garbage_collection,
8378 call update_submenu_strings.
8379
8380 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
8381 instead of name and key.
8382 (update_submenu_strings): New function.
8383 (set_frame_menubar): Remove call to inhibit_garbage_collection,
8384 call update_submenu_strings.
8385
8386 * gtkutil.h (_widget_value): Added lname and lkey.
8387
8388 2004-08-30 Steven Tamm <steventamm@mac.com>
8389
8390 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
8391 by using different names for inner loop variables.
8392
8393 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8394
8395 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
8396 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
8397
8398 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
8399 tool bar items is 0.
8400
8401 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8402
8403 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
8404 strings in menu items.
8405 (single_submenu): Use ENCODE_MENU_STRING
8406 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
8407 button release isn't passed to event loop
8408 (add_menu_item): Use SetMenuItemWithCFString
8409
8410 2004-08-26 Steven Tamm <steventamm@mac.com>
8411
8412 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
8413 tool-bar/menu click.
8414 * macfns.c (Fx_file_dialog): Implement using NavServices.
8415
8416 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8417
8418 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
8419
8420 * xfns.c (x_window_to_frame, x_any_window_to_frame)
8421 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
8422 (x_top_window_to_frame): Return 0 if wdesc is None.
8423
8424 2004-08-22 Richard M. Stallman <rms@gnu.org>
8425
8426 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
8427 HAVE_TERMIOS]: If there's no char for this signal, drop through
8428 and use system calls.
8429
8430 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
8431
8432 2004-08-20 Kim F. Storm <storm@cua.dk>
8433
8434 * process.c (wait_reading_process_output): Rename from
8435 wait_reading_process_input. All uses changed.
8436 (wait_reading_process_output_1): Rename from
8437 wait_reading_process_input_1. All uses changed.
8438
8439 * dispnew.c (Fsleep_for): Remove obsolete code.
8440
8441 2004-08-20 Kenichi Handa <handa@m17n.org>
8442
8443 * syntax.c (skip_chars): Fix for unibyte case.
8444
8445 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * syntax.c (char_quoted): Mixup byte/char pos.
8448 (back_comment): Fixup globals in all cases.
8449
8450 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8451
8452 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
8453 passing it to gtk_window_set_title.
8454
8455 2004-08-19 Kim F. Storm <storm@cua.dk>
8456
8457 * process.c (wait_reading_process_input): Clean up.
8458 Add wait_for_cell, wait_proc, and just_wait_proc args
8459 to avoid overloading `read_kbd' and `do_display' args.
8460 Change read_kbd arg to int. All callers changed.
8461
8462 * process.c (process_send_signal): Use CDISABLE.
8463
8464 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
8465
8466 2004-08-18 Kim F. Storm <storm@cua.dk>
8467
8468 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
8469 forward to wait_reading_process_input via DO_DISPLAY arg.
8470 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
8471 object, only process output from that process; also inhibit
8472 running timers if DO_DISPLAY==-2.
8473
8474 2004-08-17 Kim F. Storm <storm@cua.dk>
8475
8476 * process.c (process_send_signal): Fix last change--use
8477 _POSIX_VDISABLE instead of CVDISABLE when available.
8478
8479 2004-08-16 Richard M. Stallman <rms@gnu.org>
8480
8481 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
8482 Set VQUIT and VINTR chars to the standard ones if they are unset.
8483 [AIX]: Don't do that here. And don't force VINTR to standard
8484 when SIGNALS_VIA_CHARACTERS.
8485
8486 * process.c (process_send_signal)
8487 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
8488 Do nothing if the character is CVDISABLE.
8489
8490 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
8491
8492 * intervals.c (move_if_not_intangible):
8493 Force POSITION to be between BEGV and ZV.
8494
8495 2004-08-14 John Paul Wallington <jpw@gnu.org>
8496
8497 * buffer.c (Frestore_buffer_modified_p): Doc fix.
8498
8499 * fileio.c (Fread_file_name): Doc fix.
8500
8501 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
8502
8503 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
8504
8505 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
8506
8507 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
8508
8509 * keyboard.c: Declare Qdisabled_command_function instead of
8510 Qdisabled_command_hook.
8511 (Fcommand_execute): Use Qdisabled_command_function instead of
8512 Qdisabled_command_hook.
8513 (syms_of_keyboard): Ditto.
8514
8515 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
8516
8517 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
8518 (syms_of_keymap) <key-translation-map>: Doc fixes.
8519
8520 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * window.c (window_list_1): YAILOM.
8523
8524 * fileio.c (make_temp_name): Handle multibyte prefixes.
8525
8526 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
8527
8528 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
8529 Doc fix.
8530
8531 2004-08-03 Kenichi Handa <handa@m17n.org>
8532
8533 * coding.c (decode_coding_string): Adjust coding->consumed, and
8534 etc. with shrinked_bytes.
8535
8536 2004-08-03 Kim F. Storm <storm@cua.dk>
8537
8538 * indent.c (compute_motion): Fix check for full width window
8539 in non-window case. Do not count left truncation glyph on
8540 window systems.
8541
8542 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
8543
8544 * data.c (Finteractive_form): Doc fix.
8545
8546 2004-08-02 Kim F. Storm <storm@cua.dk>
8547
8548 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
8549 properly accounting for continuation glyph on non-window systems.
8550 (Fcompute_motion): Use actual window width if WIDTH is nil, and
8551 actual window width/height if TOPOS is nil, properly accounting for
8552 continuation glyphs on non-window systems, and optional header lines.
8553 (vmotion): Let compute_motion calculate actual window width.
8554
8555 * window.c (window_scroll_line_based): Let compute_motion
8556 calculate actual window width.
8557
8558 2004-08-02 Kim F. Storm <storm@cua.dk>
8559
8560 * process.c (read_process_output): Use whole read buffer.
8561 Don't trigger adaptive read buffering on errors.
8562
8563 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
8564
8565 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
8566
8567 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
8568
8569 * callint.c (Fcall_interactively): Doc fix.
8570
8571 2004-07-30 Richard M. Stallman <rms@gnu.org>
8572
8573 * abbrev.c (Fexpand_abbrev): Undo previous change.
8574
8575 2004-07-30 Kim F. Storm <storm@cua.dk>
8576
8577 * editfns.c (Fformat): Allocate extra (dummy) element in info.
8578
8579 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
8580
8581 * eval.c (Fdefvar, Fdefconst): Doc fixes.
8582
8583 2004-07-27 Kim F. Storm <storm@cua.dk>
8584
8585 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
8586 we have ensured that the glyph fits on the current line (or returned
8587 MOVE_LINE_CONTINUED otherwise).
8588
8589 2004-07-26 Kim F. Storm <storm@cua.dk>
8590
8591 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
8592 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
8593 if target position is at end of display line but char is not a newline.
8594
8595 2004-07-25 Richard M. Stallman <rms@gnu.org>
8596
8597 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
8598 instead of ON_VERTICAL_BORDER, when on scroll bar.
8599 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
8600
8601 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
8602
8603 * window.c (Fcoordinates_in_window_p):
8604 Take account of FRAME_INTERNAL_BORDER_WIDTH.
8605
8606 * alloc.c (check_cons_list): New function (contents commented out).
8607
8608 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
8609
8610 * xfaces.c (Fcolor_supported_p): Doc fix.
8611
8612 * frame.c (Fselect_frame, Fset_frame_selected_window)
8613 (Fframe_visible_p, Fraise_frame): Doc fixes.
8614
8615 2004-07-24 Richard M. Stallman <rms@gnu.org>
8616
8617 * keyboard.h (not_single_kboard_state): Declare.
8618
8619 * fileio.c (Fwrite_region): Doc fix.
8620
8621 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
8622
8623 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
8624 only when a real abbrev is present.
8625
8626 * xfns.c (x_icon_verify): New function.
8627 (Fx_create_frame): Use it.
8628
8629 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
8630
8631 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
8632
8633 2004-07-21 Kim F. Storm <storm@cua.dk>
8634
8635 * window.h (struct glyph_matrix): New members nrows_scale_factor
8636 and ncols_scale_factor.
8637
8638 * window.c (make_window): Initialize nrows_scale_factor and
8639 ncols_scale_factor members.
8640
8641 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
8642 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
8643 (required_matrix_height): Apply nrows_scale_factor.
8644 (required_matrix_width): Apply ncols_scale_factor.
8645
8646 * xdisp.c (display_line): Increment nrows_scale_factor and set
8647 fonts_changed_p if past last allocated row.
8648 (append_glyph, append_composite_glyph, produce_image_glyph)
8649 (append_stretch_glyph): Increment ncols_scale_factor and set
8650 fonts_changed_p if current area is full.
8651
8652 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8653
8654 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
8655
8656 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
8657
8658 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
8659 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
8660 (Fset_window_start, Fscroll_up, Fscroll_down)
8661 (Fother_window_for_scrolling, Fscroll_other_window)
8662 (Fsave_window_excursion, Fset_window_vscroll)
8663 (syms_of_window) <window-size-fixed>: Doc fixes.
8664
8665 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
8666
8667 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
8668 ENCODE_SYSTEM for filenames.
8669
8670 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8671
8672 * mac.c (sys_select): Block input around call to
8673 ReceiveNextEvent to prevent breakage. Correctly handle
8674 blocking on event queue only by calling ReceiveNextEvent
8675 instead of select (since GUI events aren't on an fd).
8676 (sys_read): Remove function
8677 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
8678
8679 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8680
8681 * mac.c (sys_select): Redo sys_select to use alarm-based
8682 polling instead of 1 sec timeouts (like solaris).
8683
8684 * macterm.c (x_make_frame_visible): Comment in polling on
8685 frame creation.
8686
8687 * keyboard.c: Undef SIGIO on Carbon
8688
8689 * atimer.c (alarm_signal_handler): Call alarm handlers after
8690 scheduling.
8691
8692 * eval.c (Feval): Remove quit_char test
8693
8694 * process.c (wait_reading_process_input): Remove clearing
8695 stdin for select call on process input.
8696
8697 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
8698
8699 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
8700 capitalization error in docstring.
8701
8702 2004-07-17 Juanma Barranquero <lektu@terra.es>
8703
8704 * keyboard.c (not_single_kboard_state): Do nothing unless
8705 MULTI_KBOARD is defined.
8706
8707 2004-07-17 Richard M. Stallman <rms@gnu.org>
8708
8709 * window.c (coordinates_in_window): Inside the window but outside
8710 its box to the L or R, return ON_VERTICAL_BORDER.
8711 (window_list_1): Rotate the list to start with WINDOW.
8712
8713 * print.c (print_preprocess): Test for print_depth at limit
8714 before entering in being_printed.
8715
8716 * keyboard.c (not_single_kboard_state): New function.
8717 (stuff_buffered_input): Now no-op only if no SIGTSTP.
8718
8719 * frame.c (Fdelete_frame): If we're in single_bboard_state on
8720 this kboard, and we delete its last frame, go to any_kboard_state.
8721
8722 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
8723
8724 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
8725
8726 * w32fns.c (Fx_file_dialog): Encode strings in system coding
8727 system before passing them to OS functions for display.
8728
8729 2004-07-15 David Kastrup <dak@gnu.org>
8730
8731 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
8732 Apparently fixes an abort condition.
8733
8734 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
8735
8736 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
8737 instead of a cons.
8738
8739 2004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
8740
8741 * keyboard.c (echo_dash): Do nothing if there already is a dash
8742 at the end of the echo string.
8743
8744 2004-07-12 Kim F. Storm <storm@cua.dk>
8745
8746 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
8747 if GC_MARK_STACK.
8748
8749 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
8750
8751 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
8752
8753 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
8754 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
8755 (Freplace_buffer_in_windows, Fset_window_buffer)
8756 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
8757 (syms_of_window): Expand docstring of `display-buffer-function'.
8758
8759 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
8760
8761 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
8762 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
8763 that time values of the type (HIGH . LOW) are considered obsolete.
8764
8765 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
8766
8767 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
8768 docstring.
8769
8770 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
8771
8772 2004-07-06 John Paul Wallington <jpw@gnu.org>
8773
8774 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
8775
8776 * fns.c (Fclear_string): Signal an error if STRING is not a string.
8777
8778 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8779
8780 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
8781 instead of CGMainDisplayID (only in OSX 10.2 and later).
8782
8783 2004-07-04 John Paul Wallington <jpw@gnu.org>
8784
8785 * fileio.c (read_file_name_completion_ignore_case): New variable.
8786 (syms_of_fileio): Declare and initialise it.
8787 (Fread_file_name): Bind `completion-ignore-case' to respect it.
8788
8789 2004-07-03 Eli Zaretskii <eliz@gnu.org>
8790
8791 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
8792 for event.x and event.y.
8793
8794 2004-07-01 Kenichi Handa <handa@m17n.org>
8795
8796 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
8797 after getting a new string by pre-write-conversion.
8798
8799 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
8802 (x_calc_absolute_position): Remove unused var `child'.
8803
8804 * xfaces.c (x_supports_face_attributes_p)
8805 (Fdisplay_supports_face_attributes_p): YAILOM.
8806 (tty_supports_face_attributes_p): Remove unused var `i'.
8807
8808 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
8809 back_unibyte_ok.
8810
8811 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
8812
8813 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
8814
8815 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
8816
8817 2004-06-30 Andreas Schwab <schwab@suse.de>
8818
8819 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
8820 (Finit_image_library): Pass LIBRARIES through to
8821 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
8822 (lookup_image_type): Pass Qnil as second argument to
8823 Finit_image_library.
8824
8825 * lisp.h (Finit_image_library): Declare.
8826
8827 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8828
8829 * macterm.c (do_window_activate, do_window_deactivate): Remove.
8830 (XTread_socket): Send mouse button events to the toolbox
8831 dispatcher even when the mouse is grabbed. Don't process window
8832 activate events for non-Emacs windows. Replace function calls to
8833 do_window_activate and do_window_deactivate with their contents.
8834 Reset mouse grabbing status when a window is deactivated.
8835
8836 2004-06-29 Steven Tamm <steventamm@mac.com>
8837
8838 * macterm.c (mac_get_emulated_btn)
8839 (mac_event_to_emacs_modifiers): Fix emulated mouse button
8840 support to correctly mask out modifiers.
8841
8842 2004-06-29 David Kastrup <dak@gnu.org>
8843
8844 * search.c (Fset_match_data): Allow buffer before end of list
8845 which can happen if set-match-data is using a pre-consed list.
8846
8847 2004-06-28 Steven Tamm <steventamm@mac.com>
8848
8849 * macterm.c (XTread_socket): Correctly set the frame position
8850 after the window is moved.
8851
8852 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8853
8854 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
8855 gpix and gmask just before return to avoid memory leak.
8856 (xg_get_image_for_pixmap): Add workaround for monochrome displays
8857 so insensitive and activated icons look ok.
8858
8859 2004-06-27 Jason Rumney <jasonr@gnu.org>
8860
8861 * w32fns.c (file_dialog_callback): Disable edit control if set
8862 to directories only on CDN_INITDONE message.
8863 (Fx_file_dialog): Default to directories only when prompt starts
8864 with "Dired".
8865
8866 2004-06-25 Kim F. Storm <storm@cua.dk>
8867
8868 * alloc.c (allocate_misc): Update total_free_markers.
8869 (free_misc): New function.
8870 (safe_alloca_unwind, free_marker): Use it.
8871
8872 * lisp.h (free_misc): Add prototype.
8873
8874 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
8875
8876 2004-06-24 Richard M. Stallman <rms@gnu.org>
8877
8878 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
8879 (syms_of_emacs): Lisp variables deleted.
8880
8881 2004-06-23 David Kastrup <dak@gnu.org>
8882
8883 * search.c (Freplace_match): Adjust the match-data more thoroughly
8884 when replacing strings in the buffer.
8885 (Fmatch_data): When INTEGERS is non-nil and the last match was in
8886 a buffer, add the buffer as last element to the match data.
8887 (Fset_match_data): If an additional element of the match-data is a
8888 buffer, restore it to last_thing_searched.
8889 (save_search_regs): Save last_thing_searched as part of the match data.
8890 (restore_match_data): Restore it again.
8891
8892 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8893
8894 * keymap.c (Ftext_char_description): Doc fix.
8895 * doc.c (Fsnarf_documentation): Doc fix.
8896
8897 2004-06-22 Kim F. Storm <storm@cua.dk>
8898
8899 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
8900
8901 * lisp.h (struct Lisp_Save_Value): New member dogc.
8902 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
8903 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
8904 (SAFE_FREE_LISP): New macro.
8905
8906 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
8907 (make_save_value): Init new dogc member.
8908 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
8909
8910 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
8911 SAFE_FREE_LISP macros.
8912
8913 2004-06-22 Kim F. Storm <storm@cua.dk>
8914
8915 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
8916 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
8917 in that memory area are unknown to GC. Add comments.
8918
8919 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
8920
8921 2004-06-21 Kim F. Storm <storm@cua.dk>
8922
8923 * lisp.h (MAX_ALLOCA): Define here.
8924 (safe_alloca_unwind): Add prototype.
8925 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
8926
8927 * alloc.c (safe_alloca_unwind): New function.
8928
8929 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
8930
8931 * charset.c (Fstring): Use SAFE_ALLOCA.
8932
8933 * coding.c (MAX_ALLOCA): Remove define.
8934
8935 * data.c (MAX_ALLOCA): Remove define.
8936 (Faset): Use SAFE_ALLOCA.
8937
8938 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
8939
8940 * fns.c (string_make_multibyte, string_to_multibyte)
8941 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
8942 (MAX_ALLOCA): Remove define.
8943 (Fbase64_encode_region, Fbase64_encode_string)
8944 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
8945 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
8946 memory leak if encoding fails.
8947
8948 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
8949
8950 2004-06-21 Eli Zaretskii <eliz@gnu.org>
8951
8952 * print.c (Fwith_output_to_temp_buffer): Doc fix.
8953
8954 2004-06-20 Richard M. Stallman <rms@gnu.org>
8955
8956 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
8957
8958 * search.c (match_limit): Cleaner err msg when no match data available.
8959
8960 * window.c (syms_of_window): Doc fix.
8961
8962 * keyboard.c (command_loop_1): Handle values `only' and `identity'
8963 for Vtransient_mark_mode.
8964
8965 * buffer.c (syms_of_buffer): Doc fix.
8966
8967 2004-06-21 David Kastrup <dak@gnu.org>
8968
8969 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
8970 and unbinding of `case-fold-search' according to
8971 `completion-ignore-case' around calls of string-match and
8972 predicates, respectively. Should give satisfactory performance
8973 in all relevant cases.
8974
8975 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8976
8977 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
8978 clip_x/y_origin.
8979
8980 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
8981
8982 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
8983
8984 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
8985 on Mac OSX.
8986
8987 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
8988
8989 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
8990
8991 2004-06-16 Kim F. Storm <storm@cua.dk>
8992
8993 * dispextern.h (Vimage_types): Remove extern.
8994
8995 2004-06-16 Miles Bader <miles@gnu.org>
8996
8997 * image.c (lookup_image_type): Initialize image type if necessary.
8998
8999 2004-06-15 Kim F. Storm <storm@cua.dk>
9000
9001 * xdisp.c (try_cursor_movement): Exclude header line from scroll
9002 margin at top of window.
9003 (try_window_reusing_current_matrix): Calculate proper cursor position
9004 after scrolling up with non-zero scroll margin, as the old cursor
9005 position corresponds to value of PT before executing this command.
9006 (try_window_id): Consider scroll margin at bottom of window too;
9007 otherwise we fail to scroll when hl-line-mode is enabled.
9008
9009 * syntax.c (skip_chars): Only recognize [:class:] when it has the
9010 proper format and class is a lower-case word.
9011
9012 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9013
9014 * gtkutil.c (xg_get_image_for_pixmap): New function.
9015 (xg_get_gdk_pixmap_and_mask): Remove.
9016 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
9017 xg_get_gdk_pixmap_and_mask.
9018
9019 * xterm.h (struct x_display_info): Typo in comment fixed.
9020
9021 2004-06-14 Juanma Barranquero <lektu@terra.es>
9022
9023 * dispextern.h (Vimage_types): Make it conditional on
9024 HAVE_WINDOW_SYSTEM.
9025
9026 * image.c (Vimage_types): Move from xdisp.c.
9027 (Vimage_type_cache): New variable.
9028 (define_image_type): New argument indicating whether an image
9029 library was loaded; cache loaded status and return t on success,
9030 nil otherwise.
9031 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
9032 (w32_delayed_load): New function to load an image library from a
9033 list of possible filenames.
9034 (init_xpm_functions, init_png_functions, init_jpeg_functions)
9035 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
9036 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
9037 (Finit_image_library): New function, extracted from `init_image'.
9038 Try to initialize an image library on demand and cache whether we
9039 were successful or not.
9040 (syms_of_image): Initialize `Vimage_types' and
9041 `Vimage_type_cache'. Add recognized image types to Vimage_types.
9042 Export `init-image-library'.
9043 (init_image): Remove initialization of all image types, except xbm
9044 and pbm.
9045
9046 * xdisp.c (Vimage_types): Delete (moved to image.c).
9047
9048 2004-06-14 Andreas Schwab <schwab@suse.de>
9049
9050 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
9051 Avoid calling specbind when completion-regexp-list is empty.
9052
9053 2004-06-13 Richard M. Stallman <rms@gnu.org>
9054
9055 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
9056 (re_wctype, re_iswctype, re_wctype_to_bit):
9057 Non-function definitions moved here from regex.c.
9058
9059 * regex.c (re_wctype, re_iswctype): Function defs longer static.
9060 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
9061 (re_wctype, re_iswctype, re_wctype_to_bit):
9062 Non-function definitions moved to regex.h.
9063
9064 * window.c (Fselect_window): Doc fix.
9065
9066 * syntax.c: Include regex.h.
9067 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
9068 If requested, make a list of classes, then check the scanned
9069 chars for membership in them.
9070 (in_classes): New function.
9071 Doc fix.
9072
9073 * keyboard.c (cmd_error): Don't call any_kboard_state
9074 if inside a recursive edit level.
9075
9076 2004-06-13 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
9077
9078 * keyboard.c (command_loop): Call any_kboard_state before
9079 command_loop_2 when at top level.
9080
9081 2004-06-13 Andreas Schwab <schwab@suse.de>
9082
9083 * print.c (print_object): Always use %ld for printing EMACS_INT.
9084
9085 * keyboard.c (cancel_hourglass_unwind): Return a value.
9086 (modify_event_symbol): Always use %ld for printing EMACS_INT.
9087 (Fexecute_extended_command): Likewise.
9088
9089 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
9090 avoid clashes.
9091 (SYNTAX): Likewise.
9092 (SYNTAX_WITH_FLAGS): Likewise.
9093 (SYNTAX_MATCH): Likewise.
9094
9095 * syntax.c (char_quoted): Avoid warning about undefined operation.
9096 (find_defun_start): Likewise.
9097 (scan_lists): Likewise.
9098 (INC_FROM): Likewise.
9099 (scan_sexps_forward): Likewise.
9100
9101 * image.c: Include <ctype.h>.
9102
9103 * xfaces.c (face_attr_equal_p): Declare parameters.
9104
9105 2004-06-13 Kenichi Handa <handa@m17n.org>
9106
9107 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
9108
9109 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
9110
9111 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
9112
9113 2004-06-12 Kenichi Handa <handa@m17n.org>
9114
9115 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
9116 ccl_prog_stack_struct and update it.
9117 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
9118 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
9119 ccl->eof_ic on EOF.
9120 (ccl_debug_hook): New function.
9121 (struct ccl_prog_stack): New member eof_ic.
9122 (ccl_driver): Handle EOF in subrountine call correctly.
9123
9124 2004-06-11 Kenichi Handa <handa@m17n.org>
9125
9126 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
9127
9128 2004-06-11 Kim F. Storm <storm@cua.dk>
9129
9130 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
9131
9132 2004-06-11 Juanma Barranquero <lektu@terra.es>
9133
9134 * keyboard.c (Fposn_at_point): Doc fix.
9135
9136 2004-06-11 David Kastrup <dak@gnu.org>
9137
9138 * search.c (match_limit): Don't flag an error if match-data
9139 exceeding the allocated search_regs.num_regs gets requested, just
9140 return Qnil.
9141
9142 2004-06-08 Miles Bader <miles@gnu.org>
9143
9144 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
9145
9146 2004-06-07 Juanma Barranquero <lektu@terra.es>
9147
9148 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
9149 (Fcurrent_time_string, Fcurrent_time_zone)
9150 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
9151
9152 2004-06-07 Miles Bader <miles@gnu.org>
9153
9154 * xfaces.c (struct named_merge_point): New type.
9155 (push_named_merge_point): New function.
9156 (merge_named_face): New function.
9157 (merge_face_ref, face_at_buffer_position, face_at_string_position):
9158 Use `merge_named_face'.
9159 (merge_face_inheritance): Function removed.
9160 (merge_face_ref): Rename from `merge_face_vector_with_property'.
9161 Add new `err_msgs' and `named_merge_points' args. Return error
9162 status. Only print error messages if ERR_MSGS is true. Don't try to
9163 do :inherit attribute validation.
9164 (merge_face_heights): Handle `unspecified' in both directions.
9165 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
9166 Call `merge_face_ref' instead of `merge_face_inheritance'.
9167 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
9168 (compute_char_face, face_at_buffer_position)
9169 (face_at_string_position): Call `merge_face_ref' instead of
9170 `merge_face_vector_with_property'.
9171
9172 2004-06-07 Kenichi Handa <handa@m17n.org>
9173
9174 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
9175 the necessary places.
9176
9177 2004-06-07 Kim F. Storm <storm@cua.dk>
9178
9179 * process.c (Fdelete_process): Undo 2004-05-28 change.
9180 Instead, call status_notify also for network process.
9181 (status_message): Use process instead of status as arg.
9182 Give messages "deleted" or "connection broken by remote peer" for
9183 an exited network process.
9184 (status_notify): Change call to status_message.
9185 (read_process_output): Increase readmax to 4096. Do not increase
9186 buffer size for datagram channels (default is now large enough).
9187
9188 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
9189
9190 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
9191 problem due to newly defined variable.
9192
9193 2004-06-06 Miles Bader <miles@gnu.org>
9194
9195 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
9196 immediately if non-interactive or not initialized.
9197
9198 2004-06-05 Richard M. Stallman <rms@gnu.org>
9199
9200 * minibuf.c (Fcompleting_read): Doc fix.
9201
9202 2004-06-05 Andreas Schwab <schwab@suse.de>
9203
9204 * macfns.c (x_create_tip_frame): Fix declaration after statement.
9205
9206 2004-06-05 Juanma Barranquero <lektu@terra.es>
9207
9208 * keymap.c (Fdescribe_vector): Fix docstring.
9209 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
9210
9211 2004-06-05 Miles Bader <miles@gnu.org>
9212
9213 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
9214 attributes have different values than the default face.
9215
9216 2004-06-04 Eli Zaretskii <eliz@gnu.org>
9217
9218 * xfaces.c (x_supports_face_attributes_p): Make this function
9219 conditional on HAVE_WINDOW_SYSTEM.
9220 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
9221 Don't call x_supports_face_attributes_p if it was not compiled in.
9222
9223 2004-06-04 Miles Bader <miles@gnu.org>
9224
9225 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
9226 from Ftty_supports_face_attributes_p.
9227 (x_supports_face_attributes_p): New function.
9228 (Ftty_supports_face_attributes_p): Function deleted.
9229 (Fdisplay_supports_face_attributes_p): New function.
9230 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
9231 (face_attr_equal_p): New function.
9232 (lface_equal_p): Use it.
9233
9234 2004-06-03 Juanma Barranquero <lektu@terra.es>
9235
9236 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
9237 (Vw32_color_map): Fix typo in docstring.
9238 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
9239 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
9240 Make argument names match their use in docstring.
9241
9242 2004-06-02 Juanma Barranquero <lektu@terra.es>
9243
9244 Work around bugs/problems with MinGW builds of graphics libraries
9245 called from MSVC builds of Emacs.
9246
9247 * image.c (lookup_image): Make pointer to img static.
9248 (png_read_from_memory): Disable "global" optimization.
9249
9250 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * eval.c (Fcondition_case): Fix usage. Simplify.
9253
9254 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
9255
9256 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9257
9258 * macfns.c: Don't include ccl.h.
9259 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
9260 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
9261 TextUtils.h.
9262 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
9263 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
9264 display height/width.
9265 (compute_tip_xy, Vx_max_tooltip_size): Declare.
9266 (unwind_create_tip_frame, compute_tip_xy): New functions.
9267 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
9268 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
9269 and last_show_tip_args.
9270
9271 * macgui.h [!MAC_OSX]: Include Gestalt.h.
9272 (Cursor, No_Cursor): New defines.
9273 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
9274 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
9275
9276 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
9277
9278 * macterm.c: Don't include Gestalt.h.
9279 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
9280 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
9281 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
9282 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
9283 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
9284 (construct_mouse_click, XTmouse_position)
9285 (x_scroll_bar_report_motion, x_calc_absolute_position)
9286 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
9287 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
9288 (note_mouse_movement): Clear the mouse face and reset the pointer
9289 shape when the pointer goes outside the frame without grabbing.
9290 (mac_front_window): New function.
9291 (mac_window_to_frame): New macro.
9292 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
9293 (do_window_activate, do_window_deactivate, do_app_resume)
9294 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
9295 (do_zoom_window, mac_do_receive_drag, XTread_socket)
9296 (mac_check_for_quit_char): Use mac_front_window and/or
9297 mac_window_to_frame.
9298 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
9299 scroll-bar click event.
9300 (mac_define_frame_cursor): Change the pointer shape.
9301 (x_free_frame_resources): Reset tip_window to NULL when it is
9302 disposed of.
9303 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
9304 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
9305 (do_window_update): Don't do anything if the updated window is the
9306 tooltip window.
9307 (do_mouse_moved): Handle mouse movement events here (previously in
9308 XTread_socket). Clear the mouse face if
9309 dpyinfo->mouse_face_hidden is set.
9310 (do_os_event, do_events): Remove (now in XTread_socket).
9311 (XTread_socket): Immediately return if interrupt_input_blocked.
9312 Loop until all the events in the queue are processed.
9313 Rearrange codes for mouse grabbing. Add tooltip support. Include the
9314 contents of do_os_event and do_events. Remove mouse movement
9315 handling (now in do_mouse_moved). Add the case where
9316 Vmouse_highlight has an integer value.
9317 (NewMacWindow): Remove.
9318 (make_mac_frame): Do what NewMacWindow previously did. Don't do
9319 excess initializations.
9320 (make_mac_terminal_frame): Previous initializations in
9321 make_mac_frame are moved here.
9322 (mac_initialize_display_info):
9323 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
9324
9325 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
9326 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
9327
9328 2004-05-29 Richard M. Stallman <rms@gnu.org>
9329
9330 * lisp.h (truncate_undo_list): Update decl.
9331
9332 * alloc.c (undo_outer_limit): New variable.
9333 (syms_of_alloc): Defvar it.
9334 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
9335
9336 * undo.c (truncate_undo_list): New arg LIMITSIZE.
9337
9338 * alloc.c (lisp_align_malloc): Check for base == 0
9339 regardless of HAVE_POSIX_MEMALIGN.
9340 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
9341
9342 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
9345 (marker_blocks_pending_free): Remove.
9346 (Fgarbage_collect): Sweep after cleaning up undo-lists.
9347 Mark the undo lists after claning them up.
9348 Don't free block in marker_blocks_pending_free.
9349 (mark_buffer): Don't mark undo_list.
9350 (gc_sweep): Sweep hash-tables and strings first.
9351 Do free marker blocks that are empty.
9352
9353 2004-05-28 Jim Blandy <jimb@redhat.com>
9354
9355 * regex.c (print_partial_compiled_pattern): Add missing 'break'
9356 after 'case wordend'. For symbeg and symend, print to stderr,
9357 like the other cases.
9358
9359 2004-05-28 Noah Friedman <friedman@splode.com>
9360
9361 * process.c (Fdelete_process): Do not call remove_process.
9362
9363 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * alloc.c (struct backtrace): Remove.
9366 (Fgarbage_collect): Use the new mark_backtrace.
9367
9368 * eval.c (mark_backtrace): New function.
9369
9370 * minibuf.c (run_exit_minibuf_hook): New function.
9371 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
9372 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
9373
9374 2004-05-27 Kim F. Storm <storm@cua.dk>
9375
9376 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
9377 over display properties, e.g. images, that replace buffer text.
9378
9379 2004-05-25 Kim F. Storm <storm@cua.dk>
9380
9381 * alloc.c (marker_blocks_pending_free): New var.
9382 (gc_sweep): Store free marker blocks on that list.
9383 (Fgarbage_collect): Free them after undo-list cleanup.
9384
9385 * process.c (wait_reading_process_input): Check connect_wait_mask
9386 before actually accepting connection in case it has already been
9387 accepted due to recursion.
9388
9389 2004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
9390
9391 * coding.c (Fset_safe_terminal_coding_system_internal):
9392 Set suppress_error in safe_terminal_coding, not terminal_coding.
9393
9394 2004-05-22 Richard M. Stallman <rms@gnu.org>
9395
9396 * alloc.c (Fmake_string): Doc fix.
9397
9398 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
9399 and the alist pairs too.
9400
9401 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
9402
9403 * emacs.c (main): Update copyright year.
9404
9405 * fileio.c (Fread_file_name): Expand DIR if not absolute.
9406
9407 * insdel.c (del_range_2, replace_range): Don't write an anchor
9408 if the gap is empty.
9409
9410 * xdisp.c (try_scrolling): If scroll-up-aggressively or
9411 scroll-down-aggressively is small but positive, put point
9412 near the screen edge.
9413
9414 2004-05-22 Juanma Barranquero <lektu@terra.es>
9415
9416 * keymap.c (Fdefine_key): Doc fix.
9417
9418 2004-05-22 Kim F. Storm <storm@cua.dk>
9419
9420 * alloc.c (struct backtrace): Add debug_on_exit member.
9421 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
9422 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
9423 the removed cons cells.
9424 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
9425 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
9426 any cons cells pointing to unallocated stings.
9427 Do not lisp_free any marker blocks, as there may still be pointers
9428 to them from buffer undo lists at this stage of GC.
9429
9430 * keyboard.c (struct backtrace): Add debug_on_exit member.
9431 (Fcommand_execute): Clear it.
9432
9433 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
9434
9435 * intervals.c (lookup_char_property): Do not prematurely return nil.
9436
9437 2004-05-19 Jim Blandy <jimb@redhat.com>
9438
9439 Add support for new '\_<' and '\_>' regexp operators, matching the
9440 beginning and end of symbols.
9441
9442 * regex.c (enum syntaxcode): Add Ssymbol.
9443 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
9444 (re_opcode_t): New opcodes `symbeg' and `symend'.
9445 (print_partial_compiled_pattern): Print the new opcodes properly.
9446 (regex_compile): Parse the new operators.
9447 (analyse_first): Skip sym(beg|end) (they match only the empty string).
9448 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
9449 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
9450 (re_match_2_internal): Match symbeg and symend.
9451
9452 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
9453
9454 2004-05-19 Kim F. Storm <storm@cua.dk>
9455
9456 * .gdbinit (xsymbol): Fix last change.
9457
9458 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9459
9460 * .gdbinit (xprintstr): New fun.
9461 (xstring, xprintsym): Use it.
9462
9463 * w32proc.c (create_child): Use INTMASK.
9464
9465 * alloc.c (Fgarbage_collect): Do all the marking before flushing
9466 unmarked elements of the undo list.
9467
9468 2004-05-18 David Ponce <david@dponce.com>
9469
9470 * print.c (print): Reset print_depth before to call print_object.
9471
9472 2004-05-18 Jason Rumney <jasonr@gnu.org>
9473
9474 * w32console.c: Prefix RIF functions with w32con_ to avoid
9475 namespace clash with functions in term.c and w32term.c.
9476
9477 * w32menu.c (add_menu_item, w32_menu_display_help)
9478 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
9479
9480 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
9481
9482 2004-05-18 Eli Zaretskii <eliz@gnu.org>
9483
9484 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
9485
9486 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
9487 with make_number.
9488 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
9489 with XINT.
9490
9491 2004-05-18 Kim F. Storm <storm@cua.dk>
9492
9493 * blockinput.h (INPUT_BLOCKED_P): New macros.
9494
9495 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
9496 (Ftop_level): Unblock input if blocked.
9497
9498 * buffer.h (GET_OVERLAYS_AT): New macro.
9499 * msdos.c (IT_note_mouse_highlight): Use it.
9500 * textprop.c (get_char_property_and_overlay): Use it.
9501 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
9502 * xfaces.c (face_at_buffer_position): Use it.
9503
9504 * print.c (print_object): Increase buf size.
9505
9506 2004-05-17 Jason Rumney <jasonr@gnu.org>
9507
9508 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
9509 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
9510 Lisp_Object using i member.
9511 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
9512 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
9513 consistently.
9514
9515 * w32proc.c (create_child): Use make_number instead of masking pid.
9516
9517 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
9518 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
9519 Use EQ to compare Lisp_Objects.
9520 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
9521
9522 * w32term.c (w32_num_mouse_buttons): Rename from
9523 Vw32_num_mouse_buttons and make it an int.
9524
9525 * w32.c (init_environment): Use it.
9526
9527 * w32fns.c (w32_wnd_proc): Likewise.
9528
9529 * w32proc.c (w32_pipe_read_delay): Rename from
9530 Vw32_pipe_read_delay and make it an int.
9531
9532 * w32.c (_sys_read_ahead): Use it.
9533
9534 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
9535
9536 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
9537
9538 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
9539 (key_event): Don't mix Lisp_Object and int.
9540
9541 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
9542
9543 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
9544 modifiers in language change event.
9545
9546 2004-05-17 Kim F. Storm <storm@cua.dk>
9547
9548 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
9549 Such objects may be freed markers which still exist on an undo list.
9550
9551 2004-05-16 Juanma Barranquero <lektu@terra.es>
9552
9553 * data.c (Fset_default): Make argument names match their use in
9554 docstring.
9555
9556 2004-05-15 Andreas Schwab <schwab@suse.de>
9557
9558 * emacs.c (gdb_array_mark_flag): Define.
9559 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
9560
9561 2004-05-15 Eli Zaretskii <eliz@gnu.org>
9562
9563 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
9564 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
9565 defined for the MS-DOS build.
9566
9567 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
9570
9571 2004-05-14 Kenichi Handa <handa@m17n.org>
9572
9573 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
9574
9575 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9576
9577 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
9578 section to frame.c section.
9579 (Fxw_display_color_p, Fx_file_dialog): Declare if
9580 HAVE_WINDOW_SYSTEM defined.
9581
9582 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
9583
9584 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
9585
9586 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
9587 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
9588 (XTread_socket): Fix int/Lisp_Object mixup.
9589 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
9590
9591 * macterm.h (struct frame, struct face, struct image)
9592 (display_x_get_resource, Fx_display_color_p)
9593 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
9594 Add prototypes.
9595
9596 2004-05-14 Kim F. Storm <storm@cua.dk>
9597
9598 * process.c (wait_reading_process_input): Make reentrant.
9599 Make Available and Connecting non-static. Save and restore value
9600 of waiting_for_user_input_p.
9601
9602 2004-05-13 Kim F. Storm <storm@cua.dk>
9603
9604 * keyboard.c (mark_kboards): Don't mark x and y members
9605 that are overloaded in selection request events.
9606
9607 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
9610
9611 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9612
9613 * window.c (Fdisplay_buffer, Fsplit_window)
9614 (split-height-threshold): Doc fix.
9615
9616 2004-05-13 Juanma Barranquero <lektu@terra.es>
9617
9618 * xfaces.c (Ftty_supports_face_attributes_p)
9619 (Finternal_copy_lisp_face): Fix typo in docstring.
9620 (Finternal_get_lisp_face_attribute): Fix docstring.
9621
9622 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9623
9624 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
9625
9626 2004-05-11 Steven Tamm <steventamm@mac.com>
9627
9628 * macfns.c (Fx_create_frame): Default to using tool-bar by
9629 setting tool-bar-lines to 1 in default-frame-alist.
9630
9631 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9632
9633 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
9634 (xpm_get_color_table_v, xpm_make_color_table_h)
9635 (xpm_put_color_table_h, xpm_get_color_table_h)
9636 (xpm_str_to_color_key, xpm_load_image, xpm_load)
9637 (syms_of_image): Support XPM on Carbon Emacs. Does not
9638 depend on libXpm, but only supports XPM version 3 without extensions.
9639
9640 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9641
9642 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
9643 instead of FRAME_X_P
9644
9645 2004-05-11 Kim F. Storm <storm@cua.dk>
9646
9647 * process.c (read_process_output): Grow decoding_buf when needed;
9648 this could cause a crash in allocate_string and compact_small_strings.
9649
9650 2004-04-29 Jim Blandy <jimb@redhat.com>
9651
9652 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
9653 against proper opcode.
9654
9655 2004-05-10 Juanma Barranquero <lektu@terra.es>
9656
9657 * process.c (Fstart_process): Fix docstring.
9658
9659 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
9660 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
9661 (Fsplit_char, Fchar_charset): Make argument names match their use
9662 in docstring.
9663
9664 2004-05-10 Richard M. Stallman <rms@gnu.org>
9665
9666 * print.c (print_preprocess): Use being_printed, loop_count and
9667 halftail to detect overdeep nesting and cyclic cdr chains.
9668
9669 2004-05-10 Andreas Schwab <schwab@suse.de>
9670
9671 * lisp.h (Fmake_symbolic_link): Declare.
9672
9673 * fileio.c (Frename_file): Remove extra argument in call to
9674 Fmake_symbolic_link.
9675
9676 2004-05-10 Kim F. Storm <storm@cua.dk>
9677
9678 * xdisp.c (calc_line_height_property): Use string position when
9679 object is a string.
9680
9681 2004-05-10 Kenichi Handa <handa@m17n.org>
9682
9683 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
9684 inhibit-modification-hooks to t temporarily before calling
9685 Ferase_buffer.
9686
9687 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
9688 inhibit-modification-hooks to t temporarily before calling
9689 Ferase_buffer.
9690
9691 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
9692 inhibit-modification-hooks to t temporarily before calling
9693 Ferase_buffer.
9694
9695 * fns.c (count_combining): Delete it.
9696 (concat): Don't check combining bytes.
9697
9698 2004-05-09 Jason Rumney <jasonr@gnu.org>
9699
9700 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
9701 (globals_of_w32fns): Set it.
9702
9703 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
9704
9705 * data.c (Fquo): Simplify.
9706
9707 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
9708
9709 * data.c (Fquo): If any argument is float, do the computation in
9710 floating point.
9711
9712 2004-05-08 Juanma Barranquero <lektu@terra.es>
9713
9714 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
9715 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
9716 Fix spelling of Emacs on docstring.
9717 (Fset_process_coding_system, Fprocess_coding_system)
9718 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
9719 Make argument names match their use in docstring.
9720 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
9721 Fix docstring.
9722
9723 * editfns.c (Finsert_buffer_substring): Make argument names match their
9724 use in docstring.
9725
9726 * syntax.c (Fmodify_syntax_entry): Fix docstring.
9727
9728 2004-05-07 Steven Tamm <steventamm@mac.com>
9729
9730 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
9731 around call to ReceiveEvent to avoid certain crashes.
9732
9733 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9734
9735 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
9736 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
9737 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
9738 Save/restore the current graphics port and device handle when
9739 drawing into an offscreen graphics world.
9740
9741 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
9742 (gif_load): Likewise.
9743
9744 2004-05-07 Juanma Barranquero <lektu@terra.es>
9745
9746 * window.c (Fset_window_buffer): Fix docstring.
9747
9748 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
9749
9750 * emacs.c (main) [VMS]: Fix var ref.
9751
9752 2004-05-06 Romain Francoise <romain@orebokech.com>
9753
9754 * data.c (Fsetq_default): Fix docstring.
9755
9756 2004-05-06 Jason Rumney <jasonr@gnu.org>
9757
9758 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
9759 to avoid name clash.
9760
9761 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9762
9763 * fileio.c (barf_or_query_if_file_exists): Use lstat.
9764 (Frename_file): Handle renaming of symlinks across file systems.
9765 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
9766
9767 2004-05-04 Kim F. Storm <storm@cua.dk>
9768
9769 * xdisp.c (Qtotal): New var.
9770 (syms_of_xdisp): Intern and staticpro it.
9771 (calc_line_height_property): New arg total. Set it if
9772 line-spacing property has format (total . VALUE).
9773 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
9774 Handle total line-spacing property.
9775
9776 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9777
9778 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
9779 "under" scroll bar when size/position changes.
9780
9781 2004-05-03 Jason Rumney <jasonr@gnu.org>
9782
9783 * makefile.nt: Remove.
9784
9785 2004-05-02 Eli Zaretskii <eliz@gnu.org>
9786
9787 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
9788 Avoid compiler warnings.
9789
9790 * Makefile.in (region-cache.o): Depend on config.h.
9791
9792 2004-05-02 Romain Francoise <romain@orebokech.com>
9793
9794 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
9795 with continuation lines, too.
9796
9797 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
9798
9799 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
9800
9801 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9802
9803 * xdisp.c (calc_line_height_property): YAILOM (yet another
9804 int/Lisp_Object mixup).
9805
9806 2004-05-01 Eli Zaretskii <eliz@gnu.org>
9807
9808 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
9809 undo bad effect of pack(4) in some versions of system headers.
9810
9811 2004-05-01 Jason Rumney <jasonr@gnu.org>
9812
9813 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
9814
9815 2004-04-30 Kim F. Storm <storm@cua.dk>
9816
9817 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
9818 (syms_of_buffer) <cursor-type>: Doc fix.
9819
9820 * dispextern.h (struct it): Remove member use_default_face.
9821 Add members override_ascent, override_descent, override_boff.
9822
9823 * xdisp.c (init_iterator): Handle line-spacing float value.
9824 Initialize override_ascent member.
9825 (append_space_for_newline): Reset override_ascent.
9826 Remove use_default_face.
9827 (calc_line_height_property): New function to calculate value of
9828 line-height and line-spacing properties. Look at overlays, too.
9829 Set override_ascent, override_descent, override_boff members when
9830 using another face than the current face. Float values are now
9831 relative to the frame default font, by default; accept a cons
9832 of ratio and face name to specify value relative to a specific face.
9833 (x_produce_glyphs): Use calc_line_height_property.
9834 Use override_ascent etc. when set to handle different face heights.
9835 A negative line-spacing property value is interpreted as a total
9836 line height, rather than inter-line spacing.
9837 (note_mouse_highlight): Allocate room for 40 overlays initially.
9838
9839 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * data.c (Fsubr_name): New fun.
9842 (syms_of_data): Defsubr it.
9843
9844 2004-04-29 Kim F. Storm <storm@cua.dk>
9845
9846 * xdisp.c (null_glyph_slice): New var.
9847 (append_glyph, append_composite_glyph, append_stretch_glyph):
9848 Use it to initialize glyph slice.
9849
9850 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9851
9852 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
9853 (on_hot_spot_p): Make sure we always return a value.
9854 (Flookup_image_map): Remove unused var ix and iy.
9855 (note_mode_line_or_margin_highlight): Remove unused var `image'.
9856
9857 2004-04-27 Eli Zaretskii <eliz@gnu.org>
9858
9859 * msdos.c (init_environment): If one of the TMP... environment
9860 variables is set to a drive letter without a trailing slash,
9861 append a slash.
9862
9863 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9864
9865 * editfns.c (lisp_time_argument): Provide externally.
9866
9867 * fileio.c (Fset_file_times): New function.
9868 (syms_of_fileio): Intern and staticpro it.
9869
9870 2004-04-27 Kim F. Storm <storm@cua.dk>
9871
9872 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
9873 header line strings.
9874
9875 * dispextern.h (struct it): New member use_default_face.
9876
9877 * xdisp.c (Qline_height): New variable.
9878 (syms_of_xdisp): Intern and staticpro it.
9879 (append_space_for_newline): Partially undo 2004-04-25 change;
9880 add default_face_p arg, and restore callers.
9881 Clear it->use_default_face after use.
9882 (x_produce_glyphs): Set default font for ascii char if
9883 it->use_default_font is set. Change line-spacing property to set
9884 just extra line spacing. Handle new line-height property.
9885
9886 2004-04-26 Andreas Schwab <schwab@suse.de>
9887
9888 * print.c (print_object): Print non-ascii characters in bool
9889 vector representation as octal escapes.
9890
9891 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
9892 * print.c (print_object): Use it instead of BITS_PER_CHAR for
9893 bool vectors.
9894 * lread.c (read1): Likewise.
9895 * alloc.c (Fmake_bool_vector): Likewise.
9896 * data.c (Faref, Faset): Likewise.
9897 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
9898 (mapcar1): Likewise.
9899
9900 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
9901
9902 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
9903
9904 2004-04-26 Miles Bader <miles@gnu.org>
9905
9906 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
9907
9908 2004-04-26 Juanma Barranquero <lektu@terra.es>
9909
9910 * buffer.c (Fpop_to_buffer): Fix docstring.
9911
9912 2004-04-26 Steven Tamm <steventamm@mac.com>
9913
9914 * lread.c (init_lread): Don't display missing lisp directory
9915 warnings with Carbon Emacs because self-contained bundled Emacs
9916 may be built without correct installation path.
9917
9918 2004-04-25 Kim F. Storm <storm@cua.dk>
9919
9920 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
9921
9922 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
9923
9924 * xdisp.c (append_space_for_newline): Rename from append_space.
9925 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
9926 (x_produce_glyphs): Handle line-spacing property on newline char.
9927 If value is t, adjust ascent and descent to fit current row height.
9928 If value is an integer or float, set extra_line_spacing to integer
9929 value, or to float value x current line height.
9930
9931 2004-04-23 Kenichi Handa <handa@m17n.org>
9932
9933 * fontset.c (Finternal_char_font): If POSITION is nil, return
9934 font for displaying CH with the default face.
9935
9936 2004-04-23 Juanma Barranquero <lektu@terra.es>
9937
9938 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9939
9940 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
9943 Don't make assumptions about the relative place of i and val.
9944 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
9945
9946 2004-04-21 Kim F. Storm <storm@cua.dk>
9947
9948 * dispextern.h (struct glyph_slice): New struct.
9949 (struct glyph): New member slice.
9950 (GLYPH_SLICE_EQUAL_P): New macro.
9951 (GLYPH_EQUAL_P): Use it.
9952 (struct glyph_string): New member slice.
9953 (struct it_slice): New struct.
9954 (struct it): New member slice, add member to stack too.
9955 New member constrain_row_ascent_descent_p.
9956 (image_ascent): Add prototype.
9957
9958 * dispnew.c (buffer_posn_from_coords): Return full image width
9959 and height even for image slices (posn is relative to full image).
9960 (marginal_area_string): Adjust x0,y0 for image slice.
9961
9962 * image.c (image_ascent): Add slice arg; calculate ascent for
9963 image slice (or full image).
9964
9965 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
9966 (syms_of_keyboard): Defsubr them.
9967
9968 * lisp.h (pos_visible_p): Fix prototype.
9969
9970 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
9971 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9972 (x_draw_image_foreground, x_draw_image_relief)
9973 (x_draw_image_foreground_1, x_draw_image_glyph_string):
9974 Draw sliced images.
9975
9976 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
9977 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
9978 (x_draw_image_foreground, x_draw_image_relief)
9979 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
9980 Draw sliced images.
9981
9982 * w32term.h (image_ascent): Remove prototype.
9983
9984 * window.c (Fpos_visible_in_window_p): Return pixel position if
9985 PARTIALLY arg is non-nil. Simplify. Doc fix.
9986 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
9987 to return/set vscroll in pixels.
9988
9989 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
9990
9991 * xdisp.c (Qslice): New variable.
9992 (syms_of_xdisp): Intern and staticpro it.
9993 (pos_visible_p): Return pixel position in new x and y args.
9994 (init_iterator): Reset it->slice info.
9995 (handle_display_prop): Parse (slice ...) property.
9996 (push_it, pop_it): Save/restore slice info.
9997 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
9998 force repositioning of tall row if window is vscrolled, as that
9999 would reset vscroll.
10000 (append_space): Set it->constrain_row_ascent_descent_p to avoid
10001 increasing row height if row is non-empty.
10002 (fill_image_glyph_string): Copy slice info.
10003 (take_vertical_position_into_account): Simplify.
10004 (produce_image_glyph): Handle iterator slice info, setup glyph
10005 slice info. Do not force minimum line height.
10006 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
10007 do not increase height (ascent/descent) of non-empty row when
10008 adding normal character glyph; instead reduce glyph ascent/descent
10009 appropriately; if row is higher than current glyph, adjust glyph
10010 descent/ascent to reposition glyph within the existing row.
10011 Likewise, when char is newline, only set ascent/descent if row is
10012 currently empty.
10013 (note_mouse_highlight): Handle hotspots with sliced image.
10014
10015 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
10016 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
10017 (x_draw_image_foreground, x_draw_image_relief)
10018 (x_draw_image_foreground_1, x_draw_image_glyph_string):
10019 Draw sliced images.
10020
10021 * xterm.h (image_ascent): Remove prototype.
10022
10023 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
10026
10027 2004-04-20 John Paul Wallington <jpw@gnu.org>
10028
10029 * fns.c (Fassoc, Feql): Fix indentation.
10030
10031 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
10032
10033 2004-04-19 John Paul Wallington <jpw@gnu.org>
10034
10035 * fns.c (Feql): New function.
10036 (syms_of_fns): Defsubr it.
10037
10038 2004-04-18 Jason Rumney <jasonr@gnu.org>
10039
10040 * w32select.c (Fw32_set_clipboard_data): Get sequence number
10041 after closing the clipboard.
10042
10043 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10044
10045 * buffer.c (Fbuffer_base_buffer): Doc fix.
10046
10047 2004-04-17 Kim F. Storm <storm@cua.dk>
10048
10049 * keymap.c (Fkey_description): Add optional PREFIX arg.
10050 Combine prefix with KEYS to make up the full key sequence to describe.
10051 Correlate meta_prefix_char and following (simple) key to describe
10052 as meta modifier. All callers changed.
10053 (describe_map): Rename arg `keys' to `prefix'. Remove local
10054 `elt_prefix' var. Use Fkey_description with prefix instead of
10055 elt_prefix combined with Fsingle_key_description.
10056 (describe_vector): Declare static. Replace arg `elt_prefix' with
10057 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
10058 if !KEYMAP_P. Use Fkey_description with prefix instead of
10059 Fsingle_key_description.
10060
10061 * keymap.h (Fkey_description): Fix prototype.
10062 (describe_vector): Remove prototype.
10063
10064 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
10065
10066 * image.c (PNG_BG_COLOR_SHIFT): Remove.
10067 (png_load): Fix calculation of transparent background color on X
10068 and W32 platforms.
10069
10070 2004-04-16 Juanma Barranquero <lektu@terra.es>
10071
10072 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
10073 not too large before computing how much to scroll.
10074
10075 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
10078
10079 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10080
10081 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
10082 Add hyperlink to Elisp manual to the docstring.
10083
10084 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * callint.c (fix_command): Use XDCR.
10087
10088 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
10089
10090 * window.c (Fget_lru_window): Doc fix.
10091
10092 2004-04-14 Kim F. Storm <storm@cua.dk>
10093
10094 * editfns.c (Fformat): Fix allocation size of precision array.
10095
10096 * dispnew.c (update_window): Only set changed_p if
10097 scrolling_window actually did scroll.
10098 (scrolling_window): Only return 1 if we actually did scroll.
10099
10100 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
10101 height to glyph height when cursor row is not fully visible.
10102 (make_cursor_line_fully_visible): Add FORCE_P arg to return
10103 failure in case row is higher than window. Callers changed.
10104 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
10105 Try to scroll partially visible, higher-than-window cursor row.
10106 (redisplay_window): Always try to scroll partially visible,
10107 higher-than-window cursor row - both initially and again with
10108 centering_position = 0.
10109 Clear desired matrix before retrying with centering_position = 0.
10110
10111 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * syntax.c (scan_lists): Simplify backward string scan.
10114 Fix off-by-one boundary check for string and comment fences.
10115
10116 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
10117
10118 * sheap.c, unexcw.c: New files.
10119
10120 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
10121
10122 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
10123 base buffer has been killed. Correct the error message if the
10124 base buffer does not exist.
10125
10126 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
10127
10128 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
10129 Cygwin itself. Add support for Xaw3d scrollbars.
10130
10131 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
10132
10133 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
10134
10135 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
10136 before Cygwin unexec.
10137
10138 * Makefile.in: Link changes for Cygwin unexec() support.
10139
10140 2004-04-12 Andreas Schwab <schwab@suse.de>
10141
10142 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
10143
10144 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
10145
10146 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
10147 IGNORE argument equals NAME. Doc fix.
10148
10149 2004-04-11 Masatake YAMATO <jet@gyve.org>
10150
10151 * buffer.c (fix_start_end_in_overlays): Make overlays
10152 empty if they are backwards.
10153
10154 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * xfaces.c (face_color_supported_p): Fix compilation without X11.
10157
10158 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * doc.c (Fsnarf_documentation): Ignore new file name entries.
10161
10162 2004-04-06 Kim F. Storm <storm@cua.dk>
10163
10164 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
10165 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
10166
10167 * w32term.c (w32_read_socket): Set mouse_face_hidden after
10168 clearing highlight.
10169
10170 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
10171
10172 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
10173 clearing highlight.
10174
10175 * indent.c (vmotion): Do not reserve one column for continuation
10176 marks on window frames.
10177
10178 2004-04-04 Eli Zaretskii <eliz@gnu.org>
10179
10180 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
10181 from GCC.
10182
10183 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * .gdbinit-union: Remove.
10186
10187 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
10188 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
10189 ($nonvalbits): Remove.
10190 ($valmask): Set it by calling xreload to avoid redundancy.
10191
10192 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
10193 (gdb_emacs_intbits): Remove.
10194
10195 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10196
10197 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
10198
10199 2004-03-30 Kenichi Handa <handa@m17n.org>
10200
10201 * editfns.c (Fformat): Fix initialization of the array info.
10202
10203 2004-03-30 Kim F. Storm <storm@cua.dk>
10204
10205 * xterm.c (x_mouse_click_focus_ignore_position): New var.
10206 (syms_of_xterm): DEFVAR_BOOL it.
10207 (ignore_next_mouse_click_timeout): New var.
10208 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
10209 Use it to filter mouse clicks following focus event.
10210
10211 2004-03-29 David Ponce <david@dponce.com>
10212
10213 * callint.c (Fcall_interactively): Fix last change.
10214
10215 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * eval.c (Fcommandp): Simplify.
10218
10219 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
10220 Extend to handle all kinds of functions.
10221
10222 * lisp.h (Finteractive_form): Declare.
10223
10224 * callint.c (Fcall_interactively): Use it.
10225
10226 2004-03-26 Kim F. Storm <storm@cua.dk>
10227
10228 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
10229 to catch errors in calc_pixel_width_or_height during redisplay.
10230
10231 2004-03-26 Masatake YAMATO <jet@gyve.org>
10232
10233 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
10234
10235 * lisp.h (fix_start_end_in_overlays): Likewise.
10236
10237 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
10238
10239 * editfns.c (Ftranspose_regions): Likewise.
10240
10241 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10242
10243 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
10244
10245 2004-03-19 Richard M. Stallman <rms@gnu.org>
10246
10247 * s/sol2-6.h: Delete previous change.
10248
10249 2004-03-19 Kim F. Storm <storm@cua.dk>
10250
10251 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
10252 to_charpos corresponds to newline in right fringe. Use local
10253 BUFFER_POS_REACHED_P macro.
10254
10255 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10256
10257 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
10258 to compile on non-window system.
10259
10260 2004-03-19 Kim F. Storm <storm@cua.dk>
10261
10262 * dispextern.h (calc_pixel_width_or_height): Add prototype.
10263
10264 * image.c (Qcenter): Move to xdisp.c.
10265
10266 * xdisp.c (Qcenter): Declare here.
10267 (syms_of_xdisp): Intern and staticpro it.
10268 (handle_single_display_prop): Allow space display property on all
10269 platforms.
10270 (display_mode_line): Set mode_line_p before displaying line.
10271 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
10272 handling. Remove complex cases for fringes and scroll-bars.
10273 Add left, right, and center alignment positions. Add text (area)
10274 width/height. Return width or height for image specs.
10275 (produce_stretch_glyph): Improve handling of :align-to. Is now
10276 relative to left of text area by default, but other base offsets
10277 can be specified -- also for text lines.
10278
10279 * term.c (produce_glyphs): Handle IT_STRETCH.
10280 (produce_stretch_glyph): New function to handle space width and
10281 align-to display properties on non-window systems.
10282
10283 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10284
10285 * fileio.c (Fread_file_name): Set completion-ignore-case for
10286 case-insensitive systems.
10287
10288 2004-03-14 Masatake YAMATO <jet@gyve.org>
10289
10290 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
10291 when keymap and cursor are setup.
10292
10293 2004-03-14 Steven Tamm <steventamm@mac.com>
10294
10295 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
10296
10297 2004-03-14 Kim F. Storm <storm@cua.dk>
10298
10299 * dispextern.h (x_find_image_file): Add prototype.
10300
10301 * image.c (x_find_image_file): Make extern.
10302
10303 * xfns.c (x_find_image_file): Remove prototype.
10304
10305 2004-03-13 Eli Zaretskii <eliz@gnu.org>
10306
10307 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
10308
10309 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
10310
10311 2004-03-12 Richard M. Stallman <rms@gnu.org>
10312
10313 * fns.c (internal_equal): New arg PROPS controls comparing
10314 text properties. All callers changed.
10315 (Fequal_including_properties): New function.
10316 (syms_of_fns): defsubr it.
10317
10318 2004-03-12 Kim F. Storm <storm@cua.dk>
10319
10320 Fix image support on MAC. From YAMAMOTO Mitsuharu.
10321
10322 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
10323 (image_background, image_background_transparent): Fix prototypes.
10324
10325 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
10326
10327 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
10328 (x_query_font, x_find_ccl_program, x_set_window_size)
10329 (x_make_frame_visible, mac_initialize, XCreatePixmap)
10330 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
10331 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
10332
10333 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
10334 (x_query_font, x_find_ccl_program, x_set_window_size)
10335 (x_make_frame_visible, mac_initialize, XCreatePixmap)
10336 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
10337 (mac_draw_line_to_pixmap): Add prototypes.
10338
10339 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10340
10341 * macterm.c (XTread_socket): Fix mouse click on tool bar.
10342
10343 2004-03-11 Kim F. Storm <storm@cua.dk>
10344
10345 * dispextern.h: Move image related prototypes from xfns.c section
10346 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
10347 HAVE_X_WINDOWS.
10348
10349 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
10350 Move gtkutil.o to new GTK_OBJ list.
10351 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
10352 (GTK_OBJ) [USE_GTK]: New declaration.
10353 (obj): Add $(GTK_OBJ) to list.
10354
10355 2004-03-11 Steven Tamm <steventamm@mac.com>
10356
10357 * image.c [MAC_OSX]: Include sys/stat.h.
10358
10359 * macfns.c (syms_of_macfns): Remove definitions of things now
10360 defined in image.c.
10361
10362 2004-03-11 Kim F. Storm <storm@cua.dk>
10363
10364 The following changes consolidates the identical/similar image
10365 support code previously found in xfns.c, w32fns.c, and macfns.c
10366 into a new file image.c.
10367
10368 * makefile.w32-in (OBJ1): Add image.o.
10369 ($(BLD)/image.$(O)): Add dependencies.
10370
10371 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
10372 (image.o): Add dependencies.
10373
10374 * image.c: New file with consolidated image support code.
10375 (COLOR_TABLE_SUPPORT): New define to control whether
10376 color table support is available (X only).
10377 (Bitmap_Record): Common name for x_bitmap_record,
10378 w32_bitmap_record, and mac_bitmap_record.
10379 (XImagePtr): Common name for pointer to XImage or equivalent.
10380 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
10381 to XImagePtr on X+MAC, and to HDC on W32.
10382 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
10383 (NO_PIXMAP): Common name for "None" or equivalent.
10384 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
10385 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
10386 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
10387 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
10388 Define with suitable equivalents on W32 and MAC for code sharing.
10389 (XDrawLine): Define on MAC for code sharing.
10390 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
10391 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
10392 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
10393 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10394 (x_reference_bitmap, x_create_bitmap_from_data)
10395 (x_create_bitmap_from_file, x_destroy_bitmap)
10396 (x_destroy_all_bitmaps, x_create_bitmap_mask)
10397 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10398 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
10399 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
10400 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
10401 (define_image_type, lookup_image_type, valid_image_p)
10402 (image_error, enum image_value_type, struct image_keyword)
10403 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
10404 (make_image, free_image, prepare_image_for_display, image_ascent)
10405 (four_corners_best, image_background, image_background_transparent)
10406 (x_clear_image_1, x_clear_image, x_alloc_image_color)
10407 (make_image_cache, free_image_cache, clear_image_cache)
10408 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10409 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10410 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10411 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
10412 (init_image_func_pointer, image_load_quartz2d)
10413 (struct ct_color, init_color_table, free_color_table)
10414 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10415 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10416 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10417 (x_disable_image, x_build_heuristic_mask)
10418 (XBM support, XPM support, PBM support, PNG support, JPEG support)
10419 (TIFF support, GIF support, Ghostscript support): Consolidate image
10420 code from xfns.c, w32fns.c, and macfns.c.
10421 (syms_of_image): Consolidate image related symbol setup here.
10422 (init_image): Consolidate image related initializations here.
10423
10424 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
10425 and init_image. Remove call to init_xfns.
10426
10427 * macterm.h (struct mac_bitmap_record): Add file member.
10428 Not currently used, but simplifies code sharing.
10429
10430 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
10431 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10432 (x_reference_bitmap, x_create_bitmap_from_data)
10433 (x_create_bitmap_from_file, x_destroy_bitmap)
10434 (x_destroy_all_bitmaps, x_create_bitmap_mask)
10435 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10436 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
10437 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
10438 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
10439 (define_image_type, lookup_image_type, valid_image_p)
10440 (image_error, enum image_value_type, struct image_keyword)
10441 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
10442 (make_image, free_image, prepare_image_for_display, image_ascent)
10443 (four_corners_best, image_background, image_background_transparent)
10444 (x_clear_image_1, x_clear_image, x_alloc_image_color)
10445 (make_image_cache, free_image_cache, clear_image_cache)
10446 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10447 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10448 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10449 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
10450 (init_image_func_pointer, image_load_quartz2d)
10451 (struct ct_color, init_color_table, free_color_table)
10452 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10453 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10454 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10455 (x_disable_image, x_build_heuristic_mask)
10456 (XBM support, XPM support, PBM support, PNG support, JPEG support)
10457 (TIFF support, GIF support, Ghostscript support): Merge with image
10458 code from xfns.c and macfns.c into image.c.
10459 (syms_of_xfns): Move image related symbols to image.c.
10460 (init_external_image_libraries, init_xfns): Remove; initialization
10461 moved to init_image in image.c.
10462
10463 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
10464 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10465 (x_reference_bitmap, x_create_bitmap_from_data)
10466 (x_create_bitmap_from_file, x_destroy_bitmap)
10467 (x_destroy_all_bitmaps, x_create_bitmap_mask)
10468 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
10469 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
10470 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
10471 (define_image_type, lookup_image_type, valid_image_p)
10472 (image_error, enum image_value_type, struct image_keyword)
10473 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
10474 (make_image, free_image, prepare_image_for_display, image_ascent)
10475 (four_corners_best, image_background, image_background_transparent)
10476 (x_clear_image_1, x_clear_image, x_alloc_image_color)
10477 (make_image_cache, free_image_cache, clear_image_cache)
10478 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10479 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10480 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10481 (struct ct_color, init_color_table, free_color_table)
10482 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10483 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10484 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10485 (x_disable_image, x_build_heuristic_mask)
10486 (XBM support, XPM support, PBM support, PNG support, JPEG support)
10487 (TIFF support, GIF support, Ghostscript support): Merge with image
10488 code from xfns.c and macfns.c into image.c.
10489 (syms_of_xfns): Move image related symbols to image.c.
10490 (init_external_image_libraries, init_xfns): Remove; initialization
10491 moved to init_image in image.c.
10492
10493 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
10494 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10495 (x_reference_bitmap, x_create_bitmap_from_data)
10496 (x_create_bitmap_from_file, x_destroy_bitmap)
10497 (x_destroy_all_bitmaps, x_create_bitmap_mask)
10498 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
10499 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
10500 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
10501 (define_image_type, lookup_image_type, valid_image_p)
10502 (image_error, enum image_value_type, struct image_keyword)
10503 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
10504 (make_image, free_image, prepare_image_for_display, image_ascent)
10505 (four_corners_best, image_background, image_background_transparent)
10506 (x_clear_image_1, x_clear_image, x_alloc_image_color)
10507 (make_image_cache, free_image_cache, clear_image_cache)
10508 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
10509 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
10510 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
10511 (struct ct_color, init_color_table, free_color_table)
10512 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
10513 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
10514 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
10515 (x_disable_image, x_build_heuristic_mask)
10516 (XBM support, XPM support, PBM support, PNG support, JPEG support)
10517 (TIFF support, GIF support, Ghostscript support): Merge with
10518 w32fns.c and macfns.c image code into image.c.
10519 (syms_of_xfns): Move image related symbols to image.c.
10520 (init_xfns): Remove; initialization moved to init_image in image.c.
10521
10522 * lisp.h (syms_of_image, init_image): Add protoypes.
10523 (init_xfns): Remove prototype.
10524
10525 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10526 (x_reference_bitmap, x_create_bitmap_from_data)
10527 (x_create_bitmap_from_file, x_destroy_bitmap)
10528 (x_create_bitmap_mask): Move prototypes from dispextern.h.
10529 (gamma_correct) [MAC_OS]: Add prototype.
10530
10531 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
10532 (x_reference_bitmap, x_create_bitmap_from_data)
10533 (x_create_bitmap_from_file, x_destroy_bitmap)
10534 (x_create_bitmap_mask): Move prototypes to dispextern.h.
10535
10536 2004-03-09 Kenichi Handa <handa@etlken2>
10537
10538 * coding.c (decode_coding_emacs_mule): Handle insufficent source
10539 correctly.
10540
10541 2004-03-04 Richard M. Stallman <rms@gnu.org>
10542
10543 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
10544
10545 * window.c (Fdisplay_buffer): Doc fix.
10546
10547 * buffer.c (Fpop_to_buffer): Doc fix.
10548
10549 2004-03-03 Kim F. Storm <storm@cua.dk>
10550
10551 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
10552
10553 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
10556
10557 2004-03-02 Richard M. Stallman <rms@gnu.org>
10558
10559 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
10560
10561 2004-03-02 Kenichi Handa <handa@m17n.org>
10562
10563 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
10564
10565 2004-03-02 Kim F. Storm <storm@cua.dk>
10566
10567 * window.h (struct window): New member overlay_arrow_bitmap.
10568
10569 * window.c (make_window): Initialize overlay_arrow_bitmap.
10570
10571 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
10572 implement and integrate multiple overlay arrows with redisplay.
10573 (syms_of_xdisp): DEFVAR_LISP and initialize it.
10574 (last_arrow_position, last_arrow_string): Replace by properties.
10575 (Qlast_arrow_position, Qlast_arrow_string)
10576 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
10577 (syms_of_xdisp): Intern and staticpro them.
10578 (overlay_arrow_string_or_property, update_overlay_arrows)
10579 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
10580 (overlay_arrow_at_row): New functions for multiple overlay arrows.
10581 (redisplay_internal): Use them instead of directly accessing
10582 Voverlay_arrow_position etc. for multiple overlay arrows.
10583 (mark_window_display_accurate): Use update_overlay_arrows.
10584 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
10585 (try_window_id): Use overlay_arrows_changed_p.
10586 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
10587 (display_line): Use overlay_arrow_at_row to check multiple
10588 overlay arrows, and get relevant overlay-arrow-string and
10589 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
10590 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
10591 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
10592
10593 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
10594 (update_window_fringes): Remove unused code.
10595
10596 2004-03-01 Jason Rumney <jasonr@gnu.org>
10597
10598 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
10599
10600 2004-03-01 Juanma Barranquero <lektu@terra.es>
10601
10602 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
10603
10604 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
10605
10606 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10607
10608 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
10609 how many colors can be displayed.
10610
10611 2004-03-01 Kenichi Handa <handa@m17n.org>
10612
10613 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
10614 correctly.
10615
10616 2004-02-28 Kim F. Storm <storm@cua.dk>
10617
10618 * dispnew.c (update_window): Update header line also if there are
10619 no other changes in window (move code after set_cursor label).
10620
10621 * lisp.h (mark_window_display_accurate): Remove prototype.
10622
10623 * window.c (window_loop, Fforce_window_update): Force mode line
10624 updates by setting prevent_redisplay_optimizations_p and
10625 update_mode_lines.
10626
10627 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10628
10629 * xfns.c (x_window): Fix indentation.
10630
10631 * xterm.c (x_calc_absolute_position): Call x_real_positions
10632 to get WM window sizes and use those to calculate position.
10633 (x_set_offset): Remove code commented out.
10634
10635 2004-02-28 Miles Bader <miles@gnu.org>
10636
10637 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
10638
10639 2004-02-28 Kim F. Storm <storm@cua.dk>
10640
10641 * keyboard.c (kbd_buffer_store_event_hold): New function to store
10642 an event into kbd fifo, but with special handling of quit event;
10643 a quit event is saved for later, and further events are discarded
10644 until the saved quit event has been processed.
10645 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
10646 (gen_help_event): Store help event in kbd fifo.
10647 (NREAD_INPUT_EVENTS): Remove.
10648 (read_avail_input): Adapt to new read_socket_hook interface.
10649 Remove allocation and initialization of local input_event buffer,
10650 as read_socket_hook stores events directly in fifo. Allocate and
10651 initialize local hold_quit event to handle postponed quit event
10652 (and store it if set by kbd_buffer_store_event_hold).
10653
10654 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
10655 (gen_help_event): Fix prototype.
10656
10657 * macterm.c (XTread_socket): Remove bufp_r and
10658 numcharsp args. Add hold_quit arg.
10659 Rework to use just one, local, inev input_event. Store inev
10660 directly in fifo using kbd_buffer_store_event_hold.
10661
10662 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
10663 (read_input_waiting): Adapt to new read_socket_hook interface.
10664 Remove allocation and initialization of local input_event buffer,
10665 as read_socket_hook stores events directly in fifo. Allocate and
10666 initialize local hold_quit event to handle postponed quit event
10667 (and store it if set by kbd_buffer_store_event_hold).
10668
10669 * term.c (read_socket_hook): Fix arg list.
10670
10671 * termhooks.h (read_socket_hook): Fix prototype.
10672
10673 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
10674 numcharsp args. Add hold_quit arg.
10675 Rework to use just one, local, inev input_event. Store inev
10676 directly in fifo using kbd_buffer_store_event_hold.
10677
10678 * w32inevt.h (w32_console_mouse_position): Fix prototype.
10679
10680 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
10681 Add hold_quit arg. Rework to use just one, local, inev
10682 input_event. Store inev directly in fifo using
10683 kbd_buffer_store_event_hold. Update count in one place.
10684 Postpone call to gen_help_event until inev is stored; use new
10685 local do_help for this.
10686 Remove local emacs_event in handing of ButtonPress event; just use
10687 inev instead (so no reason to copy it later).
10688
10689 * xsmfns.c (x_session_check_input): Remove numchars arg.
10690
10691 * xterm.c (x_focus_changed, x_detect_focus_change):
10692 Remove numchars arg. Always store event into bufp arg.
10693 Return nothing. Callers changed accordingly.
10694 (glyph_rect): Simplify.
10695 (STORE_KEYSYM_FOR_DEBUG): New macro.
10696 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
10697 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
10698 (current_hold_quit) [USE_GTK]: Add.
10699 (event_handler_gdk): Adapt to new handle_one_xevent.
10700 (handle_one_xevent): Remove bufp_r and numcharsp args.
10701 Add hold_quit arg. Rework to use just one, local, inev
10702 input_event. Store inev directly in fifo using
10703 kbd_buffer_store_event_hold. Update count in one place.
10704 Postpone call to gen_help_event until inev is stored; use new
10705 local do_help for this.
10706 Simplify handling of keysyms (consolidate common code). Fix bug
10707 where count was updated with nchars instead of nbytes.
10708 Remove local emacs_event in handing of ButtonPress event; just use
10709 inev instead (so no reason to copy it later).
10710 Remove `out' label. Rename label `ret' to `done'; add various
10711 `goto done' to clarify code flow in deeply nested blocks.
10712 (x_dispatch_event): Simplify as handle_one_xevent now calls
10713 kbd_buffer_store_event itself.
10714 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
10715 arg. Call handle_one_xevent with new arglist. Store event from
10716 x_session_check_input in fifo.
10717 [USE_GTK]: Setup current_hold_quit.
10718 Decrement handling_signal before unblocking input.
10719 (x_initialize) [USE_GTK]: Initialize current_count.
10720
10721 * xterm.h (x_session_check_input): Fix prototype.
10722
10723 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10724
10725 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
10726
10727 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
10728 macgui.h).
10729
10730 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
10731
10732 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
10733 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
10734 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
10735 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
10736 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
10737 (Bitmap): Remove typedef.
10738 (Pixmap): Change int to GWorldPtr.
10739
10740 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10741
10742 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10743 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
10744 New #define to extract 16-bit depth color components from unsigned
10745 long representation.
10746 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
10747 colors used for masks.
10748 (struct mac_display_info): Add color_p. Remove n_cbits.
10749
10750 * macfns.c: Include sys/types.h and sys/stat.h.
10751 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
10752 Include QuickTime/QuickTime.h.
10753 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
10754 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
10755 functions defined in macterm.c.
10756 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
10757 (ZPixmap): New #define for compatibility with xfns.c.
10758 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
10759 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
10760 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
10761 New functions.
10762 (four_corners_best, x_create_x_image_and_pixmap)
10763 (x_destroy_x_image, unwind_create_frame, x_disable_image)
10764 (x_edge_detection, init_color_table, colors_in_color_table)
10765 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
10766 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
10767 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
10768 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
10769 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
10770 long mixup.
10771 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
10772 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
10773 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
10774 (x_set_cursor_type, Fxw_color_values, valid_image_p)
10775 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
10776 (x_alloc_image_color, clear_image_cache, lookup_image)
10777 (x_find_image_file, xbm_read_bitmap_file_data)
10778 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
10779 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
10780 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
10781 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
10782 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
10783 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
10784 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
10785 #if 0.
10786 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
10787 #if 0. Free white_relief.gc and black_relief.gc.
10788 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
10789 New functions (from xfns.c).
10790 (Fx_create_frame): Record unwind_create_frame.
10791 (Fxw_display_color_p): Use dpyinfo->color_p.
10792 (Fx_display_grayscale_p, Fx_display_planes): Don't use
10793 dpyinfo->n_cbits.
10794 (Fx_display_color_cells): Use dpyinfo->n_planes;
10795 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
10796 (Qheuristic, cross_disabled_images, emboss_matrix)
10797 (laplace_matrix): New variables (from xfns.c).
10798 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
10799 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
10800 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
10801 (image_background_transparent): New function (from xfns.c).
10802 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10803 (image_load_quicktime): Add declaration.
10804 [MAC_OSX] (image_load_quartz2d): Likewise.
10805 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
10806 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
10807 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
10808 (xbm_load_image_from_file, x_laplace_read_row)
10809 (x_laplace_write_row, pbm_read_file): Remove functions.
10810 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
10811 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
10812 (colors_in_color_table): Sync with xfns.c (although not used).
10813 (lookup_rgb_color): Don't lookup color table. Just do gamma
10814 correction.
10815 (COLOR_INTENSITY): New #define (from xfns.c).
10816 (x_disable_image): New function (from xfns.c).
10817 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10818 (x_build_heuristic_mask): Sync with xfns.c.
10819 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10820 (HAVE_PBM): Remove #ifdef.
10821 (pbm_load): Sync with xfns.c. Set img->width and img->height
10822 before IMAGE_BACKGROUND.
10823 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
10824 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
10825 Don't enclose with #if HAVE_PNG.
10826 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
10827 symbol _CGImageCreateWithPNGDataProvider is defined.
10828 Otherwise use image_load_quicktime.
10829 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
10830 [HAVE_PNG] (png_load): Sync with xfns.c.
10831 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
10832 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
10833 HAVE_JPEG.
10834 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
10835 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
10836 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
10837 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
10838 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
10839 (tiff_image_p, tiff_load): Don't enclose declarations with #if
10840 HAVE_TIFF.
10841 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
10842 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
10843 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
10844 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
10845 New functions (from xfns.c).
10846 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
10847 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
10848 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
10849 Don't enclose with #if HAVE_GIF.
10850 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
10851 animated gif. Otherwise use image_load_quicktime.
10852 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
10853 gif_DrawText to avoid conflict with QuickdrawText.h.
10854 [HAVE_GIF] (gif_load): Sync with xfns.c.
10855 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
10856 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
10857 Ghostscript is not supported yet).
10858 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
10859 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
10860 cross_disabled_images (from xfns.c). Remove #if 0 for supported
10861 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
10862 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
10863 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
10864 HAVE_PNG. Call EnterMovies to support animated gifs.
10865 Call init_image_func_pointer to bind a symbol
10866 _CGImageCreateWithPNGDataProvider if it is defined.
10867
10868 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
10869 (x_draw_bar_cursor): Sync declaration with xterm.c.
10870 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
10871 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
10872 graphics).
10873 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
10874 (mac_draw_line_to_pixmap, XCreatePixmap)
10875 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
10876 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
10877 New functions.
10878 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
10879 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
10880 Cast bits to char *.
10881 (reflect_byte): New function (from w32fns.c).
10882 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
10883 due to byte alignment.
10884 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
10885 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
10886 (XSetForeground): Remove static (now used in macfns.c).
10887 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
10888 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
10889 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
10890 (x_draw_glyph_string_box, x_draw_image_foreground)
10891 (x_draw_image_foreground_1, x_draw_image_glyph_string)
10892 (x_draw_stretch_glyph_string, x_draw_glyph_string)
10893 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
10894 Sync with xterm.c.
10895 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
10896 than the xterm.c version when a strictly horizontal or vertical
10897 line is drawn.
10898 (XTset_terminal_window): Add static.
10899 (x_make_frame_visible): Add UNBLOCK_INPUT.
10900 (x_free_frame_resources): New funcion (from xterm.c).
10901 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
10902 occurs in tool bar area.
10903 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
10904 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
10905 Initialize image cache.
10906 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
10907 Enclose unused functions with #if 0.
10908 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
10909 (decode_mac_font_name): New function to apply code conversions
10910 from a mac font name to an XLFD font name according to its script code.
10911 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
10912 font name to a mac font name according to REGISTRY and ENCODING fields.
10913 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
10914 whose name starts with `.'.
10915 (init_font_name_table): Use decode_mac_font_name. Add both
10916 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
10917 of a font is smJapanese.
10918 (mac_do_list_fonts): New function to list fonts that match a given
10919 pattern.
10920 (x_list_fonts, XLoadQueryFont): Use it.
10921 (XLoadQueryFont): Set rbearing field for each variable width
10922 character to avoid needless redraw.
10923 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
10924
10925 2004-02-26 Kim F. Storm <storm@cua.dk>
10926
10927 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
10928 as read_socket_hook handler on X aborts if buffer is too small
10929 and W32 handler doesn't always check buffer limit.
10930
10931 * xdisp.c (handle_single_display_prop): Handle left-fringe and
10932 right-fringe similar to a display margin image. Specifically,
10933 the characters having the fringe prop are no longer shown, and
10934 we use IT_IMAGE/next_element_from_image with image_id = -1 to
10935 do this. Set fringe bitmap face_id in it->face_id.
10936 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
10937 still realize it->face (i.e. the fringe bitmap face).
10938
10939 2004-02-25 Miles Bader <miles@gnu.org>
10940
10941 * xdisp.c (check_it): Check string/string_pos consistency.
10942 (init_iterator): Initialize string-related fields properly.
10943
10944 2004-02-11 Miles Bader <miles@gnu.org>
10945
10946 * xdisp.c (produce_image_glyph): Force negative descents to zero.
10947
10948 2004-02-10 Miles Bader <miles@gnu.org>
10949
10950 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
10951 BLOCK_INPUT can be nested, so it doesn't make much sense.
10952
10953 2004-02-24 Michael Mauger <mmaug@yahoo.com>
10954
10955 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
10956 (xbm_read_bitmap_data): Use unsigned char for image data.
10957
10958 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10959
10960 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
10961
10962 2004-02-22 Jason Rumney <jasonr@gnu.org>
10963
10964 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
10965 correctly over other bitmaps.
10966
10967 2004-02-21 Eli Zaretskii <eliz@gnu.org>
10968
10969 * emacs.c (USAGE1): Split into two halves.
10970 (USAGE2): Second half of the old USAGE1.
10971 (USAGE3): Rename from USAGE2.
10972 (USAGE4): Rename from USAGE3.
10973
10974 2004-02-21 Juri Linkov <juri@jurta.org>
10975
10976 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
10977 Fix --multibyte. Move --help, --version to USAGE2. Add alias
10978 --file. Fix -f, -l. Sort options. Untabify.
10979 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
10980
10981 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
10982
10983 * category.c (Fdefine_category, Fcategory_docstring)
10984 (Fget_unused_category, Fset_category_table)
10985 (Fcategory_set_mnemonics): Doc fixes.
10986
10987 2004-02-20 Kim F. Storm <storm@cua.dk>
10988
10989 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
10990 The following changes are relative to the 2004-01-21 revision.
10991 (NREAD_INPUT_EVENTS): Define as max number of input events to read
10992 in one call to read_socket_hook. Value is 8.
10993 (read_avail_input): Separate and rework handling of read_socket_hook
10994 and non-read_socket_hook cases. Use smaller input_event buffer
10995 in read_socket_hook case, and repeat if full buffer is read.
10996 Use new local variable 'discard' to skip input after C-g.
10997 In non-read_socket_hook case, just use a single input_event, and
10998 call kbd_buffer_store_event on the fly for each character.
10999
11000 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
11003 Remove unused `gu' alternative.
11004
11005 2004-02-19 Andreas Schwab <schwab@suse.de>
11006
11007 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
11008 warning.
11009
11010 2004-02-18 Kim F. Storm <storm@cua.dk>
11011
11012 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
11013 Fix last change.
11014
11015 2004-02-17 Kim F. Storm <storm@cua.dk>
11016
11017 * xdisp.c (fast_find_position): Fix return value of new version;
11018 it was inverted compared to the 21.1 version.
11019 (get_window_cursor_type): Don't look at glyph if NULL.
11020 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
11021
11022 * keyboard.c: Rework previous change; it didn't consider that the
11023 buf array was allocated on the stack.
11024 (prev_read): Remove variable.
11025 (read_avail_input_buf): New static event buffer array.
11026 (in_read_avail_input): New static variable to handle re-entrancy.
11027 (read_avail_input): Change buf to pinter to read_avail_input_buf.
11028 Use in_read_avail_input to handle re-entrance; when re-entered,
11029 fully initialize and use tmp_buf array instead of read_avail_input_buf.
11030 Do not initialize read_avail_input_buf in full here; instead assume it
11031 is always cleared on entry. To ensure that, we clear (just) the
11032 entries that were used before we return.
11033 (init_keyboard): Initialize read_avail_input_buf here.
11034
11035 2004-02-16 Jesper Harder <harder@ifa.au.dk>
11036
11037 * cmds.c (Fend_of_line): Doc fix.
11038
11039 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
11040
11041 * keyboard.c (prev_read): New static variable.
11042 (read_avail_input): Use it to zero out only those slots in buf[]
11043 that were used last time we were called.
11044
11045 2004-02-16 Eli Zaretskii <eliz@gnu.org>
11046
11047 * Makefile.in (obj): Move fringe.o from here...
11048 (XOBJ, MAC_OBJ): ...to here.
11049
11050 2004-02-16 Stephen Eglen <stephen@gnu.org>
11051
11052 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
11053
11054 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * data.c (Fbyteorder):
11057 * fringe.c (Fdefine_fringe_bitmap):
11058 * xdisp.c (handle_single_display_prop):
11059 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
11060
11061 2004-02-16 Jason Rumney <jasonr@gnu.org>
11062
11063 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
11064
11065 2004-02-15 Steven Tamm <steventamm@mac.com>
11066
11067 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
11068 controlling emulation of a three button mouse with option and
11069 command keys.
11070 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
11071 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
11072
11073 2004-02-15 Kim F. Storm <storm@cua.dk>
11074
11075 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
11076
11077 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
11078 Perform byte-swapping.
11079
11080 2004-02-14 Kim F. Storm <storm@cua.dk>
11081
11082 * dispextern.h (struct draw_fringe_bitmap_params): Change member
11083 bits from char to short to facilitate wider bitmaps.
11084 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
11085 member.
11086
11087 * fringe.c (struct fringe_bitmap): Change member bits from char to
11088 short to facilitate 16 bits wide bitmaps. Modify all standard
11089 bitmaps accordingly.
11090 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
11091 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
11092 (draw_fringe_bitmap): Ditto.
11093 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
11094 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
11095 handle up to 16 bits wide bitmaps.
11096 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
11097 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
11098
11099 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
11100 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
11101 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
11102
11103 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
11104 so it is no longer necessary to expand them here.
11105
11106 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
11107
11108 2004-02-12 Kim F. Storm <storm@cua.dk>
11109
11110 * window.c (Fwindow_fringes): Doc fix.
11111
11112 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11113
11114 * xselect.c (x_get_foreign_selection): Add new optional parameter
11115 time_stamp.
11116 (Fx_get_selection_internal): Ditto, pass time_stamp to
11117 x_get_foreign_selection.
11118
11119 * data.c (Fbyteorder): New function.
11120
11121 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11122
11123 * atimer.c: Move include stdio.h to same place as in other files.
11124
11125 * region-cache.c: Ditto.
11126
11127 * sysdep.c: Ditto.
11128
11129 * xfaces.c: Ditto.
11130
11131 2004-02-09 Sam Steingold <sds@gnu.org>
11132
11133 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
11134
11135 2004-02-09 Kim F. Storm <storm@cua.dk>
11136
11137 * fringe.c: New file. Move original fringe related declarations
11138 and code from dispextern.h and xdisp.c here.
11139 Rework code to support user defined fringe bitmaps, redefining
11140 standard bitmaps, ability to overlay user defined bitmap with
11141 overlay arrow bitmap, and add faces to bitmaps.
11142 (Voverflow_newline_into_fringe): Declare here.
11143 (enum fringe_bitmap_align): New enum.
11144 (..._bits): All bitmaps are now defined without bitswapping; that
11145 is now done in init_fringe_once (if necessary).
11146 (standard_bitmaps): New array with specifications for the
11147 standard fringe bitmaps.
11148 (fringe_faces): New array.
11149 (valid_fringe_bitmap_id_p): New function.
11150 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
11151 (draw_fringe_bitmap): New function which draws fringe bitmap,
11152 possibly overlaying bitmap with cursor in right fringe or the
11153 overlay arrow in the left fringe.
11154 (update_window_fringes): Do not handle overlay arrow here.
11155 Compare and copy fringe bitmap faces.
11156 (init_fringe_bitmap): New function.
11157 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
11158 define and destroy user defined fringe bitmaps.
11159 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
11160 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
11161 (syms_of_fringe): New function. Defsubr new DEFUNs.
11162 DEFVAR_LISP Voverflow_newline_into_fringe.
11163 (init_fringe_once, init_fringe): New functions.
11164 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
11165
11166 * Makefile.in (obj): Add fringe.o.
11167 (fringe.o): New dependencies.
11168
11169 * dispextern.h (FRINGE_ID_BITS): New definition for number of
11170 bits allocated to hold a fringe number. Increase number of bits
11171 from 4 to 8 to allow user defined fringe bitmaps.
11172 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
11173 left_user_fringe_face_id, right_user_fringe_bitmap,
11174 right_user_fringe_face_id.
11175 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
11176 Move to new file fringe.c.
11177 (MAX_FRINGE_BITMAPS): Define here.
11178 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
11179 and overlay_p. Change member which to int.
11180 (struct redisplay_interface): New members define_fringe_bitmap
11181 and destroy_fringe_bitmap.
11182 (valid_fringe_bitmap_id_p): Add prototype.
11183 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
11184
11185 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
11186 arrows.
11187 (update_frame): Do flush_display if force_flush_display_p to
11188 ensure display (specifically fringes) are updated in a timely
11189 manner when resizing the frame by dragging the mouse.
11190 (update_window_line): Update row if overlay arrow changed.
11191 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
11192 or overlay arrow changed.
11193
11194 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
11195 syms_of_fringe, and init_fringe.
11196
11197 * frame.h (struct frame): New member force_flush_display_p.
11198
11199 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
11200 Add prototypes.
11201
11202 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
11203 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
11204 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
11205 Use cursor color for displaying cursor in fringe.
11206 (x_redisplay_interface): Add null handlers for
11207 define_fringe_bitmap and destroy_fringe_bitmap functions.
11208
11209 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
11210 xterm.c to handle overlayed fringe bitmaps and to use cursor color
11211 for displaying cursor in fringe.
11212 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
11213 specific functions to define and destroy fringe bitmaps in fringe_bmp.
11214 (w32_redisplay_interface): Add them to redisplay_interface.
11215 (w32_term_init): Call w32_init_fringe instead of explicitly
11216 defining fringe bitmaps in fringe_bmp array.
11217 (x_delete_display): Call w32_reset_fringes instead of explicitly
11218 destroying fringe bitmaps in fringe_bmp array.
11219
11220 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
11221 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
11222 (continued_bits, continuation_bits, ov_bits, first_line_bits)
11223 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
11224 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
11225 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
11226 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
11227 Move fringe handling vars and code to new file fringe.c.
11228 (handle_display_prop): Handle left-fringe and right-fringe
11229 display properties; store user fringe bitmaps in iterator.
11230 (move_it_in_display_line_to): Handle cursor in fringe at eob.
11231 (clear_garbaged_frames): Set force_flush_display_p if resized.
11232 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
11233 (display_line): Handle cursor in fringe at eob.
11234 (display_line): Set row user fringe bitmaps from iterator.
11235
11236 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
11237 Use cursor color for displaying cursor in fringe.
11238 (x_redisplay_interface): Add null handlers for
11239 define_fringe_bitmap and destroy_fringe_bitmap functions.
11240
11241 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11242
11243 * macfns.c (Fx_change_window_property): Make doc string and
11244 parameters same as for X version.
11245
11246 * w32fns.c (Fx_change_window_property): Ditto.
11247
11248 2004-02-07 Kim F. Storm <storm@cua.dk>
11249
11250 * xdisp.c (hscroll_window_tree): Position cursor near to right
11251 margin in hscrolled window when jumping to end of line (rather
11252 than centering cursor).
11253
11254 * process.c (wait_reading_process_input): Don't do adaptive read
11255 buffering if waiting for a specific process.
11256
11257 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
11258
11259 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
11260 (Fread_minibuffer, Feval_minibuffer)
11261 (Fread_string, Fread_no_blanks_input)
11262 (Fcompleting_read): Doc fixes.
11263 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
11264 completion-regexp-list. Define Qcase_fold_search and staticpro it.
11265 (read_minibuf): Fix initial comment.
11266 (Ftry_completion, Fall_completions, Ftest_completion): Bind
11267 case-fold-search to the value of completion-ignore-case when
11268 checking completion-regexp-list.
11269 (Fdisplay_completion_list): Make it handle arguments that are
11270 symbols. Doc fix.
11271
11272 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11273
11274 * xterm.h: Add declaration of free_frame_menubar.
11275
11276 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
11277 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
11278 (Fx_change_window_property): Add declaration of parameters type and
11279 format. Remove unused variable cons.
11280
11281 * xselect.c: Include stdio.h.
11282
11283 2004-02-05 Kenichi Handa <handa@m17n.org>
11284
11285 * fns.c (Fset_char_table_range): Fix previous change.
11286
11287 * buffer.c (Fset_buffer_multibyte): Fix docstring.
11288
11289 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
11290
11291 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
11292
11293 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 * keymap.c (Vmouse_events): Rename from Vmenu_events.
11296 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
11297
11298 2004-02-04 Kenichi Handa <handa@m17n.org>
11299
11300 * fns.c (Fset_char_table_range): Handle charsets ascii,
11301 eight-bit-control, and eight-bit-graphic correctly.
11302
11303 2004-02-03 Jason Rumney <jasonr@gnu.org>
11304
11305 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
11306
11307 * w32fns.c (x_to_w32_font): Likewise.
11308
11309 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11310
11311 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
11312 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
11313
11314 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
11315 ClientMessages.
11316
11317 * xselect.c: Include termhooks.h and X11/Xproto.h
11318 (x_check_property_data, x_fill_property_data)
11319 (x_property_data_to_lisp, mouse_position_for_drop)
11320 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
11321 (Fx_send_client_event): Move here from xfns.c.
11322 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
11323
11324 * xfns.c (x-send-client-message): Move to xselect.c
11325 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
11326 OUTER_P.
11327 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
11328 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
11329 if vector_ret_p is true.
11330 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
11331
11332 2004-02-02 Eli Zaretskii <eliz@gnu.org>
11333
11334 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
11335 basename of FILE relative to it, not FILE itself.
11336
11337 2004-02-02 Kenichi Handa <handa@m17n.org>
11338
11339 * coding.c (coding_restore_composition): Check invalid
11340 composition data more rigidly.
11341
11342 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
11343
11344 * fileio.c (Fread_file_name_internal): Correctly handle the case
11345 where insert-default-directory is nil.
11346 (Fread_file_name): Always return an empty string if the user exits
11347 with an empty minibuffer. Adapt the docstring accordingly.
11348 (syms_of_fileio): Adapt the docstring of insert-default-directory
11349 to the change in Fread_file_name.
11350
11351 2004-01-29 Eli Zaretskii <eliz@gnu.org>
11352
11353 * alloca.c [!alloca]: Fix the prototype for xfree.
11354
11355 2004-01-29 Kenichi Handa <handa@m17n.org>
11356
11357 * fns.c (string_char_to_byte): Optimize for ASCII only string.
11358 (string_byte_to_char): Likewise.
11359
11360 2004-01-28 Peter Runestig <peter@runestig.com>
11361
11362 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
11363
11364 2004-01-27 Steven Tamm <steventamm@mac.com>
11365
11366 * unexmacosx.c (unexec_copy): Do not copy more than was
11367 requested to prevent overwriting during unexec.
11368
11369 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11370
11371 * process.c (sigchld_handler): Add comment about not calling malloc.
11372
11373 * process.h: Add extern to synch_process_termsig.
11374
11375 2004-01-27 Steven Tamm <steventamm@mac.com>
11376
11377 * macterm.c (make_mac_frame, make_mac_terminal_frame):
11378 Move setting of scroll bars from make_mac_frame to
11379 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
11380
11381 2004-01-26 Richard M. Stallman <rms@gnu.org>
11382
11383 * search.c (Freplace_match): Handle nonexistent
11384 back-references properly.
11385
11386 2004-01-03 Richard M. Stallman <rms@gnu.org>
11387
11388 * window.c (decode_any_window): New function.
11389 (Fwindow_height, Fwindow_width, Fwindow_edges)
11390 (Fwindow_pixel_edges, Fwindow_inside_edges)
11391 (Fwindow_inside_pixel_edges): Use decode_any_window.
11392
11393 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11394
11395 * process.h: synch_process_termsig new variable.
11396
11397 * callproc.c: Define synch_process_termsig.
11398 (Fcall_process): Initiate synch_process_termsig to zero and
11399 check if non-zero and get signal name after subprocess has ended.
11400
11401 * process.c (sigchld_handler): Set synch_process_termsig
11402 if terminated by a signal. synch_process_death setting removed.
11403
11404 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
11405
11406 2004-01-26 Andreas Schwab <schwab@suse.de>
11407
11408 * print.c (print_preprocess): Declare size as EMACS_INT to not
11409 lose bits.
11410 (print_object): Likewise.
11411 * alloc.c (Fpurecopy): Likewise.
11412
11413 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
11414
11415 * window.c (Fwindow_minibuffer_p): Doc fix.
11416
11417 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
11418
11419 * editfns.c (Fformat): Make both passes accept the same set of flags.
11420
11421 2004-01-23 Kenichi Handa <handa@m17n.org>
11422
11423 * fns.c (Fmd5): If OBJECT is a buffer different from the current
11424 one, set buffer to OBJECT temporarily.
11425
11426 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
11427
11428 * keyboard.c (kbd_buffer_gcpro): Remove.
11429 (kbd_buffer_store_event, clear_event, Fdiscard_input)
11430 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
11431 Don't initialize and/or maintain the variable any more. It was made
11432 redundant by my commit of 2003-06-15.
11433
11434 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
11435
11436 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11437
11438 * lisp.h: Add undef DECL_ALIGN.
11439
11440 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * process.c (wait_reading_process_input) [SYNC_INPUT]:
11443 Check interrupt_input_pending explicitly.
11444
11445 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
11446
11447 * keyboard.c (handle_async_input): New fun,
11448 extracted from input_available_signal.
11449 (input_available_signal, reinvoke_input_signal): Use it.
11450
11451 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
11454
11455 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
11456 manipulation macros for when tags are in the lower bits.
11457 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
11458 (DECL_ALIGN): New macro.
11459 (DEFUN): Use it.
11460
11461 * lisp.h [ENABLE_CHECKING]: Don't force union type.
11462
11463 * s/darwin.h (__attribute__): Remove outdated workaround.
11464
11465 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
11466
11467 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
11468 Don't check range of malloc address.
11469 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
11470
11471 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
11472
11473 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
11474
11475 2004-01-19 Kenichi Handa <handa@m17n.org>
11476
11477 * fontset.c (fontset_font_pattern): Fix previous change.
11478
11479 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
11480
11481 * xdisp.c (Voverflow_newline_into_fringe)
11482 (move_it_in_display_line_to, redisplay_internal)
11483 (update_window_fringes, redisplay_window, display_line, window):
11484 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
11485 that it compiles without a window-system.
11486 * dispnew.c (direct_output_for_insert, update_window): Likewise.
11487
11488 2004-01-16 Kim F. Storm <storm@cua.dk>
11489
11490 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
11491
11492 * buffer.c (init_buffer_once): Set buffer_defaults and
11493 buffer_local_flags for indicate_buffer_boundaries.
11494 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
11495 default- variable for it.
11496
11497 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
11498 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
11499 New members exact_window_width_line_p and cursor_in_fringe_p for
11500 overflowing newlines into right fringe.
11501 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
11502 and indicate_bottom_line_p for buffer boundaries and scrolling.
11503 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
11504 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
11505 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
11506 and HOLLOW_SQUARE_BITMAP.
11507 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
11508 Add prototypes.
11509
11510 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
11511 instead of related indicator fields.
11512 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
11513 (direct_output_for_insert): Handle exact width lines like
11514 contined lines. Call update_window_fringes.
11515 (update_window): Call update_window_fringes.
11516 (scrolling_window): Don't skip desired rows with changed bitmaps.
11517 Check if fringe bitmaps changes when assigning scrolled rows.
11518
11519 * xdisp.c (Voverflow_newline_into_fringe): New variable.
11520 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
11521 (move_it_in_display_line_to): Overflow newline into fringe for
11522 rows that are exactly as wide as the window.
11523 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
11524 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
11525 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
11526 (fringe_bitmaps): Add new bitmaps.
11527 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
11528 Select proper bitmap for cursor in fringe when appropriate.
11529 Handle alignment of bitmap to top or bottom of row.
11530 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
11531 done by update_window_fringes.
11532 (update_window_fringes, draw_window_fringes): New functions.
11533 (redisplay_internal): Call update_window_fringes in case only
11534 cursor row is updated.
11535 (redisplay_window): Call update_window_fringes.
11536 Explicitly call draw_window_fringes if redisplay was done using
11537 the current matrix or the overlay arrow is in the window.
11538 (try_window_reusing_current_matrix): Mark scrolled rows for
11539 fringe update (to update buffer-boundaries / scrolling icons).
11540 (find_last_unchanged_at_beg_row): Handle exact width lines line
11541 continued lines.
11542 (display_line): Overflow newline into fringe for rows that are
11543 exactly as wide as the window. Don't append space for newline
11544 in this case.
11545 (notice_overwritten_cursor): Explicitly clear cursor bitmap
11546 in fringe as if it had been overwritten.
11547 (erase_phys_cursor): Erase cursor bitmap in fringe.
11548 (syms_of_xdisp): Mark show-trailing-whitespace and
11549 void-text-area-pointer as user options.
11550 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
11551
11552 * xterm.c (x_update_window_end): Call draw_window_fringes.
11553 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11554 in row instead of actually drawing fringe bitmaps.
11555 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11556 (x_draw_window_cursor): Draw cursor in fringe.
11557
11558 * w32term.c (x_update_window_end): Call draw_window_fringes.
11559 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11560 in row instead of actually drawing fringe bitmaps.
11561 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11562 (w32_draw_window_cursor): Draw cursor in fringe.
11563
11564 * macterm.c (x_update_window_end): Call draw_window_fringes.
11565 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
11566 in row instead of actually drawing fringe bitmaps.
11567 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
11568 (mac_draw_window_cursor): Draw cursor in fringe.
11569
11570 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11571
11572 * xterm.c (handle_one_xevent): Don't handle characters that are part
11573 of an old style (XLookupString) compose sequence.
11574
11575 2004-01-15 Kenichi Handa <handa@m17n.org>
11576
11577 * search.c (Freplace_match): Use make_multibyte_string or
11578 make_unibyte_string according to the buffer multibyteness.
11579
11580 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * alloc.c (struct interval_block, struct string_block)
11583 (struct symbol_block, struct marker_block, live_string_p)
11584 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
11585 Better preserve alignment for objects in blocks.
11586 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
11587
11588 * lread.c (defvar_per_buffer): Remove dead declaration.
11589
11590 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
11591 space size.
11592
11593 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11594
11595 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
11596 if a key press should pop down. Only pop down if a key is pressed
11597 outside the menu/dialog.
11598 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
11599 popup_get_selection.
11600 (create_and_show_dialog): Pass 1 for down_on_keypress to
11601 popup_get_selection.
11602
11603 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11604
11605 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
11606 BLOCK/UNBLOCK_INPUT.
11607
11608 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11609
11610 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
11611 specified.
11612
11613 2004-01-08 Kenichi Handa <handa@m17n.org>
11614
11615 * editfns.c (Fformat): Fix '&' to '&&'.
11616
11617 2004-01-08 Andreas Schwab <schwab@suse.de>
11618
11619 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
11620 size if PSEUDOVECTOR_FLAG is set.
11621
11622 2004-01-07 Kenichi Handa <handa@m17n.org>
11623
11624 * charset.c (Fdeclare_equiv_charset): Fix docstring.
11625
11626 * fontset.c (fontset_ref_via_base): Fix previous change.
11627
11628 2004-01-07 Kim F. Storm <storm@cua.dk>
11629
11630 * process.c (read_process_output): Only activate adaptive
11631 buffering if we read less than 256 bytes at a time.
11632
11633 2004-01-06 Kim F. Storm <storm@cua.dk>
11634
11635 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
11636 object and image object. Return glyph width and height.
11637 (mode_line_string, marginal_area_string): Ditto.
11638
11639 * dispextern.h (buffer_posn_from_coords, mode_line_string)
11640 (marginal_area_string): Fix prototypes.
11641
11642 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
11643 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
11644 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
11645
11646 * keyboard.c (make_lispy_position): Use modified mode_line_string,
11647 buffer_posn_from_coords, and marginal_area_string functions to
11648 include both string object and image object in the lispy position.
11649 Also add actual glyph width and height to position.
11650 (read_key_sequence): Use real buffer position from mouse
11651 event to find keymap property even when click is in marginal area.
11652
11653 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
11654 mode_line_string and marginal_area_string functions to handle
11655 both string object and image object properties.
11656
11657 2004-01-06 Andreas Schwab <schwab@suse.de>
11658
11659 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
11660 character.
11661
11662 2004-01-02 Andreas Schwab <schwab@suse.de>
11663
11664 * macterm.c (emacs_options, x_initialized, same_x_server):
11665 Remove unused (and duplicated) definitions.
11666
11667 2004-01-02 Kim F. Storm <storm@cua.dk>
11668
11669 * process.h (struct Lisp_Process): New members for adaptive read
11670 buffering: adaptive_read_buffering, read_output_delay, and
11671 read_output_skip.
11672
11673 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
11674 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
11675 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
11676 (process_output_delay_count, process_output_skip): New vars.
11677 (Vprocess_adaptive_read_buffering): New variable.
11678 (make_process): Initialize adaptive read buffering members.
11679 (Fstart_process): Set adaptive_read_buffering member.
11680 (deactivate_process): Cleanup adaptive read buffering.
11681 (wait_reading_process_input): Temporarily omit delayed
11682 subprocesses from the set of file descriptors to read from;
11683 adjust the select timeout if we skipped any subprocesses.
11684 (read_process_output): Increase adaptive read buffering delay if
11685 we read less than a full buffer; reduce delay when we read a
11686 full buffer.
11687 (send_process): Simplify using local Lisp_Process var.
11688 Reset adaptive read buffering delay after write.
11689 (init_process): Initialize process_output_delay_count and
11690 process_output_skip.
11691 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
11692
11693 2004-01-01 Jason Rumney <jasonr@gnu.org>
11694
11695 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
11696
11697 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11698
11699 * print.c (Ferror_message_string): Add hyperlink in the docstring
11700 to the definition of `signal' in the Elisp manual.
11701 * eval.c (Fsignal): Ditto.
11702
11703 2003-12-29 James Clark <jjc@jclark.com>
11704
11705 * fns.c (internal_equal): Return t for two NaN arguments.
11706
11707 2003-12-29 Richard M. Stallman <rms@gnu.org>
11708
11709 * data.c (store_symval_forwarding): Handle setting
11710 default-fill-column, etc., by changing the value in
11711 buffers that use the default.
11712
11713 * minibuf.c (Fset_minibuffer_window): Doc fix.
11714
11715 * fileio.c (choose_write_coding_system): Ignore auto_saving
11716 if using the visited file for auto saves.
11717 (Fwrite_region): Don't update SAVE_MODIFF
11718 if auto-saving in visited file.
11719
11720 2003-12-29 Kenichi Handa <handa@m17n.org>
11721
11722 * dispextern.h (face_font_available_p): Extern it.
11723
11724 * fontset.c (Voverriding_fontspec_alist): New variable.
11725 (lookup_overriding_fontspec): New function.
11726 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
11727 (fontset_font_pattern): Likewise.
11728 (regulalize_fontname): New function.
11729 (Fset_fontset_font): Call regulalize_fontname.
11730 (Fset_overriding_fontspec_internal): New function.
11731 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
11732 Defsubr Sset_overriding_fontspec_internal.
11733
11734 * xfaces.c (face_font_available_p): New function.
11735
11736 2003-12-28 Richard M. Stallman <rms@gnu.org>
11737
11738 * buffer.c (Fother_buffer): Don't crash if BUF is nil
11739 or if its name is nil.
11740
11741 * buffer.c (Fkill_buffer): Don't delete auto-save file
11742 if it's the same as the visited file.
11743
11744 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
11745
11746 * coding.c (Fcheck_coding_system): Doc fix.
11747
11748 2003-12-28 Kim F. Storm <storm@cua.dk>
11749
11750 * Makefile.in (eval.o): Depend on dispextern.h.
11751
11752 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
11753 image glyph using image's ascent.
11754 (mode_line_string): Return image glyph as object clicked on.
11755 Adjust y0 for image glyph using image's ascent.
11756
11757 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
11758 (struct glyph): New members, ascent and descent. Used to save
11759 this glyph's ascent and descent, instead of having.
11760 (struct glyph): Declare member face_id using FACE_ID_BITS.
11761 (find_hot_spot): Add prototype.
11762
11763 * keyboard.c (Qimage): Remove extern (now in lisp.h).
11764 (QCmap): Declare extern.
11765 (make_lispy_position): When position is inside image hot-spot,
11766 use hot-spot element's id as posn element.
11767
11768 * lisp.h (IMAGEP): New macro to test for image object type.
11769 (Qimage): Declare extern.
11770
11771 * macfns.c (Qimage): Remove extern (now in lisp.h).
11772 (valid_image_p, parse_image_spec): Use IMAGEP macro.
11773
11774 * macterm.c (Qface, Qmouse_face): Remove unused externs.
11775
11776 * w32fns.c (Qimage): Remove extern (now in lisp.h).
11777 (valid_image_p, parse_image_spec): Use IMAGEP macro.
11778
11779 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
11780
11781 * w32term.c (Qface, Qmouse_face): Remove unused externs.
11782
11783 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
11784 pointer types.
11785 (Qrelative_width, Qalign_to): Remove unused variables.
11786 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
11787 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
11788 image maps.
11789 (x_y_to_hpos_vpos): Return glyph relative coordinates through
11790 new dx and dy args.
11791 Remove buffer_only_p arg (always 0). Simplify code accordingly.
11792 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
11793 than row's ascent and height, to get sensible height on tall rows.
11794 (build_desired_tool_bar_string): Remove Qimage extern.
11795 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
11796 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
11797 image glyph is alone on the last line.
11798 (append_glyph, append_composite_glyph, produce_image_glyph)
11799 (append_stretch_glyph): Set glyph's ascent and descent.
11800 (on_hot_spot_p): New function to check if position is inside an
11801 rectangular, circular, or polygon-shaped image hot-spot,
11802 (find_hot_spot): New function to search for image hot-spot.
11803 (Flookup_image_map): New defun to search for image hot-spot.
11804 (define_frame_cursor1): New aux function to determine frame pointer.
11805 (note_mode_line_or_margin_highlight, note_mouse_highlight):
11806 Handle `pointer' text property and :pointer image property to
11807 control frame pointer shape. Detect image hot-spots for pointer
11808 and help_echo properties. Use define_frame_cursor1.
11809 (note_mouse_highlight): Use Vvoid_text_area_pointer.
11810 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
11811 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
11812
11813 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
11814
11815 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
11816 (Qimage): Remove extern (now in lisp.h).
11817 (valid_image_p, parse_image_spec): Use IMAGEP macro.
11818
11819 * xmenu.c (show_help_event): Remove unused code.
11820
11821 * xterm.c (Qface, Qmouse_face): Remove unused externs.
11822 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
11823 row's ascent and descent, to get a sensible height on tall rows.
11824
11825 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11826
11827 * minibuf.c (Fcompleting_read): Undo previous change.
11828
11829 2003-12-25 Lars Hansen <larsh@math.ku.dk>
11830
11831 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
11832 Arguments GCPRO'ed in call to file name handler.
11833
11834 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
11835
11836 * termcap.c (tgetst1): Scan for "%pN"; if all
11837 N are continuous in [1,9], remove all "%pN".
11838
11839 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11840
11841 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
11842
11843 * xfaces.c (lface_fully_specified_p): Take into account that
11844 MAC OS always have unspecified stipple.
11845
11846 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11847
11848 * tparam.c (tparam1): Add handling for `%pN', which
11849 means use param N for the next substitution.
11850
11851 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
11852
11853 * xfaces.c (Fcolor_gray_p): Fix omission bug:
11854 In case `frame' is nil, consult the selected frame.
11855 (Fcolor_supported_p): Likewise.
11856
11857 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
11858
11859 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
11860 Doc fixes.
11861
11862 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
11863 and an integer. Adapt the introductory comment accordingly.
11864 (Fread_from_minibuffer): Delete code moved into read_minibuf.
11865 Doc fix.
11866 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
11867 read_minibuf.
11868 (Fcompleting_read): Delete code moved into read_minibuf.
11869 (Ftest_completion): Make it handle obarrays and hash tables correctly.
11870
11871 2003-12-03 Kenichi Handa <handa@m17n.org>
11872
11873 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
11874 encoding sequence.
11875
11876 2003-12-01 Kenichi Handa <handa@m17n.org>
11877
11878 * composite.c (syms_of_composite): Don't make the compostion hash
11879 table week.
11880
11881 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11882
11883 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
11884 * textprop.c (Fget_char_property_and_overlay): New function.
11885 (syms_of_textprop): Defsubr it.
11886
11887 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11888
11889 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
11890 to compile on terminal configuration.
11891
11892 * fileio.c (Fread_file_name): Check use_file_dialog also before
11893 calling Fx_file_dialog.
11894
11895 * fns.c (use_file_dialog): New variable.
11896 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
11897
11898 2003-11-29 Kim F. Storm <storm@cua.dk>
11899
11900 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
11901 (syms_of_msdos): Don't intern and staticpro them.
11902
11903 2003-11-27 Kim F. Storm <storm@cua.dk>
11904
11905 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
11906 coordinates relative to glyph at posn. If glyph is an image,
11907 return that as object at posn. Callers changed.
11908 (mode_line_string, marginal_area_string): Calculate and return
11909 pixel coordinates relative to glyph. Callers changed.
11910
11911 * dispextern.h (buffer_posn_from_coords, mode_line_string)
11912 (marginal_area_string): Fix prototypes.
11913 (window_box_left_offset, window_box_right_offset): Add prototypes.
11914
11915 * frame.h (get_specified_cursor_type, get_window_cursor_type):
11916 Remove prototypes.
11917
11918 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
11919
11920 * keyboard.c (make_lispy_position): Add x and y coordinates
11921 relative to the current glyph as 7th element of position.
11922 If glyph is an image, return it in the object element.
11923 (read_key_sequence): Skip checks for keymap property in cases
11924 where POSN_STRING is not a string (e.g. an image).
11925
11926 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
11927 (Vshow_text_cursor_in_void): New variable.
11928 (glyph_to_pixel_coords): Don't use negative hpos.
11929 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
11930 (append_stretch_glyph): Change ascent arg to be actual value
11931 in pixels rather than ratio to height. Callers changed.
11932 (calc_pixel_width_or_height): New aux function, implementing
11933 pixel based artihmetic for glyph widths and heights.
11934 (produce_stretch_glyph): Use calc_pixel_width_or_height for
11935 :width, :height, :align-to, and :ascent, thus allowing these to
11936 be specified in pixels as well as multiples of characters.
11937 Don't produce stretch glyphs with zero width or height.
11938 (get_specified_cursor_type): Declare static.
11939 (get_window_cursor_type): Declare static. Add glyph arg to be
11940 able to know when cursor is on an image; always substitute
11941 hollow-box cursor for filled-box cursor on images, to avoid
11942 negative images and flicker when blinking the cursor.
11943 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
11944 (note_mode_line_or_margin_highlight): Use non-text cursor rather
11945 than vertical scroll-bar cursor in display margins.
11946 (note_mouse_highlight): Use non-text cursor rather than text
11947 cursor in fringes and over images in the text area.
11948 Use non-text cursor when mouse pointer is outside editable text,
11949 i.e. in the void after end-of-line or end-of-buffer; this was
11950 already done for W32, but is now standard for all systems --
11951 user can toggle show-text-cursor-in-void to get old behaviour.
11952 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
11953 Vdisplay_pixels_per_inch.
11954
11955 2003-11-25 Andreas Schwab <schwab@suse.de>
11956
11957 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
11958 EMACS_INT to not lose bits.
11959 (Ffillarray): Don't set bits beyond the size of a bool vector.
11960
11961 2003-11-25 Kim F. Storm <storm@cua.dk>
11962
11963 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
11964 define this defun on systems that cannot use stderr as lvalue.
11965
11966 2003-11-24 Gerd Moellmann <gerd@gnu.org>
11967
11968 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
11969 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
11970 ld's default is incompatible with unexec.
11971
11972 2003-11-23 Kim F. Storm <storm@cua.dk>
11973
11974 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
11975 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
11976 (Fforce_window_update): New defun.
11977 (syms_of_window): Defsubr it.
11978 (Fset_window_margins, Fset_window_fringes): Doc fix.
11979
11980 * print.c (Fredirect_debugging_output): New defun.
11981 (syms_of_print): Defsubr it.
11982
11983 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
11984
11985 * fns.c (Fset_char_table_parent): Doc fix.
11986
11987 2003-11-22 Kim F. Storm <storm@cua.dk>
11988
11989 * dispnew.c (buffer_posn_from_coords): Return actual row/column
11990 for glyph clicked on, rather than (unused) pixel positions.
11991 (mode_line_string, marginal_area_string): Change X and Y args to
11992 pointers for returning actual row/column for glyph clicked on.
11993 Simplify and optimize loops.
11994
11995 * dispextern.h (mode_line_string, marginal_area_string):
11996 Update prototypes.
11997
11998 * keyboard.c (make_lispy_position): New function for generating
11999 mouse click positions from frame and pixel coordinates.
12000 Enhanced to return buffer position and actual row/column for
12001 events outside the text area using updated mode_line_string and
12002 marginal_area_string functions.
12003 Return left-fringe and right-fringe clicks as such, rather than
12004 clicks in text area.
12005 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
12006 pixel_to_glyph_coords, as we never use the results.
12007 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
12008 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
12009 Eliminate unused code in WHEEL_EVENT handling.
12010 (make_lispy_movement): Use make_lispy_position.
12011
12012 * window.c (coordinates_in_window): Remove redundant tests.
12013 Fix returned X pixel value for left-margin.
12014
12015 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
12016 mode_line_string and marginal_area_string parameters.
12017
12018 2003-11-22 Lars Hansen <larsh@math.ku.dk>
12019
12020 * w32.c (struct the_group, getgrgid): Add.
12021 * mac.c (struct my_group, getgrgid): Add.
12022
12023 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
12024
12025 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
12026
12027 2003-11-21 Lars Hansen <larsh@math.ku.dk>
12028
12029 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
12030 include in call to file name handler. Optionally translate numeric
12031 UID and GID to strings. Update docstring.
12032 (directory_files_internal): Add parameter ID-FORMAT.
12033 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
12034 include in call to file name handler and call to
12035 directory_files_internal. Update Docstring.
12036 (Fdirectory_files): Add dummy parameter in call to
12037 directory_files_internal.
12038 * lisp.h (Qinteger): Add.
12039 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
12040 (Ffile_attributes): Add parameter.
12041 * data.c (Qinteger): Export.
12042
12043 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
12044
12045 * fns.c (Freverse, Fnreverse): Doc fixes.
12046
12047 2003-11-19 Kim F. Storm <storm@cua.dk>
12048
12049 * xdisp.c (init_iterator): Initialize it->start to position
12050 before reseating (in case start position is invisible).
12051 (init_to_row_start): Set it->start to row-start.
12052 (redisplay_window): Accept optional_new_start if start position
12053 is invisible (in which case IT_CHARPOS overshoots PT).
12054 (display_line): Setup row->start from it->start (rather than
12055 it->current which is wrong if first char on line is invisible).
12056 When done, reseat it->start to it->current (= start of next row).
12057 (expose_area): Fix exposure of text area when first char (e.g. TAB)
12058 is only partially visible.
12059
12060 * dispextern.h (struct it): New member start.
12061
12062 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12063
12064 * alloc.c (make_float, Fcons): Clear the markbit at init time.
12065 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
12066 of block_index outside of the macro call.
12067 (Fgarbage_collect): Remove null code.
12068
12069 * m/amdx86-64.h: Don't redefine XPNTR.
12070
12071 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
12072 of VALMASK.
12073
12074 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
12075 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
12076 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
12077
12078 * lisp.h (VALMASK): Only define for non-union type.
12079 (MARKBIT): Remove.
12080 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
12081 (XTYPE): Define unconditionally.
12082 (XSETTYPE): Remove one more remnant.
12083 (EQ): Define differently for the union and non-union cases.
12084 (INTMASK): New bit mask.
12085 (struct Lisp_Marker): Move down to prepare for upcoming patch.
12086 (GC_EQ): Delegate to EQ.
12087
12088 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
12089
12090 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12091
12092 * xterm.c (x_window_to_scroll_bar): Move check of display to
12093 where window_id is compared.
12094
12095 2003-11-17 Kim F. Storm <storm@cua.dk>
12096
12097 * dispextern.h (struct it): New member first_vpos.
12098
12099 * xdisp.c (start_display): Set it->first_vpos.
12100 (try_window_id): Use first_vpos to start display in first _text_
12101 line if no reusable lines at start of window with header line.
12102
12103 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12104
12105 * w32fns.c (XPutPixel):
12106 * w32bdf.c (w32_init_bdf_font):
12107 * sunfns.c (sel_read):
12108 * process.c (Fmake_network_process):
12109 * frame.c (store_frame_param):
12110 * fontset.c (Fset_fontset_font):
12111 * emacs.c (shut_down_emacs):
12112 * ccl.c (ccl_driver): Remove period at end of error message.
12113
12114 * config.in: Regenerate.
12115
12116 * xfns.c (x_window_to_frame, x_any_window_to_frame)
12117 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
12118 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
12119 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
12120 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
12121
12122 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
12123
12124 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
12125 (XTmouse_position, handle_one_xevent): Pass Display* to
12126 x_window_to_scroll_bar.
12127 (x_window_to_scroll_bar): Take a Display* argument.
12128 Check that display for frame is equal to Display* argument.
12129 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
12130 x_display_info_for_display instead. Use Display in xev instead
12131 of GDK_DISPLAY.
12132 (x_dispatch_event): Call x_display_info_for_display.
12133 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
12134 (x_connection_closed): Call xg_display_close for GTK.
12135 (x_term_init): Call xg_display_open for additional displays.
12136 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
12137 for GTK.
12138
12139 * xmenu.c (single_menu_item, mouse_position_for_popup)
12140 (x_activate_menubar): Formatting adjustments.
12141
12142 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
12143 adjustments.
12144
12145 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
12146 (xg_display_close, xg_create_default_cursor)
12147 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
12148 handling.
12149 (xg_left_ptr_cursor): Remove.
12150 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
12151 cursor here.
12152 (xg_win_to_widget): Take Display* argument, call
12153 gdk_xid_table_lookup_for_display.
12154 (xg_create_frame_widgets, xg_get_file_name, create_menus)
12155 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
12156 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
12157 in FRAME_X_DISPLAY_INFO.
12158 (xg_get_scroll_id_for_window): Take Display* argument.
12159 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
12160 (xg_initialize): Remove xg_left_ptr_cursor.
12161
12162 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
12163 Display* argument.
12164 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
12165
12166 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12167
12168 * xterm.c (x_detect_focus_change): Do not change focus frame for
12169 Enter/LeaveNotify if the current focus frame has explicit focus.
12170
12171 2003-11-14 Kim F. Storm <storm@cua.dk>
12172
12173 * dispnew.c (update_text_area): Fix redisplay error when hscroll
12174 is active and first glyph is only partially visible.
12175
12176 2003-11-13 Kenichi Handa <handa@m17n.org>
12177
12178 * xdisp.c (select_frame_for_redisplay): New function.
12179 (redisplay_internal): Record also selected_frame for
12180 unwind_redisplay. Call select_frame_for_redisplay before
12181 redrawing each frame.
12182 (unwind_redisplay): Argument changed to a cons.
12183
12184 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
12185
12186 * fns.c (Fstring_to_multibyte): Doc fix.
12187
12188 2003-11-11 Kenichi Handa <handa@m17n.org>
12189
12190 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
12191
12192 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12193
12194 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
12195 program specified positions.
12196
12197 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12198
12199 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
12200
12201 2003-11-08 Kenichi Handa <handa@m17n.org>
12202
12203 * Makefile.in (lisp): Add kannada.el.
12204 (shortlisp): Likewise.
12205
12206 2003-11-07 Kenichi Handa <handa@m17n.org>
12207
12208 * coding.c (coding_allocate_composition_data):
12209 Reset coding->composing to COMPOSITION_NO.
12210 (coding_restore_composition): Detect invalid composition data.
12211 Give Fstring and Fvector a Lispy integer, not C int.
12212
12213 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
12214
12215 * floatfns.c (Flogb): Don't use VALMASK.
12216
12217 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
12218 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
12219
12220 * lisp.h (XINT): Move the cast to clarify what is going on.
12221 (GCTYPEMASK, XSETTYPE): Remove.
12222 (XGCTYPE): Make it an alias of XTYPE.
12223
12224 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12225
12226 * xterm.c (x_term_init): Fix formatting.
12227
12228 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12229
12230 * gtkutil.h (xg_have_tear_offs): Declare.
12231 (xg_keep_popup, xg_did_tearoff): Remove.
12232
12233 * gtkutil.c: Remove variable xg_did_tearoff.
12234 (xg_have_tear_offs): New function.
12235 (tearoff_remove): Just decrease xg_detached_menus.
12236 (tearoff_activate): Increase xg_detached_menus and call
12237 tearoff_remove when tearoff is removed.
12238 (xg_keep_popup): Remove function.
12239 (create_menus): Give add_tearoff_p as argument to recursive
12240 call to create_menus.
12241 (xg_create_widget): Use variables instead of multiple
12242 strcmp. Tell create_menus to create tear off only for
12243 menu bar menus.
12244 (xg_update_menubar): Change title for a detached menu also.
12245 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
12246 of deep_p.
12247 (xg_initialize): Initialize xg_detached_menus, remove
12248 initialization of xg_did_tearoff.
12249
12250 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
12251 xg_have_tear_offs returns non-zero.
12252 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
12253 call to xg_keep_popup.
12254
12255 2003-11-01 Andrew Choi <akochoi@shaw.ca>
12256
12257 * macterm.c (XTread_socket): Handle menubar selection and grow
12258 window only for mouseDown events.
12259
12260 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12261
12262 * xterm.c (x_term_init): For GTK part, increase x_initialized
12263 to check for more than one display. Use error instead of return 0.
12264
12265 2003-10-31 Andrew Choi <akochoi@shaw.ca>
12266
12267 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
12268 (copy_dysymtab): Call it.
12269
12270 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
12271
12272 * eval.c (Fdefvaralias): Doc fix.
12273
12274 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
12275
12276 * data.c (Fsetplist): Doc fix.
12277
12278 2003-10-14 Lute Kamstra <lute@gnu.org>
12279
12280 * window.c (Fset_window_fringes): Clarify docstring.
12281
12282 2003-10-14 Kim F. Storm <storm@cua.dk>
12283
12284 * window.c (Fset_window_margins): Simplify arg checking.
12285
12286 2003-10-13 Richard M. Stallman <rms@gnu.org>
12287
12288 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
12289 (print_partial_compiled_pattern): Replace assert with a printout.
12290 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
12291
12292 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
12293
12294 * window.c (Fset_window_margins): Allow only integers as args.
12295 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
12296 Doc fixes.
12297
12298 2003-10-13 Lute Kamstra <lute@gnu.org>
12299
12300 * window.c (Fset_window_fringes): Elaborate docstring.
12301
12302 2003-10-12 Andrew Choi <akochoi@shaw.ca>
12303
12304 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
12305
12306 * s/darwin.h (GC_MARK_STACK): Define.
12307
12308 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12309
12310 * window.c (shrink_windows): New function.
12311 (size_window): Call shrink_windows to calculate window sizes when
12312 shrinking frame with more than one window.
12313
12314 2003-10-12 Kim F. Storm <storm@cua.dk>
12315
12316 * xdisp.c (compute_fringe_widths): Doc fix.
12317
12318 2003-10-08 Kenichi Handa <handa@m17n.org>
12319
12320 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
12321
12322 2003-10-07 Kenichi Handa <handa@m17n.org>
12323
12324 * coding.c (Qcoding_system_define_form): New variable.
12325 (syms_of_coding): Intern and staticpro it.
12326 (Fcheck_coding_system): Try to autoload the definition of
12327 CODING-SYSTEM.
12328
12329 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
12330
12331 * fns.c (Frequire): Doc fix.
12332
12333 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12334
12335 * xfns.c (Fx_send_client_event): New function as a base for
12336 manipulating extended window manager hints.
12337 (Fx_send_client_event): Remove unused variable s.
12338
12339 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
12340 that function is removed.
12341
12342 * xterm.c (x_set_offset): Use move_offset_left/top instead of
12343 x/y_pixels_outer_diff.
12344 (x_check_expected_move): Calculate move_offset_left/top.
12345
12346 * xterm.h (struct x_output): New members: move_offset_top/left.
12347
12348 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
12349 call x_set_offset directly.
12350
12351 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
12352
12353 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
12354
12355 * xterm.c (x_delete_display): Free font names and font_encoder
12356 in dpyinfo->font_table.
12357
12358 * xfns.c (Fx_close_connection): Only call XFreeFont here.
12359 Move xfree of font names to x_delete_display.
12360
12361 * xterm.h (struct x_display_info): New member, wm_type.
12362 (struct x_output): New members, expected_top/left and
12363 check_expected_move.
12364
12365 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
12366 is received.
12367 (handle_one_xevent): Rename x_check_expected_move from
12368 x_check_fullscreen_move.
12369 (x_set_offset): Only add WM decoration sizes to modified_top/left
12370 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
12371 (x_check_expected_move): Rename from x_check_fullscreen_move.
12372 Removed fullscreen specific code. Use check_expected_move,
12373 expected_left/top instead. Also, set wm_type.
12374 (x_term_init): Initialize wm_type to unknown.
12375
12376 * frame.c (x_fullscreen_move): Remove addition of WM decoration
12377 sizes to move_x/y.
12378
12379 2003-10-03 Kenichi Handa <handa@m17n.org>
12380
12381 * macterm.c (x_load_font): Clear all members of FONTP before start
12382 filling them.
12383
12384 2003-10-02 Kenichi Handa <handa@m17n.org>
12385
12386 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
12387 before calling find_ccl_program_func. Call find_ccl_program_func
12388 only when fontp->font_encoder is not NULL.
12389
12390 * xterm.c (x_load_font): Clear all members of FONTP before start
12391 filling them.
12392
12393 2003-10-03 John Paul Wallington <jpw@gnu.org>
12394
12395 * keymap.c (map_keymap): Don't abort when binding is a vector.
12396
12397 2003-10-02 Jason Rumney <jasonr@gnu.org>
12398
12399 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
12400 Sync dependencies with Makefile.in.
12401 (alloca.o): Remove.
12402
12403 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
12404 filling them.
12405
12406 * w32bdf.c (w32_load_bdf_font): Likewise.
12407
12408 2003-09-30 Richard M. Stallman <rms@gnu.org>
12409
12410 * term.c (set_tty_color_mode): Calculate current_mode_spec
12411 regardless of value of VAL.
12412
12413 * intervals.c (graft_intervals_into_buffer):
12414 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
12415 Handle over_used when splitting UNDER.
12416
12417 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12418
12419 * regex.c (regex_compile): Free the stack when returning from function.
12420
12421 2003-09-28 Kenichi Handa <handa@m17n.org>
12422
12423 * fontset.c (Finternal_char_font): Change return value to
12424 cons (FONT-NAME . GLYPH-CODE).
12425
12426 2003-09-28 Eli Zaretskii <eliz@gnu.org>
12427
12428 * term.c (tty_setup_colors): Treat any negative argument as -1.
12429
12430 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
12431
12432 * process.c (send_process): Delete unused temp_buf.
12433
12434 2003-09-26 Dave Love <fx@gnu.org>
12435
12436 * xterm.c (x_bitmap_mask): Declare.
12437
12438 2003-09-25 Dave Love <fx@gnu.org>
12439
12440 * Makefile.in (fns.o): Depend on md5.h.
12441
12442 2003-09-25 Kim F. Storm <storm@cua.dk>
12443
12444 * window.c (set_window_buffer): Fix redisplay problems when
12445 switching between buffers with different display margin widths.
12446
12447 2003-09-23 Kim F. Storm <storm@cua.dk>
12448
12449 * process.c (set_socket_option): Fix :bindtodevice option.
12450 (Fset_network_process_option): Update process contact list when
12451 setting option succeeds.
12452 (Fmake_network_process): Doc fix.
12453
12454 2003-09-23 Dave Love <fx@gnu.org>
12455
12456 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
12457
12458 2003-09-22 Eli Zaretskii <eliz@gnu.org>
12459
12460 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
12461 color mode is an integer number (it could be -1).
12462
12463 2003-09-22 Richard M. Stallman <rms@gnu.org>
12464
12465 * intervals.c (graft_intervals_into_buffer): Correct the main loop
12466 in the case where OVER is longer than UNDER.
12467
12468 2003-09-22 Masatake YAMATO <jet@gyve.org>
12469
12470 * window.c (Fset_window_scroll_bars): Validate the value of
12471 `vertical_type'.
12472
12473 2003-09-21 Kim F. Storm <storm@cua.dk>
12474
12475 * frame.c (Vdefault_frame_scroll_bars): New variable.
12476 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
12477 (syms_of_frame): DEFVAR_LISP it, and initialize according to
12478 window-system default scroll bar position.
12479
12480 * window.c (Fwindow_scroll_bars): Doc fix.
12481
12482 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12483
12484 * xterm.c (x_set_offset): Take window manager decorations into account.
12485
12486 2003-09-19 Richard M. Stallman <rms@gnu.org>
12487
12488 * atimer.h: Don't include lisp.h.
12489 (P_): Define it here (as well as elsewhere).
12490
12491 * print.c (Fprin1_to_string): Move the PRINTPREPARE
12492 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
12493
12494 * data.c (Fvariable_binding_locus): New function.
12495 (syms_of_data): defsubr it.
12496 (Flocal_variable_p): Delete duplicate call to indirect_variable.
12497
12498 2003-09-18 Dave Love <fx@gnu.org>
12499
12500 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
12501
12502 * process.c (Fnetwork_interface_info): Fix type error.
12503 (Fnetwork_interface_list): Doc fix.
12504 (read_process_output, read_process_output): Delete unused var.
12505
12506 2003-09-17 Kim F. Storm <storm@cua.dk>
12507
12508 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
12509 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
12510 (Fnetwork_interface_info): Check that ifreq struct has required
12511 fields before accessing them; this requires that those fields are
12512 defined as macros, which may be too restrictive on some platforms,
12513 but it is better than failing on other platforms.
12514 (syms_of_process): Only defsubr above fns when included.
12515
12516 2003-09-17 Dave Love <fx@gnu.org>
12517
12518 * unexalpha.c: Don't include varargs.h.
12519
12520 2003-09-17 Kim F. Storm <storm@cua.dk>
12521
12522 * process.c (Fset_process_sentinel): Add sentinel to childp plist
12523 for network process.
12524 (socket_options): Add `:' prefix to option names. Add optbit field.
12525 (set_socket_option): Remove no_error arg and special handling of s < 0.
12526 Return 1<<optbit for known option, 0 for unknown.
12527 Do not interpret 0 as false for boolean option (only nil).
12528 Pass failed option and value to report_file_error.
12529 (Fset_network_process_options): Replace by Fset_network_process_option.
12530 (Fset_network_process_option): New function to set just one option.
12531 (Fmake_network_process): Allow :coding arg to be a cons.
12532 Allow :server arg to be an integer specifying backlog size.
12533 Remove :options arg, and allow options to be specified directly
12534 as :KEY, VALUE pairs. Parse these options before binding socket.
12535 As before, :reuseaddr t is default for a server process, but this
12536 can now be disabled by specifying :reuseaddr nil.
12537 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
12538 (init_process): Availability of network options is now checked with
12539 simpler syntax (featurep 'make-network-process :OPTION); use loop to
12540 setup features.
12541 (syms_of_process): Fix defsubr's for the replaced functions.
12542
12543 2003-09-16 Dave Love <fx@gnu.org>
12544
12545 * Makefile.in: Depend on coding.h.
12546
12547 2003-09-14 Kim F. Storm <storm@cua.dk>
12548
12549 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
12550 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
12551 (syms_of_process): Defsubr them.
12552
12553 * config.in: Regenerate.
12554
12555 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
12558 * m/news-r6.h (XUNMARK): Remove.
12559 * m/mips.h (XUNMARK): Remove.
12560 * m/mips-siemens.h (XUNMARK): Remove.
12561 * m/iris4d.h (XUNMARK): Remove.
12562 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
12563
12564 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * lisp.h (VALBITS): Don't remove 1 for the markbit.
12567 (union Lisp_Object): Use unsigned int for types. Remove markbit.
12568 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
12569 (XTYPE): Use unsigned right-shift.
12570 (XMARKBIT, XMARK, XUNMARK): Remove.
12571
12572 * alloc.c (init_intervals, init_symbol, init_marker):
12573 Don't preallocate anything.
12574 (Fgarbage_collect, mark_object): Ignore the markbit.
12575
12576 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
12577
12578 2003-09-08 Lute Kamstra <lute@gnu.org>
12579
12580 * xdisp.c (pint2hrstr): New function.
12581 (decode_mode_spec): Add `%i' and `%I' specs.
12582 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
12583 for `mode-line-format'.
12584
12585 2003-09-07 Andreas Schwab <schwab@suse.de>
12586
12587 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
12588 avoid warning.
12589
12590 2003-09-07 Eli Zaretskii <eliz@gnu.org>
12591
12592 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
12593
12594 2003-09-03 Kim F. Storm <storm@cua.dk>
12595
12596 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
12597 change (superseded by 2002-08-30 change); the default blink-off
12598 cursor is now again "no cursor".
12599
12600 2003-09-01 Jason Rumney <jasonr@gnu.org>
12601
12602 * makefile.w32-in (alloca.o): Remove.
12603 (coding.o): Depend on intervals.h
12604 (emacs.o, bytecode.o): Depend on window.h
12605
12606 2003-09-01 Dave Love <fx@gnu.org>
12607
12608 * Makefile.in (alloca.o): Remove commands.
12609 (coding.o): Depend on intervals.h composite.h window.h.
12610 (emacs.o): Depend on window.h keyboard.h keymap.h.
12611 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
12612 (bytecode.o): Depend on window.h.
12613
12614 2003-08-31 Jason Rumney <jasonr@gnu.org>
12615
12616 * w32term.c (w32_per_char_metric): Allow cached metrics to be
12617 returned even when font_type is unknown.
12618
12619 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
12620
12621 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12622
12623 * xterm.c (x_term_init): Initialize new fields in x_display_info.
12624
12625 * xterm.h (struct x_display_info): Add red/green/blue_bits and
12626 *_offset.
12627
12628 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
12629 calculate pixel value.
12630
12631 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
12632
12633 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
12634 Don't tell redisplay display is accurate when it's actually been
12635 paused for pending input.
12636
12637 2003-08-29 Richard M. Stallman <rms@gnu.org>
12638
12639 * dispnew.c (adjust_glyph_matrix): Call window_box
12640 whenever W is nonzero.
12641
12642 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
12643 (Fkill_local_variable, Fmake_variable_frame_local)
12644 (Flocal_variable_p, Flocal_variable_if_set_p):
12645 Use indirect_variable to trace thru variable aliases.
12646
12647 * config.in: Updated.
12648
12649 * callint.c (Fcall_interactively): Save and restore
12650 Vthis_command, Vthis_original_command, real_this_command,
12651 and current_kboard->Vlast_command.
12652
12653 * abbrev.c (Fexpand_abbrev): Insert before deleting.
12654
12655 2003-08-29 Gerd Moellmann <gerd@gnu.org>
12656
12657 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
12658
12659 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
12660
12661 * coding.c (decode_coding_iso2022): Initialize local variable c2.
12662 (decode_coding_sjis_big5): Likewise.
12663
12664 2003-08-27 Jason Rumney <jasonr@gnu.org>
12665
12666 * w32.c (sys_pipe): Protect against file descriptor overflow.
12667
12668 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
12669
12670 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
12671
12672 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
12673
12674 * xfns.c (Vgtk_version_string): New variable.
12675 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
12676
12677 2003-08-24 Eli Zaretskii <eliz@gnu.org>
12678
12679 * term.c (term_init): Remove `const' from buffer_size's declaration.
12680
12681 * Makefile.in (msdos.o): Depend on intervals.h.
12682
12683 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
12684
12685 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12686
12687 * xterm.h (struct x_display_info): New fields: client_leader_window
12688 and Xatom_wm_client_leader.
12689
12690 * xterm.c (x_initialize): Move call to x_session_initialize to ...
12691 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
12692
12693 * xsmfns.c (create_client_leader_window): New function.
12694 (x_session_initialize): Call create_client_leader_window, take
12695 dpyinfo as argument.
12696
12697 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
12698
12699 * Makefile.in (xsmfns.o): Add more depenedencies.
12700
12701 2003-08-21 Dave Love <fx@gnu.org>
12702
12703 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
12704
12705 2003-08-21 Kenichi Handa <handa@m17n.org>
12706
12707 * term.c (term_init): Fix previous change; don't rely on the
12708 length of `buffer' if TERMINFO is defined.
12709
12710 2003-08-20 Dave Love <fx@gnu.org>
12711
12712 * atimer.h: Include lisp.h.
12713
12714 * lisp.h (EMACS_LISP_H): New.
12715 (popup_activated_flag): Don't declare.
12716
12717 * alloca.c: Some merging with gnulib. Change logic and doc
12718 concerning (x)malloc/(x)free -- no longer Emacs-specific.
12719 [DO_BLOCK_INPUT]: Don't include lisp.h.
12720 (xmalloc, xfree): Declare.
12721 (malloc): Don't declare.
12722
12723 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
12724 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
12725 atimer.h, blockinput.h.
12726
12727 * alloc.c (lisp_align_malloc): Change type of `aligned'.
12728
12729 * alloca.s: Remove.
12730
12731 2003-08-19 Gerd Moellmann <gerd@gnu.org>
12732
12733 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
12734 use -lncurses.
12735
12736 * term.c (term_init): Use a buffer of size 4096 for tgetent since
12737 FreeBSD returns something longer than 2044. Abort if the end of
12738 the buffer is overwritten.
12739
12740 2003-08-19 Miles Bader <miles@gnu.org>
12741
12742 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
12743
12744 2003-08-19 Gerd Moellmann <gerd@gnu.org>
12745
12746 * alloc.c (lisp_align_malloc): Check for memory full when
12747 allocating ablocks, which also avoids freeing a pointer into an
12748 ablocks structure.
12749
12750 * puresize.h (BASE_PURESIZE): Increase to 1100000.
12751
12752 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
12753
12754 2003-08-16 Richard M. Stallman <rms@gnu.org>
12755
12756 * editfns.c (Fencode_time): Doc fix.
12757
12758 2003-08-16 David Ponce <david@dponce.com>
12759
12760 * fileio.c (Fwrite_region): Fix conditional expression to issue
12761 the right message.
12762
12763 2003-08-16 Juri Linkov <juri@jurta.org>
12764
12765 * syntax.c (Fforward_word): Argument changed to optional.
12766 Set default value to 1.
12767
12768 2003-08-15 Kenichi Handa <handa@m17n.org>
12769
12770 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
12771 what autoscaled.
12772 (best_matching_font): Once we find a better scalable font, set
12773 non_scalable_has_exact_height_p to 1.
12774 (try_font_list): Call try_alternative_families to try any family
12775 with the given registry.
12776
12777 2003-08-09 Andreas Schwab <schwab@suse.de>
12778
12779 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
12780
12781 * print.c (print_string): Fix printing of multibyte string with
12782 nontrivial printcharfun.
12783
12784 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12785
12786 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
12787
12788 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
12789
12790 2003-07-31 Kenichi Handa <handa@m17n.org>
12791
12792 * process.c (read_process_output): Return the actually read bytes
12793 instead of the result of decoding.
12794
12795 2003-07-31 Kenichi Handa <handa@m17n.org>
12796
12797 * xterm.h (struct x_bitmap_record): New member have_mask.
12798
12799 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
12800 to 0.
12801 (x_create_bitmap_from_file): Likewise.
12802 (x_destroy_bitmap): Check have_mask member before freeing a mask.
12803 (x_destroy_all_bitmaps): Likewise.
12804 (x_create_bitmap_mask): Set have_mask member to 1.
12805
12806 2003-07-30 Richard M. Stallman <rms@gnu.org>
12807
12808 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
12809
12810 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12811
12812 * gtkutil.c (xg_mark_data): Update calls to mark_object.
12813
12814 2003-07-29 Richard M. Stallman <rms@gnu.org>
12815
12816 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
12817 Conditionalize XIM code on HAVE_XIM.
12818
12819 * fns.c (Fclear_string): New function.
12820 (syms_of_fns): defsubr it.
12821
12822 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
12823
12824 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
12825
12826 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
12827
12828 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
12829
12830 * buffer.c (delete_all_overlays): New function.
12831 * buffer.h (delete_all_overlays): Declare.
12832 * coding.c (run_pre_post_conversion_on_str):
12833 * print.c (temp_output_buffer_setup):
12834 * fileio.c (Finsert_file_contents):
12835 * minibuf.c (get_minibuffer): Use it.
12836
12837 2003-07-22 Andrew Choi <akochoi@shaw.ca>
12838
12839 * unexmacosx.c (unexec_regions_sort_compare):
12840 (unexec_regions_merge): New functions. Sort and merge unexec
12841 regions before dumping them.
12842
12843 2003-07-22 Dave Love <fx@gnu.org>
12844
12845 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
12846
12847 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
12848
12849 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
12850 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
12851 MARKBIT as the gcmarkbit for strings.
12852
12853 2003-07-21 Richard M. Stallman <rms@gnu.org>
12854
12855 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
12856
12857 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
12858 (syms_of_fns): Corresponding change.
12859
12860 * alloc.c (syms_of_alloc): Doc fixes.
12861
12862 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
12863
12864 * s/netbsd.h: Use -Wl syntax.
12865
12866 2003-07-17 Richard M. Stallman <rms@gnu.org>
12867
12868 * xterm.c (xim_initialize): Redo 6/24 change.
12869
12870 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
12871
12872 * buffer.c (copy_overlays): Use EMACS_INT for positions.
12873 (Fswitch_to_buffer): Don't signal an error when switching to the same
12874 buffer in a dedicated window.
12875
12876 * alloc.c: Use bitmaps for cons, as was done for floats.
12877 (init_float, init_cons): Let the normal code allocate the first block.
12878 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
12879 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
12880 New macros.
12881 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
12882 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
12883 (live_cons_p): Check the pointer is not past the `conses' array.
12884 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
12885 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
12886 (survives_gc_p): Use CONS_MARKED_P and simplify.
12887 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
12888
12889 2003-07-13 Paul Eggert <eggert@twinsun.com>
12890
12891 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
12892 puts it into BSS instead, at least on Solaris 8 and 9.
12893 This is a valid optimization, and it may occur on other platforms,
12894 so Emacs should not assume that initializing a static variable to
12895 zero puts it into data.
12896 * alloc.c (pure, staticvec):
12897 Initialize these arrays to nonzero, so that they're not
12898 put into BSS by that optimization.
12899
12900 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
12901
12902 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
12903 (lisp_align_malloc): Use posix_memalign is available.
12904 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
12905 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
12906 for consistency. Update users.
12907
12908 2003-07-13 Richard M. Stallman <rms@gnu.org>
12909
12910 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
12911
12912 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
12913
12914 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
12915 and use the Gtk+ function gtk_window_icon_from_file if available.
12916
12917 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
12918 handle mask of bitmaps.
12919 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
12920 mask property.
12921 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
12922
12923 * xterm.h (xg_set_icon): New function.
12924
12925 2003-07-12 Paul Eggert <eggert@twinsun.com>
12926
12927 * unexelf.c (unexec): Consider a section to precede the .bss
12928 section if its addresses overlap that of .bss.
12929
12930 2003-07-12 Richard M. Stallman <rms@gnu.org>
12931
12932 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
12933
12934 * config.in (HAVE_CRTIN): Add #undef.
12935 (INLINE): Really inline only if OPTIMIZE is defined.
12936
12937 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
12938 END_FILES_1.
12939 (START_FILES_1, END_FILES_1): New macros (conditional).
12940 (LD_SWITCH_SYSTEM_TEMACS): Define.
12941
12942 * s/openbsd.h: Don't include bsd4-3.h.
12943 (TERMINFO): Define.
12944 (LIBS_TERMCAP): Define.
12945 (LD_SWITCH_SYSTEM): Define (two definitions).
12946
12947 * xfns.c: Include libpng/png.h instead of png.h.
12948
12949 2003-07-11 Andreas Schwab <schwab@suse.de>
12950
12951 * buffer.c (modify_overlay): Update prototype.
12952 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
12953 Likewise.
12954
12955 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
12956
12957 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
12958 (struct interval): Move to intervals.h.
12959 (struct Lisp_Marker): Use EMACS_INT for position info.
12960 (forward_point): Remove prototype of defunct function.
12961 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
12962 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
12963 (syms_of_textprop, set_text_properties): Remove prototypes that are
12964 already in intervals.h.
12965
12966 * intervals.h (struct interval): Move from lisp.h.
12967 Use EMACS_INT for position and size info.
12968
12969 * coding.c: Include intervals.h for Fset_text_properties.
12970
12971 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
12972 position and length information.
12973
12974 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
12975
12976 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
12977 position and length information.
12978
12979 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
12980
12981 Change overlays_after and overlays_before so the overlays themselves
12982 are linked into lists, rather than using cons cells. After all each
12983 Lisp_Misc already occupies 5 words, so we can add a `next' field to
12984 Lisp_Overlay for free and save up one cons cell per overlay (not
12985 to mention one indirection when traversing the list of overlay).
12986
12987 * lisp.h (struct Lisp_Overlay): New field `next'.
12988
12989 * buffer.h (struct buffer): Change overlays_before and overlays_after
12990 from Lisp lists of overlays to pointers to overlays.
12991
12992 * buffer.c (overlay_strings, recenter_overlay_lists):
12993 Fix typo in eassert in last commit.
12994 (unchain_overlay): New function.
12995 (add_overlay_mod_hooklist): Use AREF.
12996 (copy_overlays, reset_buffer, overlays_at, overlays_in)
12997 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
12998 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
12999 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
13000 (report_overlay_modification, evaporate_overlays, init_buffer_once):
13001 Adjust to new type of overlays_(before|after).
13002
13003 * alloc.c (mark_object): Mark the new `next' field of overlays.
13004 (mark_buffer): Manually mark the overlays_(after|before) fields.
13005
13006 * coding.c (run_pre_post_conversion_on_str):
13007 * editfns.c (overlays_around):
13008 * xdisp.c (load_overlay_strings):
13009 * fileio.c (Finsert_file_contents):
13010 * indent.c (current_column):
13011 * insdel.c (signal_before_change, signal_after_change):
13012 * intervals.c (set_point_both):
13013 * print.c (temp_output_buffer_setup): Use new type for
13014 overlays_(before|after).
13015
13016 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
13017
13018 * buffer.c (report_overlay_modification): Don't run hooks while
13019 traversing the list of overlays.
13020
13021 * buffer.h (struct buffer): Use an int for overlay_center.
13022 (overlays_at, evaporate_overlays, recenter_overlay_lists)
13023 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
13024
13025 * buffer.c (reset_buffer, recenter_overlay_lists)
13026 (adjust_overlays_for_insert, adjust_overlays_for_delete)
13027 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
13028 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
13029 (overlays_at, evaporate_overlays, recenter_overlay_lists)
13030 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
13031
13032 * xdisp.c (fast_find_position): Remove unused var.
13033
13034 * cmds.c (Qexpand_abbrev): New sym.
13035 (syms_of_cmds): Initialize it.
13036 (internal_self_insert): Use it to call expand-abbrev.
13037
13038 2003-07-09 Kim F. Storm <storm@cua.dk>
13039
13040 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
13041 was configured with --without-xim.
13042 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
13043
13044 2003-07-07 Richard M. Stallman <rms@gnu.org>
13045
13046 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
13047
13048 * alloc.c (Fgarbage_collect): Doc fix.
13049
13050 2003-07-07 Nozomu Ando <nand@mac.com>
13051
13052 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
13053
13054 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13055
13056 * minibuf.c (read_minibuf): UNGCPRO before returning.
13057 (Ftry_completion, Fall_completions): Doc fix.
13058
13059 * alloc.c (live_float_p): Check that p is not past the `floats' array,
13060 now that `floats' is not the last element of the struct any more.
13061
13062 2003-07-06 Jason Rumney <jasonr@gnu.org>
13063
13064 * w32term.h (ClipboardSequence_Proc): New type.
13065
13066 * w32fns.c (clipboard_sequence_fn): New variable.
13067 (globals_of_w32fns): Initialize it.
13068
13069 * w32select.c (last_clipboard_sequence_number): New variable.
13070 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
13071 number if possible.
13072
13073 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13074
13075 * m/amdx86-64.h (MARKBIT):
13076 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
13077 MARKBIT and ARRAY_MARK_FLAG any more.
13078
13079 * m/hp800.h (XSETMARKBIT):
13080 * m/sr2k.h (XSETMARKBIT):
13081 * lisp.h (XSETMARKBIT): Remove unused macro.
13082
13083 * lisp.h (mark_object): Change prototype.
13084
13085 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
13086 (last_marked): Change accordingly.
13087 (mark_interval, mark_maybe_object, mark_maybe_pointer)
13088 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
13089 (mark_buffer): Update calls to mark_object.
13090
13091 * bytecode.c (mark_byte_stack):
13092 * fns.c (sweep_weak_table):
13093 * keyboard.c (mark_kboards): Update calls to mark_object.
13094
13095 2003-07-06 Jason Rumney <jasonr@gnu.org>
13096
13097 * alloc.c (struct ablock): Only include padding when there is some.
13098
13099 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
13100
13101 * alloc.c (ALIGN): Add casts to simplify usage.
13102 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
13103 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
13104 (struct ablock, struct ablocks): New types.
13105 (free_ablock): New global var.
13106 (lisp_align_malloc, lisp_align_free): New functions.
13107 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
13108 (struct float_block): Reorder and add gcmarkbits.
13109 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
13110 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
13111 (init_float, make_float): Use lisp_align_malloc.
13112 (free_float, live_float_p): Don't use `type' any more.
13113 (make_float): Use FLOAT_UNMARK to access to mark bit.
13114 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
13115 Use FLOAT_MARKED_P to access the mark bit.
13116 (pure_alloc): Simplify use of ALIGN.
13117 (mark_object): Use FLOAT_MARK to access the mark bit.
13118 (gc_sweep): Use new macros to access the float's mark bit.
13119 (init_alloc_once): Init free_ablock.
13120
13121 * lisp.h (struct Lisp_Float): Remove unused field `type'.
13122
13123 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
13124
13125 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
13126 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
13127 (allocate_buffer): Move.
13128 (string_bytes): Don't mask markbit of `size_byte'.
13129 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
13130 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
13131 Use the `size' field of buffers (rather than the `name' field) for
13132 the mark bit, as is done for all other vectorlike objects.
13133 Use the new macros to access the mark bit of vectorlike objects.
13134
13135 2003-06-26 Richard M. Stallman <rms@gnu.org>
13136
13137 * puresize.h (BASE_PURESIZE): Increment base size.
13138
13139 * xdisp.c (fast_find_position): Enable Gerd's new definition.
13140
13141 * xterm.c (xim_initialize): Undo previous change.
13142
13143 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
13144
13145 * alloc.c (survives_gc_p): Simplify.
13146
13147 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
13148
13149 * window.c (Fset_window_dedicated_p): Simplify.
13150 (display_buffer_1): Don't raise the win from which minibuf was entered.
13151 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
13152 (Fminibuffer_selected_window): Simplify.
13153
13154 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
13155
13156 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
13157 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
13158
13159 * insdel.c (check_markers, adjust_markers_for_delete)
13160 (adjust_markers_for_insert, adjust_markers_for_replace)
13161 (prepare_to_modify_buffer, RESTORE_VALUE):
13162 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
13163 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
13164 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
13165 * alloc.c (Fmake_marker, free_marker, gc_sweep):
13166 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
13167 * editfns.c (save_excursion_restore, transpose_markers):
13168 * window.c (delete_window):
13169 * xdisp.c (message_dolog): Update for new types.
13170
13171 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13172
13173 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
13174 (realize_default_face): Use default_face_done_p for the force_p
13175 argument to set_lface_from_font_name. Set default_face_done_p to one.
13176
13177 * frame.c (make_frame): Initialize default_face_done_p.
13178
13179 * frame.h (struct frame): Add default_face_done_p.
13180
13181 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
13182 will be defined.
13183
13184 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
13185
13186 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
13187 Initialize the new field `gcmarkbit'.
13188 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
13189 (mark_interval_tree): Don't mark the tree separately from the nodes.
13190 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
13191 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
13192 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
13193
13194 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
13195 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
13196 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
13197 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
13198 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
13199
13200 2003-06-24 Dave Love <fx@gnu.org>
13201
13202 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
13203
13204 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
13205 from gnulib.
13206
13207 2003-06-21 Richard M. Stallman <rms@gnu.org>
13208
13209 * fileio.c (Fwrite_region): Alternate messages
13210 for append and partial write.
13211
13212 * keyboard.c (read_key_sequence): When converting upcase fn key to
13213 downcase, update fkey and keytran so `backspace' gets translated.
13214
13215 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
13216
13217 * process.c (wait_reading_process_input): Don't signal SIGIO
13218 in batch mode.
13219
13220 2003-06-17 Kenichi Handa <handa@m17n.org>
13221
13222 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
13223 composite.h.
13224
13225 * xselect.c: Don't include charset.h, coding.h, composite.h.
13226 (Qforeign_selection): New variable.
13227 (syms_of_xselect): Intern and static it.
13228 (selection_data_to_lisp_data): Return a unibyte string made from
13229 data with `foreign-selection' text property.
13230
13231 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
13232
13233 * termhooks.h (EVENT_INIT): New macro.
13234
13235 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
13236
13237 * alloc.c (mark_kboards): Move to keyboard.c.
13238
13239 * keyboard.c (record_asynch_buffer_change, read_avail_input):
13240 * xterm.c (x_dispatch_event):
13241 * xmenu.c (find_and_call_menu_selection):
13242 * xdisp.c (handle_tool_bar_click):
13243 * w32menu.c (menubar_selection_callback):
13244 * sysdep.c (kbd_input_ast, read_input_waiting):
13245 * msdos.c (dos_rawgetc):
13246 * macterm.c (mac_check_for_quit_char):
13247 * macmenu.c (menubar_selection_callback):
13248 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
13249 data to kbd_buffer_store_event.
13250
13251 2003-06-15 Kim F. Storm <storm@cua.dk>
13252
13253 * xdisp.c (x_fix_overlapping_area): Always use area relative X
13254 to fix redisplay problem with tall characters (such as \e,AC\e(B).
13255
13256 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
13257
13258 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
13259
13260 2003-06-12 Kenichi Handa <handa@m17n.org>
13261
13262 * fileio.c (Fwrite_region): Save and restore restriction.
13263
13264 2003-06-12 Dave Love <fx@gnu.org>
13265
13266 * alloca.c (alloca): Declare arg as size_t.
13267
13268 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
13269 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
13270
13271 2003-06-11 Dave Love <fx@gnu.org>
13272
13273 * search.c (shrink_regexp_cache): Use xrealloc.
13274 (syms_of_search): Use xmalloc.
13275
13276 2003-06-10 Kim F. Storm <storm@cua.dk>
13277
13278 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
13279 Adjust phys_cursor.x to be relative to window box, rather than
13280 text area before checking -- to ensure cursor is redrawn when
13281 exposing window.
13282 Note: This also fixes a similar (older) bug if display margins
13283 are present.
13284
13285 2003-06-06 Kenichi Handa <handa@m17n.org>
13286
13287 * coding.c (encoding_buffer_size): If coding->type is
13288 coding_type_ccl, double magnification on CRLF encoding.
13289
13290 2003-06-06 Jason Rumney <jasonr@gnu.org>
13291
13292 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
13293 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
13294
13295 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
13296 Mac too.
13297
13298 2003-06-05 Dave Love <fx@gnu.org>
13299
13300 * strftime.c: Merge changes from gnulib.
13301
13302 * mktime.c (__mktime_internal): Merge changes from gnulib
13303 involving year 69 and dst2.
13304
13305 Changes to merge with gnulib version and be consistent with the
13306 autoconf test:
13307
13308 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
13309 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
13310 [HAVE_LOCALE_H]: Include locale.h.
13311 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
13312
13313 2003-06-05 Kim F. Storm <storm@cua.dk>
13314
13315 * window.c (coordinates_in_window): Convert X and Y to window
13316 relative coordinates inside mode-line and header-line parts.
13317 Convert X and Y to margin area relative coordinates inside left
13318 and right display margin parts.
13319
13320 2003-06-05 Jason Rumney <jasonr@gnu.org>
13321
13322 * w32fns.c (add_system_logical_colors_to_map): New function.
13323 (Fx_open_connection): Use it.
13324
13325 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
13326
13327 * process.c (allocate_pty): Revert part of the previous patch.
13328 (Faccept_process_output): Simplify.
13329
13330 2003-06-04 Jason Rumney <jasonr@gnu.org>
13331
13332 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
13333
13334 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
13335 (lispy_mouse_wheel_names): Remove.
13336 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
13337 Always define drag_and_drop_syms.
13338
13339 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
13340 WHEEL_EVENT events.
13341
13342 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
13343
13344 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
13345
13346 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
13347
13348 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13349
13350 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
13351 menu item label.
13352
13353 2003-06-03 Richard M. Stallman <rms@gnu.org>
13354
13355 * window.c (Fwindow_edges): Doc fix.
13356 (Fwindow_pixel_edges, Fwindow_inside_edges)
13357 (Fwindow_inside_pixel_edges): New functions.
13358 (syms_of_window): defsubr them.
13359
13360 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
13361 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
13362
13363 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
13364
13365 * dispnew.c (Fsit_for): Don't lie about the number of args.
13366
13367 2003-06-02 Dave Love <fx@gnu.org>
13368
13369 * callproc.c: Use HAVE_FCNTL_H, not USG5.
13370 (syms_of_callproc) <process-environment>: Doc fix.
13371
13372 * doc.c: Use HAVE_FCNTL_H, not USG5.
13373
13374 * xfaces.c (font_rescale_ratio): Fix for K&R.
13375
13376 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
13377
13378 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
13379
13380 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
13381
13382 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
13383 (xg_create_frame_widgets): Use ENCODE_UTF_8.
13384
13385 * xterm.c (Qutf_8): Move to coding.c
13386
13387 * xmenu.c (ENCODE_MENU_STRING): New.
13388 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
13389 Use it.
13390
13391 * coding.h (ENCODE_UTF_8): New.
13392 (Qutf_8): Declare.
13393
13394 * coding.c (Qutf_8): New.
13395 (syms_of_coding): Intern it.
13396
13397 * fns.c: Doc fixes.
13398
13399 2003-06-02 Kenichi Handa <handa@m17n.org>
13400
13401 * buffer.c (Fset_buffer_multibyte): Fix previous change.
13402
13403 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
13404
13405 * lread.c (openp): Make sure STR is a string.
13406
13407 2003-06-01 David Ponce <david@dponce.com>
13408
13409 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
13410 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
13411
13412 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
13413 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
13414 (discard_mouse_events): Discard WHEEL_EVENT events too.
13415 (lispy_wheel_names, wheel_syms): New.
13416 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
13417 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
13418 (make_lispy_event): Add WHEEL_EVENT handler.
13419
13420 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
13421 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
13422 WHEEL_EVENT events.
13423
13424 2003-05-31 John Paul Wallington <jpw@gnu.org>
13425
13426 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
13427 timer are in lisp/emacs-lisp.
13428
13429 2003-05-31 Kenichi Handa <handa@m17n.org>
13430
13431 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
13432 region when a buffer is changed to unibyte.
13433
13434 * charset.h (VALID_LEADING_CODE_P): New macro.
13435 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
13436
13437 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
13438 is nonzero, accept multibyte form of eight-bit-control chars.
13439 (decode_composition_emacs_mule): Likewise.
13440 (decode_coding_emacs_mule): Likewise.
13441 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
13442 multibyte form of eight-bit-control chars.
13443
13444 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
13445 (Finsert_file_contents): If coding-system-for-read is bound to
13446 Qauto_save_coding, use the coding system emacs-mule with special
13447 setting for recovering a file.
13448 (choose_write_coding_system): On auto saving, use the coding
13449 system emacs-mule with special setting for auto saving.
13450 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
13451
13452 2003-05-30 Kenichi Handa <handa@m17n.org>
13453
13454 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
13455 properly before calling ccl_driver.
13456
13457 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
13458
13459 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
13460 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
13461 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
13462
13463 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
13464
13465 * xfaces.c (realize_default_face): Do not abort if lface is
13466 non-existent - reverts change from 2003-05-19.
13467
13468 2003-05-29 Kenichi Handa <handa@m17n.org>
13469
13470 * coding.c (decode_coding_iso2022): Pay attention to the byte
13471 sequence of CTEXT extended segment, and retain those bytes as is.
13472
13473 2003-05-28 Kenichi Handa <handa@m17n.org>
13474
13475 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
13476 of CODING_REPLACEMENT_CHARACTER.
13477 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
13478 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
13479 check this flag on encoding.
13480 (encode_coding_sjis_big5):
13481 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
13482 (Fset_terminal_coding_system_internal):
13483 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
13484 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
13485
13486 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
13487 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
13488 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
13489
13490 2003-05-28 Richard M. Stallman <rms@gnu.org>
13491
13492 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
13493
13494 * eval.c (unbind_to): Move init of this_binding to separate statement.
13495
13496 2003-05-28 Kim F. Storm <storm@cua.dk>
13497
13498 * xdisp.c (expose_window): Fix error in calculation of
13499 window relative coordinates of area to redisplay.
13500
13501 2003-05-27 Jason Rumney <jasonr@gnu.org>
13502
13503 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
13504
13505 2003-05-27 David Ponce <david@dponce.com>
13506
13507 Handle W32 mouse wheel events as mouse click events, like in X.
13508
13509 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
13510 MOUSE_WHEEL_EVENT anymore.
13511
13512 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
13513 Scrolling down/up the mouse wheel is respectively mapped to mouse
13514 button 4 and 5.
13515 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
13516 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
13517 WM_MOUSEWHEEL events.
13518
13519 2003-05-27 Andreas Schwab <schwab@suse.de>
13520
13521 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
13522
13523 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
13524 partially visible line.
13525
13526 * alloc.c (Fgarbage_collect): Fix last change.
13527
13528 2003-05-26 John Paul Wallington <jpw@gnu.org>
13529
13530 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
13531
13532 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
13533
13534 * window.c (Fset_window_buffer): Add type of `keep_margins'.
13535 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
13536
13537 * window.h (window_box_text_cols): Declare.
13538
13539 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
13540 (x_draw_vertical_border): Remove unused var `f'.
13541
13542 * xfaces.c (build_scalable_font_name): Remove `unused var
13543 pixel_size' warning.
13544
13545 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
13546
13547 * unexelf.c (unexec): Remove `unused var n' warning.
13548
13549 * strftime.c (my_strftime_localtime_r): Remove `defined but
13550 unused' warning.
13551
13552 * process.c (allocate_pty): Remove `unused var stb' and
13553 `cp might be used uninitialized' warnings.
13554
13555 * dispnew.c (mode_line_string): Remove unused var `f'.
13556
13557 * coding.c (find_safe_codings): Remove unused var `i'.
13558
13559 * bytecode.c (Fbyte_code): Remove `unused val' warning.
13560
13561 * buffer.c (Fkill_buffer): Remove unused var `list'.
13562
13563 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
13564
13565 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13566
13567 * frame.c (make_frame): Condition want_fullscreen with
13568 HAVE_WINDOW_SYSTEM.
13569
13570 2003-05-25 Juanma Barranquero <lektu@terra.es>
13571
13572 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
13573 (Fwindow_scroll_bars): Fix typo in docstring.
13574
13575 2003-05-24 Kim F. Storm <storm@cua.dk>
13576
13577 The following changes serve several purposes:
13578
13579 1) Swap the position of fringes and display margins in windows, i.e.
13580 the fringes are now displayed between the margins and the text area
13581 (by default).
13582
13583 2) Allow fringe and scroll bar parameters to be set per-buffer and
13584 per-window (like display margins). Such settings are now stored
13585 in window configurations, preserved when frames are resized, and
13586 copied when windows are split vertically or horizontally.
13587 Several bugs related to display margins have been fixed.
13588
13589 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
13590
13591 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
13592 rather than FRAME_WIDTH (FRAME_FONT (f)).
13593
13594 5) Introduce a consistent naming of variables, members and macros
13595 depending on whether their value is measured in pixels or in
13596 canonical columns/lines. Pixel dimensions are named *_width and
13597 *_height, while canonical columns/lines are named *_cols and
13598 *_lines. Pixel positions are named *_x and *_y, while column/line
13599 positions are named *_col and *_line.
13600
13601 6) Consolidate more of the X, W32, and MAC gui code by moving
13602 common data into struct frame, and generalize it for the non-gui
13603 case by using suitable defaults.
13604
13605 7) Cleanup and consolidate the macros controlling frame and window
13606 layout into frame.h and window.h, and generalize the use of the
13607 various window_box_* functions (enhanced to handle the new fringe
13608 position and the per-window fringe and scroll bar settings).
13609
13610 * frame.h (struct frame): Rename members height to text_lines,
13611 width to text_cols, window_height to total_lines, window_width to
13612 total_cols, new_height to new_text_lines, new_width to
13613 new_text_cols. All uses changed.
13614 (struct frame): New members which consolidate common members of
13615 x_output, w32_output, and mac_output structures: left_pos,
13616 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
13617 win_gravity, size_hint_flags, border_width, internal_border_width,
13618 line_height, fringe_cols, left_fringe_width, right_fringe_width,
13619 want_fullscreen. All uses changed.
13620 (struct frame): New member column_width contaning the canonical
13621 column width, analogue to line_height. All uses changed.
13622 (struct frame): Rename members scroll_bar_pixel_width to
13623 config_scroll_bar_width, and scroll_bar_cols to
13624 config_scroll_bar_cols. All uses changed.
13625 (struct frame): New member scroll_bar_actual_width which
13626 consolidates and renames the vertical_scroll_bar_extra member of
13627 x_output, w32_output, and mac_output structures. All uses changed.
13628 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
13629 from x/w32/macterm.h files. All uses changed. Also change code
13630 which referred to f->output_data...->pixel_height.
13631 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
13632 from x/w32/macterm.h files. All uses changed. Also change code
13633 which referred to f->output_data...->pixel_width.
13634 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
13635 Also change code which referred to f->height.
13636 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
13637 Also change code which referred to f->width.
13638 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
13639 to update new_text_lines and new_text_cols members directly.
13640 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
13641 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
13642 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
13643 FRAME_SCROLL_BAR_COLS. All uses changed.
13644 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
13645 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
13646 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
13647 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
13648 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
13649 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
13650 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
13651 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
13652 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
13653 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
13654 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
13655 Unconditionally return line_height member (it now has proper value
13656 also for non-window frames).
13657 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
13658 return new column_width member (rather than the default font width).
13659 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
13660 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
13661 from x/w32/macterm.h files. Unconditionally return corresponding
13662 member of frame structure (they now have proper values also for
13663 non-window frames).
13664 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
13665 Calculate return value from left and right widths.
13666 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
13667 internal_border_width member (has proper value for non-window frame).
13668 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
13669 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
13670 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
13671 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
13672 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
13673 consolidated from xterm.h, macterm.h, and w32term.h.
13674 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
13675 consolidated from xterm.h, macterm.h, and w32term.h.
13676 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
13677 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
13678 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
13679 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
13680 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
13681 consolidated from x/mac/w32term.h.
13682 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
13683 consolidated from x/mac/w32term.h.
13684 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
13685 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
13686 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
13687 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
13688
13689 * window.h (struct window): Rename members left to left_col,
13690 top to top_line, height to total_lines, width to total_cols,
13691 left_margin_width to left_margin_cols, right_margin_width to
13692 right_margin_cols, orig_height to orig_total_lines, orig_top to
13693 orig_top_line. All uses changed.
13694 (struct window): New members left_fringe_width, right_fringe_width,
13695 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
13696 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
13697 New macros primarily used to simplify other macros.
13698 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
13699 referred to XINT (w->width).
13700 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
13701 referred to XINT (w->height).
13702 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
13703 referred to XINT (w->width) * canon_x_unit.
13704 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
13705 referred to XINT (w->height) * canon_y_unit.
13706 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
13707 referred to XINT (w->left).
13708 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
13709 all uses and code that referred to XINT (w->left) + XINT (w->width).
13710 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
13711 referred to XINT (w->top).
13712 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
13713 referred to XINT (w->top) + XINT (w->height).
13714 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
13715 referred to XINT (w->left) * canon_x_unit.
13716 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
13717 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
13718 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
13719 referred to XINT (w->top) * canon_y_unit.
13720 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
13721 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
13722 (WINDOW_LEFTMOST_P): New macro.
13723 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
13724 All uses changed.
13725 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
13726 All uses changed.
13727 (WINDOW_BOX_LEFT_EDGE_X): Rename from
13728 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
13729 Do not exclude left fringe width.
13730 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
13731 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
13732 Do not exclude fringe widths.
13733 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
13734 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
13735 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
13736 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
13737 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
13738 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
13739 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
13740 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
13741 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
13742 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
13743 New macros. Change code which referenced corresponding
13744 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
13745 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
13746 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
13747 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
13748 allow per-window scroll-bar settings.
13749 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
13750 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
13751 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
13752 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
13753 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
13754 FRAME_SCROLL_BAR_WIDTH.
13755 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
13756 (WINDOW_SCROLL_BAR_AREA_X): New macros.
13757 (WINDOW_HEADER_LINE_HEIGHT): Rename from
13758 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
13759 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
13760 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
13761 (WINDOW_BOX_TEXT_HEIGHT): Rename from
13762 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
13763 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
13764 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
13765 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
13766 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
13767 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
13768 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
13769 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
13770 (window_from_coordinates): Update prototype.
13771 (Fset_window_buffer): Update EXFUN.
13772 (set_window_buffer): Update prototype.
13773
13774 * dispextern.h (struct glyph_matrix): Rename members window_left_x
13775 to window_left_col, window_top_y to window_top_line. All uses
13776 changed.
13777 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
13778 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
13779 internal_border_width is now set to 0 for non-window frames.
13780 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
13781 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
13782 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
13783 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
13784 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
13785 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
13786 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
13787 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
13788 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
13789 Move to window.h and renamed [see window.h changes].
13790 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
13791 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
13792 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
13793 Use WINDOW_TOTAL_LINES.
13794 (frame_update_line_height): Remove prototype.
13795
13796 * buffer.h (struct buffer): Rename members measured in columns:
13797 left_margin_width to left_margin_cols, right_margin_width to
13798 right_margin_cols. All uses changed.
13799 New members left_fringe_width, right_fringe_width,
13800 fringes_outside_margins for per-buffer fringe settings.
13801 New members scroll_bar_width and vertical_scroll_bar_type for
13802 per-buffer scroll bar settings.
13803
13804 * buffer.c (init_buffer_once): Set buffer_defaults and
13805 buffer_local_flags for new buffer-local variables
13806 left_fringe_width, right_fringe_width, fringes_outside_margins,
13807 scroll_bar_width, and vertical_scroll_bar_type.
13808 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
13809 default-* variables for them.
13810
13811 * dispnew.c: Make (many) trivial substitutions for renamed and
13812 new macros in dispextern.h, frame.h and window.h.
13813 (mode_line_string): No need to adjust width for mode lines, as it
13814 is already adjusted by the caller.
13815 (marginal_area_string): Handle fringes inside/outside margins.
13816
13817 * frame.c: Make (many) trivial substitutions for renamed and
13818 new macros in dispextern.h, frame.h and window.h.
13819 (make_frame): Initialize left_fringe_width, right_fringe_width,
13820 fringe_cols, scroll_bar_actual_width, border_width,
13821 internal_border_width, column_width, line_height, x_pixels_diff,
13822 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
13823 members with values suitable for a non-window frames.
13824
13825 * gtkutil.c: Make (many) trivial substitutions for renamed and
13826 new macros in dispextern.h, frame.h and window.h.
13827
13828 * indent.c: Make (few) trivial substitutions for renamed and
13829 new macros in dispextern.h, frame.h and window.h.
13830
13831 * keyboard.c: Make (many) trivial substitutions for renamed and
13832 new macros in dispextern.h, frame.h and window.h.
13833 (make_lispy_event): Use window positions returned from
13834 window_from_coordinates when constructing the lisp event for
13835 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
13836 (incorrect) values locally.
13837 (make_lispy_movement): Use window positions returned from
13838 window_from_coordinates when constructing the lisp event, rather
13839 than calculating (incorrect) values locally.
13840
13841 * scroll.c: Make (some) trivial substitutions for renamed and
13842 new macros in dispextern.h, frame.h and window.h.
13843
13844 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
13845 scroll-bars.
13846
13847 * sysdep.c: Make (few) trivial substitutions for renamed and
13848 new macros in dispextern.h, frame.h and window.h.
13849
13850 * term.c: Make (some) trivial substitutions for renamed and
13851 new macros in dispextern.h, frame.h and window.h.
13852
13853 * widget.c: Make (few) trivial substitutions for renamed and
13854 new macros in dispextern.h, frame.h and window.h.
13855
13856 * window.c: Make (many) trivial substitutions for renamed and
13857 new macros in dispextern.h, frame.h and window.h.
13858 (make_window): Initialize new members
13859 left_margin_cols, right_margin_cols, left_fringe_width,
13860 right_fringe_width, fringes_outside_margins, scroll_bar_width,
13861 and vertical_scroll_bar_type.
13862 (coordinates_in_window): Adapt to new fringe/margin positions
13863 and per-window fringes and scroll-bars.
13864 Fix bug related to incorrectly adjusting coordinates by
13865 frame's internal_border_width (the effect normally negible since
13866 the internal_border_width is typically 0 or 1 pixel, but very
13867 noticeable for an internal_border_width of e.g. 25 pixels).
13868 Upon successful return (other than ON_NOTHING), the coordinates
13869 are now always properly converted to window relative for the
13870 given display element.
13871 (window_from_coordinates): Add new parameters wx and wy to
13872 return the window relative x and y position in the returned
13873 window and part. A null arg means, don't return the position.
13874 All callers changed.
13875 (adjust_window_margins): New function which may reduce the width
13876 of the display margins if a window's text area is too small after
13877 resizing or splitting windows.
13878 (size_window): Fix bug that did not account for display margin
13879 widths when checking the minimum width of a window; use
13880 adjust_window_margins.
13881 (set_window_buffer): Call Fset_window_fringes and
13882 Fset_window_scroll_bars to setup per-window elements.
13883 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
13884 existing display margin, fringe widths, and scroll bar settings
13885 (e.g. after splitting a window or resizing the frame).
13886 All callers changed.
13887 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
13888 (Fsplit_window): Duplicate original window's display margin,
13889 fringe, and scroll-bar settings; then call Fset_window_buffer with
13890 KEEP_MARGINS non-nil. This fixes a bug which caused a split
13891 window to only preserve the display margins in one of the windows.
13892 When splitting horizontally, call adjust_window_margins on both
13893 windows to ensure that the text area of the new windows is non too
13894 narrow. This fixes a bug which could cause Emacs to trap if the
13895 width of the split window was less than the width of the display
13896 margins.
13897 (window_box_text_cols): Rename from window_internal_width.
13898 All uses changed. Adapt to per-window fringes and scroll bars.
13899 Fix bug that caused vertical separator to be subtracted also on
13900 window frames. Fix another bug that did not reduce the returned
13901 value by the columns used for display margins.
13902 (window_scroll_line_based): Fix bug related to scrolling too much
13903 when display margins are present (implicitly fixed by the fix to
13904 window_box_text_cols).
13905 (scroll_left, scroll_right): Fix bug related to scrolling too far
13906 by default when display margins are present (implicitly fixed by
13907 the fix to window_box_text_cols).
13908 (struct saved_window): Rename members left to left_col, top to
13909 top_line, width to total_cols, height to total_lines, orig_top to
13910 orig_top_line, orig_height to orig_total_lines. All uses changed.
13911 New members left_margin_cols, right_margin_cols,
13912 left_fringe_width, right_fringe_width, fringes_outside_margins,
13913 scroll_bar_width, and vertical_scroll_bar_type for saving
13914 per-window display elements.
13915 (Fset_window_configuration): Restore display margins, fringes,
13916 and scroll bar settings. This fixes a bug which caused display
13917 margins to be discarded when saving and restoring a window
13918 configuration.
13919 (save_window_save): Save display margins, fringes, and scroll bar
13920 settings. This fixes a bug which caused display margins to be
13921 discarded when saving and restoring a window configuration.
13922 (Fset_window_margins): Do nothing if display margins are not
13923 really changed. Otherwise, call adjust_window_margins to ensure
13924 the text area doesn't get too narrow. This fixes a bug which
13925 could cause Emacs to trap if setting display margins wider than
13926 the width of the window.
13927 (Fset_window_fringes): New defun to allow user to specifically set
13928 this window's fringe widths and position vs. display margins.
13929 (Fwindow_fringes): New defun to return window's actual fringe settings.
13930 (Fset_window_scroll_bars): New defun to allow user to specifically
13931 set this window's scroll bar width and position.
13932 (Fwindow_scroll_bars): New defun to return window's actual scroll
13933 bar settings.
13934 (compare_window_configurations): Also compare display margins,
13935 fringes, and scroll bar settings.
13936 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
13937
13938 * xdisp.c: Make (many) trivial substitutions for renamed and
13939 new macros in dispextern.h, frame.h and window.h.
13940 (window_box_width): Adapt to per-window fringes and scroll bars,
13941 and new fringe vs. display margin position. Note that returned
13942 value is no longer guaranteed to be a whole multiple of the frame
13943 column width, since per-window fringes may now be any width.
13944 (window_box_left_offset): New function like window_box_left, but
13945 value is relative to left border of window (rather than frame).
13946 (window_box_right_offset): New function like window_box_right,
13947 but value is relative to left border of window.
13948 (window_box_left): Adapt to per-window fringes and scroll bars,
13949 and new fringe vs. display margin position. Simplify by using
13950 WINDOW_LEFT_EDGE_X and window_box_left_offset.
13951 (window_box): Allow null args for unnecessary return values;
13952 change/simplify relevant callers.
13953 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
13954 and new fringe vs. display margin position.
13955 Use window_box_left_offset and window_box_right_offset
13956 (get_glyph_string_clip_rect): Adapt to per-window fringes and
13957 scroll bars, and new fringe vs. display margin position.
13958 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
13959 (draw_fringe_bitmap): Rework to handle per-window fringes and new
13960 fringe vs. display margin position.
13961 (hscroll_window_tree): Use window_box_width instead of window_box.
13962 (redisplay_window): Adapt to per-window scroll bars.
13963 (draw_glyphs): Rework to handle per-window fringes and scroll
13964 bars, and new fringe vs. display margin position.
13965 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
13966 (x_clear_end_of_line): Adapt to per-window fringes and scroll
13967 bars, and new fringe vs. display margin position. Fix bug which
13968 increased total width of full_width rows by width of scroll bars
13969 although window's total width already includes that.
13970 (x_fix_overlapping_area): Simplify using window_box_left_offset.
13971 (expose_area): Simplify using window_box_left_offset.
13972 (x_draw_vertical_border): Handle per-window scroll bar settings,
13973 mixing windows with left, right and no scroll bars.
13974
13975 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
13976 where it's used in x_list_fonts (for clarity).
13977 (frame_update_line_height): Remove unused function; functionality
13978 is now done directly when setting the default font in x_set_font.
13979
13980 * xfns.c: Make (many) trivial substitutions for renamed and
13981 new macros in dispextern.h, frame.h and window.h.
13982
13983 * xmenu.c: Make (some) trivial substitutions for renamed and
13984 new macros in dispextern.h, frame.h and window.h.
13985
13986 * xterm.h (struct x_output): Move members left_pos, top_pos,
13987 border_width, pixel_height, pixel_width, line_height,
13988 internal_border_width, vertical_scroll_bar_extra,
13989 left_fringe_width, right_fringe_width, fringe_cols,
13990 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
13991 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
13992 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
13993 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
13994 (PIXEL_WIDTH, PIXEL_HEIGHT)
13995 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
13996 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
13997 frame.h and renamed [see frame.h changes].
13998 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
13999 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
14000 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
14001 and renamed [see frame.h changes].
14002
14003 * xterm.c: Make (several) trivial substitutions for renamed and
14004 new macros in dispextern.h, frame.h and window.h.
14005 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
14006 (scroll_run): Adapt to new fringe position.
14007 (glyph_rect): Use window coordinates returned from
14008 window_from_coordinates rather than frame_to_window_pixel_xy.
14009 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
14010 scroll-bars.
14011 (handle_one_xevent): Simplify a USE_GTK conditional.
14012 (x_clip_to_row): Remove superfluous whole_line_p arg and code
14013 (fringes are now inside margins, i.e. always in the clipping area).
14014 All callers changed.
14015 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
14016 directly, then call compute_fringe_widths. Don't call
14017 frame_update_line_height.
14018
14019 * w32term.h (struct w32_output): Move members left_pos, top_pos,
14020 border_width, pixel_height, pixel_width, line_height,
14021 internal_border_width, vertical_scroll_bar_extra,
14022 left_fringe_width, right_fringe_width, fringe_cols,
14023 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
14024 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
14025 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
14026 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
14027 (PIXEL_WIDTH, PIXEL_HEIGHT)
14028 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
14029 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
14030 frame.h and renamed [see frame.h changes].
14031 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
14032 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
14033 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
14034 and renamed [see frame.h changes].
14035
14036 * w32term.c: Make (several) trivial substitutions for renamed and
14037 new macros in dispextern.h, frame.h and window.h.
14038 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
14039 (glyph_rect): Use window coordinates returned from
14040 window_from_coordinates rather than frame_to_window_pixel_xy.
14041 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
14042 scroll-bars.
14043 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
14044 (fringes are now inside margins, i.e. always in the clipping area).
14045 All callers changed.
14046 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
14047 directly, then call compute_fringe_widths. Don't call
14048 frame_update_line_height.
14049
14050 * w32console.c: Make (few) trivial substitutions for renamed and
14051 new macros in dispextern.h, frame.h and window.h.
14052
14053 * w32fns.c: Make (many) trivial substitutions for renamed and
14054 new macros in dispextern.h, frame.h and window.h.
14055
14056 * w32menu.c: Make (few) trivial substitutions for renamed and
14057 new macros in dispextern.h, frame.h and window.h.
14058
14059 * macterm.h (struct mac_output): Move members left_pos, top_pos,
14060 border_width, pixel_height, pixel_width, line_height,
14061 internal_border_width, vertical_scroll_bar_extra,
14062 left_fringe_width, right_fringe_width, fringe_cols,
14063 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
14064 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
14065 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
14066 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
14067 (PIXEL_WIDTH, PIXEL_HEIGHT)
14068 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
14069 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
14070 frame.h and renamed [see frame.h changes].
14071 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
14072 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
14073 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
14074 and renamed [see frame.h changes].
14075
14076 * macterm.c: Make (several) trivial substitutions for renamed and
14077 new macros in dispextern.h, frame.h and window.h.
14078 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
14079 (glyph_rect): Use window coordinates returned from
14080 window_from_coordinates rather than frame_to_window_pixel_xy.
14081 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
14082 scroll-bars.
14083 (x_clip_to_row): Remove superfluous whole_line_p arg and code
14084 (fringes are now inside margins, i.e. always in the clipping area).
14085 All callers changed.
14086 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
14087 directly, then call compute_fringe_widths. Don't call
14088 frame_update_line_height.
14089
14090 * macfns.c: Make (several) trivial substitutions for renamed and
14091 new macros in dispextern.h, frame.h and window.h.
14092 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
14093
14094 * macmenu.c: Make (few) trivial substitutions for renamed and
14095 new macros in dispextern.h, frame.h and window.h.
14096
14097 * msdos.h (struct x_output): Remove members left_pos, top_pos,
14098 and line_height, and use corresponding new members in struct
14099 frame. All uses changed.
14100 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
14101 superseeded by corresponding macros in frame.h.
14102
14103 * msdos.c: Make (several) trivial substitutions for renamed and
14104 new macros in dispextern.h, frame.h and window.h.
14105 (IT_note_mouse_highlight): Use updated window coordinates returned
14106 by window_from_coordinates, rather than adjusting them locally.
14107 (internal_terminal_init): No need to initialize line_height here;
14108 it now defaults to 1.
14109
14110 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
14111
14112 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
14113 dropping `down' events.
14114
14115 2003-05-24 Andreas Schwab <schwab@suse.de>
14116
14117 * coding.c (find_safe_codings): Fix last change.
14118
14119 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
14120
14121 * xfns.c (x_window): Fix typo from 2003-05-21 change.
14122
14123 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
14124
14125 * xdisp.c (display_mode_element): Increase max depth.
14126 Simplify the error handling code. Use a different error string
14127 for the case where we hit the depth limit.
14128
14129 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
14130
14131 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
14132
14133 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
14134
14135 * intervals.c (get_local_map): Don't get char-property of previous
14136 point any more: get_pos_property already does it and better.
14137
14138 2003-05-21 Dave Love <fx@gnu.org>
14139
14140 [Merged from unicode branch.]
14141
14142 * xfns.c (x_window, x_window): Use use_xim.
14143
14144 * xterm.c (use_xim): Initialize.
14145 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
14146 (x_term_init): Maybe set use_xim.
14147
14148 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
14149
14150 2003-05-21 Jason Rumney <jasonr@gnu.org>
14151
14152 * unexw32.c (_start): Remove _fmode initialization.
14153
14154 * emacs.c (main) [WINDOWSNT]: Move it here.
14155
14156 2003-05-20 Dave Love <fx@gnu.org>
14157
14158 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
14159
14160 2003-05-19 Richard M. Stallman <rms@gnu.org>
14161
14162 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
14163 as value for QCfont attribute.
14164 (realize_default_face): lface should already exist; crash if not.
14165 Specify 0 for FORCE_P when calling set_lface_from_font_name.
14166
14167 * frame.c (Fignore_event): Doc fix.
14168
14169 2003-05-19 Kenichi Handa <handa@m17n.org>
14170
14171 * coding.c (decode_coding_string): Handle post-read-conversion
14172 even if the coding doesn't require decoding.
14173
14174 2003-05-18 Richard M. Stallman <rms@gnu.org>
14175
14176 * callproc.c (Fcall_process_region): Doc fix.
14177
14178 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
14179
14180 * lread.c (Fload): Print a message if package is obsolete.
14181
14182 * window.c (Fselect_window): Add optional `norecord' arg.
14183 (select_window_1): Fold into Fselect_window.
14184 (select_window_norecord): New function.
14185 (temp_output_buffer_show): Use it. Preserve current buffer.
14186
14187 * window.h (Fselect_window): Update declaration.
14188
14189 * window.c (delete_window, Fother_window, Fset_window_configuration):
14190 * minibuf.c (read_minibuf):
14191 * macterm.c (x_new_focus_frame):
14192 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
14193 * callint.c (Fcall_interactively):
14194 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
14195
14196 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
14197
14198 2003-05-17 David Kastrup <dak@gnu.org>
14199
14200 * process.c (read_process_output): Back out change from 2003-03-09.
14201
14202 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
14203
14204 * editfns.c (get_pos_property): Don't assume that `object' = nil.
14205
14206 * textprop.c (text_property_stickiness): New arg `buffer'.
14207
14208 * intervals.h (text_property_stickiness): New arg `buffer'.
14209 (get_pos_property): Declare.
14210
14211 * intervals.c (get_local_map): Use get_pos_property, to obey
14212 stickiness and empty overlays.
14213 (create_root_interval, graft_intervals_into_buffer): Use BEG.
14214 (merge_properties, intervals_equal, merge_properties_sticky):
14215 Use XCAR, XCDR.
14216 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
14217
14218 2003-05-17 Richard M. Stallman <rms@gnu.org>
14219
14220 * minibuf.c (read_minibuf): If buffer is empty, record the default
14221 in the history.
14222 (Fminibuffer_complete_word): When deleting the overlap, take account
14223 of its real position.
14224
14225 * fns.c (map_char_table): Fix previous change.
14226
14227 * syntax.c (find_defun_start):
14228 When open_paren_in_column_0_is_defun_start,
14229 return beginning of buffer.
14230
14231 * lisp.h (map_char_table): Declare added arg.
14232
14233 * fns.c (map_char_table): New arg TABLE gets the master table.
14234 All calls changed.
14235 Process default and inheritance, resorting to Faref if necessary.
14236
14237 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
14238 (Faccessible_keymaps): Pass new arg to map_char_table.
14239
14240 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
14241
14242 * casetab.c (set_case_table): Pass new arg to map_char_table.
14243
14244 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
14245
14246 * lisp.h (specbinding_func): New typedef.
14247 (struct specbinding): Use specbinding_func, to put the `volatile'
14248 in the right place.
14249
14250 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
14251 to avoid GCC warning.
14252
14253 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
14254
14255 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
14256
14257 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
14258
14259 * keyboard.c (apply_modifiers): Don't fill the other cache.
14260
14261 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
14262
14263 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
14264
14265 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
14266 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
14267 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
14268 (Fset_window_configuration, Fcurrent_window_configuration)
14269 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
14270 (Fpos_visible_in_window_p, mark_window_cursors_off)
14271 (window_internal_height, window_internal_width, Frecenter)
14272 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
14273 (replace_buffer_in_all_windows, init_window_once, init_window)
14274 (syms_of_window, keys_of_window): Move from lisp.h.
14275 * lisp.h: Move window.c declarations to window.h.
14276
14277 * bytecode.c: Include window.h.
14278 * emacs.c: Include window.h.
14279
14280 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
14281 (keyremap): Add `parent' field.
14282 (keyremap_step): Use it. Remove `parent' argument.
14283 (read_key_sequence): Setup and use the new `parent' field.
14284
14285 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
14286
14287 * keyboard.c (adjust_point_for_property): Ensure termination.
14288
14289 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
14290
14291 * keyboard.c (follow_key): Remove dead variable `did_meta'.
14292 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
14293 duplicated handling of function-key-map and key-translation-map
14294 in read_key_sequence.
14295 (read_key_sequence): Use them.
14296
14297 * keyboard.c (adjust_point_for_property): Try harder to move point
14298 to the non-sticky end of an invisible property.
14299
14300 * xdisp.c (single_display_prop_intangible_p): Make `space' display
14301 property intangible as well.
14302
14303 2003-05-10 Andreas Schwab <schwab@suse.de>
14304
14305 * xmenu.c (single_menu_item): Change last parameter to void* to
14306 avoid warning.
14307
14308 2003-05-09 Richard M. Stallman <rms@gnu.org>
14309
14310 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
14311 Bind Qinhibit_modification_hooks to t so there will be no GC.
14312 Rename local `tem' to `save_deactivate_mark'.
14313
14314 * eval.c (specpdl_ptr): Declare volatile.
14315 (unbind_to): Copy the whole binding and decrement specpdl_ptr
14316 before doing the work of unbinding it.
14317
14318 * lisp.h (struct specbinding): Declare elements volatile.
14319 (specpdl_ptr): Declare volatile.
14320
14321 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
14322
14323 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
14324 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
14325
14326 2003-05-08 Dave Love <fx@gnu.org>
14327
14328 * coding.c (Vlast_coding_system_used): Doc fix.
14329
14330 2003-05-07 Jason Rumney <jasonr@gnu.org>
14331
14332 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
14333 when system does not support them.
14334
14335 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
14336
14337 * fileio.c (Qwrite_region_annotate_functions): New var.
14338 (build_annotations): Use it to process the global part of the hook.
14339 (syms_of_fileio): Init and staticpro it.
14340
14341 * keyboard.c (safe_run_hooks_error): Display a message instead of
14342 silently ignoring the error.
14343
14344 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
14345
14346 * keyboard.c (input_available_signal): Mark static.
14347 (menu_bar_items): Use map_keymap.
14348 (menu_bar_one_keymap): Remove.
14349 (menu_bar_item): Adjust arglist (for use in map_keymap).
14350 Properly hide a second binding when not both are keymaps.
14351
14352 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
14353 (single_keymap_panes): Use it and map_keymap.
14354 (single_menu_item): Use skp as well.
14355
14356 * keymap.h (map_keymap_function_t): New type.
14357 (map_keymap): Declare.
14358
14359 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
14360 (map_keymap_call, Fmap_keymap): New functions.
14361 (syms_of_keymap): Defsubr map-keymap.
14362
14363 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14364
14365 * gtkutil.c (create_dialog, make_widget_for_menu_item)
14366 (make_menu_item, create_menus, xg_update_menu_item): Don't call
14367 ..._with_mnemonic functions for menu items.
14368
14369 2003-05-01 Kenichi Handa <handa@m17n.org>
14370
14371 * coding.c (coding_system_accept_latin_extra_p): Delete this
14372 function.
14373 (find_safe_codings): Pay attention to
14374 the property tranlsation-table-for-encode of each codings.
14375 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
14376
14377 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
14378
14379 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
14380
14381 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
14382
14383 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
14384
14385 * lisp.h (CHECK): Wrap args in parenthesis.
14386 (specbind): Fix doc: symbol = Qnil is not supported any more.
14387
14388 * bytecode.c (Fbyte_code) <unwind-protect>:
14389 Use Fprogn rather than 0 and Qnil.
14390
14391 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
14392 `double', and `triple' modifiers as well.
14393
14394 2003-04-30 Richard M. Stallman <rms@gnu.org>
14395
14396 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
14397
14398 * alloc.c (abort_on_gc): New variable.
14399 (Fgarbage_collect): Abort if abort_on_gc is set.
14400
14401 * lisp.h (abort_on_gc): Add decl.
14402
14403 * eval.c (Fsignal): Clear abort_on_gc.
14404
14405 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
14406 Reinit FORMAT_START and END before second scan.
14407
14408 * xdisp.c (move_it_vertically_backward): Do the final big else
14409 even if nlines is 0.
14410
14411 * xdisp.c (redisplay_internal): Finish the per-frame loop
14412 even if redisplay is suspended by input.
14413
14414 2003-04-24 Andrew Choi <akochoi@shaw.ca>
14415
14416 * macterm.c (x_list_fonts): Return all fonts that match if
14417 maxnames = -1.
14418
14419 2003-04-25 Kenichi Handa <handa@m17n.org>
14420
14421 * syntax.c (skip_chars): Fix previous change.
14422
14423 2003-04-24 Kenichi Handa <handa@m17n.org>
14424
14425 * syntax.c (skip_chars): Make the code faster by using the common
14426 technique of *p, *stop, and *endp.
14427
14428 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14429
14430 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
14431 tool_bar_items so GTK tool bar expose callback does not access items
14432 being updated.
14433
14434 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
14435
14436 * eval.c (Fapply): Undo last change and add a comment about why.
14437
14438 2003-04-18 Miles Bader <miles@gnu.org>
14439
14440 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
14441 pickier PARSE_MULTIBYTE_SEQ.
14442
14443 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
14444
14445 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
14446 Use XCDR, XCAR, CONSP.
14447 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
14448 (Fapply): Remove unnecessary GCPRO.
14449
14450 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
14451
14452 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
14453
14454 * buffer.h: Don't hardcode BEG==1.
14455
14456 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
14457
14458 2003-04-16 Richard M. Stallman <rms@gnu.org>
14459
14460 * xdisp.c (try_window, try_window_reusing_current_matrix):
14461 When at end of window, set window_end_pos to Z-ZV.
14462
14463 * buffer.c (Foverlay_recenter): Doc fix.
14464
14465 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
14466
14467 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
14468
14469 2003-04-14 Andrew Choi <akochoi@shaw.ca>
14470
14471 * macterm.c (mac_check_for_quit_char): Don't check more often than
14472 once a second.
14473
14474 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
14475
14476 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
14477 specially, so that they can't hide an implicit switch-frame event.
14478 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
14479 (head_table): Use switch-frame as event_kind for select-window.
14480 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
14481
14482 * editfns.c (Fformat): Lisp_Object/int mixup.
14483 (format2): Remove unused var numargs.
14484
14485 2003-04-11 Kenichi Handa <handa@m17n.org>
14486
14487 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
14488 (Qafter_insert_file_set_coding): New variable.
14489 (syms_of_fileio): Initialize and staticpro it. Delete declaration
14490 for after-insert-file-adjust-coding-function.
14491 (Finsert_file_contents): Call Qafter_insert_file_set_coding
14492 instead of Vafter_insert_file_adjust_coding_function.
14493
14494 2003-04-11 Kenichi Handa <handa@m17n.org>
14495
14496 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
14497
14498 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
14499 string. Callers changed.
14500
14501 2003-04-10 Kenichi Handa <handa@m17n.org>
14502
14503 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
14504 (syms_of_fileio): Declare it as a lisp variable.
14505 (Finsert_file_contents):
14506 Call Vafter_insert_file_adjust_coding_function before calling
14507 decode-format.
14508
14509 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14510
14511 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
14512 get GtkAdjustment as widget now is a GtkRange.
14513
14514 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
14515 GtkRange to avoid memory leak.
14516
14517 2003-04-09 Kenichi Handa <handa@m17n.org>
14518
14519 * xfaces.c (Vface_font_rescale_alist): New variable.
14520 (struct font_name): New member rescale_ratio.
14521 (font_rescale_ratio): New function.
14522 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
14523 (better_font_p): On comparing point sized, pay attention to
14524 recale_ratio member of fonts.
14525 (build_scalable_font_name): Reflect font->rescale_ratio in the
14526 font name.
14527 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
14528
14529 * lread.c (read1): Before calling index, check if the 2nd
14530 arguemnt is in ASCII range.
14531
14532 2003-04-08 Richard M. Stallman <rms@gnu.org>
14533
14534 * fileio.c (Ffile_symlink_p): Doc fix.
14535
14536 * editfns.c (Fformat): Translate positions of text properties
14537 in the format string to apply them to the result.
14538
14539 * fileio.c (Finsert_file_contents): Doc fix.
14540 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
14541
14542 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
14543
14544 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
14545
14546 2003-04-08 Steven Tamm <steventamm@mac.com>
14547
14548 * mac.c (init_mac_osx_environment): Switch libexec and bin so
14549 that self-contained application finds libexec files.
14550
14551 2003-04-08 Kenichi Handa <handa@m17n.org>
14552
14553 * coding.c (code_convert_region_unwind):
14554 Set Vlast_coding_system_used to the argument.
14555 (code_convert_region): If post-read-conversion function changed
14556 the value of last-coding-sytem, keep the new value in
14557 coding->symbol so that it won't be overridden.
14558 (run_pre_post_conversion_on_str): Likewise.
14559 (coding_system_accept_latin_extra_p): New function.
14560 (find_safe_codings): Pay attention to characters registered in
14561 latin-extra-code-table.
14562
14563 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
14564
14565 * Makefile.in (md5.o): Add missing dependency info.
14566
14567 2003-04-06 Richard M. Stallman <rms@gnu.org>
14568
14569 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
14570
14571 * marker.c (verify_bytepos): New function.
14572
14573 * intervals.c (set_intervals_multibyte_1): When becoming
14574 multibyte, adjust right and left child sizes to a whole set of
14575 characters. If an interval gets zero total-length, delete it.
14576 If an interval consists of just its children, delete one of them.
14577
14578 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
14579 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
14580
14581 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
14582 All calls deleted.
14583 (lisp_malloc): Do the work here directly.
14584
14585 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
14586
14587 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
14588 char tables.
14589
14590 2003-04-04 Kenichi Handa <handa@m17n.org>
14591
14592 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
14593 destructively change "%S" to "%s".
14594
14595 2003-04-03 Miles Bader <miles@gnu.org>
14596
14597 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
14598 always set.
14599
14600 2003-04-01 Dave Love <fx@gnu.org>
14601
14602 * xfns.c (xpm_lookup_color): Grok "opaque".
14603
14604 2003-03-31 Andrew Choi <akochoi@shaw.ca>
14605
14606 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
14607 parent window ID.
14608
14609 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
14610
14611 * macterm.h (struct mac_output): Define x_pixels_diff and
14612 y_pixels_diff.
14613
14614 2003-03-31 Juanma Barranquero <lektu@terra.es>
14615
14616 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
14617 blockinput.h and files included from it.
14618
14619 2003-03-31 Kim F. Storm <storm@cua.dk>
14620
14621 The following changes consolidates the common code related to
14622 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
14623 files into frame.c.
14624
14625 * frame.c: Include blockinput.h.
14626 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
14627 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
14628 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
14629 related vars here.
14630 (struct frame_parm_table, frame_parms): New table for describing
14631 frame parameters and their associated Q-variable.
14632 The order of the parameters corresponds to the sequence of the
14633 frame_parm_handlers table in redisplay_interface.
14634 (x_fullscreen_move, x_set_frame_parameters)
14635 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
14636 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
14637 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14638 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
14639 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
14640 Generic functions for processing of frame parameters.
14641 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
14642 (display_x_get_resource, x_get_resource_string): Functions for
14643 generic access to X resources.
14644 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
14645 (x_default_parameter, Fx_parse_geometry): Functions for generic
14646 access to frame parameters.
14647 (x_figure_window_size): Generic calculation of frame size.
14648 Fixed to add space needed for tool bar. Also setup size_hint_flags.
14649 (syms_of_frame): Intern and staticpro frame parameter variables.
14650 Defvar_lisp Vx_resource_class and Vx_resource_name here.
14651 Defsubr Sx_get_resource and Sx_parse_geometry.
14652
14653 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
14654 parameter related vars defined in frame.c.
14655 (EMACS_CLASS): Define here.
14656 (enum FULLSCREEN_*): Define here.
14657 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
14658 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
14659 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
14660 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
14661 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
14662 (x_set_visibility, x_set_autoraise, x_set_autolower)
14663 (x_set_unsplittable, x_set_vertical_scroll_bars)
14664 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
14665 (x_figure_window_size): Add prototypes.
14666
14667 * dispextern.h (frame_parm_handler): New typedef.
14668 (struct redisplay_interface): New member frame_parm_handlers.
14669 (enum resource_types): Move declaration here.
14670 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
14671 (x_default_parameter): Add prototypes.
14672
14673 * window.c: Remove extern decl for frame parameter vars.
14674 (change_window_heights): New generic function;
14675 replaces x_change_window_heights. All users changed.
14676
14677 * window.h (change_window_heights): Add prototype.
14678
14679 * xfaces.c: Remove extern decl for frame parameter vars.
14680
14681 * xterm.h (EMACS_CLASS): Remove. Use generic define.
14682 (struct w32_display_info): Fix type of xrdb member.
14683 (enum FULLSCREEN_*): Remove.
14684 Remove prototypes for generic functions (in frame.h).
14685
14686 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14687 parameters now defined in frame.h and frame.c.
14688 (Vx_resource_name): Remove. Use generic var.
14689 (enum x_frame_parms): Remove (bogus, unused enum).
14690 (check_x_display_info): Make non-static (for frame.c).
14691 (struct x_frame_parm_table, x_frame_parms): Remove.
14692 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14693 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14694 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14695 (x_change_window_heights, x_set_autoraise, x_set_autolower)
14696 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14697 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14698 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14699 Remove. Use generic functions instead.
14700 (enum resource_types): Remove.
14701 (x_set_scroll_bar_default_width): New global function (for frame.c).
14702 (Fx_create_frame): Depend on x_figure_window_size to add space for
14703 toolbar and setup size_hint_flags.
14704 (x_frame_parm_handlers): New table for redisplay_interface.
14705 (syms_of_xfns): Don't intern/staticpro removed vars.
14706
14707 * xterm.c: Remove unnecessary extern declarations.
14708 (x_fullscreen_adjust): Remove. Use generic instead.
14709 (x_redisplay_interface): Add x_frame_parm_handlers member.
14710
14711 * w32gui.h (XrmDatabase): New (dummy) typedef.
14712
14713 * w32term.h (EMACS_CLASS): Remove. Use generic define.
14714 (struct w32_display_info): Fix type of xrdb member.
14715 (enum FULLSCREEN_*): Remove.
14716 (x_fullscreen_adjust): Remove prototype.
14717
14718 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14719 parameters now defined in frame.h and frame.c.
14720 (Vx_resource_name): Remove. Use generic var.
14721 (enum x_frame_parms): Remove (bogus, unused enum).
14722 (check_x_display_info): Make non-static (for frame.c).
14723 (struct x_frame_parm_table, x_frame_parms): Remove.
14724 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14725 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14726 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14727 (x_change_window_heights, x_set_autoraise, x_set_autolower)
14728 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14729 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14730 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14731 Remove. Use generic functions instead.
14732 (enum resource_types): Remove.
14733 (x_set_scroll_bar_default_width): New global function (for frame.c).
14734 (Fx_create_frame): Depend on x_figure_window_size to add space for
14735 toolbar and setup size_hint_flags.
14736 (w32_frame_parm_handlers): New table for redisplay_interface.
14737 (syms_of_w32fns): Don't intern/staticpro removed vars.
14738
14739 * w32term.c: Remove unnecessary extern declarations.
14740 (x_fullscreen_adjust): Remove. Use generic instead.
14741 (x_redisplay_interface): Add w32_frame_parm_handlers member.
14742
14743 * w32reg.c (x_get_string_resource): Use XrmDatabase.
14744
14745 * macgui.h (XrmDatabase): New (dummy) typedef.
14746
14747 * macterm.h (EMACS_CLASS): Remove.
14748 (struct mac_display_info): Add xrdb member.
14749 (struct mac_output): Add want_fullscreen member.
14750
14751 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
14752 parameters now defined in frame.h and frame.c.
14753 (Vx_resource_name): Remove. Use generic var.
14754 (check_x_display_info): Make non-static (for frame.c).
14755 (struct x_frame_parm_table, x_frame_parms): Remove.
14756 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
14757 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
14758 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
14759 (x_change_window_heights, x_set_autoraise, x_set_autolower)
14760 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
14761 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
14762 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
14763 Remove. Use generic functions instead.
14764 (enum resource_types): Remove.
14765 (x_set_scroll_bar_default_width): New global function (for frame.c).
14766 (mac_frame_parm_handlers): New table for redisplay_interface.
14767 (syms_of_macfns): Don't intern/staticpro removed vars.
14768
14769 * macterm.c: Remove unnecessary extern declarations.
14770 (x_redisplay_interface): Add mac_frame_parm_handlers member.
14771
14772 * Makefile.in (frame.o): Add dependency on blockinput.h and files
14773 included from it (atimer.h and systime.h).
14774
14775 2003-03-30 Andreas Schwab <schwab@suse.de>
14776
14777 * xdisp.c (x_insert_glyphs): Fix swapped width and height
14778 parameters for shift_glyphs_for_insert.
14779
14780 * macterm.c (x_redisplay_interface): Add missing entry for
14781 draw_vertical_window_border.
14782
14783 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
14784
14785 * fileio.c (Fexpand_file_name): In the no-handler case, after
14786 expanding, look again for a handler and invoke it. This is needed
14787 for filenames like "/foo/../user@host:/bar/../baz" -- the first
14788 expansion produces "/user@host:/bar/../baz" which needs to be
14789 expanded again for the finame result "/user@host:/baz".
14790
14791 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14792
14793 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
14794 of area to be redrawn for better performance.
14795
14796 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
14797
14798 * xterm.c (take_vertical_position_into_account): Remove.
14799 (xt_action_hook): Call set_vertical_scroll_bar if needed.
14800 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
14801 (xm_scroll_callback, x_create_toolkit_scroll_bar)
14802 (x_set_toolkit_scroll_bar_thumb): Simplify.
14803 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
14804 (XTread_socket): Remove unused var.
14805 (x_make_frame_invisible): Replace goto with else.
14806
14807 * xdisp.c (set_vertical_scroll_bar): New fun.
14808 (redisplay_window): Use it.
14809
14810 2003-03-26 Richard M. Stallman <rms@gnu.org>
14811
14812 * xdisp.c (update_tool_bar): Recompute tool bar if
14813 update_mode_lines is set. Set w->update_mode_line
14814 only if the tool bar contents actually change.
14815 (update_menu_bar): Undo previous change.
14816
14817 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14818
14819 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
14820 (xg_frame_set_char_size): Calculate scroll bar width before frame
14821 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
14822 (xg_separator_p): Check for all documented separator types.
14823 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
14824 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
14825
14826 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
14827 so tool bar gets updated.
14828
14829 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
14830
14831 * data.c (store_symval_forwarding): Re-instate part of the code
14832 that was deleted with too much enthusiasm.
14833
14834 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
14835
14836 * data.c (store_symval_forwarding): Delete special read-only
14837 hack for type == -1, since we now use ->constant instead.
14838 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
14839
14840 * buffer.c (overlays_in): Declare static.
14841 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
14842 `constant' field rather than the variable's `type' field.
14843
14844 2003-03-24 Andrew Choi <akochoi@shaw.ca>
14845
14846 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
14847
14848 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
14849
14850 * fns.c [MAC_OSX]: Do not redefine vector.
14851
14852 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
14853
14854 * macgui.h: Remove definition of No_Cursor.
14855
14856 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
14857
14858 * xdisp.c: Define No_Cursor.
14859 (x_write_glyphs, notice_overwritten_cursor)
14860 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
14861 (note_mouse_highlight): Remove Mac-specific code.
14862 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
14863
14864 2003-03-24 John Paul Wallington <jpw@gnu.org>
14865
14866 * xdisp.c (redisplay_window): If mini window's buffer is not
14867 empty, then redisplay it like other windows.
14868
14869 2003-03-23 Kim F. Storm <storm@cua.dk>
14870
14871 * w32term.c (w32_draw_window_cursor): Fix last change.
14872
14873 2003-03-23 Kenichi Handa <handa@m17n.org>
14874
14875 * alloc.c (make_string_from_bytes, make_specified_string):
14876 Add `const' for the arg CONTENTS.
14877
14878 * lisp.h (make_string_from_bytes, make_specified_string):
14879 Prototypes adjusted.
14880
14881 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14882
14883 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
14884
14885 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
14886 (XG_SB_RANGE): New define.
14887
14888 * gtkutil.c (xg_fixed_handle_expose): New function.
14889 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
14890 expose events.
14891 (xg_update_scrollbar_pos): Take two more arguments, left and width
14892 of scroll bar including borders.
14893 Clear left and right part outside scroll bar separately as some
14894 themes have bars that are not an even number of pixels.
14895 Don't set reallocate_redraws, don't call
14896 gdk_window_process_all_updates.
14897 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
14898 so no need to change it. Calculate size and value with XG_SB_RANGE.
14899
14900 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
14901 Pass left and width of scroll bar including borders to
14902 xg_update_scrollbar_pos.
14903
14904 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
14905
14906 * Makefile.in: Make sure space precedes end-of-line backslashes.
14907
14908 2003-03-22 Kim F. Storm <storm@cua.dk>
14909
14910 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
14911 Add generic versions here. Remove system specific versions
14912 defined elsewhere.
14913
14914 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
14915 Add prototypes.
14916
14917 * xterm.h (STORE_NATIVE_RECT): New macro.
14918
14919 2003-03-21 Kim F. Storm <storm@cua.dk>
14920
14921 * xdisp.c (get_glyph_string_clip_rect):
14922 Use FRAME_INTERNAL_BORDER_WIDTH.
14923
14924 * dispextern.h (struct redisplay_interface): Add active_p
14925 argument to draw_window_cursor member. All uses changed.
14926
14927 2003-03-21 Kim F. Storm <storm@cua.dk>
14928
14929 The following changes consolidate code related to writing and
14930 inserting glyphs, exposing frame, the tool bar, the mouse face,
14931 the output cursor, and help echo from xterm.c, w32term.c and
14932 macterm.c into xdisp.c. It also generalizes the use of the
14933 window_part enum instead of using numeric values throughout.
14934
14935 * xdisp.c: Consolidate gui-independent code here.
14936 Include keymap.h.
14937 (Qhelp_echo): Import.
14938 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
14939 (help_echo_string, help_echo_window, help_echo_object)
14940 (previous_help_echo_string, help_echo_pos): Declare here.
14941 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
14942 (estimate_mode_line_height): Define here. Handle windowing
14943 systems directly (without using estimate_mode_line_height_hook).
14944 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
14945 (update_window_cursor, update_cursor_in_window_tree)
14946 (fast_find_position, fast_find_string_pos)
14947 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
14948 (expose_area, expose_line, expose_overlaps, expose_window)
14949 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
14950 declared static as they are only used locally in xdisp.c.
14951 (draw_glyphs): Rename from x_draw_glyphs and make static.
14952 (tool_bar_item_info, notice_overwritten_cursor): Make static.
14953 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
14954 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
14955 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
14956 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
14957 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
14958 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
14959 (note_mouse_highlight, x_clear_window_mouse_face)
14960 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
14961 (x_intersect_rectangles): New generic functions for use by xdisp.c
14962 and GUI front-ends.
14963 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
14964 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
14965
14966 * dispextern.h (Display_Info): Generic typedef for *_display_info.
14967 (NativeRectangle): Generic typedef for rectangle type.
14968 (enum window_part): Move here from window.c.
14969 (struct redisplay_interface): New members flush_display_optional,
14970 define_frame_cursor, clear_frame_area, draw_window_cursor,
14971 draw_vertical_window_border, shift_glyphs_for_insert.
14972 Rename member clear_mouse_face to clear_window_mouse_face.
14973 (estimate_mode_line_height_hook): Remove hook.
14974 (auto_raise_tool_bar_buttons_p): Don't declare extern.
14975 (tool_bar_item_info): Remove prototype.
14976 (help_echo_string, help_echo_window, help_echo_object)
14977 (previous_help_echo_string, help_echo_pos)
14978 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
14979 (x_stretch_cursor_p, output_cursor): Declare extern.
14980 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
14981 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
14982 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
14983 (display_and_set_cursor, set_output_cursor, x_cursor_to)
14984 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
14985 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
14986 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
14987 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
14988 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
14989 Add prototypes.
14990 (mode_line_string, marginal_area_string): Fix prototypes.
14991
14992 * window.c (enum window_part): Move to dispextern.h.
14993 (coordinates_in_window): Use enum window_part member names
14994 instead of numbers to describe return value.
14995 (struct check_window_data): Change part member to window_part.
14996 (check_window_containing): Return window_part unaltered.
14997 (window_from_coordinates): Change part arg from int to enum
14998 window_part. Allow part arg to be null. All users changed.
14999
15000 * window.h (window_from_coordinates): Fix prototype.
15001
15002 * term.c (estimate_mode_line_height): Move to xdisp.c.
15003
15004 * keyboard.c (make_lispy_event): Use enum window_part.
15005
15006 * dispnew.c (mode_line_string, marginal_area_string): Use enum
15007 window_part instead of int in arg list. Users changed.
15008
15009 * xterm.h (No_Cursor): Declare as None for X.
15010 (struct mac_output): Replace member cross_cursor by hand_cursor.
15011
15012 * xterm.c: Remove consolidated defines and code.
15013 (BETWEEN): Remove unused macro.
15014 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
15015 (x_define_frame_cursor, x_clear_frame_area)
15016 (x_draw_window_cursor): New X-specific functions for RIF.
15017 (x_redisplay_interface): Add new members.
15018
15019 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
15020
15021 * w32term.h (struct w32_output): Remove cross_cursor member.
15022
15023 * w32term.c: Remove consolidated defines and code.
15024 (BETWEEN): Remove unused macro.
15025 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
15026 (w32_define_frame_cursor, w32_clear_frame_area)
15027 (w32_draw_window_cursor): New W32-specific functions for RIF.
15028 (w32_redisplay_interface): Add new members.
15029
15030 * w32gui.h (No_Cursor): Define as 0 for W32.
15031 (XRectangle): Add X compatible rectangle type.
15032 (NativeRectangle): Declare as RECT for W32.
15033 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
15034
15035 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
15036
15037 * w32console.c: Remove consolidated defines and code.
15038
15039 * msdos.h (Display_Info): Add generic typedef.
15040
15041 * msdos.c: Remove consolidated defines and code.
15042 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
15043
15044 * macterm.h (struct mac_output): Replace member cross_cursor by
15045 hand_cursor.
15046 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
15047
15048 * macterm.c: Remove consolidated defines and code.
15049 (BETWEEN): Remove unused macro.
15050 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
15051 (mac_define_frame_cursor, mac_clear_frame_area)
15052 (mac_draw_window_cursor): New Mac-specific functions for RIF.
15053 (x_redisplay_interface): Add new members.
15054
15055 * macgui.h (No_Cursor): Define as 0 for Mac.
15056 (XRectangle): Add X compatible rectangle type.
15057 (NativeRectangle): Declare as Rect for Mac.
15058 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
15059
15060 * macfns.c (x_set_mouse_color): Setup hand_cursor.
15061 (x_set_cursor_color): Use x_display_and_set_cursor.
15062
15063 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
15064 included from it. Add dependency on keymap.h.
15065
15066 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
15067
15068 2003-03-21 Kenichi Handa <handa@m17n.org>
15069
15070 * fileio.c (Fexpand_file_name): Fix previous change.
15071
15072 2003-03-19 Kenichi Handa <handa@m17n.org>
15073
15074 * fileio.c (Ffile_name_directory): Reconstruct file name by
15075 make_specified_string.
15076 (Ffile_name_nondirectory, Ffile_name_as_directory)
15077 (Fdirectory_file_name, Fexpand_file_name)
15078 (Fsubstitute_in_file_name): Likewise.
15079 (Fread_file_name): Compare decoded homedir with DIR and
15080 DEFAULT_FILENAME.
15081
15082 * alloc.c (make_specified_string): If NCHARS is negative, count
15083 the number of characters.
15084
15085 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15086
15087 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
15088 all widgets.
15089
15090 * gtkutil.h: Removed xg_ignore_next_thumb.
15091
15092 2003-03-18 Kenichi Handa <handa@m17n.org>
15093
15094 * coding.c (Vchar_coding_system_table): Remove this variable.
15095 (Vcoding_system_safe_chars): New variable.
15096 (intersection): Remove this function.
15097 (find_safe_codings): Don't use Vchar_coding_system_table, but try
15098 all codings in SAFE_CODINGS.
15099 (Ffind_coding_systems_region_internal): Adjust for the change of
15100 find_safe_codings. Get generic coding systems from
15101 Vcoding_system_safe_chars.
15102 (Fdefine_coding_system_internal): New function.
15103 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
15104 Initialize and staticpro Vcoding_system_safe_chars.
15105
15106 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15107
15108 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
15109 equal old values before updating.
15110
15111 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
15112
15113 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
15114
15115 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15116
15117 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
15118 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
15119 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
15120 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
15121 (xg_create_scroll_bar): Pass bar to button event callback.
15122 (xg_find_top_left_in_fixed): New function.
15123 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
15124 whole scroll bar area. Get old position with
15125 xg_find_top_left_in_fixed, calculate and only clear needed areas.
15126 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
15127 dragging is in progress. Calculate whole as for Motif.
15128 Remove code that saved last values. Call gtk_range functions to
15129 set scroll bar sizes.
15130
15131 * gtkutil.h: Removed xg_ignore_next_thumb.
15132
15133 2003-03-17 Juanma Barranquero <lektu@terra.es>
15134
15135 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
15136 and files included from it.
15137
15138 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
15139
15140 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
15141 multiple occurrences of the same keymap under different prefixes.
15142 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
15143
15144 2003-03-16 Jason Rumney <jasonr@gnu.org>
15145
15146 * w32gui.h: Use HDC for Display.
15147
15148 * w32term.c (w32_encode_char): Prevent double-byte chars from
15149 crashing Emacs.
15150
15151 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
15152 as binary.
15153
15154 2003-03-16 Juanma Barranquero <lektu@terra.es>
15155
15156 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
15157
15158 2003-03-16 Kim F. Storm <storm@cua.dk>
15159
15160 The following changes consolidate some of the gui-independent
15161 parts of the processing and drawing of "glyph strings" from
15162 xterm.c, w32term.c, and macterm.c into xdisp.c.
15163
15164 * dispextern.h (struct glyph): Reduce face_id member from 22 to
15165 21 bits (this reduces number of faces from 4M to 2M).
15166 Replace W32 specific w32_font_type member (2 bits) by generic
15167 font_type member (3 bits) for portability.
15168 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
15169 (enum draw_glyphs_face): Define here.
15170 (struct glyph_string): Define here. Merge W32 and X versions.
15171 (struct redisplay_interface): New members per_char_metric,
15172 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
15173 (VCENTER_BASELINE_OFFSET): Define here.
15174 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
15175 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
15176
15177 * xdisp.c: Consolidate gui-independent "glyph string" code here.
15178 (dump_glyph_string): Moved here.
15179 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
15180 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
15181 (fill_composite_glyph_string, fill_glyph_string)
15182 (fill_image_glyph_string, fill_stretch_glyph_string)
15183 (left_overwritten, left_overwriting, right_overwritten)
15184 (right_overwriting, get_char_face_and_encoding)
15185 (set_glyph_string_background_width, compute_overhangs_and_x)
15186 (append_glyph, append_composite_glyph, produce_image_glyph)
15187 (take_vertical_position_into_account, append_stretch_glyph)
15188 (produce_stretch_glyph): New generic functions (based on X version).
15189 Call platform specific functions through rif.
15190 (INIT_GLYPH_STRING): New macro, hides W32 details.
15191 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
15192 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
15193 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
15194 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
15195 (notice_overwritten_cursor):
15196 Generic functions exported to platform modules. Users changed.
15197
15198 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
15199 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
15200 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
15201 New macros for consolidated code.
15202
15203 * xterm.c: Remove consolidated defines and code.
15204 (x_per_char_metric, x_encode_char)
15205 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
15206 (x_redisplay_interface): Add new members.
15207
15208 * w32gui.h (Display): Add dummy typedef for consolidation.
15209 (XChar2b): Define alias for wchar_t for consolidation.
15210 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
15211
15212 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
15213 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
15214 New macros for consolidation.
15215
15216 * w32term.c: Remove consolidated defines and code.
15217 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
15218 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
15219 (w32_per_char_metric): Change font_type arg to int for RIF.
15220 (w32_encode_char): Return int according to RIF requirements.
15221 (w32_compute_glyph_string_overhangs): Adapt to RIF.
15222 (w32_get_glyph_overhangs): New function for RIF. Uses generic
15223 x_get_glyph_overhangs.
15224 (w32_redisplay_interface): Add new members.
15225
15226 * macgui.h (XChar2b): Move typedef here for consolidation.
15227 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
15228
15229 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
15230 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
15231 consolidation.
15232
15233 * macterm.c: Remove consolidated defines and code.
15234 (mac_per_char_metric): New function for RIF.
15235 (mac_encode_char): Adapt to new RIF requirements.
15236 (mac_compute_glyph_string_overhangs): Adapt for RIF.
15237 (x_redisplay_interface): Add new members.
15238
15239 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
15240
15241 * keymap.c (Vmenu_events): New var.
15242 (syms_of_keymap): Initialize it.
15243 (where_is_internal): Check more carefully what is a menu event.
15244
15245 2003-03-14 Richard M. Stallman <rms@gnu.org>
15246
15247 * lread.c (read1): After #!, exit loop on eof.
15248
15249 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15250
15251 * gtkutil.h: Add declaration for xg_frame_cleared.
15252
15253 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
15254
15255 * gtkutil.c (struct xg_last_sb_pos): New structure.
15256 (handle_fixed_child): New function.
15257 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
15258 and force a redraw on them.
15259 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
15260 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
15261 so we can avoid unneeded redraws.
15262 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
15263 and force a redraw on the scroll bar.
15264 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
15265 if xg_last_sb_pos shows the positions are up to date.
15266 (xg_frame_cleared): New function.
15267
15268 2003-03-13 Kenichi Handa <handa@m17n.org>
15269
15270 * coding.c (Fdetect_coding_region): Fix docstring.
15271 (Fdetect_coding_string): Fix docstring.
15272
15273 2003-03-13 Andreas Schwab <schwab@suse.de>
15274
15275 * gtkutil.c: Add prototype for create_menus.
15276
15277 * data.c (long_to_cons): Fix type of top.
15278
15279 * xselect.c (selection_data_to_lisp_data): Use int instead of
15280 long for an integer of size 4.
15281
15282 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
15283 (xg_tool_bar_help_callback): Likewise.
15284
15285 2003-03-12 Andreas Schwab <schwab@suse.de>
15286
15287 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
15288
15289 2003-03-12 Kim F. Storm <storm@cua.dk>
15290
15291 The following changes consolidate the fringe handling from
15292 xterm.c, w32term.c, and macterm.c into xdisp.c.
15293
15294 * xdisp.c: Consolidate fringe handling code here.
15295 (left_bits, right_bits, continued_bits, continuation_bits)
15296 (ov_bits, zv_bits): Define fringe bitmaps.
15297 (fringe_bitmaps): New array holding fringe bitmaps.
15298 (draw_fringe_bitmap): Draw a specific bitmap; call display
15299 specific drawing routine via rif->draw_fringe_bitmap.
15300 (draw_row_fringe_bitmaps): Generic replacement for
15301 x_draw_row_fringe_bitmaps; all callers changed.
15302 (compute_fringe_widths): Generic replacement for
15303 x_compute_fringe_widths; all callers changed.
15304
15305 * dispextern.h (enum fringe_bitmap_type): Define here.
15306 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
15307 (fringe_bitmaps): Declare extern.
15308 (struct redisplay_interface): New member draw_fringe_bitmap.
15309 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
15310
15311 * xterm.c: Remove generic fringe code.
15312 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
15313 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
15314
15315 * w32term.c: Remove generic fringe code.
15316 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
15317 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
15318
15319 * macterm.c: Remove generic fringe code.
15320 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
15321 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
15322
15323 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
15324
15325 * print.c (Fprin1_to_string): Return unibyte string if possible.
15326
15327 2003-03-09 David Kastrup <dak@gnu.org>
15328
15329 * process.c (read_process_output): We have allocated enough space
15330 for readmax and carryover, so actually use the alloted space.
15331
15332 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15333
15334 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
15335 toolkit scrollbar click.
15336
15337 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
15338 for USE_GTK.
15339 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
15340 also.
15341 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
15342 scrollbar and control is pressed, call x_scroll_bar_handle_click.
15343
15344 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
15345
15346 * gtkutil.c (xg_get_scroll_id_for_window): New function.
15347 (xg_tool_bar_item_expose_callback): New function.
15348 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
15349 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
15350 on the tool bar widget.
15351 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
15352 to expose on the tool bar item widgets.
15353
15354 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15355
15356 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
15357 struct image* when deciding to update (struct image* may have been
15358 deleted from the image cache).
15359
15360 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
15361 the event isn't for a frame (i.e. for dialogs).
15362
15363 2003-03-07 Kenichi Handa <handa@m17n.org>
15364
15365 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
15366 composition components reaches the limit, terminate composing.
15367 (COMPOSITION_OK): New macro.
15368 (detect_coding_iso2022): Use it if an escape sequence for
15369 composition is found.
15370 (coding_restore_composition): Adjust the number of composition
15371 components if it is not sane.
15372
15373 2003-03-06 Juanma Barranquero <lektu@terra.es>
15374
15375 * w32term.h (struct w32_display_info): Add xrdb member to support
15376 passing resources via -xrm on Windows.
15377
15378 * w32term.c (w32_make_rdb): New function.
15379 (w32_term_init): Use it to initialize xrdb member of w32_display_info
15380 struct. Delete leftover code.
15381
15382 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
15383 for resources passed on the command line.
15384
15385 * w32reg.c (w32_get_rdb_resource): New function.
15386 (x_get_string_resource): Use it, so resources passed with -xrm
15387 supercede the ones in the registry.
15388
15389 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15390
15391 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
15392 instead of x_top_window_to_frame.
15393
15394 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15395
15396 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
15397 when restarting Emacs.
15398
15399 2003-03-03 Richard M. Stallman <rms@gnu.org>
15400
15401 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
15402 to run kill-buffer-query-functions.
15403 (Qkill_buffer_query_functions): New var.
15404 (syms_of_buffer): Init and staticpro it.
15405
15406 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15407
15408 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
15409
15410 2003-02-25 Kim F. Storm <storm@cua.dk>
15411
15412 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
15413 If centering point failed to make whole line visible and vscroll
15414 is non-zero, disable vscroll and try centering point again.
15415
15416 * lread.c (read1): Accept `single space' syntax like (? x).
15417
15418 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15419
15420 * keyboard.c (cancel_hourglass_unwind): Surround with
15421 #ifdef HAVE_X_WINDOWS
15422
15423 2003-02-25 Kenichi Handa <handa@m17n.org>
15424
15425 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
15426 process only when "subprocesses" is defined.
15427
15428 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
15429
15430 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
15431
15432 2003-02-24 Juanma Barranquero <lektu@terra.es>
15433
15434 * callint.c (fix_command): Declare as static void and move before
15435 Fcall_interactively.
15436
15437 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
15438 (syms_of_xdisp): Don't initialize Qwhen.
15439
15440 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15441
15442 * keyboard.c (cancel_hourglass_unwind): New function.
15443 (command_loop_1): Cancel hourglass with unwind-protect.
15444
15445 2003-02-23 Richard M. Stallman <rms@gnu.org>
15446
15447 * callint.c (fix_command): New subroutine, from Fcall_interactively.
15448 Detect (when ... (region-beginning)) etc.
15449 (Fcall_interactively): Call fix_command.
15450 (Qif, Qwhen): New variables.
15451 (syms_of_callint): Init and staticpro them.
15452
15453 * regex.c (print_partial_compiled_pattern): Output to stderr.
15454
15455 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
15456
15457 * dired.c (directory_files_internal): Don't expand directory.
15458 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
15459 instead. From Lars Hansen <larsh@math.ku.dk>.
15460
15461 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
15462
15463 * fns.c (string_to_multibyte): Remove unused var i.
15464 (Flanginfo): Fix int/Lisp_Object mixup.
15465 (void_call2): New fun.
15466 (Fmap_char_table): Use it in place of call2.
15467
15468 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
15469
15470 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
15471
15472 * keymap.c (copy_keymap_1): Make it static.
15473
15474 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
15475
15476 2003-02-22 David Ponce <david@dponce.com>
15477
15478 * lread.c (Fload): Don't check STRING_MULTIBYTE.
15479
15480 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15481
15482 * process.h: Removed subtty field from struct Lisp_Process.
15483
15484 * process.c (create_process): Remove setting of subtty.
15485 (emacs_get_tty_pgrp): New function.
15486 (Fprocess_running_child_p, process_send_signal):
15487 Call emacs_get_tty_pgrp instead of ioctl.
15488 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
15489
15490 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
15491
15492 * keymap.c (Fdefine_key): Doc fix.
15493
15494 2003-02-21 Juanma Barranquero <lektu@terra.es>
15495
15496 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
15497
15498 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
15499 POLLING_PROBLEM_IN_SELECT.
15500
15501 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
15502 Delete #undef of POLLING_PROBLEM_IN_SELECT.
15503
15504 * s/hpux10-20.h: New file.
15505
15506 * process.c (wait_reading_process_input):
15507 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
15508
15509 2003-02-20 Kenichi Handa <handa@m17n.org>
15510
15511 * fontset.c (check_fontset_name): If NAME is nil, return the
15512 default fontset.
15513 (override_font_info): New function.
15514 (Fset_fontset_font): Document that NAME nil means the default fontset.
15515 (Ffontset_info): If FONTSET is not the default fontset, merge
15516 FONTSET onto the copy of the default fontset, and work on that
15517 copy. Document that NAME nil means the default fontset.
15518 (Ffontset_font): Document that NAME nil means the default fontset.
15519
15520 * process.c (setup_process_coding_systems): If the process's
15521 in/out descriptor is -1, do nothing.
15522
15523 2003-02-19 Andreas Schwab <schwab@suse.de>
15524
15525 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
15526 Add prototypes.
15527
15528 2003-02-19 Kenichi Handa <handa@m17n.org>
15529
15530 * xfaces.c (try_alternative_families): Try all scalable fonts if
15531 Vscalable_fonts_allowed is not Qt.
15532
15533 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15534
15535 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
15536
15537 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15538
15539 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
15540 names.
15541
15542 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
15543 (sorted_font_list): Move allocation of struct font_name to
15544 x_face_list_fonts.
15545 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
15546 (Fx_list_fonts): Set maxnames to -1 to get all font names.
15547
15548 2003-02-18 Kim F. Storm <storm@cua.dk>
15549
15550 * lread.c (read1): Fix last change.
15551 "`" is not always special. Allow "?" after a character constant.
15552
15553 2003-02-18 Andrew Choi <akochoi@shaw.ca>
15554
15555 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
15556
15557 2003-02-18 Andreas Schwab <schwab@suse.de>
15558
15559 * window.c (window_scroll_pixel_based): Move outside a
15560 multi-glyph character before setting new window start.
15561
15562 * xdisp.c (in_display_vector_p): New function.
15563 * dispextern.h (in_display_vector_p): Declare.
15564
15565 2003-02-18 Kim F. Storm <storm@cua.dk>
15566
15567 * lread.c (read1): Fix and relax read syntax.
15568 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
15569 Only recognize "," after dotted-pair dot if inside backquote.
15570 Never include "`" or "," (inside backquote) in a symbol.
15571 Allow dotted-pair dot after a character constant.
15572 Allow "`" and "," (inside backquote) after a character constant.
15573
15574 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15575
15576 * gtkutil.c (xg_tool_bar_expose_callback): New function.
15577 (xg_create_tool_bar): Force style of tool bar to be horizontal with
15578 icons. Set name of tool bar to emacs-toolbar.
15579 (update_frame_tool_bar): Connect expose event to
15580 xg_tool_bar_expose_callback.
15581
15582 2003-02-17 Richard M. Stallman <rms@gnu.org>
15583
15584 * keyboard.c (this_command_key_count_reset): New variable.
15585 Initiatize to 0 where this_command_key_count is set.
15586 (read_char): Save and restore this_command_key_count_reset
15587 around input method code.
15588 (read_char): If this_command_key_count_reset, echo reread commands.
15589 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
15590
15591 2003-02-17 Kenichi Handa <handa@m17n.org>
15592
15593 * fns.c (string_to_multibyte): Always return a multibyte string.
15594
15595 2003-02-16 Jason Rumney <jasonr@gnu.org>
15596
15597 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
15598 Negative max_fonts parameter means list all.
15599
15600 2003-02-14 Dave Love <fx@gnu.org>
15601
15602 * fns.c (Flanginfo): Doc fix.
15603
15604 2003-02-13 Kim F. Storm <storm@cua.dk>
15605
15606 * lread.c (read_escape): Interpret \s as a SPACE character, except
15607 for \s-X in a character constant which still is the super modifier.
15608 (read1): Signal an `invalid read syntax' error if a character
15609 constant is immediately followed by a digit or symbol character.
15610
15611 * search.c (Fmatch_data): Doc fix. Explicitly state that
15612 match-data is undefined if last search failed.
15613
15614 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
15615 All uses changed.
15616
15617 2003-02-12 Juanma Barranquero <lektu@terra.es>
15618
15619 * eval.c (Fdefmacro): Fix typo.
15620
15621 2003-02-12 Kim F. Storm <storm@cua.dk>
15622
15623 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
15624 macro is a string, convert meta modifiers in string when copying
15625 the string into a vector.
15626
15627 2003-02-11 Kim F. Storm <storm@cua.dk>
15628
15629 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
15630
15631 2003-02-11 Kenichi Handa <handa@m17n.org>
15632
15633 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
15634
15635 2003-02-10 Kim F. Storm <storm@cua.dk>
15636
15637 * process.c: Doc fixes.
15638 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
15639
15640 2003-02-10 Kenichi Handa <handa@m17n.org>
15641
15642 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
15643
15644 * process.c (QCfilter_multibyte): New variable.
15645 (setup_process_coding_systems): New function.
15646 (Fset_process_buffer, Fset_process_filter):
15647 Call setup_process_coding_systems.
15648 (Fstart_process): Initialize the member `filter_multibyte' of
15649 struct Lisp_Process.
15650 (create_process): Call setup_process_coding_systems.
15651 (Fmake_network_process): New keyward `:filter-multibyte'.
15652 Initialize the member `filter_multibyte' of struct Lisp_Process.
15653 Call setup_process_coding_systems.
15654 (server_accept_connection): Call setup_process_coding_systems.
15655 (read_process_output): If the process has a filter, decide the
15656 multibyteness of a string to given to the filter by
15657 `filter_multibyte' member of the process. If the process doesn't
15658 have a filter and the result of conversion is unibyte, use
15659 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
15660 multibyte form.
15661 (Fset_process_coding_system): Call setup_process_coding_systems.
15662 (Fset_process_filter_multibyte): New function.
15663 (Fprocess_filter_multibyte_p): New function.
15664 (syms_of_process): Intern and staticpro QCfilter_multibyte.
15665 Defsubr Sset_process_filter_multibyte and
15666 Sprocess_filter_multibyte_p.
15667
15668 * process.h (struct Lisp_Process): New member filter_multibyte.
15669
15670 * lisp.h (setup_process_coding_systems): Add prototype.
15671
15672 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
15673 process, update coding systems for the process.
15674
15675 2003-02-09 Kenichi Handa <handa@m17n.org>
15676
15677 * fns.c (string_to_multibyte): New function.
15678 (Fstring_to_multibyte): New function.
15679 (syms_of_fns): Defsubr it.
15680
15681 2003-02-08 Andreas Schwab <schwab@suse.de>
15682
15683 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
15684 instead of the substitution.
15685
15686 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15687
15688 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
15689
15690 * xmenu.c (menu_position_func): Adjust menu popup position so that
15691 the menu is fully visible.
15692
15693 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15694
15695 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
15696 (x_make_frame_invisible, x_wm_set_icon_position):
15697 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
15698
15699 * xfns.c (x_set_name, x_set_title): Ditto.
15700
15701 2003-02-04 Richard M. Stallman <rms@gnu.org>
15702
15703 * keyboard.c (echo_now): Update before_command_echo_length.
15704 (Freset_this_command_lengths): Reset this_command_key_count etc.
15705 immediately rather than arranging to do it later.
15706 (before_command_key_count_1, before_command_echo_length_1)
15707 (before_command_restore_flag): Vars deleted.
15708 (add_command_key): Don't handle before_command_restore_flag.
15709 (read_char, record_menu_key): Don't update before_command_key_count or
15710 before_command_echo_length.
15711 (read_char): Don't handle before_command_restore_flag.
15712
15713 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
15714 in direct-output clauses if it wouldn't be called in the ordinary case.
15715
15716 2003-02-04 Kim F. Storm <storm@cua.dk>
15717
15718 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
15719
15720 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15721
15722 * gtkutil.c (remove_from_container): Copying list is not needed.
15723 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
15724 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
15725 on list returned from gtk_container_get_children to avoid memory leak.
15726
15727 2003-02-01 Jason Rumney <jasonr@gnu.org>
15728
15729 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
15730 local malloc.
15731 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
15732 definitions in xpm.h.
15733 (init_xpm_functions): New function.
15734 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
15735 (init_external_image_libraries): Try to load libXpm.dll.
15736
15737 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
15738 timestamp.
15739
15740 2003-01-31 Dave Love <fx@gnu.org>
15741
15742 * syntax.c (Fskip_chars_forward)
15743 (open-paren-in-column-0-is-defun-start): Doc fix.
15744
15745 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
15746
15747 * fileio.c: Support // at start of name for Cygwin (just added proper
15748 preprocessor tests).
15749
15750 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
15751
15752 * Makefile.in: Use @EXEEXT@ for Cygwin.
15753
15754 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
15755
15756 * s/cygwin.h: Added for Cygwin port.
15757
15758 2003-01-31 Juanma Barranquero <lektu@terra.es>
15759
15760 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
15761 when including gif_lib.h.
15762 (init_gif_functions, init_tiff_functions): New functions.
15763 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
15764 Windows. Disable color table lookups. Call library functions
15765 through pointers determined at runtime.
15766 (init_external_image_libraries): Try to load libungif.dll and
15767 libtiff.dll.
15768
15769 2003-01-31 Kenichi Handa <handa@m17n.org>
15770
15771 * xdisp.c (SKIP_GLYPHS): New macro.
15772 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
15773
15774 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15775
15776 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
15777
15778 2003-01-30 Dave Love <fx@gnu.org>
15779
15780 * alloc.c (Vgc_elapsed, gcs_done): New variables.
15781 (Fgarbage_collect): Use them.
15782 (init_alloc, syms_of_alloc): Set them up.
15783
15784 2003-01-30 Juanma Barranquero <lektu@terra.es>
15785
15786 * w32fns.c (init_external_image_libraries): Add missing operator.
15787
15788 2003-01-29 Jason Rumney <jasonr@gnu.org>
15789
15790 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
15791 an alternative name for jpeg.dll.
15792
15793 2003-01-29 Kenichi Handa <handa@m17n.org>
15794
15795 * xdisp.c (set_cursor_from_row): Pay attention to string display
15796 properties.
15797
15798 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
15799
15800 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
15801 <escape>.
15802 (keycode_to_xkeysym_table): Reformat and add more comments.
15803 (XTread_socket): Drop special case for backspace.
15804
15805 2003-01-28 Andrew Choi <akochoi@shaw.ca>
15806
15807 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
15808 values in old-style RGB specs.
15809
15810 2003-01-27 Juanma Barranquero <lektu@terra.es>
15811
15812 * w32fns.c (init_external_image_libraries): Try alternate names for the
15813 jpeg dll.
15814
15815 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15816
15817 * gtkutil.c (create_dialog, xg_separator_p)
15818 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
15819 before calling strcmp or strlen.
15820
15821 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15822
15823 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
15824 and handle image load failure.
15825
15826 2003-01-26 Jason Rumney <jasonr@gnu.org>
15827
15828 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
15829 New functions.
15830 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
15831 Disable color table lookups. Call jpeg library functions
15832 through pointers determined at runtime.
15833 (init_external_image_libraries): Try to load jpeg.dll.
15834
15835 2003-01-25 Richard M. Stallman <rms@gnu.org>
15836
15837 * lisp.h: Declare format2 instead of format1.
15838
15839 * fileio.c (barf_or_query_if_file_exists):
15840 Call format2 instead of format1.
15841
15842 * editfns.c (format2): New function, replaces format1
15843 but takes exactly two Lisp Objects as format args.
15844
15845 * buffer.c (Fkill_buffer): Call format2 instead of format1.
15846
15847 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15848
15849 * xterm.h: Change to return value of x_dispatch_event to int.
15850
15851 * xterm.c (x_filter_event): New function.
15852 (event_handler_gdk, XTread_socket): Call x_filter_event.
15853 (x_dispatch_event): Change to return value of finish.
15854 (event_handler_gdk): Use return value from x_dispatch_event.
15855
15856 * xfns.c (x_window): Call create_frame_xic for GTK version to
15857 initialize input methods.
15858
15859 * gtkutil.h: Add (void) prototypes.
15860
15861 * gtkutil.c (create_menus): Remove code that puts the help menu to
15862 the right.
15863
15864 2003-01-25 Jason Rumney <jasonr@gnu.org>
15865
15866 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
15867 [HAVE_PNG]: Sync with xfns.c version.
15868 (png_load): Adjust colors for Windows. Use Windows
15869 bitmaps. Disable color table lookups.
15870 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
15871 (init_png_functions): New function.
15872 (png_read_from_memory, png_load): Call png library functions
15873 through pointers determined at runtime.
15874 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
15875 (init_external_image_libraries): New function.
15876 (init_xfns): Call it.
15877
15878 2003-01-24 Andreas Schwab <schwab@suse.de>
15879
15880 * minibuf.c (Fminibuffer_message): Verify type of parameter.
15881
15882 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15883
15884 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
15885 of static initializer.
15886
15887 2003-01-24 Dave Love <fx@gnu.org>
15888
15889 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
15890 architectures.
15891
15892 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
15893 Use __alignof__.
15894
15895 2003-01-24 Kenichi Handa <handa@m17n.org>
15896
15897 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
15898 It it is nonzero, don't pretend that an invisible area doesn't exist.
15899 (command_loop_1): Call adjust_point_for_property with proper
15900 second arg.
15901
15902 2003-01-22 Jason Rumney <jasonr@gnu.org>
15903
15904 Sync changes with xterm.c and xfns.c.
15905
15906 * w32term.c (x_draw_glyph_string_foreground)
15907 (x_draw_composite_glyph_string_foreground): Implement overstriking.
15908
15909 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
15910 phys_cursor's hpos is overwritten. This is still not completely
15911 correct, as it doesn't really make sense to use hpos at all to
15912 get the cursor glyph (as that is relative to the width of the
15913 characters on the line, which may have changed during the update).
15914
15915 * w32term.c (notice_overwritten_cursor): Handle the special case
15916 of the cursor being in the first blank non-text line at the
15917 end of a window.
15918
15919 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
15920 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
15921 Compute from the x position returned by x_draw_glyphs.
15922
15923 (x_display_and_set_cursor): Don't set phys_cursor_width here,
15924 except for NO_CURSOR and system caret, to make phys_cursor_width
15925 contain what its name suggests.
15926 (notice_overwritten_cursor): Consider the cursor image erased if
15927 the output area intersects the cursor image in y-direction.
15928
15929 * w32term.c (note_mode_line_or_margin_highlight): Rename from
15930 note_mode_line_highlight and extend.
15931
15932 * w32term.c (last_window): New variable.
15933 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
15934 (note_mouse_movement): Remove reimplemented code in #if 0.
15935
15936 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
15937 not update_mode_lines, and always set it to 1.
15938
15939 2003-01-21 Jason Rumney <jasonr@gnu.org>
15940
15941 * w32fns.c (IDC_HAND): Define it if system headers don't.
15942
15943 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
15944
15945 * w32term.h (struct w32_output): New member hand_cursor.
15946 (WM_EMACS_SETCURSOR): New message definition.
15947
15948 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
15949 function w32_define_cursor.
15950 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
15951 position, change member name output_data.x to output_data.w32 and
15952 add function w32_define_cursor.
15953 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
15954 and change member name output_data.x to output_data.w32.
15955 (w32_initialize_display_info):
15956 Setup dpyinfo->vertical_scroll_bar_cursor.
15957
15958 * w32fns.c (Vx_hand_shape): New variable.
15959 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
15960 WM_EMACS_SETCURSOR.
15961 (x-create-frame): Setup Cursor types.
15962
15963 2003-01-21 David Ponce <david@dponce.com>
15964
15965 * w32term.c (w32_encode_char): For DIM=1 charset, set
15966 ccl->reg[2] to -1 before calling ccl_driver.
15967 (Sync. with xterm.c x_encode_char change by Kenichi Handa
15968 <handa@m17n.org> on 2002-09-30.)
15969 (w32_draw_relief_rect): Declare all args.
15970 (w32_define_cursor): New.
15971
15972 * w32fns.c (w32_load_cursor): New function.
15973 (w32_init_class): Use it.
15974 (x_put_x_image): Declare all args.
15975
15976 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
15977
15978 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
15979
15980 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15981
15982 * gtkutil.c: Must include stdio.h before termhooks.h
15983
15984 2003-01-21 Dave Love <fx@gnu.org>
15985
15986 * alloc.c (Fgc_status): Print zombie list.
15987 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
15988 Fix assignment of zombies.
15989 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
15990 Don't take car of non-cons.
15991
15992 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15993
15994 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15995
15996 2003-01-20 David Ponce <david@dponce.com>
15997
15998 * w32menu.c (digest_single_submenu): Declare all args.
15999
16000 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
16001 changes in xmenu.c:
16002
16003 (parse_single_submenu): Use individual keymap's prompt
16004 string as pane name, if there is one.
16005 (set_frame_menubar): Save menu_items_n_panes from each call to
16006 parse_single_submenu and use it when calling digest_single_submenu.
16007
16008 2003-01-20 Steven Tamm <steventamm@mac.com>
16009
16010 * macterm.c (XTread_socket): Check for valid, visible window
16011 before sending a scroll-wheel event.
16012
16013 2003-01-20 Richard M. Stallman <rms@gnu.org>
16014
16015 * xdisp.c (redisplay_window): If mini window's buffer is not
16016 a minibuffer, then redisplay it like other windows.
16017
16018 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16019
16020 * gtkutil.c (xg_create_frame_widgets): Check if there is an
16021 external tool bar before setting tool bar height.
16022
16023 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16024
16025 * xterm.c (handle_one_xevent): Surround popup_activated
16026 with #ifdef:s for non-toolkit version.
16027
16028 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
16029 (gtkutil.o): New file.
16030 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
16031 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
16032
16033 * gtkutil.c: New file for GTK version.
16034
16035 * gtkutil.h: New file for GTK version.
16036
16037 * xterm.h: Add xt_or_gtk_widget.
16038 Include gtk files for USE_GTK.
16039 (struct x_output): Add toolbar_height.
16040 (struct x_output): Add GTK widgets and Gdk size_hints.
16041 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
16042 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
16043 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
16044
16045 * xterm.c: Include gtkutil.h for USE_GTK.
16046 (free_frame_menubar): Declare extern void for USE_GTK.
16047 (note_mouse_highlight): Check popup_activated for USE_GTK.
16048 (xt_action_hook): Don't compile if USE_GTK.
16049 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
16050 (xg_scroll_callback): New function.
16051 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
16052 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
16053 for USE_GTK.
16054 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
16055 xg_show_scroll_bar for USE_GTK.
16056 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
16057 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
16058 (event_handler_gdk): New function for USE_GTK.
16059 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
16060 (handle_one_xevent): Make sure widget is mapped before
16061 calling x_real_positions for USE_GTK.
16062 (XTread_socket): Add GTK event loop for USE_GTK.
16063 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
16064 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
16065 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
16066 (x_iconify_frame): Add code for USE_GTK.
16067 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
16068 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
16069 is in gtkutil.c.
16070 (x_term_init): Add initialization for GTK.
16071 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
16072
16073 * xmenu.c: Include gtkutil.h for USE_GTK.
16074 (Fx_popup_menu): Use current position if x and y is NIL.
16075 (single_menu_item, single_menu_item, Fx_popup_dialog):
16076 Check for USE_GTK.
16077 (popup_widget_loop): New function for USE_GTK.
16078 (x_activate_menubar): Add code for USE_GTK.
16079 (popup_activate_callback, popup_deactivate_callback)
16080 (menu_highlight_callback, menubar_selection_callback):
16081 Add USE_GTK versions.
16082 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
16083 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
16084 (free_frame_menubar): Only compile if not USE_GTK. GTK version
16085 is in gtkutil.c.
16086 (popup_selection_callback): New version for USE_GTK.
16087 (create_and_show_popup_menu): New fuction, one USE_GTK version and
16088 one USE_X_TOOLKIT version.
16089 (xmenu_show): Call create_and_show_popup_menu.
16090 (dialog_selection_callback): New version for USE_GTK.
16091 (create_and_show_dialog): New fuction, one USE_GTK version and
16092 one USE_X_TOOLKIT version.
16093 (xdialog_show): Call create_and_show_dialog.
16094
16095 * xfns.c: Include gtkutil for USE_GTK.
16096 (x_window_to_frame, x_any_window_to_frame)
16097 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
16098 (x_top_window_to_frame): Add code for USE_GTK.
16099 (x_set_background_color): Call xg_set_background_color for GTK.
16100 (x_set_menu_bar_lines): Check for USE_GTK.
16101 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
16102 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
16103 (x_window): Call xg_create_frame_widgets for USE_GTK.
16104 (Fx_create_frame): Check for USE_GTK
16105 (Fx_file_dialog): New implementation for USE_GTK.
16106
16107 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
16108 (update_menu_bar): Add check for USE_GTK.
16109 (update_tool_bar): Add check for USE_GTK and external tool bar.
16110 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
16111 (redisplay_internal): Add check for USE_GTK and popup_activated.
16112 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
16113 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
16114 (display_menu_bar): Add check for USE_GTK
16115
16116 * lisp.h (Vx_resource_name): Declare extern.
16117
16118 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
16119 for USE_GTK.
16120 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
16121
16122 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
16123 (FRAME_EXTERNAL_TOOL_BAR): New macro.
16124 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
16125
16126 * fileio.c (Fread_file_name): Add check for USE_GTK.
16127
16128 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
16129 Add check for USE_GTK.
16130
16131 * config.in: Added HAVE_GTK
16132
16133 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
16134
16135 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
16136
16137 * charset.h (Funibyte_char_to_multibyte): Export.
16138
16139 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16140
16141 * xmenu.c (mouse_position_for_popup): New function.
16142 (Fx_popup_menu): Call mouse_position_for_popup for X and
16143 mouse_position_hook for others.
16144
16145 2003-01-17 Kim F. Storm <storm@cua.dk>
16146
16147 * editfns.c (Finsert): Mention `string-make-multibyte' and
16148 `string-as-multibyte' in doc string.
16149
16150 2003-01-17 Kenichi Handa <handa@m17n.org>
16151
16152 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
16153
16154 * editfns.c (Fformat): Convert an unibyte char argument that is
16155 formatted by "%c" to multibyte if the total result must be a
16156 multibyte string.
16157
16158 2003-01-16 Kim F. Storm <storm@cua.dk>
16159
16160 * process.c (set-process-filter): Document unibyte/multibyte-ness
16161 of string argument.
16162
16163 2003-01-16 Kenichi Handa <handa@m17n.org>
16164
16165 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
16166
16167 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
16168 (re_search_2): Likewise.
16169
16170 2003-01-15 Kenichi Handa <handa@m17n.org>
16171
16172 * xdisp.c (message_dolog): Fix bug of the case that *Message*
16173 buffer is unibyte.
16174
16175 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
16176
16177 * fns.c (Fsubstring): Clarify doc string.
16178
16179 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
16180 (Fprevious_char_property_change)
16181 (Fnext_single_char_property_change)
16182 (Fprevious_single_char_property_change, Fnext_property_change)
16183 (Fnext_single_property_change, Fprevious_property_change)
16184 (Fprevious_single_property_change, Fadd_text_properties)
16185 (Fput_text_property, Fset_text_properties)
16186 (Fremove_text_properties, Fremove_list_of_text_properties)
16187 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
16188
16189 2003-01-14 Kim F. Storm <storm@cua.dk>
16190
16191 * process.h (struct Lisp_Process): New member plist replaces old
16192 member private_vars. All uses changed.
16193
16194 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
16195 (QCplist): Rename from QCvars. Change all uses.
16196 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
16197 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
16198 (syms_of_process): Intern, staticpro, defsubr these.
16199 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
16200
16201 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
16202
16203 * m/delta.h: Remove (obsolete).
16204
16205 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
16206
16207 * fileio.c (Fdelete_directory, Fdelete_file): Document the
16208 behaviour in front of symlinks.
16209 (Fdelete_file): Raise an error on directories.
16210
16211 2003-01-13 Dave Love <fx@gnu.org>
16212
16213 * fns.c (Freverse): Use QUIT.
16214
16215 2003-01-13 Richard M. Stallman <rms@gnu.org>
16216
16217 * minibuf.c (minibuffer_completion_contents):
16218 Error if point is inside prompt.
16219
16220 * keyboard.c (command_loop_1): Don't redisplay directly
16221 if there's a post-command-hook.
16222
16223 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
16224 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
16225
16226 2003-01-12 Kim F. Storm <storm@cua.dk>
16227
16228 * process.h (struct Lisp_Process): New member private_vars.
16229
16230 * process.c (QCvars): New variable.
16231 (syms_of_process): Intern and staticpro it.
16232 (Fset_process_contact): Removed function.
16233 (Fprocess_variable, Fset_process_variable): New functions.
16234 (syms_of_process): Defsubr them.
16235 (Fstart_process): Initialize private_vars plist to nil.
16236 (Fmake_network_process): New arg :vars to setup the private
16237 variables for new network process.
16238 (server_accept_connection): Copy server's private variables to
16239 client process.
16240
16241 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
16242 crashes). Code rewritten and simplified. Now directly aligns the
16243 pointer and recalculates pure_bytes_used, rather than aligning the
16244 size and adjusting the pointer.
16245
16246 2003-01-11 Kim F. Storm <storm@cua.dk>
16247
16248 * process.c (Fset_process_contact): New function.
16249 (syms_of_process): defsubr it.
16250 (make-network-process): Update doc.
16251
16252 2003-01-10 Andreas Schwab <schwab@suse.de>
16253
16254 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
16255 Reported by Berthold Gunreben <b.gunreben@web.de>.
16256
16257 2003-01-10 Dave Love <fx@gnu.org>
16258
16259 * composite.c (syms_of_composite): Make composition_hash_table weak.
16260
16261 2003-01-09 Kim F. Storm <storm@cua.dk>
16262
16263 * process.c (Fmake_network_process): Convert new port number
16264 to host byte order for `:service t' case. From Mario Lang.
16265
16266 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16267
16268 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
16269 instead of XtAppProcessEvent.
16270
16271 * xterm.c (handle_one_xevent): New function.
16272 (x_dispatch_event): New function.
16273 (XTread_socket): Call handle_one_xevent.
16274
16275 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
16276
16277 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
16278 call XQueryPointer to get coordinates.
16279 (popup_get_selection): Do not set popup_activated_flag to zero,
16280 let popup_deactivate_callback do that. Needed for Motif.
16281 Call x_dispatch_event instead of XtDispatchEvent.
16282 (xmenu_show): Calculate root coordinate from frame top/left position.
16283
16284 2003-01-08 Kim F. Storm <storm@cua.dk>
16285
16286 * process.c (server_accept_connection): Fix recording of new
16287 connection's local address in :local property of contact info.
16288 (Fmake_network_process): Record local network address for new
16289 client processes in :local property of contact info.
16290 (format-network-address): Add arg OMIT-PORT. Change callers.
16291
16292 2003-01-07 Dave Love <fx@gnu.org>
16293
16294 * Makefile.in (fns.o): Depend on coding.h.
16295
16296 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
16297
16298 * minibuf.c (Fread_variable): Doc fix.
16299
16300 * eval.c (Fuser_variable_p): Doc change. For custom variables,
16301 use the same test as for custom-variable-p.
16302
16303 2003-01-05 Richard M. Stallman <rms@gnu.org>
16304
16305 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
16306 Count LAST_LINE_MISFIT in scroll margin for end of window.
16307 Move label too_near_end before setting SCROLL_MARGIN_POS.
16308 Set LAST_LINE_MISFIT before jumping there.
16309
16310 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
16311 scroll_conservatively case. If scrolling that much doesn't change
16312 STARTP, move it down one line.
16313
16314 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
16315 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
16316
16317 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
16318 selected frame.
16319
16320 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
16321 (syms_of_keymap): Staticpro them.
16322 (Fapropos_internal): Initialize them and clear them out.
16323 Don't GCPRO them.
16324
16325 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
16326 Doc fixes.
16327
16328 * lisp.h: New misc type Lisp_Save_Value.
16329 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
16330 (XSAVE_VALUE): New macro.
16331 (struct Lisp_Save_Value): New data type.
16332 (union Lisp_Misc): Add u_save_value alternative.
16333 (make_save_value): Declare.
16334
16335 * alloc.c (make_save_value): New function.
16336
16337 * xterm.c (x_catch_errors): Save dpy using make_save_value.
16338 (x_catch_errors_unwind): Call XSync.
16339
16340 2003-01-01 Richard M. Stallman <rms@gnu.org>
16341
16342 * window.c (window_scroll_pixel_based): Partially undo last change.
16343
16344 * keyboard.c (command_loop_1): Call adjust_point_for_property
16345 in direct action cases for Qforward_char and Qbackward_char.
16346 Set already_adjusted so it won't be done twice.
16347
16348 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
16349
16350 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
16351 type definition of size_t.
16352
16353 2003-01-02 Steven Tamm <steventamm@mac.com>
16354
16355 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
16356 distinguish Carbon GUI builds from X11 builds on darwin.
16357
16358 2002-12-30 Steven Tamm <steventamm@mac.com>
16359
16360 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
16361 to default to t.
16362
16363 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
16364
16365 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
16366
16367 2002-12-28 Steven Tamm <steventamm@mac.com>
16368
16369 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
16370 allow building in a different directory than source. Uses some
16371 GNU Make extensions, but there is no other make on Mac OS X.
16372
16373 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
16374
16375 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
16376 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
16377 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
16378 (Fstring_to_number): Mention the returned value in the doc strings.
16379
16380 2002-12-23 Richard M. Stallman <rms@gnu.org>
16381
16382 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
16383 <scroll-down-aggressively>: Doc fix.
16384
16385 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
16386 string as pane name, if there is one.
16387 (set_frame_menubar): Save menu_items_n_panes from each call to
16388 parse_single_submenu and use it when calling digest_single_submenu.
16389
16390 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
16391 Don't try to make last line fully visible if it is past end of window.
16392
16393 2002-12-22 Steven Tamm <steventamm@mac.com>
16394
16395 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
16396 (mac_menu_show): Add support for hierarchical popup menus.
16397 (add_menu_item): Remove indentation support.
16398 (fill_submenu, fill_menu): Create hierarchical menus
16399 instead of using indentation.
16400
16401 2002-12-22 Richard M. Stallman <rms@gnu.org>
16402
16403 * xdisp.c (try_cursor_movement): Don't call try_window here.
16404 (redisplay_window): Never redisplay minibuffer when inactive.
16405
16406 * window.c (select_window_1): Undo 9/21 change.
16407
16408 2002-12-22 Steven Tamm <steventamm@mac.com>
16409
16410 * macterm.c (XTread_socket): Call KeyTranslate for control and
16411 meta to deal correctly shifted non-alpha characters, like C-S-5
16412 being treated like C-%. Do not look for shift key to deal
16413 with masking off control-key with mac-reverse-ctrl-meta.
16414
16415 2002-12-21 Richard M. Stallman <rms@gnu.org>
16416
16417 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
16418 If it is non-nil, run timers. Use an unwind-protect to requeue
16419 the events that were read ahead.
16420 (popup_get_selection_unwind): New subroutine.
16421 (popup_get_selection_queue): File-scope variable now holds that queue.
16422 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
16423 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
16424 Use an unwind-protect to pop down the dialog box.
16425 (xdialog_show_unwind): New subroutine implements that.
16426
16427 * xdisp.c (row_containing_pos): Change exit test using last_y.
16428 (try_window_id): Abort if row_containing_pos returns null.
16429
16430 * lread.c (load_error_handler): New function.
16431 (Fload): Handle errors in Fsubstitute_in_file_name.
16432 Don't expect Fsignal to return.
16433
16434 * eval.c: Errors and throws work right with interrupt blocking.
16435 (struct catchtag): New elt interrupt_input_blocked.
16436 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
16437 (internal_catch, Fcondition_case, internal_condition_case)
16438 (internal_condition_case_1, internal_condition_case_2): Save it.
16439 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
16440
16441 * editfns.c (Fformat): Add parens.
16442
16443 * dired.c (file_name_completion): Fix that change.
16444 Delete special quit-handling code; just use QUIT.
16445
16446 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
16447
16448 * dired.c (file_name_completion): Close directory on error
16449 just as in directory_files_internal.
16450
16451 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
16452
16453 * window.c (Fset_window_configuration): Set old_point to correct
16454 value when new_current_buffer == current_buffer.
16455
16456 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
16457
16458 Revisited my earlier fix for the following entry in etc/PROBLEMS:
16459 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
16460 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
16461
16462 These changes were in part based upon suggestions made by Peter
16463 'Luna' Runestig [peter@runestig.com].
16464
16465 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
16466 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
16467 (g_b_init_get_sid_identifier_authority ): Add several static
16468 global variables.
16469
16470 * w32.c (globals_of_w32): New function. Used to initialize those
16471 global variables that must always be initialized on startup even
16472 when the global variable initialized is non zero. Its primary
16473 purpose at this time is to set the global variables
16474 g_b_init_is_windows_9x, g_b_init_open_process_token,
16475 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
16476 g_b_init_get_sid_identifier_authority to 0 on startup.
16477 Called from main.
16478
16479 * w32.c (is_windows_9x): Perform initialization only if
16480 g_b_init_is_windows_9x is equal to 0. On initialization set
16481 g_b_init_is_windows_9x equal to 1.
16482
16483 * w32.c (open_process_token): Perform initialization only if
16484 g_b_init_open_process_token is equal to 0. On initialization set
16485 g_b_init_open_process_token equal to 1.
16486
16487 * w32.c (get_token_information): Perform initialization only if
16488 g_b_init_get_token_information is equal to 0. On initialization
16489 set g_b_init_get_token_information equal to 1.
16490
16491 * w32.c (lookup_account_sid): Perform initialization only if
16492 g_b_init_lookup_account_sid is equal to 0. On initialization
16493 set g_b_init_lookup_account_sid equal to 1.
16494
16495 * w32.c (get_sid_identifier_authority): Perform initialization
16496 only if g_b_init_get_sid_identifier_authority is equal to 0.
16497 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
16498
16499 * w32fns.c (globals_of_w32fns): New function. Used to initialize
16500 those global variables that must always be initialized on startup
16501 even when the global variable initialized is non zero.
16502 Its primary purpose at this time is to initialize the global variable
16503 track_mouse_event_fn.
16504
16505 * w32fns.c (w32_wnd_proc): Remove initialization of
16506 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
16507
16508 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
16509
16510 * w32menu.c (globals_of_w32menu): New function. Used to
16511 initialize those global variables that must always be initialized
16512 on startup even when the global variable initialized is non zero.
16513 Its primary purpose at this time is to initialize the global
16514 variables get_menu_item_info and set_menu_item_info.
16515
16516 * w32menu.c (initialize_frame_menubar): Remove initialization of
16517 get_menu_item_info and set_menu_item_info.
16518
16519 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
16520
16521 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
16522 Declare them.
16523
16524 * emacs.c (main): Call globals_of_w32 prior to calling
16525 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
16526 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
16527 is defined.
16528
16529 * w32term.c (x_update_window_begin): Fix Windows API error
16530 detected by BoundsChecker. Test to determine if
16531 w32_system_caret_hwnd is NULL prior to attempting to use
16532 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
16533
16534 * w32term.c (x_update_window_end): Fix Windows API error
16535 detected by BoundsChecker. Test to determine if
16536 w32_system_caret_hwnd is NULL prior to attempting to use
16537 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
16538
16539 2002-12-17 Kenichi Handa <handa@m17n.org>
16540
16541 * coding.c (coding_system_require_warning): New variable.
16542 (syms_of_coding): DEFVAR it.
16543
16544 * coding.h (coding_system_require_warning): Extern it.
16545
16546 * fileio.c (choose_write_coding_system): Even if
16547 Vcoding_system_for_write is non-nil, if
16548 coding_system_require_warning is nonzero, call
16549 Vselect_safe_coding_system_function.
16550
16551 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
16552
16553 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
16554 (lisp): Add font-core.
16555
16556 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
16557
16558 * textprop.c (text_read_only): New arg `propval'.
16559 (get_char_property_and_overlay): Remove unused var `next_overlay'.
16560 (verify_interval_modification): Use text_read_only's new arg.
16561
16562 2002-12-13 Kenichi Handa <handa@m17n.org>
16563
16564 * coding.c (Funencodable_char_position): Set pend correctly.
16565
16566 2002-12-12 Jason Rumney <jasonr@gnu.org>
16567
16568 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
16569 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
16570 Be more careful about when help_events are generated.
16571
16572 2002-12-12 Steven Tamm <steventamm@mac.com>
16573
16574 * macterm.c (mac_check_for_quit_char): Correctly set the
16575 modifiers of the event to 0.
16576 * mac.c (sys_select): Duplicate rfds before calling select to
16577 ensure that rfds survive the while loop.
16578
16579 2002-12-11 Kim F. Storm <storm@cua.dk>
16580
16581 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
16582 row_containing_pos returned NULL.
16583
16584 2002-12-10 Steven Tamm <steventamm@mac.com>
16585
16586 * mac.c (sys_read): Fix sys_read to not call select if IO is
16587 non-blocking.
16588 (sys_select): Fix sys_select to not use a timeout larger than
16589 the one given.
16590
16591 2002-12-10 Juanma Barranquero <lektu@terra.es>
16592
16593 * editfns.c (Fformat): Use alloca, not _alloca.
16594
16595 2002-12-09 Richard M. Stallman <rms@gnu.org>
16596
16597 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
16598 as the last thing.
16599
16600 2002-12-09 Dave Love <fx@gnu.org>
16601
16602 * s/sol2-8.h: Removed. (Not necessary.)
16603
16604 2002-12-09 Matthew Swift <swift@alum.mit.edu>
16605
16606 * editfns.c (Fformat): Handle precision in string conversion
16607 specifiers like libc functions do (ie, print at most that many
16608 characters).
16609
16610 2002-12-08 Richard M. Stallman <rms@gnu.org>
16611
16612 * xdisp.c (row_containing_pos): Check more carefully
16613 whether charpos is really in the row before returning it.
16614
16615 2002-12-07 Steven Tamm <steventamm@mac.com>
16616
16617 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
16618
16619 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
16620 each stack frame. This may change as it could be time consuming.
16621
16622 * macterm.c (mac_check_for_quit_char, quit_char_comp)
16623 (init_quit_char_handler, mac_determine_quit_char_modifiers)
16624 (mac_initialize): Add code to check for pressing of quit_char
16625 in the OS event queue.
16626
16627 * mac.c (sys_select): Call mac_check_for_quit_char every second
16628 while blocking on select.
16629
16630 * mac.c (sys_read): Use sys_select to test for input first
16631 before calling read, to allow C-g to break.
16632
16633 2002-12-07 Richard M. Stallman <rms@gnu.org>
16634
16635 * minibuf.c (Fcompleting_read): Doc fix.
16636
16637 * lread.c (syms_of_lread) <load-history>: Doc fix.
16638
16639 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
16640
16641 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
16642 autoload.
16643
16644 * data.c (Fdefalias): Record in load-history redefining an autoload.
16645
16646 * alloca.c: Undo ifdef change accidentally made on 12-04.
16647
16648 2002-12-06 Francesco Potorti` <pot@gnu.org>
16649
16650 * xfns.c (png_load): Avoid double gamma correction for PNG images.
16651
16652 2002-12-04 Richard M. Stallman <rms@gnu.org>
16653
16654 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
16655
16656 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
16657
16658 * alloca.c: Don't use #error.
16659
16660 2002-12-03 Dave Love <fx@gnu.org>
16661
16662 * buffer.c (Qucs_set_table_for_input): New.
16663 (Fget_buffer_create): Use it.
16664 (Qset_buffer_major_mode_hook): Deleted.
16665 (Fset_buffer_major_mode): Revert previous change.
16666 (init_buffer_once): Intern ucs-set-table-for-input.
16667 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
16668 Add &Qucs_set_table_for_input.
16669
16670 2002-12-03 Andreas Schwab <schwab@suse.de>
16671
16672 * callint.c (Fcall_interactively): Use next_event only if less
16673 than key_count.
16674
16675 2002-12-02 Andrew Choi <akochoi@shaw.ca>
16676
16677 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
16678 names to 255 characters.
16679
16680 * macterm.c (XTread_socket): If all frames have been collapsed,
16681 expand the first one before handling drag-and-drop events.
16682
16683 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
16684 which is detected by autoconf.
16685
16686 2002-12-01 Steven Tamm <steventamm@mac.com>
16687
16688 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
16689 offset in two hints table to allow prebinding to be redone and
16690 allow the executable to be stripped.
16691
16692 2002-11-29 Dave Love <fx@gnu.org>
16693
16694 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
16695 already provided.
16696
16697 2002-11-29 Richard M. Stallman <rms@gnu.org>
16698
16699 * xdisp.c (start_display): Check more intelligently for
16700 whether the line is continued.
16701 (move_it_vertically_backward): Clear it->continuation_lines_width.
16702
16703 2002-11-28 Dave Love <fx@gnu.org>
16704
16705 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
16706 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
16707
16708 2002-11-27 Steven Tamm <steventamm@mac.com>
16709
16710 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
16711 more descriptive error output from lread.c:Fload upon most require
16712 cycles during boostrapping.
16713
16714 2002-11-27 Jason Rumney <jasonr@gnu.org>
16715
16716 * fileio.c (Finsert_file_contents): Give a more appropriate error
16717 for files bigger than 2Gb when off_t is 32 bit.
16718
16719 * dired.c (Ffile_attributes): Don't return negative file sizes for
16720 files bigger than 2Gb when off_t is 32 bit.
16721
16722 2002-11-27 Dave Love <fx@gnu.org>
16723
16724 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
16725
16726 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
16727 Test GETPGRP_VOID instead.
16728 [BSD_TERMIOS]: Remove definitions (never used).
16729
16730 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
16731 Don't define.
16732 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
16733
16734 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
16735
16736 2002-11-25 Jason Rumney <jasonr@gnu.org>
16737
16738 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
16739 supported.
16740
16741 2002-11-25 Dave Love <fx@gnu.org>
16742
16743 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
16744
16745 * Makefile.in (TEMACS_LDFLAGS): Update last change.
16746
16747 2002-11-25 Andreas Schwab <schwab@suse.de>
16748
16749 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
16750
16751 2002-11-24 Steven Tamm <steventamm@mac.com>
16752
16753 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
16754 determine the size of pointers alloced in unexed space instead
16755 of using possibly invalid emacs_zone pointers. This fixes the
16756 binary incompatibility problems caused by updates to libSystem.B.
16757
16758 2002-11-24 Richard M. Stallman <rms@gnu.org>
16759
16760 * search.c (Fstring_match): Doc fix.
16761
16762 * callint.c (Fcall_interactively): If a command fails because
16763 `*' detects a read-only buffer, but RECORD_FLAG is set,
16764 record it anyway if the args don't actually do tty input.
16765
16766 2002-11-22 Dave Love <fx@gnu.org>
16767
16768 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
16769
16770 * keyboard.c (interrupt_signal): Provide forward declaration.
16771 (kbd_buffer_store_event): Don't declare interrupt_signal.
16772
16773 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
16774
16775 2002-11-21 Richard M. Stallman <rms@gnu.org>
16776
16777 * eval.c (interactive_p): Skip any number of bytecode
16778 and special form frames, in any order.
16779
16780 2002-11-20 Jason Rumney <jasonr@gnu.org>
16781
16782 * w32fns.c (convert_mono_to_color_image): New function.
16783 (xbm_load, xbm_load_image): Use it when foreground or background
16784 is explicitly set.
16785
16786 2002-11-19 Dave Love <fx@gnu.org>
16787
16788 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
16789
16790 2002-11-18 Jason Rumney <jasonr@gnu.org>
16791
16792 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
16793 (XPutPixel): Swap blue and red.
16794 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
16795 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
16796 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
16797 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
16798
16799 2002-11-18 Dave Love <fx@gnu.org>
16800
16801 * m/orion105.h (HAVE_ALLOCA): Don't define.
16802
16803 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
16804
16805 * m/intel386.h: Don't include alloca.h or define alloca.
16806
16807 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
16808 malloc, realloc, calloc.
16809
16810 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
16811 (bcmp): Don't define.
16812
16813 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
16814
16815 * m/amdahl.h: Don't define LIB_STANDARD.
16816
16817 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
16818
16819 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
16820
16821 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
16822 Don't include alloca.h.
16823
16824 * s/aix3-2.h (HAVE_FSYNC): Don't define.
16825
16826 * regex.c (_GNU_SOURCE): Don't define.
16827
16828 * process.c (_GNU_SOURCE): Don't define.
16829
16830 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
16831
16832 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
16833
16834 * s/sol2-8.h: Include sol2-6.h.
16835
16836 2002-11-18 Miles Bader <miles@gnu.org>
16837
16838 * dispextern.h (struct face): Add `overstrike' field.
16839 * xterm.c (x_draw_glyph_string_foreground)
16840 (x_draw_composite_glyph_string_foreground): Implement overstriking.
16841 * xfaces.c (load_face_font): Set `face->overstrike' based on
16842 result from choose_face_font.
16843 (best_matching_font, choose_face_font): Add `needs_overstrike'
16844 argument, and use it to return whether overstriking is desirable
16845 for this face/font combo.
16846 (set_font_frame_param: Pass new argument to choose_face_font.
16847
16848 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
16849
16850 This change is my fix for the following entry in etc/PROBLEMS:
16851 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
16852 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
16853
16854 * w32.c: Added wrapper functions around the win32 API functions
16855 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
16856 GetSidIdentifierAuthority. These wrapper functions serve two
16857 purposes:
16858 1. They ensure that the wrapped function can never be called
16859 when Emacs is running on an operating system on which they are
16860 not supported (Microsoft Windows 95 / 98 / ME).
16861 2. They call the wrapped functions via function pointers rather
16862 than calling them directly. This avoids taking advantage of the
16863 undocumented fact that although these functions are not supported
16864 in the 9x branch of Microsoft Windows, the functions do exist in
16865 the version of advapi32.dll that is found in the 9x branch of
16866 Microsoft Windows.
16867
16868 * w32.c (init_user_info): Replace the calls to the win32 API
16869 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
16870 and GetSidIdentifierAuthority with calls to the newly added
16871 wrapper functions.
16872
16873 * w32.h: Added extern declarations for the following functions:
16874 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
16875 syms_of_w32menu, and void syms_of_fontset.
16876
16877 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
16878 function pointer track_mouse_event_fn in the handler for the
16879 WM_SETFOCUS message.
16880
16881 * w32menu.c (initialize_frame_menubar): Add code to
16882 reinitialize the function pointers set_menu_item_info and
16883 get_menu_item_info.
16884
16885 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
16886
16887 * sound.c: Added a partial implementation of play-sound-internal
16888 for Microsoft Windows. Added various #ifdef / #else / #endif
16889 code blocks to separate the code that will compile under
16890 Microsoft Windows from the code that is specific to GNU/Linux.
16891 Moved several blocks of code around to make this separation of code
16892 into Windows compatible and GNU/Linux compatible code blocks easier.
16893
16894 * makefile.w32-in: Include sound.c and link with WinMM.lib.
16895
16896 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
16897 added support for play-sound-internal under Windows would be
16898 included in the build of Emacs.
16899
16900 2002-11-16 Jason Rumney <jasonr@gnu.org>
16901
16902 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
16903
16904 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
16905
16906 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
16907
16908 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
16909 (adjust_point_for_property): Move out of display and invisible even if
16910 we were already inside before (in case a property was added while
16911 we weren't looking). Be more careful when handling invisible props.
16912 Skip invisible text as if it really wasn't there at all.
16913
16914 2002-11-15 Jason Rumney <jasonr@gnu.org>
16915
16916 * w32term.c (x_draw_image_foreground)
16917 (w32_draw_image_foreground_1): Use standard copy and invert
16918 operations to draw images.
16919
16920 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
16921 depth of 1.
16922 (xbm_read_bitmap_data): Invert bits as xbm is read in.
16923 (XPutPixel): Don't invert bits here.
16924
16925 2002-11-15 Jason Rumney <jasonr@gnu.org>
16926
16927 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
16928 (w32_draw_image_foreground_1): Handle image masks.
16929 (x_draw_image_glyph_string): Don't BitBlt transparently.
16930
16931 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
16932 (x_from_xcolors): Adjust RGB values for W32.
16933 (image_background, image_background_transparent)
16934 (postprocess_image, x_to_xcolors, x_disable_image)
16935 (x_build_heuristic_mask): Adapt for W32 and enable.
16936 (x_create_x_image_and_pixmap): Mark images with palettes as such.
16937 (xbm_load): Remove unused variable.
16938
16939 2002-11-14 Richard M. Stallman <rms@gnu.org>
16940
16941 * buffer.c (syms_of_buffer): Doc fix.
16942
16943 2002-11-14 Dave Love <fx@gnu.org>
16944
16945 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
16946
16947 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
16948 * xmenu.c (unuse_menu_items, digest_single_submenu):
16949 * xfns.c (x_put_x_image):
16950 * xdisp.c (message2_nolog, set_message):
16951 * undo.c (record_point):
16952 * terminfo.c (tparam):
16953 * syntax.c (scan_sexps_forward):
16954 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
16955 * composite.c (update_compositions):
16956 * cm.c (calccost, cmgoto):
16957 * charset.c (c_string_width): Declare all args (per C99).
16958
16959 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
16960
16961 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
16962 Don't declare.
16963
16964 * emacs.c (main) [!VMS]: Avoid third arg.
16965
16966 * fns.c (Fcopy_sequence): Doc fix.
16967 (Fmap_char_table): Cast `call2'.
16968
16969 2002-11-14 Francesco Potorti` <pot@gnu.org>
16970
16971 * s/sol2-8.h: New file.
16972
16973 2002-11-14 Kim F. Storm <storm@cua.dk>
16974
16975 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
16976 dependency on `risky-local-variable' and the :propertize form.
16977
16978 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
16979
16980 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
16981
16982 * syntax.c (scan_sexps_forward): Undo last patch.
16983 Use a more obvious fix: check eob before updating the syntax table.
16984
16985 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
16986
16987 * syntax.c (scan_sexps_forward): Update syntax table before reading
16988 a char rather than after so we don't update the table past eob.
16989
16990 2002-11-09 Dave Love <fx@gnu.org>
16991
16992 * buffer.c (Fset_buffer_major_mode): Fix last change.
16993
16994 * regex.c (regexec): Fix pmatch declaration.
16995
16996 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
16997
16998 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
16999 to self-inserting characters.
17000 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
17001
17002 * coding.c (Vtranslation_table_for_input): New.
17003 (syms_of_coding): DEFVAR it.
17004
17005 2002-11-08 Juanma Barranquero <lektu@terra.es>
17006
17007 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
17008 window.
17009
17010 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17011
17012 * process.c (Fformat_network_address): Remove unused locals p,
17013 cp, and i.
17014
17015 2002-11-06 Dave Love <fx@gnu.org>
17016
17017 * buffer.c (Qset_buffer_major_mode_hook): New.
17018 (Fset_buffer_major_mode): Use it.
17019
17020 2002-11-06 Richard M. Stallman <rms@gnu.org>
17021
17022 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
17023 and stop_polling.
17024
17025 * process.c (wait_reading_process_input):
17026 Test POLLING_PROBLEM_IN_SELECT, not hpux.
17027 Avoid initialization for auto Lisp_Object var.
17028
17029 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
17030
17031 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
17032
17033 2002-11-05 Richard M. Stallman <rms@gnu.org>
17034
17035 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
17036
17037 * callint.c (Fcall_interactively): New local filter_specs.
17038 (Fcall_interactively): Check for progn as well as let.
17039 Add a gcpro.
17040 (Qprogn): New variable.
17041 (syms_of_callint): Staticpro and init Qprogn.
17042
17043 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
17044
17045 * lread.c (Feval_buffer): Doc fix.
17046
17047 2002-11-04 Dave Love <fx@gnu.org>
17048
17049 * keyboard.c (read_char): Always translate iff
17050 Vkeyboard_translate_table is a char table and c is valid.
17051
17052 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
17053 and fix C types.
17054
17055 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
17056
17057 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
17058
17059 * editfns.c (get_pos_property): Don't hardcode Qfield.
17060
17061 * keyboard.c (adjust_point_for_property): Handle `display' prop on
17062 overlays. Also handle `invisible' prop.
17063
17064 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
17065
17066 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
17067 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
17068
17069 2002-11-01 Andreas Schwab <schwab@suse.de>
17070
17071 * editfns.c (Fmessage): Revert last change to properly handle %%.
17072
17073 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
17074
17075 * xmenu.c (unuse_menu_items): New fun.
17076 (menu_items_inuse): New var.
17077 (syms_of_xmenu): Initialize it.
17078 (init_menu_items): Use it to detect re-entrance.
17079 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
17080 (Fx_popup_menu): Remove spurious XSETFRAME.
17081
17082 * editfns.c (find_field): Make an exception for nil fields.
17083
17084 2002-11-01 Dave Love <fx@gnu.org>
17085
17086 * m/gec63.h: Deleted.
17087
17088 2002-10-31 Dave Love <fx@gnu.org>
17089
17090 * xterm.c (XTread_socket): Fix last change.
17091 (xaw_scroll_callback): Cast call_data to long to avoid warning.
17092
17093 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
17094
17095 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
17096
17097 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
17098
17099 * editfns.c (overlays_around, get_pos_property): New funs.
17100 (find_field): Use them.
17101 Also be careful not to modify POS before its last use.
17102 (Fmessage): Don't Fformat if there's nothing to format.
17103
17104 2002-10-30 Dave Love <fx@gnu.org>
17105
17106 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
17107 [HAVE_PTY_H]; Include pty.h.
17108
17109 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
17110
17111 * xterm.c (Qeql): Declare.
17112 (Vx_keysym_table): New.
17113 (syms_of_xterm): Initialize it.
17114 (XTread_socket): Use it. Deal with ASCII keysyms.
17115 (XSetIMValues) [HAVE_X11R6]: Prototype.
17116
17117 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
17118 (lispy_kana_keys): Comment out.
17119 (make_lispy_event) [XK_kana_A]: Comment out.
17120 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
17121 Fix sprintf call.
17122
17123 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
17124 regexp.h change).
17125 (TERMINFO, LIBS_TERMCAP): Define.
17126
17127 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
17128 (bcmp): Define conditional on HAVE_BCMP.
17129 (NO_SIOCTL_H): Don't define.
17130 (TIOCSIGSEND): Don't make conditional on IRIX6.
17131
17132 * s/sol2-5.h: Don't include strings.h.
17133 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
17134
17135 * s/irix6-0.h (IRIX6): Don't define.
17136 (bcopy, bcmp, bzero): Don't undef.
17137
17138 * s/irix6-5.h: Don't include strings.h.
17139 (IRIX6): Don't define.
17140 (bcopy, bcmp, bzero): Don't undef.
17141
17142 * syntax.c (Fforward_comment): Doc fix.
17143
17144 2002-10-29 Kim F. Storm <storm@cua.dk>
17145
17146 * process.c (Fsignal_process): Allow PROCESS to be specified by
17147 name in addition to pid (as integer or string).
17148
17149 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
17150
17151 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
17152 environments.
17153
17154 2002-10-27 Kim F. Storm <storm@cua.dk>
17155
17156 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
17157
17158 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
17159
17160 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
17161
17162 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
17163
17164 2002-10-26 Richard M. Stallman <rms@gnu.org>
17165
17166 * editfns.c (Fformat): Detect invalid format letters for floats.
17167
17168 2002-10-25 Kenichi Handa <handa@m17n.org>
17169
17170 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
17171 (x_set_title): Likewise.
17172
17173 2002-10-25 Juanma Barranquero <lektu@terra.es>
17174
17175 * macgui.h:
17176 * w32gui.h: Remove definition of XColor.
17177
17178 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
17179
17180 2002-10-24 Kim F. Storm <storm@cua.dk>
17181
17182 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
17183 Callers changed (supply dummy arg).
17184
17185 * lisp.h (get_window_cursor_type): Update prototype.
17186
17187 * w32term.c (x_display_and_set_cursor): Get active_cursor from
17188 get_window_cursor_type to track system caret.
17189
17190 2002-10-24 Kim F. Storm <storm@cua.dk>
17191
17192 * process.c (Fformat_network_address): New function.
17193 (syms_of_process): Defsubr it.
17194 (list_processes_1): Use it to format :local/:remote address if
17195 service/host is not set; before Emacs would crash in that case.
17196 (Fmake_network_process): Don't use Ffind_operation_coding_system
17197 to setup coding system if host or service is not set.
17198
17199 2002-10-23 Juanma Barranquero <lektu@terra.es>
17200
17201 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
17202
17203 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
17204 COLORREF.
17205
17206 * macgui.h:
17207 * w32gui.h: Add definition of XColor.
17208
17209 * macfns.c:
17210 * w32fns.c:
17211 * xfaces.c: Remove definition of XColor.
17212
17213 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
17214
17215 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
17216
17217 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
17218 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
17219 window if it is dedicated.
17220 (Fshrink_window): Add preserve_before as was done for enlarge_window.
17221 (Vspecial_display_function): Update docstring.
17222
17223 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
17224 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
17225 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
17226
17227 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
17228
17229 * casefiddle.c (casify_region): Don't treat a prefix char as part
17230 of a word when at the beginning.
17231
17232 2002-10-17 Juanma Barranquero <lektu@terra.es>
17233
17234 * lread.c (syms_of_lread): Fix typos.
17235
17236 2002-10-17 Dave Love <fx@gnu.org>
17237
17238 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
17239
17240 2002-10-16 Richard M. Stallman <rms@gnu.org>
17241
17242 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
17243
17244 2002-10-14 Juanma Barranquero <lektu@terra.es>
17245
17246 * w16select.c (syms_of_win16select): Fix docstring for
17247 `selection-coding-system'.
17248
17249 * w32select.c (syms_of_w32select): Likewise.
17250
17251 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
17252
17253 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
17254 a backslash-quoted char.
17255 (scan_lists, scan_sexps_forward): Pacify the compiler.
17256
17257 2002-10-13 Richard M. Stallman <rms@gnu.org>
17258
17259 * window.c (window_scroll): Set immediate_quit.
17260
17261 * print.c (print): When backquote form is the car of a list,
17262 output in old style. Use old_backquote_output to output all
17263 comma forms inside it in old style too.
17264
17265 * buffer.h (struct buffer): Move `undo_list' down below `name'.
17266
17267 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
17268
17269 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
17270 batch mode).
17271
17272 * lread.c (Fload): Doc fix (load-suffixes).
17273
17274 2002-10-10 Steven Tamm <steventamm@mac.com>
17275
17276 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
17277 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
17278 Also switch the default to Qnil from Qt.
17279
17280 2002-10-08 Kenichi Handa <handa@m17n.org>
17281
17282 * coding.c (code_convert_region): When we need more GAP for
17283 conversion, pay attention to the case that coding->produced is not
17284 greater than coding->consumed.
17285
17286 2002-10-07 Richard M. Stallman <rms@gnu.org>
17287
17288 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
17289
17290 2002-10-06 Andrew Choi <akochoi@shaw.ca>
17291
17292 * macmenu.c (mac_menu_show): Add j to count menu items; match
17293 menu_item_selection to it to find selected item.
17294
17295 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17296
17297 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
17298 cases. The correct fix is to pass ReparentNotify to Xt.
17299 The shell widget interprets ConfigureNotify differently depending
17300 on if it has been reparented or not.
17301
17302 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
17303
17304 * editfns.c (Fformat_time_string): Doc fix.
17305
17306 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
17307
17308 * fns.c (Flength): Doc fix.
17309
17310 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
17311
17312 * keyboard.c (keyremap): New struct.
17313 (read_key_sequence): Use it: globally replace keytran_foo with
17314 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
17315 keytran_next and fkey_next to just `next'.
17316
17317 2002-10-04 Steven Tamm <steventamm@mac.com>
17318
17319 * macterm.c (keycode_to_xkeysym_table): Change return to be
17320 treated like an X keysym.
17321
17322 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17323
17324 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
17325 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
17326 This is to also handle x/y changes that occur because of a resize.
17327
17328 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
17329
17330 * frame.c (Vdelete_frame_functions): New variable.
17331 (syms_of_frame): Initialize and defvar it.
17332 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
17333 it when frame's `tooltip' parameter is non-nil.
17334
17335 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
17336
17337 * w32fns.c (x_create_tip_frame): Likewise.
17338
17339 * macfns.c (x_create_tip_frame): Likewise.
17340
17341 2002-09-30 Kenichi Handa <handa@m17n.org>
17342
17343 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
17344 -1 before calling ccl_driver.
17345
17346 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
17347 Only when it is non-nil, handle composition sequence.
17348 (setup_coding_system) <0>: Don't force composition handling.
17349
17350 * Makefile.in (lisp, shortlisp): Add utf-16.elc
17351
17352 2002-09-29 Richard M. Stallman <rms@gnu.org>
17353
17354 * search.c (Freplace_match): Adjust match data for the substitution
17355 just made in the buffer.
17356
17357 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
17358 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
17359
17360 2002-09-27 Richard M. Stallman <rms@gnu.org>
17361
17362 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
17363 (read_char): Use them. Do all exits thru the end of the function.
17364
17365 2002-09-27 Kenichi Handa <handa@etl.go.jp>
17366
17367 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
17368 is nil.
17369
17370 2002-09-26 Richard M. Stallman <rms@gnu.org>
17371
17372 * regex.h (__restrict_arr): Don't define if already defined.
17373
17374 * coding.c (run_pre_post_conversion_on_str):
17375 Save and restore Vdeactivate_mark.
17376
17377 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
17378
17379 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
17380
17381 2002-09-26 Kenichi Handa <handa@etl.go.jp>
17382
17383 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
17384 nonzero, try face's family at first. Otherwise try FAMILY at first.
17385 (choose_face_font): If C is a single byte char or latin-1, call
17386 try_font_list with PREFER_FACE_FAMILY 1.
17387
17388 2002-09-21 Richard M. Stallman <rms@gnu.org>
17389
17390 * window.c (select_window_1): Don't select frame.
17391 Set frame's selected window only when frame itself is selected.
17392 (Fselect_window): Doc fix.
17393
17394 2002-09-18 Kim F. Storm <storm@cua.dk>
17395
17396 * process.c (make-network-process): Doc fix (there is no
17397 network-server-log-function hook).
17398
17399 2002-09-18 Richard M. Stallman <rms@gnu.org>
17400
17401 * print.c (print): Clear out the unused parts of Vprint_number_table.
17402 (syms_of_print): Doc fix for `print-number-table'.
17403
17404 * unexelf.c (unexec): Undo previous change.
17405
17406 2002-09-17 Andreas Schwab <schwab@suse.de>
17407
17408 * m/alpha.h [LINUX]: Don't define DATA_START.
17409
17410 2002-09-16 Dave Love <fx@gnu.org>
17411
17412 * unexelf.c (unexec): Deal with .got, reinstating change from
17413 25-08-1999.
17414
17415 2002-09-13 Richard M. Stallman <rms@gnu.org>
17416
17417 * s/sol2-6.h (UNEXEC): Comment out definition.
17418
17419 * unexsol.c (unexec): Don't downcase first letter of error msg.
17420
17421 * xfaces.c (Fcolor_supported_p): Just one arg is required.
17422
17423 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
17424
17425 * unexsol.c: Include buffer.h, charset.h, coding.h.
17426
17427 2002-09-11 Richard M. Stallman <rms@gnu.org>
17428
17429 * unexsol.c: Don't use report_file_error; do it by hand
17430 using dlerror.
17431
17432 * process.c (wait_reading_process_input, both versions):
17433 Before calling turn_on_atimers, call stop_polling.
17434
17435 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
17436
17437 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
17438 we go to too_near_end, call clear_glyph_matrix.
17439 (redisplay_window): After make_cursor_line_fully_visible,
17440 call clear_glyph_matrix and bypass `goto done'.
17441
17442 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
17443 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
17444
17445 2002-09-10 Richard M. Stallman <rms@gnu.org>
17446
17447 * fileio.c (Fdo_auto_save): Catch error making directory.
17448 Only call push_message if we need to.
17449 At the same time, make an unwind-protect to pop it.
17450 Rename local message_p to old_message_p.
17451 (do_auto_save_make_dir, do_auto_save_eh): New functions.
17452 (do_auto_save_unwind): Don't call pop_message.
17453
17454 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
17455
17456 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
17457
17458 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
17459
17460 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
17461
17462 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
17463
17464 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
17465 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
17466 (re_match_2_internal): Be more careful with infinite loops.
17467
17468 2002-09-10 Kim F. Storm <storm@cua.dk>
17469
17470 * macros.c (end_kbd_macro): New function.
17471 (Fend_kbd_macro): Use it.
17472
17473 * macros.h (end_kbd_macro): Declare extern.
17474
17475 * keyboard.c (Fdiscard_input): If defining keyboard macro,
17476 end and save it instead of discarding it.
17477
17478 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
17479
17480 * s/sol2-6.h: Fix typo. Add comment.
17481
17482 2002-09-09 Richard M. Stallman <rms@gnu.org>
17483
17484 * regex.c (regnum_t): Use signed int, not unsigned int.
17485
17486 * s/sol2-6.h: New file.
17487
17488 * s/sol2-5.h (UNEXEC): Definition deleted.
17489
17490 2002-09-08 Kim F. Storm <storm@cua.dk>
17491
17492 * macros.c (executing_macro_index): Change type to EMACS_INT.
17493 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
17494
17495 * macros.h (executing_macro_index): Change type to EMACS_INT.
17496
17497 2002-09-06 Richard M. Stallman <rms@gnu.org>
17498
17499 * casetab.c (set_case_table): Make canon table point to eqv table.
17500
17501 2002-09-06 Juanma Barranquero <lektu@terra.es>
17502
17503 * coding.c (syms_of_coding): Fix spacing.
17504
17505 * composite.c (Fcompose_region_internal)
17506 (Fcompose_string_internal): Likewise.
17507
17508 * data.c (Flsh): Likewise.
17509
17510 * fontset.c (Fset_fontset_font): Likewise.
17511
17512 * macfns.c (Fx_server_max_request_size): Likewise.
17513
17514 * w16select.c (syms_of_win16select): Likewise.
17515
17516 * w32select.c (syms_of_w32select): Likewise.
17517
17518 * xselect.c (syms_of_xselect): Likewise.
17519
17520 2002-09-05 Richard M. Stallman <rms@gnu.org>
17521
17522 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
17523 call EXTEND_RANGE_TABLE and return a proper value.
17524 (set_image_of_range): Don't call set_image_of_range_1
17525 if no TRANSLATE or if range includes all of Latin-1.
17526 Only call it for the Latin-1 part of the range.
17527 For other cases, make two separate ranges,
17528 one for the original specified characters and one for
17529 their case-conversions.
17530
17531 2002-09-04 Richard M. Stallman <rms@gnu.org>
17532
17533 * s/sol2-5.h (UNEXEC): Use unexsol.o.
17534
17535 * window.c (displayed_window_lines): Correct for one-off bug
17536 in HEIGHT on non-window displays.
17537
17538 * regex.c (set_image_of_range_1): New function.
17539 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
17540 Return a value to indicate running out of memory.
17541 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
17542 (extend_range_table_work_area): New subroutine.
17543 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
17544 Different calling conventions, and used from set_image_of_range{,_1}.
17545 (IMMEDIATE_QUIT_CHECK): Definitions moved.
17546
17547 2002-09-04 Juanma Barranquero <lektu@terra.es>
17548
17549 * makefile.w32-in: All dependencies updated.
17550
17551 2002-09-01 Richard M. Stallman <rms@gnu.org>
17552
17553 * unexsol.c: New file.
17554
17555 * xfns.c (Qbox): Declare external, don't define.
17556
17557 * xdisp.c (redisplay_window) <force-start case>:
17558 If point is on semi-visible last line, reposition
17559 it at previous line.
17560
17561 * alloc.c (display_malloc_warning): Use display-warning.
17562 (malloc_warning_1): Function deleted.
17563
17564 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
17565
17566 * lread.c (read1): Handle #! by skipping the line.
17567
17568 2002-08-31 Richard M. Stallman <rms@gnu.org>
17569
17570 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
17571 Don't include LDFLAGS.
17572 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
17573
17574 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
17575
17576 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
17577 member of x_display_info unless we compile for some window system.
17578
17579 2002-08-31 Kim F. Storm <storm@cua.dk>
17580
17581 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
17582 (get_window_cursor_type): Don't use them.
17583 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
17584
17585 2002-08-30 Kenichi Handa <handa@etl.go.jp>
17586
17587 * xdisp.c (get_next_display_element): Fix previous change.
17588
17589 2002-08-30 Andrew Choi <akochoi@shaw.ca>
17590
17591 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
17592 (expose_window): Use it to fix the display of overlapping
17593 rows (merge code from xterm.c).
17594
17595 * macfns.c (Qbox): Add extern declaration.
17596
17597 2002-08-30 Juanma Barranquero <lektu@terra.es>
17598
17599 * w32fns.c (Qbox): Make extern.
17600 (syms_of_w32fns): Remove initialization of Qbox.
17601
17602 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
17603
17604 * xfns.c (Fx_open_connection): Fix error message.
17605
17606 2002-08-30 Kim F. Storm <storm@cua.dk>
17607
17608 The following changes consolidates the handling of the cursor
17609 type in xdisp.c, moving duplicate code and functionality from
17610 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
17611
17612 * frame.h (enum text_cursor_kinds): Consolidated here.
17613 Added DEFAULT_CURSOR value.
17614 (struct frame) <desired_cursor, cursor_width>
17615 <blink_off_cursor, blink_off_cursor_width>: New fields.
17616 Consolidated from output_x, output_w32 and output_mac structs.
17617 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17618 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
17619
17620 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
17621 Variables consolidated here.
17622 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
17623 (Vcursor_in_non_selected_windows): Renamed from
17624 cursor_in_non_selected_windows and changed to Lisp_Object.
17625 (syms_of_xdisp): Define and staticpro new and moved variables.
17626 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
17627 consolidated here. Recognize Qhollow setting.
17628 (set_frame_cursor_types): New function to set frame cursor types
17629 based on the frame parameters.
17630 (get_window_cursor_type): New function to calculate new cursor
17631 type and width for the specified window. Based on duplicated
17632 code consolidated here.
17633 Enhancements: cursor-in-non-selected-windows may be a cursor type,
17634 check buffer-local alternate-cursor-type and blink-cursor-alist
17635 before using built-in blink off methods.
17636
17637 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
17638
17639 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
17640 (get_specified_cursor_type, get_window_cursor_type)
17641 (set_frame_cursor_types): Added prototypes.
17642
17643 * macfns.c (x_specified_cursor_type): Removed.
17644 (x_set_cursor_type): Use set_frame_cursor_types.
17645 (Qbar, Qbox): Removed.
17646 (syms_of_macfns): Don't intern or staticpro them.
17647
17648 * macterm.c (x_specified_cursor_type): Remove prototype.
17649 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17650 (x_display_and_set_cursor): Use get_window_cursor_type.
17651 Remove unused local variables cursor_non_selected, active_cursor.
17652 Redraw cursor if hbar cursor width changes.
17653 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
17654
17655 * macterm.h (enum text_cursor_kinds): Removed.
17656 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
17657 <blink_off_cursor, blink_off_cursor_width>: Members removed.
17658 (FRAME_DESIRED_CURSOR): Macro removed.
17659
17660 * w32fns.c (Vblink_cursor_alist): Removed.
17661 (Qbar, Qhbar, Qbox, Qhollow): Removed.
17662 (syms_of_w32fns): Don't intern, staticpro, or define them.
17663 (x_specified_cursor_type): Removed.
17664 (x_set_cursor_type): Use set_frame_cursor_types.
17665
17666 * w32term.c (x_specified_cursor_type): Remove prototype.
17667 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17668 (x_display_and_set_cursor): Use get_window_cursor_type.
17669 Remove unused local variables cursor_off_state.
17670 Redraw cursor if hbar cursor width changes.
17671 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
17672
17673 * w32term.h (enum text_cursor_kinds): Removed.
17674 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
17675 <blink_off_cursor, blink_off_cursor_width>: Members removed.
17676 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17677 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
17678 (struct w32_display_info) <x_highlight_frame>: Renamed member from
17679 w32_highlight_frame.
17680
17681 * xfns.c (Vblink_cursor_alist): Removed.
17682 (Qbar, Qhbar, Qbox, Qhollow): Removed.
17683 (syms_of_xfns): Don't intern, staticpro, or define them.
17684 (x_specified_cursor_type): Removed.
17685 (x_set_cursor_type): Use set_frame_cursor_types.
17686
17687 * xterm.c (x_specified_cursor_type): Remove prototype.
17688 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
17689 (x_display_and_set_cursor): Use get_window_cursor_type.
17690 Remove unused local variables cursor_off_state.
17691 Redraw cursor if hbar cursor width changes.
17692
17693 * xterm.h (enum text_cursor_kinds): Removed.
17694 (struct output_x) <current_cursor, desired_cursor, cursor_width>
17695 <blink_off_cursor, blink_off_cursor_width>: Members removed.
17696 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
17697 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
17698 (x_specified_cursor_type): Remove prototype.
17699
17700 2002-08-28 Richard M. Stallman <rms@gnu.org>
17701
17702 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
17703 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
17704 (Vblink_cursor_alist): New variable.
17705 (syms_of_w32fns): Initialize and defvar it.
17706 (x_specified_cursor_type): Recognize Qbox for filled box.
17707 Exceptions are hollow boxes.
17708 (Qbox, Qhollow): New variables.
17709 (syms_of_w32fns): Initialize and staticpro them.
17710
17711 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
17712 New macros.
17713 (struct w32_output): New fields blink_off_cursor,
17714 blink_off_cursor_width.
17715 (FRAME_CURSOR_WIDTH): New macro.
17716
17717 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
17718 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
17719
17720 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
17721 for bar cursor.
17722
17723 * w32term.c (expose_overlaps): New function.
17724 (expose_window): Use it to fix the display of overlapping rows.
17725
17726 2002-08-28 Simon Josefsson <jas@extundo.com>
17727
17728 * xfns.c (Fx_open_connection): Improve help when X connection
17729 fails, xhost is insecure and xauth is better.
17730
17731 2002-08-28 Juanma Barranquero <lektu@terra.es>
17732
17733 * makefile.w32-in: Add missing dependencies on w32term.h and
17734 composite.h.
17735
17736 * emacs.c (USAGE1): Add missing newline.
17737
17738 2002-08-27 Andrew Choi <akochoi@shaw.ca>
17739
17740 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
17741
17742 2002-08-27 Richard M. Stallman <rms@gnu.org>
17743
17744 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
17745 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
17746 (Vblink_cursor_alist): New variable.
17747 (syms_of_xfns): Initialize and defvar it.
17748 (x_specified_cursor_type): Recognize Qbox for filled box.
17749 Exceptions are hollow boxes.
17750 (Qbox, Qhollow): New variables.
17751 (syms_of_xfns): Initialize and staticpro them.
17752
17753 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
17754 New macros.
17755 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
17756
17757 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
17758 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
17759
17760 * emacs.c (main): Handle --script.
17761 (USAGE1): Mention --script.
17762 (standard_args): Define sort order for --script.
17763
17764 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
17765
17766 * xdisp.c (redisplay_updating_p): Variable removed.
17767 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
17768 New variables.
17769 (init_iterator): Don't free realized faces if
17770 inhibit_free_realized_faces is set.
17771 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
17772 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
17773 initialize Qinhibit_free_realized_faces.
17774
17775 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
17776 when iterator is adding glyphs to a glyph matrix.
17777
17778 2002-08-27 Kenichi Handa <handa@etl.go.jp>
17779
17780 * xdisp.c (get_next_display_element): In unibyte case, don't use
17781 octal form for such eight-bit characters that can be converted to
17782 multibyte char.
17783
17784 2002-08-26 Kim F. Storm <storm@cua.dk>
17785
17786 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
17787 foreground and background colors. From Joe Buehler.
17788
17789 2002-08-26 Miles Bader <miles@gnu.org>
17790
17791 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
17792
17793 2002-08-25 Andrew Choi <akochoi@shaw.ca>
17794
17795 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
17796 defined instead of MAC_OSX.
17797
17798 * s/darwin.h (select): Define select to sys_select only if
17799 HAVE_CARBON is defined.
17800 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
17801 (DONT_REOPEN_PTY): #def it.
17802
17803 * macterm.c (XTread_socket): Remove code to call
17804 SendEventToEventTarget for keys with command modifiers when
17805 mac_command_key_is_meta is nil.
17806
17807 2002-08-24 Andreas Schwab <schwab@suse.de>
17808
17809 * eval.c (Fdefvar): Fix last change.
17810
17811 2002-08-23 Richard M. Stallman <rms@gnu.org>
17812
17813 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
17814 Record variables in load history as (defvar . VAR).
17815 (Fdefvar): Don't record in load history if no initial value.
17816 (Qdefvar): New variable.
17817 (syms_of_eval): Init and staticpro it.
17818
17819 * lread.c (syms_of_lread): Doc fix.
17820 (build_load_history): Use Fmember to see if a definition
17821 is already in the Vload_history element.
17822
17823 * process.c (Fstart_process): Remove /: from program name.
17824
17825 * emacs.c (decode_env_path): Don't add /: if file name handler
17826 has a `safe-magic' property.
17827
17828 * callproc.c (Fcall_process): Remove /: from program name.
17829
17830 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
17831
17832 * regex.c (PATFETCH): Remove the translating fetch.
17833 (PATFETCH_RAW): Rename to PATFETCH.
17834 (set_image_of_range): New fun.
17835 (SET_RANGE_TABLE_WORK_AREA): Use it.
17836 (regex_compile): Don't translate the pattern chars so eagerly.
17837 Only do it when inserting an `exactn' bytecode or when handling
17838 a char-range.
17839 (mutually_exclusive_p): Avoid empty statement.
17840
17841 2002-08-22 Kim F. Storm <storm@cua.dk>
17842
17843 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
17844 end up on a partially visible line; this reverts a specific part
17845 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
17846 display error which has been reported several times now.
17847 However it introduces the problem that changes was supposed to fix.
17848 See my comments in the source if you want to debug this further.
17849
17850 2002-08-20 Kenichi Handa <handa@etl.go.jp>
17851
17852 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
17853
17854 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
17855
17856 * msdos.c (croak): Add `void' to definition.
17857
17858 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
17859 Don't define them, they are defined in msdos.c.
17860
17861 * mem-limits.h [MSDOS]: Declare etext.
17862
17863 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
17864 `const' since CORRECT_DIR_SEPS modifies its target.
17865
17866 2002-08-19 Kim F. Storm <storm@cua.dk>
17867
17868 * keyboard.c (Fclear_this_command_keys): Add optional arg
17869 KEEP-RECORD to avoid clearing lossage when we just want to clear
17870 the current key sequence (kmacro needs this).
17871
17872 2002-08-19 Kenichi Handa <handa@localhost>
17873
17874 * composite.c (run_composition_function): Call FUNC if it is fboundp.
17875
17876 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
17877 cons, return Qnil.
17878
17879 2002-08-17 Richard M. Stallman <rms@gnu.org>
17880
17881 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
17882
17883 * sysdep.c [!VMS]: Include sys/files.h.
17884
17885 * editfns.c (save_restriction_restore): Defend from unchained marker.
17886
17887 * buffer.c (overlays_at): Handle extending vec uniformly.
17888 (overlays_in): Handle extending vec from length 0 as in overlays_at.
17889
17890 2002-08-15 Andrew Choi <akochoi@shaw.ca>
17891
17892 * mac.c (init_mac_osx_environment): New function.
17893
17894 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
17895
17896 2002-08-14 Kim F. Storm <storm@cua.dk>
17897
17898 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
17899 executing macro before appending to it (when used from Lisp).
17900 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
17901 which is called prior to each iteration of macro (for kmacro.el).
17902 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
17903
17904 * lisp.h (Fexecute_kbd_macro): Update prototype.
17905
17906 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
17907
17908 2002-08-14 Kenichi Handa <handa@etl.go.jp>
17909
17910 * xselect.c (QUTF8_STRING): New variable.
17911 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
17912 (x_atom_to_symbol): Likewise.
17913 (x_get_local_selection): New argument local_request. If it is
17914 nonzero, call handler_fn with the second arg nil.
17915 (x_handle_selection_request): Call x_get_local_selection with
17916 local_request 0.
17917 (lisp_data_to_selection_data): Don't encode the string here.
17918 (Fx_get_selection_internal): Call x_get_local_selection with
17919 local_request 1.
17920 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
17921
17922 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
17923
17924 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
17925
17926 2002-08-13 Richard M. Stallman <rms@gnu.org>
17927
17928 * minibuf.c (Fminibufferp): New function.
17929 (syms_of_minibuf): Defsubr it.
17930 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
17931
17932 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
17933
17934 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
17935
17936 2002-08-12 Richard M. Stallman <rms@gnu.org>
17937
17938 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
17939 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
17940 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
17941 already.
17942
17943 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
17944
17945 2002-08-11 Andrew Choi <akochoi@shaw.ca>
17946
17947 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
17948 (Vmac_pass_command_to_system): New variable.
17949 (Vmac_pass_control_to_system): New variable.
17950 (do_mouse_moved): Check wp with is_emacs_window.
17951 (XTread_socket): Check window_ptr with is_emacs_window.
17952 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
17953 events back to Mac Toolbox for processing, depending on values of
17954 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
17955 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
17956 Vmac_pass_control_to_system.
17957
17958 2002-08-10 Kenichi Handa <handa@etl.go.jp>
17959
17960 * coding.c (unencodable_char_position): New function.
17961 (Funencodable_char_position): New function.
17962 (syms_of_coding): Defsubr Funencodable_char_position.
17963
17964 2002-08-10 Andrew Choi <akochoi@shaw.ca>
17965
17966 * mac.c (sys_select) [MAC_OSX]: New function.
17967
17968 * macterm.c (MakeMeTheFrontProcess): New function.
17969 (mac_initialize): Call MakeMeTheFrontProcess.
17970
17971 * s/darwin.h: Define select to sys_select.
17972
17973 2002-08-09 Richard M. Stallman <rms@gnu.org>
17974
17975 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
17976
17977 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
17978
17979 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
17980 end of the buffer.
17981
17982 2002-08-08 Ken Raeburn <raeburn@gnu.org>
17983
17984 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
17985
17986 * puresize.h (BASE_PURESIZE): Increase to 910000.
17987
17988 2002-08-08 Kenichi Handa <handa@etl.go.jp>
17989
17990 * coding.c (Ffind_operation_coding_system): For write-region, if
17991 VISIT is a filename, make it the target.
17992
17993 2002-08-07 Richard M. Stallman <rms@gnu.org>
17994
17995 * alloc.c (mark_object): Detect long lists for debugging.
17996 (mark_object_loop_halt): New variable.
17997
17998 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
17999
18000 * data.c (Fmake_variable_frame_local): Doc fix.
18001
18002 2002-08-01 David Ponce <david@dponce.com>
18003
18004 * w32menu.c (local_heap, local_alloc, local_free): New macros.
18005 (malloc_widget_value, free_widget_value)
18006 (w32_free_submenu_strings): Use them.
18007
18008 (push_submenu_start, push_submenu_end, push_left_right_boundary)
18009 (push_menu_pane, push_menu_item, single_keymap_panes)
18010 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
18011 (single_submenu, set_frame_menubar)
18012 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
18013
18014 (Fx_popup_menu): Don't show pop up menu until preceding one is
18015 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
18016
18017 * w32menu.c: Changes adapted from xmenu.c
18018 (set_frame_menubar): First parse all submenus,
18019 then make widget_value trees from them.
18020 Don't allocate any widget_value objects
18021 until we are done with the parsing.
18022 (parse_single_submenu): New function.
18023 (digest_single_submenu): New function.
18024 (single_submenu): Function deleted, replaced by those two.
18025
18026 2002-08-04 Andrew Choi <akochoi@shaw.ca>
18027
18028 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
18029 returns a valid window pointer before proceeding for keyDown and
18030 autoKey events.
18031
18032 2002-08-03 Andrew Choi <akochoi@shaw.ca>
18033
18034 * macterm.c (USE_CARBON_EVENTS): New macro.
18035 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
18036 (x_iconify_frame): Call CollapseWindow.
18037 (Vmac_reverse_ctrl_meta): New variable.
18038 (Vmac_wheel_button_is_mouse_2): New variable.
18039 (init_mac_drag_n_drop): New function.
18040 (mac_do_receive_drag): New function.
18041 (mac_handle_service_event): New function.
18042 (init_service_handler): New function.
18043 (mac_to_emacs_modifiers): New function.
18044 (mac_event_to_emacs_modifiers): New function.
18045 (mac_get_mouse_btn): New function.
18046 (mac_convert_event_ref): New function.
18047 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
18048 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
18049 mac_get_mouse_btn.
18050 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
18051
18052 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
18053 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
18054 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
18055 TOOL_BAR_EVENT for MAC_OS as well.
18056 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
18057 as for WINDOWS_NT.
18058 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
18059
18060 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
18061
18062 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
18063
18064 * xdisp.c (forward_to_next_line_start): Fix a condition that
18065 lead to a newline being skipped.
18066
18067 2002-08-02 Andrew Choi <akochoi@shaw.ca>
18068
18069 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
18070
18071 2002-08-01 Richard M. Stallman <rms@gnu.org>
18072
18073 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
18074
18075 2002-07-31 Andrew Choi <akochoi@shaw.ca>
18076
18077 * macfns.c: #undef init_process before #define-ing it.
18078
18079 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
18080 HAVE_CARBON is defined.
18081
18082 2002-07-31 Richard M. Stallman <rms@gnu.org>
18083
18084 * xmenu.c (set_frame_menubar): First parse all submenus,
18085 then make widget_value trees from them.
18086 Don't allocate any widget_value objects
18087 until we are done with the parsing.
18088 (parse_single_submenu): New function.
18089 (digest_single_submenu): New function.
18090 (single_submenu): Function deleted, replaced by those two.
18091
18092 2002-07-30 Juanma Barranquero <lektu@terra.es>
18093
18094 * w32proc.c (syms_of_ntproc): Fix docstring of
18095 `w32-get-true-file-attributes'.
18096
18097 2002-07-28 Richard M. Stallman <rms@gnu.org>
18098
18099 * s/hpux8.h (HPUX8): Define this before including hpux.h.
18100 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
18101
18102 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
18103
18104 * keyboard.c (make_lispy_event):
18105 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
18106 Explicitly clear up_modifier in event->modifiers.
18107
18108 2002-07-27 Richard M. Stallman <rms@gnu.org>
18109
18110 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
18111
18112 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
18113 for bar cursor.
18114
18115 2002-07-26 Kenichi Handa <handa@etl.go.jp>
18116
18117 * coding.c (detect_coding_iso2022): While checking a byte sequence
18118 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
18119 it in the normal loop.
18120
18121 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
18122
18123 * xterm.c (expose_overlaps): New function.
18124 (expose_window): Use it to fix the display of overlapping rows.
18125
18126 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
18127
18128 2002-07-23 Ken Raeburn <raeburn@gnu.org>
18129
18130 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
18131 since it only depends on XUINT.
18132
18133 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
18134 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
18135 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
18136 Macros deleted.
18137
18138 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
18139 its value over other approaches.
18140 * sysdep.c (start_of_data): Don't define the function if a macro
18141 form has been defined.
18142
18143 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
18144
18145 * xdisp.c (redisplay_updating_p): New variable.
18146 (init_iterator): Don't free realized faces when
18147 redisplay_updating_p is set.
18148 (redisplay_internal): Set redisplay_updating_p while updating
18149 the display.
18150
18151 2002-07-23 Richard M. Stallman <rms@gnu.org>
18152
18153 * editfns.c (Fmessage): Treat "" like nil.
18154
18155 2002-07-23 Kenichi Handa <handa@etl.go.jp>
18156
18157 * xdisp.c (face_before_or_after_it_pos):
18158 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
18159
18160 2002-07-22 Juanma Barranquero <lektu@terra.es>
18161
18162 * callproc.c (init_callproc) [DOS_NT]:
18163 Initialize Vshared_game_score_directory to nil.
18164 (syms_of_callproc) [DOS_NT]: Likewise.
18165
18166 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
18167
18168 * xdisp.c (display_line): Replace an abort with xassert.
18169
18170 2002-07-21 Richard M. Stallman <rms@gnu.org>
18171
18172 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
18173 and END_UNCHANGED when setting buffer_unchanged_p.
18174 Use current_matrix_up_to_date_p to decide whether to use
18175 try_cursor_movement.
18176
18177 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
18178
18179 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
18180
18181 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
18182 Set to nil if dir does not exist.
18183 (syms_of_callproc): Init unconditionally and simply.
18184
18185 * buffer.c (Fbuffer_list): Doc fix.
18186
18187 2002-07-21 Ken Raeburn <raeburn@gnu.org>
18188
18189 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
18190
18191 * buffer.c (mmap_realloc): When shrinking, make sure number of
18192 pages to unmap is rounded towards zero.
18193
18194 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
18195 (XSETINT): Deleted.
18196
18197 * m/att3b.h (XINT): Don't define.
18198 (VALBITS, VALMASK, XTYPE): Deleted.
18199 (DATA_SEG_BITS): Define.
18200 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
18201 ARRAY_MARK_FLAG): Deleted.
18202 (DATA_SEG_BITS): Define.
18203 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
18204 (DATA_SEG_BITS): Define.
18205
18206 2002-07-20 Richard M. Stallman <rms@gnu.org>
18207
18208 * print.c (print_error_message): New args CONTEXT and CALLER.
18209 Calls changed.
18210
18211 * lisp.h (print_error_message): Declare new args.
18212
18213 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
18214 and CONTEXT to print_error_message, don't print them here.
18215 For a Quit, don't use Vsignaling_function.
18216 Call message_log_maybe_newline.
18217
18218 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
18219
18220 2002-07-20 Kim F. Storm <storm@cua.dk>
18221
18222 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
18223
18224 2002-07-19 Ken Raeburn <raeburn@gnu.org>
18225
18226 * bytecode.c (struct byte_stack): Pointers into byte string now
18227 point to const.
18228 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
18229 const.
18230 * charset.h (BCOPY_SHORT): Source pointer now points to const.
18231 * coding.c (encode_eol, detect_coding, detect_eol):
18232 (decode_coding, encode_coding, detect_coding_system):
18233 Source strings now treated as const.
18234 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
18235 modify Lisp string contents.
18236 * coding.h (decode_coding, encode_coding, detect_coding,
18237 detect_eol): Declarations updated.
18238 * composite.c (compose_chars_in_text): Treat Lisp string contents
18239 as const.
18240 * dispnew.c (safe_bcopy): Source pointer now points to const.
18241 * lisp.h (STRING_COPYIN): New macro.
18242 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
18243 (internal_with_output_to_temp_buffer): Declarations updated.
18244 * print.c (temp_output_buffer_setup):
18245 (internal_with_output_to_temp_buffer): Buffer name argument is now
18246 pointer to const.
18247 * sound.c (struct sound_device): Function pointer field "write"
18248 buffer argument now points to const.
18249 (vox_write): Buffer argument points to const.
18250 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
18251 contents as const.
18252 * sysdep.c (emacs_write): Buffer pointer now const.
18253 * term.c (encode_terminal_code): Buffer pointer now const.
18254 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
18255 (x_face_list_fonts, x_update_menu_appearance):
18256 (hash_string_case_insensitive): Treat Lisp string contents as const.
18257
18258 2002-07-19 Juanma Barranquero <lektu@terra.es>
18259
18260 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
18261
18262 * fileio.c (syms_of_fileio): Likewise.
18263 (Ffile_name_as_directory): Fix argument name in docstring.
18264 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
18265
18266 2002-07-18 Richard M. Stallman <rms@gnu.org>
18267
18268 * data.c (Fdefalias): Doc fix.
18269
18270 2002-07-17 Dave Love <fx@gnu.org>
18271
18272 * intervals.h (text_property_stickiness): Use P_.
18273
18274 * ccl.c: Remove `emacs' conditionals.
18275 (ccl_backtrace_table): Fix size spec.
18276 (ccl_driver): Fix type errors.
18277
18278 2002-07-16 Ken Raeburn <raeburn@gnu.org>
18279
18280 * alloc.c (xstrdup, make_string, make_unibyte_string)
18281 (make_multibyte_string, build_string): String pointer args now
18282 point to const.
18283 * charset.c (find_charset_in_text, c_string_width):
18284 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
18285 * fileio.c (report_file_error):
18286 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
18287 (count_combining_before, count_combining_after, insert_1_both):
18288 (insert, insert_and_inherit, insert_string):
18289 (insert_before_markers, insert_before_markers_and_inherit):
18290 * lread.c (intern, oblookup, hash_string):
18291 * minibuf.c (temp_echo_area_glyphs):
18292 * search.c (fast_c_string_match_ignore_case):
18293 * sysdep.c (emacs_open, set_file_times):
18294 * xfaces.c (xstricmp):
18295 * xdisp.c (store_frame_title, string_char_and_length):
18296 (message_dolog, message2, message2_nolog, set_message): Likewise.
18297 (set_message_1): Cast message string argument to const pointer.
18298 * editfns.c (general_insert_function): Insertion function now
18299 takes pointer to const for input data.
18300 * charset.h (find_charset_in_text, c_string_width):
18301 (parse_str_as_multibyte): Declarations updated.
18302 * dispextern.h (xstricmp): Declaration updated.
18303 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
18304 (count_size_as_multibyte, count_combining_before):
18305 (count_combining_after, insert_1, insert_1_both, message_dolog):
18306 (insert, insert_and_inherit, insert_before_markers)
18307 (insert_before_markers_and_inherit, set_message, message2):
18308 (message2_dolog, build_string, make_string, make_unibyte_string):
18309 (make_multibyte_string, intern, oblookup, report_file_error):
18310 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
18311 (emacs_open, xstrdup): Declarations updated.
18312 * systime.h (set_file_times): Declaration updated.
18313
18314 * charset.c (find_charset_in_text, lisp_string_width): Use const
18315 for pointer to lisp string data.
18316 * charset.h (FETCH_STRING_CHAR_ADVANCE):
18317 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
18318 * coding.c (Ffind_coding_systems_region_interval):
18319 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
18320 (Fmake_directory_internal, Fdelete_directory):
18321 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
18322 * fontset.c (font_family_registry, fs_query_fontset):
18323 (list_fontsets):
18324 * frame.c (Fframe_parameter):
18325 * keyboard.c (cmd_error_internal):
18326 * keymap.c (Fdescribe_buffer_bindings):
18327 * lread.c (complete_filename_p, openp):
18328 * minibuf.c (Fminibuffer_complete_word):
18329 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
18330 (face_before_or_after_it_pos, next_element_from_string):
18331 (get_overlay_arrow_glyph_row, display_mode_element):
18332 (decode_mode_spec_coding):
18333 * xterm.c (same_x_server): Likewise.
18334
18335 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
18336 settings of non-existent fields.
18337
18338 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
18339 copy a lisp value.
18340
18341 * lread.c (Fintern_soft): Use string macros instead of
18342 Lisp_String fields.
18343 * keyboard.c (echo_char, parse_modifiers_uncached):
18344 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
18345 * textprop.c (validate_interval_range, interval_of): Likewise.
18346
18347 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
18348
18349 * charset.h (FETCH_STRING_CHAR_ADVANCE)
18350 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
18351 XSTRING()->size_byte.
18352
18353 * lisp.h (SDATA, SREF): Produce rvalue.
18354 (SSET): New macro.
18355 * alloc.c (make_event_array): Use SSET for storing into a string.
18356 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
18357 a string.
18358 * casefiddle.c (casify_object): Use SSET.
18359 * charset.h (FETCH_STRING_CHAR_ADVANCE)
18360 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
18361 address of string contents.
18362 * data.c (Faref): Use SDATA.
18363 (Faset): Use SDATA, SSET.
18364 * dired.c (directory_files_internal): Use SSET.
18365 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
18366 (Fread_file_name): Use SREF, SSET.
18367 * fns.c (concat): Use SSET.
18368 (concat, Fdelete): Use SDATA.
18369 * insdel.c (insert_from_string_1): Use SDATA.
18370 * keyboard.c (Fevent_convert_list): Use SREF.
18371 * lread.c (Fload): Use SDATA, SSET.
18372 * macfns.c (validate_x_resource_name): Use SSET.
18373 * process.c (status_message): Use SSET.
18374 * search.c (wordify): Use SDATA.
18375 (Freplace_match): Use SREF.
18376 * w32fns.c (validate_x_resource_name): Use SSET.
18377 * xfns.c (validate_x_resource_name): Use SSET.
18378 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
18379
18380 2002-07-16 Richard M. Stallman <rms@gnu.org>
18381
18382 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
18383
18384 * xdisp.c (reconsider_clip_changes):
18385 Don't test prevent_redisplay_optimizations_p.
18386 (redisplay_internal): Test prevent_redisplay_optimizations_p
18387 along with clip_changed in some cases.
18388 (try_window_id): Likewise.
18389 (redisplay_window): New local var buffer_unchanged_p.
18390
18391 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
18392
18393 * process.c (create_process): Test USG_SUBTTY_WORKS.
18394 (process_send_signal): Clean up handling of GID.
18395 Detect errors in ioctls meant to set GID.
18396
18397 * window.c (temp_output_buffer_show):
18398 Don't set prevent_redisplay_optimizations_p.
18399
18400 2002-07-15 Juanma Barranquero <lektu@terra.es>
18401
18402 * eval.c (Fdefvaralias): Add docstring argument.
18403
18404 2002-07-15 Ken Raeburn <raeburn@gnu.org>
18405
18406 * lisp.h (STRING_INTERVALS): Produce rvalue.
18407 (STRING_SET_INTERVALS): New macro.
18408 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
18409 * fns.c (Fstring_as_multibyte): Likewise.
18410 * intervals.c (balance_possible_root_interval, delete_interval)
18411 (create_root_interval, copy_intervals_to_string): Likewise.
18412 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
18413 instead of 0.
18414
18415 2002-07-14 Ken Raeburn <raeburn@gnu.org>
18416
18417 * lisp.h (STRING_SET_CHARS): New macro.
18418 (SCHARS, SBYTES): Produce rvalues.
18419 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
18420 * fns.c (concat): Likewise.
18421 * lread.c (read_vector): Likewise.
18422
18423 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
18424 (STRING_SET_UNIBYTE): New macro.
18425 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
18426 length of -1) changed to use STRING_SET_UNIBYTE.
18427 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
18428 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
18429 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
18430 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
18431 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
18432 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
18433 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
18434 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
18435 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
18436 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
18437 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
18438 STRING_BYTES or indirection changed to SCHARS, SBYTES,
18439 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
18440 unchanged for now.
18441
18442 2002-07-13 Kim F. Storm <storm@cua.dk>
18443
18444 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
18445
18446 2002-07-12 Richard M. Stallman <rms@gnu.org>
18447
18448 * fileio.c (Fwrite_region): Doc fix.
18449
18450 * print.c (print_error_message): Don't handle Vsignaling_function here.
18451
18452 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
18453 (command_loop_1): Avoid certain actions after memory-full error.
18454
18455 * eval.c (Fsignal): Don't call cancel_hourglass.
18456 For a memory-full error, don't call Vsignal_hook_function
18457 and don't set Vsignaling_function.
18458
18459 * process.c (process_send_signal): Add abort call.
18460
18461 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
18462
18463 * keymap.c (Fkey_binding): Fix typo.
18464
18465 2002-07-11 Richard M. Stallman <rms@gnu.org>
18466
18467 * alloc.c (Vmemory_full): New variable.
18468 (Vmemory_signal_data): Rename from memory_signal_data.
18469 Uses changed.
18470 (syms_of_alloc): Defvar them.
18471 (memory_full, buffer_memory_full): Set Vmemory_full.
18472
18473 * lisp.h (Vmemory_full): Add declaration.
18474 (current_column, indented_beyond_p): Change declaration.
18475
18476 * indent.c (last_known_column): Declare as double, not float.
18477 (current_column, current_column_1, string_display_width)
18478 (position_indentation): Return `double'.
18479 (indented_beyond_p): Arg `column' is `double'. Callers changed.
18480
18481 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
18482 (back_to_previous_visible_line_start)
18483 (reseat_at_next_visible_line_start, next_element_from_buffer):
18484 Use `double', not `float', when calling indented_beyond_p.
18485
18486 * s/hpux11.h (BROKEN_SA_RESTART): Define.
18487
18488 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
18489
18490 2002-07-11 Juanma Barranquero <lektu@terra.es>
18491
18492 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
18493 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
18494 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
18495 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
18496 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
18497 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
18498
18499 2002-07-10 Juanma Barranquero <lektu@terra.es>
18500
18501 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
18502 All callers changed.
18503
18504 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
18505
18506 * data.c (Fdefalias): Add an optional `docstring' argument.
18507 (set_internal, Fsetq_default): Use XCAR/XCDR.
18508
18509 * composite.c (HASH_VALUE, HASH_KEY):
18510 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
18511
18512 2002-07-09 Kenichi Handa <handa@etl.go.jp>
18513
18514 * callproc.c (Fcall_process): Fix previous change.
18515
18516 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
18517
18518 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
18519 Add support for hash-tables.
18520 (Ftry_completion): Return t even if the string appears multiple times.
18521
18522 * fns.c (Fnconc): Use XCDR.
18523 (Fprovide): Use CONSP and XCDR.
18524 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
18525 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
18526 (Fmake_hash_table): Accept `:size nil'.
18527 (Fmakehash): Delete: moved to subr.el.
18528 (syms_of_fns): Don't defsubr makehash.
18529
18530 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
18531 (HASH_TABLE_SIZE): Move from fns.c.
18532
18533 2002-07-07 Richard M. Stallman <rms@gnu.org>
18534
18535 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
18536 Instead just return 0 when there is something to be done.
18537 (try_scrolling): If make_cursor_line_fully_visible returns 0,
18538 retry scrolling as if cursor were off the bottom.
18539 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
18540 return CURSOR_MOVEMENT_MUST_SCROLL.
18541 (redisplay_window): If make_cursor_line_fully_visible returns 0,
18542 go to try_to_scroll.
18543
18544 * buffer.c (Fbuffer_local_value): Store current value into its binding
18545 so we get the up-to-date value for the binding that is loaded.
18546
18547 * eval.c (Fdefmacro): Doc fix.
18548
18549 2002-07-05 Dave Love <fx@gnu.org>
18550
18551 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
18552 correctly.
18553
18554 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
18555 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
18556 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
18557 CCL_LookupCharConstTbl.
18558 (syms_of_ccl): Defvar translation-hash-table-vector.
18559
18560 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18561
18562 * xdisp.c: Remove unused variable `face'.
18563
18564 2002-07-04 Juanma Barranquero <lektu@terra.es>
18565
18566 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
18567 obsolescence information.
18568
18569 2002-07-03 Andrew Choi <akochoi@shaw.ca>
18570
18571 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
18572 pattern. Search cache first.
18573 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
18574 for Japanese font.
18575 (XLoadQueryFont): Use it.
18576
18577 2002-07-02 Richard M. Stallman <rms@gnu.org>
18578
18579 * keymap.c (Fdefine_key): Doc fix.
18580
18581 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
18582
18583 2002-07-02 Juanma Barranquero <lektu@terra.es>
18584
18585 * keymap.c (syms_of_keymap): Fix typo.
18586
18587 2002-07-01 Andrew Choi <akochoi@shaw.ca>
18588
18589 * s/darwin.h: Define POSIX_SIGNALS.
18590
18591 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
18592 and FSRefMakePath to convert FSSpec returned with Apple Event to
18593 Posix pathname.
18594 (mac_initialize) [TARGET_API_MAC_CARBON]:
18595 Call init_required_apple_events and disable the `Quit' menu item
18596 provided automatically by the Carbon Toolbox.
18597
18598 2002-07-01 Dave Love <fx@gnu.org>
18599
18600 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
18601 for K&R.
18602
18603 * xterm.c: Fix prototype for K&R.
18604
18605 * term.c (costs_set): Declare static, non-initialized for pcc.
18606
18607 2002-07-01 Richard M. Stallman <rms@gnu.org>
18608
18609 * keyboard.c (timer_last_idleness_start_time): New variable.
18610 (timer_start_idle): Set that.
18611 (read_key_sequence): Use that to reset timer_idleness_start_time
18612 to previous value.
18613
18614 * window.c (Frecenter): With arg, set optional_new_start.
18615
18616 * xdisp.c (redisplay_internal): Make optional_new_start really work.
18617
18618 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
18619 buffer for completion.
18620
18621 2002-06-29 Ken Raeburn <raeburn@gnu.org>
18622
18623 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
18624
18625 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18626
18627 * keyboard.c (readable_filtered_events): New function that filters
18628 FOCUS_IN_EVENT depending on parameter.
18629 (readable_events): Calls readable_filtered_events, not filtering
18630 FOCUS_IN_EVENT.
18631 (get_filtered_input_pending): New function, filtering parameter passed
18632 to readable_filtered_events.
18633 (get_input_pending): Calls get_filtered_input_pending, not filtering
18634 FOCUS_IN_EVENT.
18635 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
18636 FOCUS_IN_EVENT.
18637
18638 * xterm.h (struct x_output): Add focus_state.
18639
18640 * xterm.c (x_focus_changed): New function.
18641 (x_detect_focus_change): New function.
18642 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
18643 EnterNotify and LeaveNotify to track X focus changes.
18644
18645 2002-06-28 Andreas Schwab <schwab@suse.de>
18646
18647 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
18648
18649 2002-06-27 Kim F. Storm <storm@cua.dk>
18650
18651 * xdisp.c (mode_line_string_list, mode_line_string_face)
18652 (mode_line_string_face_prop): New variables.
18653 (store_mode_line_string): New function.
18654 (display_mode_element): Use store_mode_line_string to
18655 add mode-line string elements to mode_line_string_list
18656 when mode_line_string_list is non-nil.
18657 (Fformat_mode_line): Now returns propertized string by
18658 default. New arg NO-PROPS to ignore properties.
18659 (decode_mode_spec): Only add two dashes for %- in propertized
18660 mode-line string.
18661 (syms_of_xdisp): Init and staticpro mode_line_string_list.
18662
18663 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
18664
18665 * minibuf.c (minibuffer_completion_contents): Add return type.
18666
18667 2002-06-27 Juanma Barranquero <lektu@terra.es>
18668
18669 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
18670
18671 2002-06-26 Juanma Barranquero <lektu@terra.es>
18672
18673 * fileio.c (read_file_name_cleanup): Add missing return.
18674
18675 2002-06-26 Richard M. Stallman <rms@gnu.org>
18676
18677 * window.c (Frecenter): Don't set force_start flag.
18678
18679 * minibuf.c (do_completion, Fminibuffer_complete_word)
18680 (Fminibuffer_completion_help): Complete just the text before point.
18681 (minibuffer_completion_contents): New function.
18682
18683 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
18684
18685 * frame.c (frames_bury_buffer): Function deleted.
18686
18687 2002-06-25 Miles Bader <miles@gnu.org>
18688
18689 * callint.c (Fcall_interactively): When checking to see if doprnt hit
18690 the end of callint_message, allow for a terminating '\0'.
18691
18692 2002-06-24 Juanma Barranquero <lektu@terra.es>
18693
18694 * w32select.c: Include composite.h.
18695
18696 * w16select.c: Likewise.
18697
18698 2002-06-24 Kenichi Handa <handa@etl.go.jp>
18699
18700 * callproc.c (Fcall_process): If code detection is necessary,
18701 call detect_coding directly here.
18702
18703 * coding.c (detect_eol): Preserve coding->cmp_data.
18704
18705 * w16select.c (Fw16_get_clipboard_data):
18706 * w32fns.c (w32_to_x_font):
18707 * w32select.c (Fw32_get_clipboard_data):
18708 * xselect.c (selection_data_to_lisp_data):
18709 * xterm.c (XTread_socket): Disable composition handling.
18710
18711 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
18712
18713 * print.c (temp_output_buffer_setup): Kill all local variables.
18714
18715 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
18716
18717 * lread.c (Fread): Remove redundant and imprecise declaration.
18718
18719 * xfns.c (check_x_display_info): Use check_x_frame.
18720
18721 * .gdbinit (xprintsym): Use the new `xname' field.
18722 (xsymbol): Use it.
18723
18724 2002-06-22 Jason Rumney <jasonr@gnu.org>
18725
18726 * w32fns.c (file_dialog_callback): New function.
18727 (Fx_file_dialog): Allow selecting directories as well as files.
18728
18729 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18730
18731 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
18732 OpenBSD. Add support for mipseb-*-netbsd* machines.
18733
18734 2002-06-17 Andrew Choi <akochoi@shaw.ca>
18735
18736 * macterm.c (mac_scroll_area): Set foreground and backcolor to
18737 black and white before scrolling. Restore frame background and
18738 foreground color after scrolling.
18739 (do_window_update): Call XClearWindow before calling expose_frame.
18740 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
18741 FRAME_FOREGROUND_PIXEL of frame.
18742
18743 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
18744 test Mac command key as <ALT> key.
18745
18746 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
18747
18748 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
18749
18750 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
18751 Lookup keys in function-key-map immediately so that key-translation-map
18752 can be applied earlier.
18753 Remove function_key_possible and key_translation_possible, replaced
18754 by checking `keytran_start < t'.
18755
18756 * .gdbinit (xsymbol): Use the new `xname' field.
18757
18758 2002-06-17 Andrew Choi <akochoi@shaw.ca>
18759
18760 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
18761 test Mac command key as <ALT> key.
18762
18763 * mac.c (do_applescript): Call initialize_applescript if necessary
18764 when first called. Dispose of result_desc only when there is no error.
18765 (Fdo_applescript): Use %d format specifier instead of %ld.
18766
18767 2002-06-16 Andrew Choi <akochoi@shaw.ca>
18768
18769 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
18770 of FrontWindow for cases keyDown and autoKey.
18771
18772 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
18773 Vdefault_fontset to Monaco with mac-roman coding.
18774
18775 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
18776 init_process before and after inclusion of Carbon/Carbon.h, resp.
18777
18778 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
18779 cursor_gc.
18780 (add_font_name_table_entry): New function.
18781 (init_font_name_table): Use add_font_name_table_entry; add italic,
18782 bold, and bold-italic entries for truetype fonts.
18783
18784 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
18785 for Mac too.
18786 (try_font_list) [MAC_OS]: If no font matches given registry, try
18787 fonts with any registry matching face_family.
18788 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
18789
18790 * s/darwin.h: If autoconf detects the Ncurses library, define
18791 LIBS_TERMCAP to -lncurses to use it.
18792
18793 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
18794
18795 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
18796
18797 2002-06-15 Richard M. Stallman <rms@gnu.org>
18798
18799 * window.c (Fset_window_configuration): Explicitly preserve
18800 the point value that new_current_buffer had at the start.
18801
18802 2002-06-14 Juanma Barranquero <lektu@terra.es>
18803
18804 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
18805 Fix typos.
18806
18807 2002-06-14 Kim F. Storm <storm@cua.dk>
18808
18809 * insdel.c (insert_1_both, insert_from_string_1)
18810 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
18811 insert happened in the end_unchanged region. Otherwise, the
18812 redisplay may be confused and duplicate the last line in the
18813 buffer [seen after save-buffer when require-final-newline==t].
18814
18815 2002-06-13 Jason Rumney <jasonr@gnu.org>
18816
18817 * w32.c (init_environment): Remove EMACSLOCKDIR.
18818 (stat): Swap _S_IFDIR and _S_IFREG.
18819
18820 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18821
18822 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
18823 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
18824 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
18825 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
18826 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
18827 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
18828 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
18829 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
18830 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
18831 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
18832 SELECTION_REQUEST_EVENT, selection_clear_event to
18833 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
18834 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
18835 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
18836 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
18837 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
18838 no_event to NO_EVENT.
18839
18840 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18841
18842 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
18843
18844 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
18845
18846 * intervals.c (textget): Don't forget to `return'.
18847 (lookup_char_property): Use XCAR/XCDR.
18848
18849 2002-06-12 Juanma Barranquero <lektu@terra.es>
18850
18851 * xdisp.c (Fformat_mode_line): Fix typo.
18852
18853 2002-06-12 Kim F. Storm <storm@cua.dk>
18854
18855 * xdisp.c (Fformat_mode_line): New function.
18856 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
18857 (store_frame_title_char, store_frame_title): Use unconditionally.
18858 (init_xdisp): Defsubr Fformat_mode_line.
18859 Initialize frame_title_buf etc. unconditionally.
18860
18861 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
18862
18863 * keyboard.c (read_key_sequence):
18864 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
18865 things through those maps after downcasing events.
18866 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
18867 applies after function-key-map.
18868 Make sure that keytran can be done in the middle in the sequence.
18869 Be careful not to throw away events past the one we downcase.
18870
18871 * lread.c (read_integer): Remove unused var `tem'.
18872 (read1): Fix int/Lisp_Object mixup.
18873
18874 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
18875
18876 2002-06-11 Richard M. Stallman <rms@gnu.org>
18877
18878 * keyboard.c (readable_events): Ignore any number of
18879 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
18880
18881 2002-06-09 Miles Bader <miles@gnu.org>
18882
18883 * xfaces.c (Ftty_supports_face_attributes_p): New function.
18884 (parse_rgb_list, tty_lookup_color): New functions.
18885 (tty_defined_color): Use `tty_lookup_color' to do all the work.
18886 (color_distance, Fcolor_distance): New functions.
18887 (TTY_SAME_COLOR_THRESHOLD): New macro.
18888 (Qtty_color_standard_values): New variable.
18889 (syms_of_xfaces): Initialize new vars & functions.
18890
18891 2002-06-08 Colin Walters <walters@verbum.org>
18892
18893 * textprop.c (Vchar_property_alias_alist): New variable.
18894 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
18895
18896 * intervals.c (lookup_char_property): New function for looking up
18897 overlay and text properties, created from textget.
18898 (textget): Use it.
18899
18900 * intervals.h (lookup_char_property): Declare.
18901 (Vchar_property_alias_alist): Declare.
18902
18903 * buffer.c (Foverlay_get): Use lookup_char_property.
18904
18905 2002-06-07 Sam Steingold <sds@gnu.org>
18906
18907 * xselect.c (lisp_data_to_selection_data): Fix last change:
18908 *data_ret is not a Lisp string, while unibyte_string is.
18909
18910 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
18911
18912 * xselect.c (lisp_data_to_selection_data): Fix last change:
18913 set size_ret.
18914
18915 2002-06-07 Andreas Schwab <schwab@suse.de>
18916
18917 * m/amdx86-64.h: New file.
18918
18919 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
18920
18921 * fns.c (Fstring_make_unibyte): Doc fix.
18922
18923 * xselect.c (lisp_data_to_selection_data): If the requested type
18924 is STRING, call string_make_unibyte to encode the selected text
18925 as a string.
18926
18927 * window.c (Fset_window_hscroll): Doc fix.
18928
18929 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18930
18931 * fileio.c (choose_write_coding_system):
18932 Call select-safe-coding-system properly.
18933
18934 2002-06-03 Richard M. Stallman <rms@gnu.org>
18935
18936 * xdisp.c (message_with_string): Error if STRING is not a string.
18937
18938 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
18939
18940 * fileio.c (choose_write_coding_system): Pass FILE arg to
18941 Vselect_safe_coding_system_function.
18942
18943 2002-06-03 Ken Raeburn <raeburn@gnu.org>
18944
18945 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
18946
18947 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
18948
18949 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
18950 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
18951 * keymap.c (describe_command): Likewise.
18952 * minibuf.c (read_minibuf): Likewise.
18953
18954 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
18955 Cast `current_column' return value to int.
18956 (back_to_previous_visible_line_start)
18957 (reseat_at_next_visible_line_start, next_element_from_buffer):
18958 Cast `indented_beyond_p' 3rd arg to float.
18959
18960 * indent.c (last_known_column): Now a float.
18961 (current_column_1, position_indentation, current_column)
18962 (string_display_width): Return float.
18963 (Fcurrent_column): Cast `current_column' return value to int.
18964 (Fcurrent_indentation): Cast `position_indentation' retval to int.
18965 (indented_beyond_p): Third arg now a float.
18966 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
18967
18968 * lisp.h (current_column): Now returns float.
18969 (indented_beyond_p): 3rd arg now a float.
18970
18971 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
18972
18973 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
18974 is Qcompound_text_with_extensions.
18975
18976 * xselect.c (lisp_data_to_selection_data): Always set selection
18977 type as string if x_encode_text returns streingp non-NULL.
18978
18979 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
18980
18981 2002-05-30 Richard M. Stallman <rms@gnu.org>
18982
18983 * window.c (Fset_window_configuration): Correct the handling
18984 of point in current buffer, to work with multiple windows.
18985
18986 2002-05-29 Colin Walters <walters@verbum.org>
18987
18988 * lread.c (Fread_from_string): Don't depend on order of evaluation
18989 for C function parameters.
18990
18991 2002-05-28 Richard M. Stallman <rms@gnu.org>
18992
18993 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
18994 way for blinked-off state and for a nonselected window.
18995
18996 * window.c (window_scroll_pixel_based): Don't call Fbolp;
18997 instead, see if the new start pos is at beginning of line.
18998
18999 * fileio.c (Fwrite_region): If START is a string, don't
19000 make any annotations.
19001
19002 * eval.c (syms_of_eval): Doc fix.
19003
19004 2002-05-28 Colin Walters <walters@debian.org>
19005
19006 * emacs.c (USAGE1): Add --no-splash.
19007 (standard_args): Ditto.
19008
19009 2002-05-28 Colin Walters <walters@gnu.org>
19010
19011 * lread.c (readchar_count): New variable.
19012 (readchar): Increment it.
19013 (unreadchar): Decrement it.
19014 (read_multibyte): Decrement it.
19015 (Vread_with_symbol_positions): New variable.
19016 (Vread_symbol_positions_list): New variable.
19017 (read_internal_start): New function, created from Fread and
19018 Fread_from_string. Handle Vread_symbol_positions_list and
19019 Vread_with_symbol_positions.
19020 (readevalloop, Fread, Fread_from_string): Use it.
19021 (read1): Use readchar_count to add symbol positions to
19022 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
19023 (syms_of_lread): DEFVAR_LISP and initialize them.
19024
19025 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
19026 (substitute_object_recurse, substitute_object_in_subtree)
19027 (substitute_in_interval): Prototype.
19028 (read_multibyte): Return c if it's less than zero.
19029
19030 2002-05-28 Kim F. Storm <storm@cua.dk>
19031
19032 * fileio.c (Fread_file_name_internal): Added brute-force
19033 speed up for using predicate file-directory-p.
19034
19035 2002-05-28 Kim F. Storm <storm@cua.dk>
19036
19037 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
19038 New variables.
19039 (syms_of_fileio): DEFVAR_LISP them.
19040 (read_file_name_cleanup): New unwind function.
19041 (Fread_file_name_internal): Only return completions satifying
19042 Vread_file_name_predicate. Temporarily unwind protect and rebind
19043 default-directory while checking completions against the predicate.
19044 (Fread_file_name): Added PREDICATE argument. Specbind it to
19045 Vread_file_name_predicate during completion.
19046 Call Vread_file_name_function to read the file name if non-nil.
19047
19048 * lisp.h (Fread_file_name): Now has 6 args.
19049
19050 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
19051 predicate for Fread_file_name when reading directory name.
19052 Supply Qnil for predicate in other calls to Fread_file_name.
19053
19054 2002-05-26 Miles Bader <miles@gnu.org>
19055
19056 * term.c (tty_capable_p): New function.
19057 * dispextern.h (tty_capable_p): New function declaration.
19058 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
19059 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
19060
19061 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
19062
19063 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
19064 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
19065 (Vwrite_region_annotate_functions): Docstring fix.
19066
19067 2002-05-23 Kim F. Storm <storm@cua.dk>
19068
19069 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
19070 phys_cursor's hpos is overwritten. This is still not completely
19071 correct, as it doesn't really make sense to use hpos at all to
19072 get the cursor glyph (as that is relative to the width of the
19073 characters on the line, which may have changed during the update).
19074
19075 2002-05-22 Jason Rumney <jasonr@gnu.org>
19076
19077 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
19078 Lisp_Object.
19079 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
19080 Use modified enumfont_t struct.
19081
19082 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
19083
19084 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
19085 Handle the `hbar' cursor type.
19086 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
19087
19088 * w32fns.c (Qhbar): New variable.
19089 (x_specified_cursor_type): Use it.
19090
19091 2002-05-21 Ken Raeburn <raeburn@gnu.org>
19092
19093 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
19094 now, when the address is needed.
19095
19096 2002-05-21 Colin Walters <walters@gnu.org>
19097
19098 * Makefile.in (shortlisp): Add font-core.el.
19099
19100 2002-05-20 Richard M. Stallman <rms@gnu.org>
19101
19102 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
19103
19104 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
19105 equivalent key bindings here.
19106
19107 2002-05-20 Ken Raeburn <raeburn@gnu.org>
19108
19109 Change symbol structure to contain a lisp object for the symbol
19110 name:
19111 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
19112 object field named "xname".
19113 (SYMBOL_NAME): New macro.
19114 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
19115 name field.
19116 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
19117 (mark_object, gc_sweep): Use symbol xname field and XSTRING
19118 instead of name field.
19119 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
19120 SYMBOL_NAME instead of XSYMBOL and name field.
19121 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
19122 instead of XSYMBOL and name field.
19123 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
19124 and SYMBOL_NAME instead of XSYMBOL and name field.
19125 * coding.c (Fread_coding_system, code_convert_region1)
19126 (code_convert_string1, code_convert_string_norecord)
19127 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
19128 XSYMBOL and name field.
19129 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
19130 (Fmake_variable_buffer_local, Fmake_local_variable)
19131 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
19132 of XSYMBOL and name field.
19133 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
19134 XSYMBOL and name field.
19135 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
19136 instead of XSYMBOL and name field.
19137 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
19138 XSYMBOL and name field.
19139 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
19140 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
19141 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
19142 instead of XSYMBOL and name field.
19143 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
19144 (parse_modifiers, apply_modifiers, Fevent_convert_list)
19145 (parse_solitary_modifier, Fexecute_extended_command):
19146 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
19147 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
19148 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
19149 of XSYMBOL and name field.
19150 (describe_command, describe_translation): Use SYMBOL_NAME and
19151 assignment instead of XSYMBOL and name field and XSETSTRING.
19152 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
19153 instead of XSYMBOL and name field.
19154 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
19155 name field and XSETSTRING.
19156 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
19157 of XSYMBOL and name field.
19158 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
19159 assignment instead of XSYMBOL and name field and XSETSTRING.
19160 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
19161 XSTRING instead of XSYMBOL and name field.
19162 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
19163 and XSTRING instead of XSYMBOL and name field.
19164 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
19165 and XSTRING instead of XSYMBOL and name field.
19166 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
19167 XSTRING instead of XSYMBOL and name field.
19168 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
19169 of XSYMBOL and name field.
19170 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
19171 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
19172
19173 2002-05-19 Ken Raeburn <raeburn@gnu.org>
19174
19175 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
19176 and XCDR real rvalues in most configurations.
19177
19178 * buffer.c (fix_overlays_in_range, fix_overlays_before):
19179 Don't take the address of the cdr part of a cons cell; instead, track
19180 the parent cell and call XSETCDR, or set the variable for the head
19181 of the list if we haven't started down the list yet.
19182
19183 2002-05-19 Richard M. Stallman <rms@gnu.org>
19184
19185 * doc.c (reread_doc_file): Don't ask for confirmation.
19186
19187 2002-05-18 Jason Rumney <jasonr@gnu.org>
19188
19189 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
19190 (xbm_load_image): Use it.
19191 (xbm_load): Ditto.
19192 (xbm_read_bitmap_data): Reverted to xfns.c version.
19193 From David Ponce <david@dponce.com>.
19194
19195 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19196
19197 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
19198 2.02 and later.
19199
19200 2002-05-16 Juanma Barranquero <lektu@terra.es>
19201
19202 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
19203
19204 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
19205
19206 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
19207 meaningful test.
19208 (read_char_minibuf_menu_prompt): Fix typo.
19209
19210 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19211
19212 * eval.c (Fcommandp): Doc fix.
19213
19214 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
19215
19216 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
19217 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
19218 (Fset_keymap_parent): Gcpro a bit more.
19219 (access_keymap): Gcpro around meta_map call and around the main loop.
19220 (get_keyelt): Gcpro when following indirect references.
19221 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
19222 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
19223 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
19224 Remove useless ad-hoc remap code.
19225
19226 2002-05-13 Richard M. Stallman <rms@gnu.org>
19227
19228 * search.c (search_buffer): Give up boyer moore search if inverse
19229 translation change charset_base.
19230
19231 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
19232
19233 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
19234 characters is carried over from the previous block of text, adjust
19235 coding->produced to account for the extra character.
19236
19237 2002-05-11 Andreas Schwab <schwab@suse.de>
19238
19239 * coding.c (intersection): Keep the elements of the returned list
19240 in the same order as in the first list.
19241
19242 2002-05-11 Kim F. Storm <storm@cua.dk>
19243
19244 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
19245 only update cmm_size if realloc actually succeeds.
19246 Testing with initial size of 2 elements revealed that using
19247 realloc on GNU/Linux would cause a random trap in xmalloc
19248 later on, so I rewrote the code to use malloc/bcopy/free instead
19249 of realloc.
19250
19251 2002-05-10 Jason Rumney <jasonr@gnu.org>
19252
19253 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
19254
19255 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
19256
19257 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
19258 parens, to ensure correct evaluation order.
19259
19260 2002-05-10 Kim F. Storm <storm@cua.dk>
19261
19262 * keymap.c (Vemulation_mode_map_alists): New variable.
19263 (syms_of_keymap): DEFVAR_LISP it.
19264 (current_minor_maps): Process keymap alists in that list before
19265 minor-mode-overriding-map-alist and minor-mode-map-alist.
19266
19267 2002-05-09 Richard M. Stallman <rms@gnu.org>
19268
19269 * search.c (Freplace_match): Doc fix.
19270
19271 2002-05-09 Kim F. Storm <storm@cua.dk>
19272
19273 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
19274 Enlarge cursor rectangle drawn around image with non-zero relief.
19275
19276 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
19277 Enlarge cursor rectangle drawn around image with non-zero relief.
19278
19279 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
19280 Enlarge cursor rectangle drawn around image with non-zero relief.
19281
19282 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
19283
19284 * xselect.c (lisp_data_to_selection_data): Don't set selection
19285 type if comes from the Lisp object's car. If the selection
19286 contains a pure ASCII text, always return QSTRING as its type.
19287
19288 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19289
19290 * mac.c (mac-cut-function): Doc fix.
19291
19292 2002-05-05 Richard M. Stallman <rms@gnu.org>
19293
19294 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
19295
19296 2002-05-04 Jason Rumney <jasonr@gnu.org>
19297
19298 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
19299 for event-click-count.
19300
19301 * process.c (init_process): Only add server subfeature if we can
19302 use non-blocking I/O.
19303
19304 2002-05-04 Andrew Choi <akochoi@shaw.ca>
19305
19306 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
19307 repeatedly.
19308
19309 2002-05-03 Jason Rumney <jasonr@gnu.org>
19310
19311 * process.c (Fmake_network_process): Only support server sockets
19312 when we can make them non-blocking.
19313
19314 * s/ms-w32.h (HAVE_SELECT): Define.
19315
19316 * w32.h (FILE_NDELAY): New flag.
19317
19318 * w32.c (sys_getpeername, fcntl): New functions.
19319 (_sys_read_ahead): Temporarily block on non-blocking sockets.
19320
19321 * w32proc.c: Include sys/file.h.
19322
19323 2002-05-03 Colin Walters <walters@verbum.org>
19324
19325 * callproc.c (Vgame_score_directory): Renamed to
19326 Vshared_game_score_directory.
19327
19328 2002-04-30 Richard M. Stallman <rms@gnu.org>
19329
19330 * s/gnu.h [emacs]: Include stdio.h.
19331 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
19332
19333 * eval.c (do_autoload): Error if called while preparing to dump.
19334
19335 * fns.c (Frequire): Error if need to load while preparing to dump.
19336
19337 2002-04-28 Colin Walters <walters@verbum.org>
19338
19339 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
19340 Default to "~/.emacs.d/games".
19341
19342 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
19343
19344 * lread.c (openp): Change arg exec_only to predicate.
19345 (build_load_history): Use XCAR/XCDR.
19346 (Flocate_file_internal): New fun.
19347 (syms_of_lread): Defsubr it.
19348 (Fload): Update call to openp.
19349
19350 * lisp.h (openp): Update prototype.
19351
19352 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
19353 * w32proc.c (sys_spawnve):
19354 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
19355 * w32.c (check_windows_init_file):
19356 * sound.c (Fplay_sound_internal):
19357 * process.c (Fstart_process):
19358 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
19359 * mac.c (run_mac_command):
19360 * emacs.c (init_cmdargs):
19361 * callproc.c (Fcall_process): Update call to openp.
19362
19363 * textprop.c (remove_properties): Don't use XCAR without CONSP.
19364
19365 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
19366
19367 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19368
19369 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
19370 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
19371
19372 2002-04-28 Richard M. Stallman <rms@gnu.org>
19373
19374 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
19375
19376 * eval.c (Fcommandp): New arg for_call_interactively.
19377 * lisp.h (Fcommandp): Declare new arg.
19378
19379 2002-04-28 Jason Rumney <jasonr@gnu.org>
19380
19381 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
19382
19383 * w32.c (stat, fstat): Use file index information to generate
19384 inodes for directories where available.
19385
19386 2002-04-26 Andrew Choi <akochoi@shaw.ca>
19387
19388 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
19389 [HAVE_CARBON]: Include Mac object files.
19390
19391 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
19392 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
19393 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
19394 MAC_OSX, and MAC_OS instead of macintosh.
19395
19396 * editfns.c [MAC_OS8]: Include stdio.h.
19397
19398 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
19399
19400 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
19401 Apple Monaco.
19402
19403 * process.c (QCfamily, QCfilte): Declare extern.
19404 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
19405 calling select.
19406
19407 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
19408
19409 * tparam.c [MAC_OSX]: Don't define BC and UP.
19410
19411 * config.in [HAVE_CARBON]: Add.
19412
19413 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
19414 Move here from mac/src and mac/inc.
19415
19416 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
19417
19418 2002-04-26 Gerd Moellmann <gerd@gnu.org>
19419
19420 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
19421 Compute phys_cursor_width from the x position returned
19422 by x_draw_glyhs, which is cheaper.
19423 (x_display_and_set_cursor): Compute the buffer-local value
19424 of `cursor-in-non-selected-windows' only when needed.
19425
19426 2002-04-25 Gerd Moellmann <gerd@gnu.org>
19427
19428 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
19429 cursor on a stretch glyph has a width that depends on
19430 x_stretch_cursor_p.
19431
19432 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19433
19434 * abbrev.c (abbrev-start-location): Doc fix.
19435
19436 * indent.c (Fvertical_motion): Fix last change.
19437
19438 2002-04-25 Gerd Moellmann <gerd@gnu.org>
19439
19440 * indent.c (Fvertical_motion): Move to the start of the line
19441 containing PT before moving up or down.
19442
19443 2002-04-24 Gerd Moellmann <gerd@gnu.org>
19444
19445 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
19446 case of writing a whole row, more or less analogous to the case of
19447 writing only parts of a row.
19448
19449 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
19450 0 for NO_CURSOR.
19451
19452 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
19453
19454 2002-04-23 Colin Walters <walters@verbum.org>
19455
19456 * buffer.c (syms_of_buffer): Doc fix.
19457
19458 2002-04-23 Gerd Moellmann <gerd@gnu.org>
19459
19460 * xterm.c (notice_overwritten_cursor): Handle the special case
19461 of the cursor being in the first blank non-text line at the
19462 end of a window.
19463
19464 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
19465 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
19466 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
19467 bar cursors only, to make phys_cursor_width contain what its name
19468 suggests.
19469 (notice_overwritten_cursor): Consider the cursor image erased if
19470 the output area intersects the cursor image in y-direction.
19471
19472 2002-04-23 Simon Marshall <simon@gnu.org>
19473
19474 * xfns.c (x_set_mouse_color): Change default for cross_cursor
19475 to XC_hand2.
19476
19477 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19478
19479 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
19480
19481 2002-04-22 Kim F. Storm <storm@cua.dk>
19482
19483 * textprop.c (remove_properties): Fixed trap for malformed plist.
19484
19485 2002-04-22 Richard M. Stallman <rms@gnu.org>
19486
19487 * cmds.c (Fend_of_line): Handle intangible text in mid line.
19488
19489 * window.c (make_window): Initialize height_fixed_p,
19490 last_cursor_off_p, and p->cursor_off_p slots.
19491
19492 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19493
19494 * fns.c (use-dialog-box): Doc fix.
19495
19496 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19497
19498 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
19499 variables `row', `i' and `area'.
19500 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
19501 toolkit library.
19502
19503 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
19504
19505 * xfaces.c (clear_font_table): Don't free the default font of
19506 a frame even if it's on another display.
19507 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
19508 that could be Qt.
19509
19510 2002-04-19 Juanma Barranquero <lektu@terra.es>
19511
19512 * indent.c (Fmove_to_column): Remove unused local variable
19513 `next_boundary_byte'.
19514 (current_column_1): Likewise.
19515
19516 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
19517
19518 * msdos.c (Qhbar): New variable.
19519 (syms_of_msdos): Intern and staticpro it.
19520 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
19521 cursor type.
19522
19523 2002-04-19 Dave Lambert <dlambert@acm.org>
19524
19525 Theses change implement an underscore-like (`hbar') cursor.
19526
19527 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
19528
19529 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
19530 Handle the `hbar' cursor type.
19531 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
19532
19533 * xfns.c (Qhbar): New variable.
19534 (syms_of_xfns): Intern and staticpro it.
19535 (x_specified_cursor_type): Handle `hbar' cursor.
19536
19537 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
19538 not defined.
19539
19540 2002-04-18 Richard M. Stallman <rms@gnu.org>
19541
19542 * textprop.c (remove_properties): New arg LIST allows scanning
19543 either a list or a plist.
19544 (interval_has_some_properties_list): New function, like
19545 interval_has_some_properties using list instead of plist.
19546 All callers changed.
19547 (Fremove_list_of_text_properties): New function.
19548 (syms_of_textprop): Defsubr it.
19549
19550 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
19551
19552 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
19553
19554 2002-04-17 Juanma Barranquero <lektu@terra.es>
19555
19556 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
19557
19558 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
19559
19560 * window.c (coordinates_in_window): Don't report on margin area
19561 if its width is zero.
19562
19563 2002-04-16 Jason Rumney <jasonr@gnu.org>
19564
19565 * w32fns.c (Fx_file_dialog): Decode file name before using.
19566
19567 * w32term.c (construct_drag_n_drop): Likewise.
19568
19569 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
19570
19571 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
19572 store load-history in pure space.
19573
19574 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
19575
19576 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
19577
19578 * xterm.c (Qlatin_1, Qutf_8): New vars.
19579 (syms_of_xterm): Initialize them.
19580 (XTread_socket): Eliminate incorrect optimization that tried to avoid
19581 decoding the output of X*LookupString.
19582 Always use latin-1 to decode the output of XLookupString.
19583 Try Xutf8LookupString if XmbLookupString failed.
19584
19585 * region-cache.c (new_region_cache): Use BEG.
19586
19587 2002-04-16 Gerd Moellmann <gerd@gnu.org>
19588
19589 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
19590 configuration files.
19591 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
19592 returns 0.
19593
19594 2002-04-15 Andreas Schwab <schwab@suse.de>
19595
19596 * config.in: Regenerated using autoheader.
19597
19598 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
19599 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
19600 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
19601 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
19602 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
19603 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
19604 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
19605 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
19606 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
19607 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
19608 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
19609 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
19610 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
19611 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
19612 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
19613 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
19614 STACK_DIRECTION, now set by autoconf.
19615
19616 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19617
19618 * dispnew.c (marginal_area_string): Sort arguments.
19619
19620 * dispextern.h (marginal_area_string): Add prototype.
19621
19622 2002-04-13 Richard M. Stallman <rms@gnu.org>
19623
19624 * fileio.c (Finsert_file_contents):
19625 Don't call temp_output_buffer_setup--do just part, by hand.
19626
19627 * coding.c (run_pre_post_conversion_on_str):
19628 Don't call temp_output_buffer_setup--do just part, by hand.
19629
19630 * keyboard.c (command_loop_1): Don't call start_hourglass
19631 or cancel_hourglass when executing a macro.
19632
19633 * marker.c (count_markers): New function.
19634
19635 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
19636 grow without limit. Move recently used elements to the front.
19637
19638 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
19639
19640 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
19641
19642 2002-04-12 Gerd Moellmann <gerd@gnu.org>
19643
19644 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
19645 rows marginal areas.
19646 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
19647 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
19648
19649 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
19650
19651 2002-04-12 Dave Love <fx@gnu.org>
19652
19653 * dispnew.c (marginal_area_string): New.
19654
19655 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
19656 (Qleft_margin, Qright_margin): Declare.
19657 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
19658
19659 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
19660 note_mode_line_highlight and extended.
19661
19662 * keyboard.c (Qleft_margin, Qright_margin): Declare.
19663 (make_lispy_event): Deal with mouse events in margins.
19664
19665 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
19666
19667 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
19668
19669 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
19670 than deactivating the mark if tmm is set to `lambda'.
19671 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
19672 Use a single event for HELP_EVENT.
19673 (Fexecute_extended_command): Save last_point_position.
19674
19675 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19676
19677 * lisp.h (Fpropertize): Add prototype.
19678
19679 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
19680
19681 2002-04-10 Colin Walters <walters@verbum.org>
19682
19683 * config.in: Add HAVE_SHARED_GAME_DIR.
19684
19685 * callproc.c (Vgame_score_directory): New variable.
19686 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
19687
19688 2002-04-10 Richard M. Stallman <rms@gnu.org>
19689
19690 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
19691
19692 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
19693
19694 * minibuf.c (read_minibuf): Use empty_string.
19695 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
19696 Short-circuit the search as soon as it "failed".
19697 (Fall_completions): Allow lambda forms and lists of strings for alist.
19698 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
19699 when require_match is nil.
19700 (Ftest_completion): Rename from `test_completion' and export to elisp.
19701 Call the predicate also when alist is a list.
19702 Obey Vcompletion_regexp_list.
19703 (do_completion, Fminibuffer_complete_and_exit): Use it.
19704 (Fassoc_string): Rename from `assoc_for_completion'.
19705 Allow list of strings as well and export to elisp.
19706
19707 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
19708
19709 * puresize.h (BASE_PURESIZE): Increase to 900KB.
19710
19711 2002-04-08 Juanma Barranquero <lektu@terra.es>
19712
19713 * w32.c (sys_accept): Don't hide variable `s'.
19714
19715 2002-04-05 Gerd Moellmann <gerd@gnu.org>
19716
19717 * callint.c (Fcall_interactively): Use INTEGERP instead of
19718 NUMBERP for checking Vhistory_length.
19719
19720 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19721
19722 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
19723 Doc fix to reflect it.
19724
19725 2002-04-04 Richard M. Stallman <rms@gnu.org>
19726
19727 * xdisp.c (display_mode_element): New arg RISKY.
19728 Disregard text props found or specified within a variable
19729 that isn't marked risky-local-variable.
19730 (Qrisky_local_variable): New variable.
19731 (syms_of_xdisp): Init and staticpro it.
19732
19733 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
19734
19735 * undo.c (record_point): New fun.
19736 (record_delete, record_insert): Use it.
19737
19738 2002-04-03 Juanma Barranquero <lektu@terra.es>
19739
19740 * doc.c (Fdocumentation): Add missing parentheses.
19741 (Fdocumentation_property): Likewise.
19742
19743 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
19744
19745 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
19746 data is 0, just return nil.
19747
19748 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
19749
19750 * msdos.c (syms_of_msdos): Fix last change with
19751 mouse_autoselect_window.
19752
19753 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19754
19755 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
19756 mouse_autoselect_window.
19757
19758 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
19759
19760 * keyboard.c (make_lispy_event): Handle unknown keysyms together
19761 with system-specific keysyms. Use it also for unknown function keys.
19762
19763 * doc.c (reread_doc_file): Return whether reload was attempted.
19764 (Fdocumentation, Fdocumentation_property): Don't try to reload
19765 if the doc is 0 and only ask once.
19766
19767 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
19768
19769 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
19770
19771 * keyboard.c (read_char): If the event was Qselect_window,
19772 restore timer_idleness_start_time to its previous value.
19773
19774 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
19775
19776 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
19777
19778 * region-cache.c (new_region_cache): Use BEG.
19779
19780 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
19781 Use BEG and BEG_BYTE.
19782
19783 * doc.c (get_doc_string): Return nil if the location is wrong.
19784 (reread_doc_file): New fun.
19785 (Fdocumentation, Fdocumentation_property):
19786 Call it if get_doc_string fails.
19787 (Fsnarf_documentation): Make it work for a dumped Emacs.
19788
19789 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
19790 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
19791
19792 * charset.c (Fstring): Allow 0 arguments.
19793
19794 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
19795
19796 * process.c (DATAGRAM_CONN_P, list_processes_1)
19797 (Fprocess_datagram_address, Fset_process_datagram_address)
19798 (Fset_network_process_options, server_accept_connection):
19799 Fix some int/Lisp_Object confusions (thank you union types).
19800
19801 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19802
19803 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
19804
19805 * w32term.c: Likewise.
19806 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
19807
19808 * keyboard.c (Qselect_window): New symbol.
19809 (head_table): Use it.
19810 (keys_of_keyboard): Bound select-window event to handle-select-window.
19811 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
19812
19813 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
19814 (last_window): New variable.
19815 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
19816 (note_mouse_movement): Remove reimplemented code in #if 0.
19817 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
19818 Emacs windows.
19819
19820 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
19821
19822 2002-03-31 Gerd Moellmann <gerd@gnu.org>
19823
19824 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
19825 Callers changed.
19826
19827 2002-03-30 Richard M. Stallman <rms@gnu.org>
19828
19829 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
19830 loop whenever it stops making progress.
19831
19832 * widget.c (set_frame_size): Don't call change_frame_size.
19833
19834 2002-03-30 Gerd Moellmann <gerd@gnu.org>
19835
19836 * dispnew.c (direct_output_for_insert):
19837 Call mark_window_display_accurate.
19838
19839 2002-03-29 Jason Rumney <jasonr@gnu.org>
19840
19841 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
19842
19843 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
19844
19845 * Makefile.in (lread.o): Depend on coding.h.
19846
19847 * lread.c (openp, Fload): Encode the file name before passing it
19848 to `stat', `access', and `emacs_open'.
19849 (openp): GCPRO the encoded file name. Don't recompute Lisp
19850 strings unnecessarily.
19851
19852 2002-03-29 Kim F. Storm <storm@cua.dk>
19853
19854 * fns.c (Flax_plist_put): Doc fix.
19855
19856 2002-03-28 Miles Bader <miles@gnu.org>
19857
19858 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
19859
19860 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19861
19862 * process.c (set-network-process-options): Add usage.
19863 (make-network-process): Doc fix.
19864
19865 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
19866
19867 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
19868
19869 2002-03-26 Richard M. Stallman <rms@gnu.org>
19870
19871 * fns.c (Fsubstring_no_properties): New function.
19872 (Flax_plist_get, Flax_plist_put): New functions.
19873 (syms_of_fns): defsubr them.
19874
19875 * xdisp.c (update_menu_bar): Test only update_mode_lines;
19876 don't test or alter w->update_mode_line.
19877
19878 * window.c (Fdisplay_buffer): Doc fix.
19879
19880 2002-03-24 Richard M. Stallman <rms@gnu.org>
19881
19882 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
19883
19884 2002-03-24 Gerd Moellmann <gerd@gnu.org>
19885
19886 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
19887 (Fdefmacro): Handle `(declare ...)'.
19888 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
19889 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
19890
19891 2002-03-24 Jason Rumney <jasonr@gnu.org>
19892
19893 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
19894 (xbm_file_p): Add prototypes.
19895 (xbm_format, xbm_image_p): Sync with xfns.c.
19896 (reflect_byte): New function.
19897 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
19898 (xbm_load_image): Create bitmaps with a depth of 1.
19899 (init_xfns): Enable XBM images.
19900
19901 2002-03-23 Jason Rumney <jasonr@gnu.org>
19902
19903 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
19904 correctly. Do not pass up_modifier to keyboard buffer.
19905
19906 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
19907
19908 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
19909
19910 * Makefile.in (bootstrapclean): New target.
19911 (bootstrap-temacs, bootstrap-doc): Remove.
19912 (bootstrap-emacs): Use a bog-standard `temacs'.
19913 Don't bother to build a DOC file.
19914
19915 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
19916
19917 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
19918 in temacs even if !CANNOT_DUMP.
19919 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
19920
19921 * alloc.c (check_pure_size): Only output a warning.
19922
19923 2002-03-22 Jason Rumney <jasonr@gnu.org>
19924
19925 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
19926 supported.
19927
19928 * w32term.c (zv_bits): Declare as short, for word alignment.
19929 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
19930 (syms_of_w32term): Define x-use-underline-position-properties.
19931
19932 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
19933 (clear_image_cache): Block input, fix logic, clear matrices in
19934 all frames that share this cache.
19935
19936 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
19937
19938 * emacs.c (main): Update the Copyright year in the blurb printed
19939 by "emacs --version".
19940
19941 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
19942
19943 * xterm.c (XTread_socket): If XK_ISO_Lock and
19944 XK_ISO_Last_Group_Lock are defined, handle keysyms between
19945 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
19946
19947 2002-03-21 Kim F. Storm <storm@cua.dk>
19948
19949 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
19950 menu-bar bindings in keymap and local-map properties _are_ used.
19951 But try keymap property first in accordance with 2002-01-03 patch.
19952 Added comment describing why this is not always reliable.
19953 (tool_bar_items): Ditto for tool-bar.
19954
19955 2002-03-21 Jason Rumney <jasonr@gnu.org>
19956
19957 * w32fns.c (x_clear_image_1): Disable color table code.
19958
19959 2002-03-21 Kim F. Storm <storm@cua.dk>
19960
19961 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
19962 removed the wrong version of the DEFUN macro; fixed it.
19963
19964 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
19965 Fmember rather than Fmemq).
19966 (Fprovide): Check that subfeatures is a list.
19967
19968 * process.c (QCfeature, QCdatagram): Removed variables.
19969 (QCtype, Qdatagram): New variables.
19970 (network_process_featurep): Removed function.
19971 (Fmake_network_process): Removed :feature check.
19972 Use :type 'datagram instead of :datagram t to create a datagram
19973 socket. This allows us to add other connection types (e.g. raw
19974 sockets) later in a consistent manner.
19975 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
19976 supported subfeatures for feature make-network-process.
19977 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
19978 Intern and staticpro QCtype and Qdatagram.
19979 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
19980
19981 * xfns.c (QCtype): Remove duplicate declaration and
19982 initialization (is now declared in process.c).
19983
19984 * w32fns.c (QCtype): Remove duplicate declaration and
19985 initialization (is now declared in process.c).
19986
19987 2002-03-21 Richard M. Stallman <rms@gnu.org>
19988
19989 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
19990 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
19991 when jumping to `fail' to avoid undoing reg changes in the
19992 last iteration of the loop.
19993 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
19994
19995 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
19996 Depend on process.h.
19997
19998 2002-03-20 Jason Rumney <jasonr@gnu.org>
19999
20000 Most of the following changes are still conditional on HAVE_IMAGES
20001 which is not set by default on Windows.
20002
20003 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
20004
20005 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
20006 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
20007 (four_corners_best, x_clear_image_1, x_clear_image)
20008 (x_alloc_image_color, postprocess_image)
20009 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
20010 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
20011 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
20012
20013 * w32gui.h (struct XImage): Define.
20014
20015 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
20016 extract mouse co-ordinates.
20017
20018 2002-03-20 Jason Rumney <jasonr@gnu.org>
20019
20020 * w32.c (init_winsock): Dynamically load new server and UDP
20021 socket functions.
20022 (socket_to_fd): New function.
20023 (sys_socket): Use it.
20024 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
20025 (sys_recvfrom, sys_sendto): New wrapper functions.
20026
20027 * process.c (QCfamily, QCfilter): Remove duplicate declaration
20028 and initialization.
20029
20030 * makefile.w32-in (LIBS): Remove $(WSOCK32).
20031
20032 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
20033
20034 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
20035 Don't use "sun" as a variable, it's a predefined constant on Sun
20036 machines.
20037
20038 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20039
20040 * bytecode.c (Fbyte_code): Revert last change.
20041
20042 2002-03-19 Kim F. Storm <storm@cua.dk>
20043
20044 * makefile.w32-in (LIBS): Add $(WSOCK32).
20045 From David Ponce <dponce@voila.fr>.
20046
20047 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20048
20049 * process.c (wait_reading_process_input): Move variables `pname'
20050 and `pnamelen' down where they are used.
20051
20052 * bytecode.c (Fbyte_code): Discard unused computed value to
20053 prevent gcc warning.
20054
20055 * lisp.h (Fplist_member): Add prototype.
20056
20057 2002-03-18 Kim F. Storm <storm@cua.dk>
20058
20059 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
20060 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
20061
20062 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
20063 Remove explicit GNU_LINUX settings for datagram support.
20064
20065 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20066
20067 * process.c (Fmake_network_process): Remove unused variable `sa'.
20068 Doc fix. Add usage:.
20069 (set_socket_options): Remove unused variables `optnum' and `opttype'.
20070
20071 2002-03-17 Richard M. Stallman <rms@gnu.org>
20072
20073 * xdisp.c (cursor_type_changed): New variable.
20074 (redisplay_internal): Redisplay all windows if cursor_type_changed.
20075 Clear it when clearing windows_or_buffers_changed.
20076 (try_cursor_movement, redisplay_window, try_window_id)
20077 (try_window_reusing_current_matrix): Test cursor_type_changed
20078 along with windows_or_buffers_changed.
20079
20080 * window.h (cursor_type_changed): New variable.
20081
20082 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
20083 not update_mode_lines, and always set it to 1.
20084
20085 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
20086 if no frames needed redrawing.
20087
20088 2002-03-17 Kim F. Storm <storm@cua.dk>
20089
20090 The following changes add support for network server processes,
20091 datagram connections, and local (unix) sockets.
20092
20093 * process.h (struct Lisp_Process): New member log.
20094 Doc fix: Member command used to indicate stopped network process.
20095 Doc fix: Member childp contains plist for network process.
20096 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
20097
20098 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
20099 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
20100 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
20101 New variables.
20102 (NETCONN1_P): New macro.
20103 (DATAGRAM_SOCKETS): New conditional symbol.
20104 (datagram_address): New array.
20105 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
20106 (status_message): Use concat3.
20107 (Fprocess_status): Add `listen' status to doc string. Return `stop'
20108 for a stopped network process.
20109 (Fset_process_buffer): Update contact plist for network process.
20110 (Fset_process_filter): Ditto. Don't enable input for stopped
20111 network processes. Server must listen, even if filter is t.
20112 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
20113 New functions.
20114 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
20115 (Fprocess_contact): Added KEY argument. Handle datagrams.
20116 (list_processes_1): Optionally show only processes with the query
20117 on exit flag set. Dynamically adjust column widths. Omit tty
20118 column if not needed. Report stopped network processes.
20119 Identify server and datagram network processes.
20120 (Flist_processes): New optional arg `query-only'.
20121 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
20122 (conv_lisp_to_sockaddr, set_socket_options)
20123 (network_process_featurep, unwind_request_sigio): New helper functions.
20124 (Fprocess_datagram_address, Fset_process_datagram_address):
20125 (Fset_network_process_options): New lisp functions.
20126 (Fopen_network_stream): Removed. Now defined in simple.el.
20127 (Fmake_network_process): New lisp function. Code is based on previous
20128 Fopen_network_stream, but heavily reworked with new property list based
20129 argument list, support for datagrams, server processes, and local
20130 sockets in addition to old client-only functionality.
20131 (server_accept_connection): New function.
20132 (wait_reading_process_input): Use it to handle incoming connects.
20133 Do not enable input on a new connection if process is stopped.
20134 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
20135 (send_process): Handle datagram sockets.
20136 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
20137 network process is indicated by setting command field to t .
20138 (Fprocess_send_eof): No-op if datagram connection.
20139 (Fstatus_notify): Don't read input for a stream server socket or a
20140 stopped network process.
20141 (init_process): Initialize datagram_address array.
20142 (syms_of_process): Intern and staticpro new variables, defsubr new
20143 functions.
20144
20145 2002-03-16 Jason Rumney <jasonr@gnu.org>
20146
20147 * w32fns.c (w32_to_all_x_charsets): Return correct type in
20148 startup case.
20149
20150 2002-03-16 Richard M. Stallman <rms@gnu.org>
20151
20152 * xdisp.c (redisplay_internal, redisplay_windows):
20153 Use list_of_error to call internal_condition_case_1.
20154 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
20155 so as to catch all errors with no possibility of debugger redisplay.
20156 (list_of_error): New variable.
20157 (syms_of_xdisp): Init and staticpro it.
20158
20159 * print.c (print_object): Delete `\ ' from printed rep of frame.
20160
20161 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
20162
20163 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
20164 until its implementation is fixed.
20165
20166 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20167
20168 * xfns.c (png_load): Remove unused variable `gamma_str'.
20169
20170 2002-03-14 Richard M. Stallman <rms@gnu.org>
20171
20172 * xfns.c (x_real_positions): Handle failure in XQueryTree.
20173
20174 2002-03-14 Miles Bader <miles@gnu.org>
20175
20176 * intervals.c (adjust_for_invis_intang): New function.
20177 (set_point_both): Use `adjust_for_invis_intang' to do most of the
20178 work for dealing with invisible+intangible regions. Do so before
20179 and after both forward and backward movements, to handle both
20180 front-sticky and rear-sticky cases.
20181 * textprop.c (text_property_stickiness): Function moved here from
20182 `editfns.c'.
20183 * intervals.h (text_property_stickiness): New declaration.
20184 * editfns.c (char_property_eq): Function removed.
20185 (text_property_stickiness): Function moved to `textprop.c'.
20186
20187 2002-03-13 Jason Rumney <jasonr@gnu.org>
20188
20189 * config.in: Add STRFTIME_NO_POSIX2.
20190
20191 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
20192 and %OX when underlying strftime does not.
20193
20194 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
20195
20196 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
20197 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
20198 line) to avoid annoying flicker.
20199 (xm_scroll_callback): Get rid of the now unnecessary kludge.
20200 (XTread_socket): Mark it static.
20201
20202 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
20203
20204 2002-03-13 Kim F. Storm <storm@cua.dk>
20205
20206 * puresize.h (BASE_PURESIZE): Increase to 775000.
20207
20208 2002-03-12 Juanma Barranquero <lektu@terra.es>
20209
20210 * editfns.c (syms_of_editfns): Fix typo.
20211
20212 2002-03-12 Gerd Moellmann <gerd@gnu.org>
20213
20214 * xsmfns.c: Include stdio.h because termhooks.h needs it.
20215 Include termopt.h for interrupt_input.
20216
20217 2002-03-11 Andreas Schwab <schwab@suse.de>
20218
20219 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
20220
20221 2002-03-11 Gerd Moellmann <gerd@gnu.org>
20222
20223 * xterm.c (note_mouse_movement): Put code for
20224 x_autoselect_window_p in #if 0.
20225
20226 * lread.c (Fload): Don't assume that message_with_string uses the
20227 string it is given like a C string.
20228
20229 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20230
20231 * xterm.h (x_session_check_input, x_session_initialize): Declare.
20232
20233 * xterm.c (XTread_socket): Add call to x_session_check_input and
20234 x_session_have_connection.
20235 (x_initialize): Add call to x_session_initialize.
20236
20237 * termhooks.h (enum event_kind): Add save_session_event.
20238
20239 * keyboard.c: Add Emacs event save_session_event.
20240
20241 * emacs.c (main): Add call to syms_of_xsmfns.
20242
20243 * lisp.h (syms_of_xsmfns): Declare extern.
20244
20245 * config.in: Add HAVE_X_SM.
20246
20247 * Makefile.in (LIBXT): Add -lSM -lICE
20248 if HAVE_X_SM and not USE_X_TOOLKIT.
20249 (XOBJ): New file xsmfns.c added.
20250
20251 * xsmfns.c: New file for X session management.
20252
20253 2002-03-09 Jason Rumney <jasonr@gnu.org>
20254
20255 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
20256 read-only when setting modified time.
20257
20258 2002-03-08 Gerd Moellmann <gerd@gnu.org>
20259
20260 * xdisp.c (move_it_vertically_backward): At the end of the function,
20261 when moving forward by lines, treat terminal frames specially.
20262
20263 * keyboard.c (echo_char): Make sure to add a separator between
20264 keys even if echo_dash hasn't been called.
20265
20266 * xdisp.c: Use new string macros.
20267 (update_echo_area): Pass number of bytes to message3 instead of
20268 number of chars.
20269 (set_message_1): Don't access a string's size_byte directly.
20270 (decode_mode_spec_coding): Use number of bytes of eoltype string
20271 instead number of chars.
20272
20273 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
20274
20275 2002-03-08 Juanma Barranquero <lektu@terra.es>
20276
20277 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
20278 24-bit.
20279
20280 2002-03-06 Jason Rumney <jasonr@gnu.org>
20281
20282 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
20283
20284 2002-03-06 Gerd Moellmann <gerd@gnu.org>
20285
20286 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
20287 (cancel_echoing, echo_length, echo_truncate): Changed to
20288 work with new kboard definition.
20289 (echo_now): Use message3_nolog instead of message2_nolog.
20290
20291 * alloc.c (mark_kboards): Mark echo_string.
20292
20293 * keyboard.h (ECHOBUFSIZE): Removed.
20294 (struct kboard): Member echoptr removed, member echobuf renamed
20295 to echo_string.
20296
20297 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
20298 message3 instead of message2 to display the message using STRING's
20299 text properties.
20300
20301 2002-03-05 Andreas Schwab <schwab@suse.de>
20302
20303 * xdisp.c (hscroll_margin): Change to EMACS_INT.
20304
20305 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
20306
20307 * frame.c (default-frame-alist): Explain that setting it doesn't
20308 affect existing frames.
20309
20310 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
20311
20312 * indent.c (skip_invisible): Fix my brain fart.
20313
20314 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
20315
20316 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
20317
20318 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
20319 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
20320 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
20321 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
20322 and variables to use EMACS_INT instead of just int.
20323
20324 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
20325
20326 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
20327
20328 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
20329 environment, pass it down with corrected value.
20330
20331 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20332
20333 * lread.c (read_filtered_event): Do not call start_hourglass
20334 before returning.
20335
20336 2002-03-04 Juanma Barranquero <lektu@terra.es>
20337
20338 * w32term.c (x_display_and_set_cursor): Fix typo.
20339
20340 2002-03-03 Richard M. Stallman <rms@gnu.org>
20341
20342 * fileio.c (Fmake_temp_name): Doc fix.
20343
20344 2002-03-03 Gary Wong <gtw@gnu.org>
20345
20346 * termcap.c [!emacs]: Replace ospeed for building standalone
20347 libtermcap, for binary compatibility.
20348
20349 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
20350
20351 2002-03-03 Richard M. Stallman <rms@gnu.org>
20352
20353 * xrdb.c (file_p): Rename arg `path' to `filename'.
20354
20355 * abbrev.c (Fexpand_abbrev): Increment plist as use count
20356 only if it is an integer.
20357
20358 * xfns.c (png_load): Set screen_gamma based on f->gamma.
20359 If png_get_sRGB gives an answer, call png_set_gamma
20360 using the default image gamma value.
20361
20362 * lread.c (read1): When reading from a file, default string to
20363 multibyte only if it has some multibyte characters.
20364
20365 * print.c (print_object): Output multibyte chars 128...255
20366 using \x even if ! print_escape_multibyte.
20367
20368 * xdisp.c (display_mode_element): Move the places where
20369 bytepos, charpos, this, and lisp_string are set.
20370 Use lisp_string to set bytepos.
20371
20372 * xdisp.c (redisplay_internal):
20373 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
20374
20375 * xdisp.c (display_mode_element): Merge properties specified with
20376 :propertize onto those that come with the string.
20377
20378 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
20379
20380 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
20381 automatic-hscrolling. Users changed.
20382 <hscroll-margin>: Renamed from automatic-hscroll-margin.
20383 Users changed.
20384 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
20385
20386 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
20387
20388 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
20389
20390 2002-03-02 Kim F. Storm <storm@cua.dk>
20391
20392 * window.c (Fminibuffer_selected_window): New function.
20393 (syms_of_window): Defsubr it.
20394
20395 2002-03-01 Kim F. Storm <storm@cua.dk>
20396
20397 * window.h (struct window): New member phys_cursor_width.
20398
20399 * window.c (make_window, replace_window): Init phys_cursor_width.
20400
20401 * xterm.c (x_display_and_set_cursor): Blink box cursor using
20402 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
20403
20404 * w32term.c (x_display_and_set_cursor): Blink box cursor using
20405 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
20406
20407 * lisp.h (GCPRO6): New macro.
20408
20409 * process.c (Fopen_network_stream): Use GCPRO6.
20410
20411 2002-03-01 Kim F. Storm <storm@cua.dk>
20412
20413 * process.c (Qconnect, Qfailed): New variables.
20414 (syms_of_process): Intern and staticpro them.
20415 (Fprocess_status): Document connect and failed return values.
20416 [NON_BLOCKING_CONNECT]: New conditional.
20417 (connect_wait_mask, num_pending_connects): New variables.
20418 (status_message): Convert Qfailed status.
20419 (Fopen_network_stream): Added support for non-blocking connect.
20420 New optional args: filter, sentinel, non_blocking. Doc updated.
20421 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
20422 (deactivate_process): Handle pending non-blocking connect.
20423 (wait_reading_process_input): Poll for status of non-blocking
20424 connects. Exec sentinel directly when connect succeeds.
20425 (status_notify): Don't read process output if not yet connected.
20426
20427 2002-02-28 Kim F. Storm <storm@cua.dk>
20428
20429 * window.c (minibuf_selected_window): Renamed from
20430 Vminibuf_selected_window. Users changed.
20431 (syms_of_window): Staticpro it.
20432
20433 2002-02-26 Kim F. Storm <storm@cua.dk>
20434
20435 The following changes add a new Vminibuf_selected_window variable
20436 which is similar to Vminibuf_scroll_window, but which is only set
20437 on entry to the minibuffer (from a non-minibuffer window):
20438
20439 * window.c (Vminibuf_selected_window): New variable.
20440 (struct save_window_data): New member minibuf_selected_window.
20441 (Fset_window_configuration): Restore Vminibuf_selected_window.
20442 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
20443 Set minibuf_scroll_window member to nil if minibuf_level is 0.
20444 (compare_window_configurations): Compare minibuf_selected_window.
20445
20446 * window.h (Vminibuf_selected_window): Declare extern.
20447
20448 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
20449 entry to minibuffer or on entry from a non-minibuffer window.
20450
20451 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
20452 Vminibuf_selected_window instead of Vminibuf_scroll_window.
20453
20454 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
20455 instead of Vminibuf_scroll_window when deciding in which window
20456 the region should be highlighted. Consequently, the region remains
20457 highlighteded even when a completion buffer is also displayed.
20458
20459 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
20460
20461 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
20462
20463 * xselect.c (Qcompound_text_with_extensions): Renamed from
20464 Qcompound_text_no_extensions.
20465 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
20466
20467 2002-02-26 Juanma Barranquero <lektu@terra.es>
20468
20469 * w32proc.c (syms_of_ntproc): Doc fix.
20470
20471 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20472
20473 * intervals.h: Include "dispextern.h" unconditionally.
20474
20475 2002-02-24 Jason Rumney <jasonr@gnu.org>
20476
20477 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
20478 and disp-table.elc.
20479 (lisp): Add emacs-lisp/backquote.elc.
20480
20481 2002-02-24 Kim F. Storm <storm@cua.dk>
20482
20483 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
20484 The validation of the event type was too strict as it didn't
20485 allow string events; buffer names are used in bindings for
20486 menu-bar-select-buffer (see `menu-bar-update-buffers').
20487
20488 2002-02-23 Kim F. Storm <storm@cua.dk>
20489
20490 The following changes rework my patch of 2002-02-06 which
20491 added command remapping by entering the commands directly into
20492 the keymaps. Now, command remapping uses an explicit `remap'
20493 prefix in the keymaps, i.e. [remap COMMAND].
20494
20495 * keymap.c (Qremap, remap_command_vector): New variables.
20496 (is_command_symbol): Remove function.
20497 (Fdefine_key): No longer accept a symbol for KEY.
20498 Added validation of [remap COMMAND] argument for KEY.
20499 The DEF is no longer required to be a symbol when remapping a command.
20500 (Fremap_command): New function to remap command through keymaps.
20501 (Flookup_key): Perform command remapping initiated by
20502 Fremap_command directly for speed.
20503 (Fkey_binding): Use Fremap_command for command remapping.
20504 (where_is_internal): Handle new command remapping representation.
20505 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
20506 staticpro them. Defsubr Fremap_command.
20507
20508 * keymap.h (Fremap_command): Declare extern.
20509 (is_command_symbol): Remove extern.
20510
20511 * keyboard.c (command_loop_1): Use Fremap_command for command
20512 remapping; now try command remapping for all symbols.
20513
20514 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
20515
20516 * coding.h (run_pre_post_conversion_on_str): Add prototype.
20517
20518 2002-02-23 Jason Rumney <jasonr@gnu.org>
20519
20520 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
20521 on the string before encoding it.
20522 (Fw32_get_clipboard_data): Run post-read-conversion on the string
20523 after decoding it.
20524
20525 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
20526
20527 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20528
20529 * w32term.c (enter_timestamp): Remove unused static variable to
20530 prevent warning.
20531
20532 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
20533
20534 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
20535
20536 * w16select.c (Fw16_get_clipboard_data): Fix last change.
20537
20538 * xselect.c (selection_data_to_lisp_data): Fix last change.
20539
20540 2002-02-22 Jason Rumney <jasonr@gnu.org>
20541
20542 * w32term.h (struct w32_output): New member menu_command_in_progress.
20543
20544 * w32menu.c (menubar_selection_callback): Free the menu and
20545 clear the menu_command_in_progress flag.
20546
20547 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
20548 (menu_free_timer): New variable.
20549 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
20550 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
20551 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
20552 menu command is in progress.
20553 <WM_COMMAND>: Set the menu_command_in_progress flag.
20554 Kill any menu_free_timer that is running.
20555
20556 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
20557 Call ExtTextOutA rather than ExtTextOut.
20558
20559 2002-02-22 Eli Zaretskii <eliz@gnu.org>
20560
20561 * puresize.h (BASE_PURESIZE): Increase to 755000.
20562
20563 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
20564
20565 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
20566 on the string before encoding it.
20567 (Fw16_get_clipboard_data): Run post-read-conversion on the string
20568 after decoding it.
20569
20570 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
20571
20572 Support for ICCCM Extended Segments in X selections:
20573
20574 * xselect.c <Qcompound_text_no_extensions>: New variable.
20575 (syms_of_xselect): Intern and staticpro it.
20576 (selection_data_to_lisp_data): Run post-read-conversion on decoded
20577 selection text.
20578 (lisp_data_to_selection_data): If next-selection-coding-system is
20579 compound-text-no-extensions, set the type of selection to be
20580 compound-text.
20581
20582 * xterm.h (x_encode_text): Update prototype.
20583
20584 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
20585 callers changed. If SELECTIONP is non-zero, run the
20586 pre-write-conversion function before encoding the selection text.
20587
20588 2002-02-21 Kim F. Storm <storm@cua.dk>
20589
20590 * frame.c (syms_of_frame): Change mouse-highlight default to t.
20591
20592 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
20593 Correct composing of language-change event.
20594
20595 2002-02-20 Kim F. Storm <storm@cua.dk>
20596
20597 * keyboard.c (menu_bar_items): Don't include keymap or local-map
20598 bindings at PT when building menu (the menu is not updated often
20599 enough for this to work reliable).
20600 (tool_bar_items): Likewise.
20601 (current_active_maps): Removed unused (and buggy) function.
20602
20603 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20604
20605 * xfns.c (gif_load): Use correct width and height for GIF images.
20606
20607 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
20608
20609 * floatfns.c (Fatan): Accept an optional second arg and call
20610 atan2 if passed 2 args.
20611
20612 2002-02-18 Jason Rumney <jasonr@gnu.org>
20613
20614 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
20615
20616 2002-02-17 Jason Rumney <jasonr@gnu.org>
20617
20618 * w32term.c (x_autoselect_window_p): New variable.
20619 (syms_of_w32term): DEFVAR_BOOL and initialize it.
20620 (note_mouse_movement): Use it.
20621
20622 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
20623
20624 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
20625
20626 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
20627 New variables.
20628 (syms_of_w32fns): Intern and staticpro them.
20629 (x_frame_parms) <"fullscreen">: New parameter.
20630 (x_fullscreen_move, x_set_fullscreen): New functions.
20631 (x_set_frame_parameters): Support Qfullscreen.
20632 (x_real_positions): Save x/y_pixels_diff frame params.
20633 (x_figure_window_size): Support full-screen frames.
20634 (Fx_create_frame): Default the fullscreen parameter.
20635
20636 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
20637 (x_fullscreen_adjust): New functions.
20638 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
20639 fullscreen. Call x_check_fullscreen_move, and set the
20640 want_fullscreen member of output_data.w32
20641 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
20642
20643 * w32term.h: New enum for FULLSCREEN_* constants.
20644 (struct w32_output): New members want_fullscreen, x_pixels_diff,
20645 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
20646 (x-fullscreen-adjust): New prototype.
20647
20648 2002-02-17 Kim F. Storm <storm@cua.dk>
20649
20650 * frame.c (Vmouse_highlight): New variable.
20651 (syms_of_frame): DEFVAR_LISP it.
20652
20653 * frame.h (Vmouse_highlight): Declare extern.
20654
20655 * xterm.h (struct x_display_info): Add mouse_face_hidden.
20656
20657 * xterm.c (disable_mouse_highlight): Removed variable.
20658 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
20659 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20660 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
20661 and on after keyboard input.
20662 (x_term_init): Initialize mouse_face_hidden.
20663
20664 * msdos.h (struct display_info): Add mouse_face_hidden.
20665
20666 * msdos.c (disable_mouse_highlight): Removed variable.
20667 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20668 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
20669 (internal_terminal_init): Initialize mouse_face_hidden.
20670 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
20671 and on after keyboard input.
20672
20673 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
20674
20675 * w32term.c (disable_mouse_highlight): Removed variable.
20676 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
20677 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
20678 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
20679 and on after keyboard input.
20680 (w32_initialize_display_info): Initialize mouse_face_hidden.
20681
20682 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
20683
20684 * msdos.c (last_mouse_window): New variable.
20685 (dos_rawgetc): Fix last change--if the mouse is in the same window
20686 as recorded in last_mouse_window, don't select this window.
20687
20688 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
20689
20690 * msdos.c (x_autoselect_window_p): New variable.
20691 (syms_of_msdos): Defvar it.
20692 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
20693 which the last mouse movement occured, unless it is already selected.
20694
20695 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
20696 New variables.
20697 (syms_of_xdisp): DEVFAR them.
20698 (hscroll_window_tree): Use automatic_hscroll_margin and
20699 Vautomatic_hscroll_step to compute the amount of window scrolling.
20700
20701 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20702
20703 * xterm.c (x-autoselect-window): New variable.
20704 (note_mouse_movement): Use it.
20705
20706 * keyboard.c: Do not include "systime.h" twice.
20707
20708 2002-02-15 Andreas Schwab <schwab@suse.de>
20709
20710 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
20711
20712 * alloc.c (NSTATICS): Increase to 1280.
20713
20714 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20715
20716 * alloc.c (NSTATICS): Bump to 1026.
20717
20718 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
20719 (Vx_super_keysym): New variables.
20720 (syms_of_xterm): DEFVAR_LISP them.
20721 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
20722 variables to determine which keys to use for the various modifiers.
20723
20724 2002-02-13 Kim F. Storm <storm@cua.dk>
20725
20726 * window.c (Vmode_line_in_non_selected_windows): Removed.
20727 (mode_line_in_non_selected_windows): New variable.
20728 (syms_of_window): DEFVAR_BOOL it.
20729
20730 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
20731 Use mode_line_in_non_selected_windows.
20732 (mode_line_in_non_selected_windows): Declare extern.
20733 (Vmode_line_in_non_selected_windows): Removed extern.
20734
20735 2002-02-13 Richard M. Stallman <rms@gnu.org>
20736
20737 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
20738 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
20739 (Fclear_this_command_keys): Doc fixes.
20740
20741 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
20742 (update_face_from_frame_parameter): Increment face_change_count
20743 and windows_or_buffers_changed to force redisplay using changed faces.
20744
20745 * xdisp.c (QCpropertize): New variable.
20746 (mode_line_proptrans_alist): New variable.
20747 (display_mode_element): New arg PROPS; all calls changed.
20748 Implement this, for strings.
20749 Handle literal output of strings by sharing the
20750 main-line code for strings, using local var `literal'.
20751 Handle :propertize feature.
20752 (syms_of_xdisp): Initialze and staticpro QCpropertize and
20753 mode_line_proptrans_alist.
20754
20755 2002-02-11 Kim F. Storm <storm@cua.dk>
20756
20757 * window.c (Vmode_line_in_non_selected_windows): New variable.
20758 (syms_of_window): DEFVAR_LISP it.
20759
20760 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
20761 (CURRENT_MODE_LINE_FACE_ID): Use it.
20762 (Vmode_line_in_non_selected_windows): Declare extern.
20763
20764 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
20765 to get mode line face.
20766
20767 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
20768
20769 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
20770 variables; cus-start.el doesn't need them anymore.
20771
20772 2002-02-09 Kim F. Storm <storm@cua.dk>
20773
20774 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
20775 reduction. This fixes a display problem where stray newlines were
20776 inserted in the window (corrected by C-l). Clarified code (IMHO).
20777
20778 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
20779
20780 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
20781
20782 * xdisp.c (display_mode_lines): Fix last change.
20783
20784 2002-02-09 Jason Rumney <jasonr@gnu.org>
20785
20786 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
20787 match each other.
20788 (w32_load_system_font): Prevent Cleartype fonts from loading.
20789 (Fx_show_tip): Ensure tip frames are above other topmost windows.
20790
20791 2002-02-09 Kim F. Storm <storm@cua.dk>
20792
20793 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
20794 (CURRENT_MODE_LINE_HEIGHT): Use it.
20795 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
20796
20797 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
20798 (pos_visible_p, handle_face_prop): Likewise.
20799 (display_mode_lines): Likewise, but for the real selected window.
20800 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
20801
20802 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
20803 in non-selected windows.
20804 (realize_basic_faces): Realize it.
20805 (syms_of_term): Intern and staticpro it.
20806
20807 2002-02-08 Kim F. Storm <storm@cua.dk>
20808
20809 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
20810 Changed mail addresses to emacs-devel@gnu.org.
20811
20812 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
20813
20814 * fileio.c (Fsubstitute_in_file_name): If the file name includes
20815 ~user, and there's no such user, don't discard everything before ~user.
20816
20817 * floatfns.c (Fround): Doc fix.
20818
20819 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20820
20821 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
20822
20823 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
20824
20825 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
20826
20827 2002-02-07 Kim F. Storm <storm@cua.dk>
20828
20829 * keymap.c (where_is_internal): Only check whether definition is
20830 remapped if it fulfills is_command_symbol.
20831
20832 2002-02-07 Andreas Schwab <schwab@suse.de>
20833
20834 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
20835
20836 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
20837
20838 2002-02-06 Kim F. Storm <storm@cua.dk>
20839
20840 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
20841 defining command remapping. Doc updated.
20842 (Flookup_key): Remap command through keymap if KEY is a symbol.
20843 (is_command_symbol): New function.
20844 (Fkey_binding): Use it. New optional argument NO-REMAP.
20845 Doc updated. Callers changed. Perform command remapping via
20846 recursive call unless that arg is non-nil.
20847 (where_is_internal): New argument no_remap. Callers changed.
20848 Call recursively to find original key bindings for a remapped
20849 comand unless that arg is non-nil.
20850 (Fwhere_is_internal): New optional argument NO-REMAP.
20851 Doc updated. Callers changed. Pass arg to where_is_internal.
20852
20853 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
20854 (is_command_symbol): Add prototype.
20855
20856 * keyboard.c (Vthis_original_command): New variable.
20857 (syms_of_keyboard): DEFVAR_LISP it.
20858 (command_loop_1): Set it, and perform command remapping.
20859
20860 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20861
20862 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
20863
20864 2002-02-06 Jason Rumney <jasonr@gnu.org>
20865
20866 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
20867
20868 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
20869
20870 * charset.c (get_charset_id): Use if-else instead of ?:.
20871
20872 2002-02-06 Richard M. Stallman <rms@gnu.org>
20873
20874 * filelock.c (S_ISLNK): Define if not defined.
20875
20876 2002-02-03 Richard M. Stallman <rms@gnu.org>
20877
20878 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
20879
20880 * lread.c (read1): Redesign strategy for force_multibyte and
20881 force_singlebyte. Now is_multibyte records whether read_buffer
20882 is multibyte. Encountering any multibyte character makes it so.
20883
20884 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
20885
20886 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
20887 with the same sequence, map that sequence to f10 rather than f0.
20888
20889 2002-02-03 Andreas Schwab <schwab@suse.de>
20890
20891 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
20892 latter never being defined on GNU/Linux.
20893
20894 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
20895
20896 * xfaces.c (realize_default_face): Don't set the weight and slant of
20897 the default face to Qnormal, unless these attributes are unspecified.
20898
20899 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20900
20901 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
20902 Call cancel_hourglass unconditionally.
20903
20904 * eval.c (Fsignal): Remove duplicated declaration of
20905 the variable `display_hourglass_p'.
20906
20907 2002-01-31 Richard M. Stallman <rms@gnu.org>
20908
20909 * editfns.c (region_limit): Nicer error message.
20910
20911 * coding.c (decode_composition_emacs_mule):
20912 Give up if NCOMPONENT gets too large to index `component'.
20913
20914 * callint.c (check_mark): New arg to specify clearer error message.
20915 Callers changed.
20916
20917 2002-01-27 Richard M. Stallman <rms@gnu.org>
20918
20919 * minibuf.c (Fcompleting_read): Doc fix.
20920
20921 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20922
20923 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
20924 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
20925 Fix doc-strings.
20926
20927 2002-01-26 Richard M. Stallman <rms@gnu.org>
20928
20929 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
20930
20931 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
20932 and scroll_up_aggressively.
20933
20934 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20935
20936 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
20937
20938 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
20939
20940 * textprop.c (Fnext_property_change, Fnext_single_property_change)
20941 (Fprevious_property_change, Fprevious_single_property_change):
20942 Stay within the narrowed-buffer boundaries.
20943
20944 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
20945
20946 * term.c (Ftty_display_color_cells): New function.
20947 (syms_of_term): Defsubr it.
20948 (Ftty_display_color_cells, Ftty_display_color_p): Change the
20949 argument name to DISPLAY. Doc fix.
20950
20951 * dispextern.h: Add prototype for set_tty_color_mode and
20952 tty_setup_colors.
20953
20954 2002-01-24 Jason Rumney <jasonr@gnu.org>
20955
20956 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
20957 If region left to draw is not what was expected, mark the frame as
20958 garbaged.
20959
20960 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
20961 Combine the regions returned by BeginPaint and GetUpdateRect.
20962
20963 2002-01-23 Jason Rumney <jasonr@gnu.org>
20964
20965 * w32term.c (x_update_window_begin): Only hide caret if
20966 w32_use_visible_system_caret is set.
20967 (x_update_window_end): Only show caret if
20968 w32_use_visible_system_caret is set.
20969 (syms_of_w32term): Handle SystemParametersInfo call failing.
20970
20971 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
20972
20973 2002-01-22 Richard M. Stallman <rms@gnu.org>
20974
20975 * unexelf.c (unexec): Define n so as to cause compilation error
20976 for the code where people have often written n instead of nn.
20977
20978 * .gdbinit (hookpost-run): Defined.
20979
20980 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20981
20982 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
20983
20984 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20985
20986 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
20987 if fullscreen is being set.
20988
20989 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20990
20991 * minibuf.c (Fminibuffer_contents)
20992 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
20993 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
20994
20995 2002-01-21 Richard M. Stallman <rms@gnu.org>
20996
20997 * window.c (check_frame_size): Fix minimum height calculation.
20998
20999 2002-01-20 Ken Raeburn <raeburn@gnu.org>
21000
21001 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
21002 height before comparison.
21003 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
21004
21005 2002-01-20 Jason Rumney <jasonr@gnu.org>
21006
21007 * w32term.c (w32_system_caret_width): Remove.
21008 (w32_use_visible_system_caret): New user flag.
21009 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
21010 Windows reports a screen reader running.
21011 (x_update_window_begin): Hide the system caret.
21012 (x_update_window_end): Show the system caret.
21013 (x_display_and_set_cursor): Don't draw a cursor when
21014 w32_use_visible_system_caret is set. Do not adjust width.
21015
21016 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
21017 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
21018 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
21019 the user requests it. Use system default width when creating.
21020 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
21021
21022 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
21023 New window messages.
21024
21025 2002-01-20 Richard M. Stallman <rms@gnu.org>
21026
21027 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
21028
21029 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21030
21031 * doprnt.c (doprnt1): Fix typos in error call.
21032
21033 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
21034
21035 * unexelf.c (unexec) [__sgi]: Support the .got sections.
21036
21037 2002-01-20 Jason Rumney <jasonr@gnu.org>
21038
21039 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
21040 that Windows returns. If a double check fails, try to guess how
21041 ExtTextOut is going to act.
21042
21043 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
21044 in place of stricmp.
21045 (w32_list_synthesized_fonts): Removed.
21046 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
21047 (struct enumfont_t): New element; list.
21048 (enum_font_cb2): List all style and charset variations of a font.
21049 (Fw32_select_font): New optional argument; include_proportional.
21050 Exclude vertical fonts. Exclude proportional fonts unless
21051 include_proportional is non-nil.
21052 (w32_enable_synthesized_fonts): Change to a boolean.
21053 (Fw32_send_sys_command): Doc fix.
21054
21055 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21056
21057 * dispnew.c (update_frame): Move the variable `tem' to the block
21058 where it is used.
21059
21060 2002-01-19 Jason Rumney <jasonr@gnu.org>
21061
21062 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
21063 call to face-set-after-frame-default.
21064
21065 2002-01-18 Richard M. Stallman <rms@gnu.org>
21066
21067 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
21068 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
21069
21070 2002-01-17 Richard M. Stallman <rms@gnu.org>
21071
21072 * window.c (enlarge_window): When exceeding size of parent,
21073 directly delete all the siblings instead of trying to resize it.
21074
21075 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21076
21077 * term.c (set_tty_color_mode): Remove unused variable `tem'.
21078
21079 2002-01-16 Henrik Enberg <henrik@enberg.org>
21080
21081 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
21082
21083 2002-01-16 Kim F. Storm <storm@cua.dk>
21084
21085 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
21086 is invisible. This can happen if cursor is on top line of a
21087 window, and we switch to a buffer with a header line.
21088
21089 * w32term.c (x_erase_phys_cursor): Ditto.
21090
21091 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21092
21093 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
21094 `dont_resize' only when used.
21095
21096 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
21097
21098 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
21099
21100 * xdisp.c (display_mode_element): When computing charpos, depend
21101 on multibyteness of elt, not the text in field.
21102
21103 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21104
21105 * buffer.c (Fkill_all_local_variables):
21106 Increment `update_mode_lines' only once.
21107
21108 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21109
21110 * lisp.h (adjust_after_replace_noundo)
21111 (Fupdate_coding_systems_internal): Add prototypes.
21112
21113 * sound.c (Fplay_sound): Initialize header_size also for :data case.
21114
21115 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
21116
21117 Support for the --color command-line argument and tty-color-mode
21118 frame parameter:
21119
21120 * term.c (tty_default_color_capabilities, tty_setup_colors)
21121 (set_tty_color_mode): New functions.
21122 (term_init): Call tty_default_color_capabilities.
21123 (Qtty_color_mode_alist): New variable.
21124 (syms_of_term): Intern and staticpro it.
21125
21126 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
21127 frames.
21128 (do_switch_frame): For termcap frames, switch the tty
21129 color mode as specified by the frame's parameters.
21130 (Qtty_color_mode): New variable.
21131 (syms_of_frame): Intern and staticpro it.
21132
21133 * emacs.c (USAGE2): Add the --color option.
21134 (standard_args): Ditto.
21135
21136 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21137
21138 * xterm.h (struct x_output): New members want_fullscreen,
21139 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
21140 y_pixels_outer_diff.
21141 New enum for FULLSCREEN_* constants.
21142 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
21143 is NULL.
21144 (x_fullscreen_adjust): Add prototype.
21145
21146 * emacs.c (USAGE2): Add the new full-screen arguments.
21147 (standard_args): Ditto.
21148
21149 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
21150 New variables.
21151 (syms_of_xfns): Intern and staticpro them.
21152 (x_frame_parms) <"fullscreen">: New parameter.
21153 (x_fullscreen_move, x_set_fullscreen): New functions.
21154 (x_set_frame_parameters): Support for Qfullscreen.
21155 (x_real_positions): More accurate computation of the frame position.
21156 (x_figure_window_size): Support full-screen frames.
21157 (Fx_create_frame): Default the fullscreen parameter.
21158
21159 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
21160 (XTread_socket) <Expose>: Call x_check_fullscreen.
21161 <ConfigureNotify>: Don't resize to fullscreen.
21162 Call x_check_fullscreen_move, and set the want_fullscreen member of
21163 output_data.x.
21164
21165 2002-01-13 Jason Rumney <jasonr@gnu.org>
21166
21167 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
21168 for mice with more than 3 buttons.
21169
21170 * w32term.c (parse_button): New parameter xbutton. Callers changed.
21171 (w32_read_socket): Handle new "XBUTTON" messages.
21172
21173 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
21174 (syms_of_w32fns): DEFVAR_BOOL it.
21175 (w32_wnd_proc): Handle new "XBUTTON" messages.
21176
21177 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21178
21179 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
21180
21181 2002-01-13 Andreas Schwab <schwab@suse.de>
21182
21183 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
21184
21185 2002-01-12 Andreas Schwab <schwab@suse.de>
21186
21187 * .gdbinit (xbuffer): Remove address operator since data is now a
21188 pointer.
21189
21190 2002-01-11 Richard M. Stallman <rms@gnu.org>
21191
21192 * insdel.c (adjust_after_replace_noundo): New function.
21193
21194 * coding.c (code_convert_region): Don't copy old text if undo disabled.
21195
21196 2002-01-09 Jason Rumney <jasonr@gnu.org>
21197
21198 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
21199 when checking for multiple frames.
21200
21201 2002-01-08 Richard M. Stallman <rms@gnu.org>
21202
21203 * window.c (delete_window): Rewrite the code for changing the
21204 selected window to handle the case where WINDOW is not a leaf.
21205
21206 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
21207
21208 * process.c (send_process): Set src_multibyte to 1 after the call
21209 top setup_coding_system, not before the call.
21210
21211 2002-01-07 Jason Rumney <jasonr@gnu.org>
21212
21213 * xmenu.c (set_frame_menubar, xmenu_show):
21214 (xdialog_show): Initialize wv->help to Qnil.
21215
21216 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
21217 (w32_dialog_show): Initialize wv->help to Qnil.
21218
21219 2002-01-06 Jason Rumney <jasonr@gnu.org>
21220
21221 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
21222
21223 * w32menu.c (w32_menu_display_help): Revert last change.
21224
21225 * xmenu.c (menu_highlight_callback): Revert last change.
21226
21227 2002-01-06 Andreas Schwab <schwab@suse.de>
21228
21229 * insdel.c (make_gap_larger): Make sure buffer size does not
21230 overflow range of int.
21231
21232 2002-01-05 Jason Rumney <jasonr@gnu.org>
21233
21234 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
21235 OVERLAPS_P.
21236
21237 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
21238
21239 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
21240 to the left or to the right of the pointer, put it against
21241 the left screen edge.
21242 (x_frame_parms): Add missing braces around initializer.
21243
21244 * w32term.c (x_setup_relief_colors): Don't compute an image's
21245 background color if it doesn't have a Pixmap.
21246 (notice_overwritten_cursor): Don't depend on
21247 output_cursor and updated_area. Compare pixel coordinates with
21248 window's cursor pixel coordinates.
21249 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
21250 Call notice_overwritten_cursor with new arg list.
21251 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
21252 unconditionally.
21253 (x_draw_image_relief): Use predefined macro instead of
21254 constant when the value of `tool_bar_button_relief' is negative.
21255
21256 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
21257
21258 2002-01-04 Richard M. Stallman <rms@gnu.org>
21259
21260 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
21261
21262 2002-01-03 Richard M. Stallman <rms@gnu.org>
21263
21264 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
21265 (Fkey_binding): Try the `keymap' property map first.
21266 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
21267 minor mode bindings.
21268
21269 2002-01-03 Kim F. Storm <storm@cua.dk>
21270
21271 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
21272
21273 2002-01-02 Richard M. Stallman <rms@gnu.org>
21274
21275 * keyboard.c (read_key_sequence): Handle the keymap property
21276 before minor mode maps.
21277
21278 * editfns.c (Fformat): Update thissize from field_width
21279 based on the actual width, in the string case.
21280
21281 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21282
21283 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
21284 when used as truth value to prevent gcc warnings.
21285
21286 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
21287 * w32proc.c: Include <config.h>.
21288
21289 2002-01-01 Andreas Schwab <schwab@suse.de>
21290
21291 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
21292 not EMACS_INT, to make them compatible with DEFVAR_INT.
21293 * lisp.h (max_specpdl_size): Adjust declaration.
21294
21295 2002-01-01 Richard M. Stallman <rms@gnu.org>
21296
21297 * print.c (print_object): Test print_escape_nonascii only for
21298 unibyte strings.
21299 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
21300 when outputting to a multibyte buffer.
21301
21302 2001-12-29 Richard M. Stallman <rms@gnu.org>
21303
21304 * print.c (print_object): In multibyte string, use hex escapes.
21305 Use octal only for unibyte strings.
21306 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
21307
21308 * lread.c (read_escape): New arg BYTEREP for reporting whether
21309 escape forces unibyte or multibyte.
21310 (read1): When reading a string, take note of that info.
21311
21312 2001-12-29 Ken Raeburn <raeburn@gnu.org>
21313
21314 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
21315 comparison to test lisp value returned by Fget.
21316
21317 2001-12-29 Richard M. Stallman <rms@gnu.org>
21318
21319 * lisp.h (max_specpdl_size): Add declaration.
21320
21321 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
21322
21323 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
21324 Handle modifier bits. Correct typo in error message.
21325
21326 2001-12-28 Richard M. Stallman <rms@gnu.org>
21327
21328 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
21329 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
21330 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
21331 Update calls to Fdefine_abbrev.
21332 (write_abbrev): Update for changed data format.
21333 Don't list "system" abbrevs.
21334 (Fexpand_abbrev): Update use count with new data format.
21335 (describe_abbrev): Update for changed data format.
21336 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
21337
21338 * config.in (HAVE_MBSINIT): Add #undef.
21339
21340 * strftime.c (mbsinit): Define as no-op if not available.
21341
21342 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
21343 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
21344
21345 * keymap.c (Flookup_key): Error message if key has wrong data type.
21346 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
21347 (exclude_key): New variable.
21348
21349 2001-12-28 Gerd Moellmann <gerd@gnu.org>
21350
21351 * xterm.c (x_setup_relief_colors): Don't compute an image's
21352 background color if it doesn't have a Pixmap.
21353
21354 * xterm.c (notice_overwritten_cursor): Don't depend on
21355 output_cursor and updated_area. Compare pixel coordinates with
21356 window's cursor pixel coordinates.
21357 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
21358 Call notice_overwritten_cursor with new arg list.
21359 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
21360 unconditionally.
21361
21362 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
21363 height of the cursor line to the amount to scroll.
21364
21365 2001-12-27 Richard M. Stallman <rms@gnu.org>
21366
21367 * intervals.c (set_point_both): The position after an invisible,
21368 intangible character is not an acceptable stopping point.
21369
21370 2001-12-27 Ken Raeburn <raeburn@gnu.org>
21371
21372 * window.c (enlarge_window): In new preserve_before code, convert
21373 CURBEG from lisp object to integer before doing arithmetic.
21374
21375 2001-12-27 Richard M. Stallman <rms@gnu.org>
21376
21377 * bytecode.c (Fbyte_code): Undo previous change.
21378
21379 2001-12-26 Kim F. Storm <storm@cua.dk>
21380
21381 * keyboard.c (record_char): Ignore duplicate help-echo events only
21382 separated by mouse-movement. When tracking mouse, only record
21383 first and last mouse-movement event in same window.
21384 Don't record mouse-movement events in keyboard macros.
21385
21386 2001-12-25 Richard M. Stallman <rms@gnu.org>
21387
21388 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
21389 (Fenlarge_window): New arg PRESERVE_BEFORE.
21390
21391 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
21392 instead of Fstring_as_unibyte.
21393
21394 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21395
21396 The following changes remove mocklisp support:
21397
21398 * mocklisp.h, mocklisp.c: Files removed.
21399
21400 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
21401 `Qmocklisp' and `Qmocklisp_arguments'.
21402 Remove prototype of syms_of_mocklisp.
21403
21404 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
21405
21406 * callint.c: Do not include mocklisp.h.
21407 (Fcall_interactively): Do not test for mocklisp case.
21408
21409 * eval.c: Remove variables `Qmocklisp_arguments',
21410 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
21411 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
21412 Do not test for mocklisp case.
21413 (Fwhile): Remove unused variable `tem'.
21414 (syms_of_eval): Remove variable `moclisp-arguments'.
21415
21416 * data.c (wrong_type_argument): Remove mocklisp case.
21417
21418 * doc.c (Fdocumentation): Remove mocklisp case.
21419
21420 * emacs.c (main): Do not call syms_of_mocklisp.
21421
21422 2001-12-21 Richard M. Stallman <rms@gnu.org>
21423
21424 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
21425 to the left or to the right of the pointer, put it against
21426 the left screen edge.
21427
21428 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
21429
21430 * Makefile.in (distclean): Remove .gdbinit if we are building
21431 outside the source tree.
21432
21433 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
21434
21435 * w32.c (emacs_root_dir): New function.
21436
21437 * msdos.c (emacs_root_dir): New function.
21438
21439 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
21440 of the current drive as the fallback for default_directory.
21441
21442 * dired.c (file_name_completion): Run the elements of
21443 completion-ignored-extensions through ENCODE_FILE.
21444
21445 * lisp.h (scmp): Remove prototype, since it's now a static
21446 function private to dired.c.
21447
21448 2001-12-18 Richard M. Stallman <rms@gnu.org>
21449
21450 * dired.c (scmp): Function moved from minibuf.c.
21451 Delete multibyte handling--used only on encoded strings.
21452
21453 * minibuf.c (scmp): Function moved to dired.c.
21454
21455 * fns.c (merge): Add QUIT call.
21456
21457 2001-12-18 Dave Love <fx@gnu.org>
21458
21459 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
21460 language/georgian.el.
21461
21462 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
21463
21464 * Makefile.in (lisp, shortlisp): Synchronize with changes to
21465 lisp/Makefile.in:DONTCOMPILE.
21466
21467 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21468
21469 * xdisp.c (window_box_height): Do not return negative values.
21470 From Gerd Moellmann <gerd@gnu.org>.
21471
21472 * keyboard.c (head_table): Add missing braces around initializer.
21473
21474 * term.c (keys): Likewise.
21475
21476 * xfns.c (x_frame_parms, visual_classes): Likewise.
21477
21478 2001-12-17 Sam Steingold <sds@gnu.org>
21479
21480 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
21481 patch (COMPOSING_P, not COMPOSING).
21482
21483 2001-12-17 Richard M. Stallman <rms@gnu.org>
21484
21485 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
21486
21487 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
21488 before calling decode_coding.
21489
21490 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
21491
21492 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
21493 instead of only for COMPOSITION_DISABLED.
21494
21495 2001-12-16 Richard M. Stallman <rms@gnu.org>
21496
21497 * alloc.c (pure_alloc): After overflow, allocate just a small block.
21498
21499 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
21500
21501 * buffer.h (struct buffer): New field `display_error_modiff'.
21502 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
21503
21504 * window.c (Frecenter): Clear display_error_modiff field.
21505
21506 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
21507 Call redisplay_window, but not if display_error_modiff field says no.
21508 (redisplay_window_error): New function.
21509 (displayed_buffer): New variable.
21510 (redisplay_internal, redisplay_windows): Call the new functions
21511 instead of redisplay_window directly.
21512
21513 2001-12-15 Richard M. Stallman <rms@gnu.org>
21514
21515 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
21516
21517 2001-12-14 Andrew Innes <andrewi@gnu.org>
21518
21519 * makefile.w32-in (EMACSLOADPATH): Define.
21520 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
21521 (bootstrap-temacs): Remove dependency on bootstrap-clean.
21522
21523 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
21524
21525 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
21526 parameter have a numeric value all the time.
21527
21528 * w32fns.c (x_report_frame_params): Likewise.
21529
21530 2001-12-12 Richard M. Stallman <rms@gnu.org>
21531
21532 * fileio.c (Fwrite_region): Doc fix.
21533
21534 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
21535 (redisplay_internal): Call clear_image_cache only for window terminals.
21536
21537 2001-12-12 Gerd Moellmann <gerd@gnu.org>
21538
21539 * xdisp.c (move_it_vertically_backward): Change heuristic
21540 for the case that we didn't move far enough initially.
21541
21542 * window.c (Frecenter): Simplify computation in the case of window
21543 system frames and ARG < 0; use window_box_height.
21544
21545 2001-12-11 Richard M. Stallman <rms@gnu.org>
21546
21547 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
21548 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
21549
21550 2001-12-11 Andrew Innes <andrewi@gnu.org>
21551
21552 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
21553 arg is negative.
21554
21555 2001-12-11 Richard M. Stallman <rms@gnu.org>
21556
21557 * m/hp800.h: Split the __hpux conditional into the parts
21558 that are right for GNU/Linux too and the parts that are not.
21559 Use the former if GNU_LINUX.
21560 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
21561
21562 * s/gnu-linux.h (GNU_LINUX): Defined.
21563
21564 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21565
21566 * macros.c, msdos.c, w16select.c: Change doc-string comments to
21567 `new style' [w/`doc:' keyword].
21568
21569 2001-12-10 Jason Rumney <jasonr@gnu.org>
21570
21571 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
21572 before using.
21573
21574 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21575
21576 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
21577 keyword].
21578
21579 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
21580
21581 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
21582
21583 * s/hpux10.h (srand48): Don't undefine.
21584
21585 2001-12-09 Jason Rumney <jasonr@gnu.org>
21586
21587 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
21588 Add comment to explain where the struct came from.
21589 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
21590 (add_menu_item): Process pop-up menus first to avoid memory leak.
21591 (add_menu_item, w32_menu_display_help): Use `help' field as
21592 Lisp_Object.
21593 (w32_free_submenu_strings): Only free owner-drawn strings.
21594
21595 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21596
21597 * COPYING: Moved back.
21598
21599 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
21600 Add parentheses around && within ||.
21601
21602 * indent.c (compute_motion): Likewise.
21603
21604 * intervals.c (merge_properties_sticky): Likewise.
21605
21606 * coding.c (setup_coding_system, shrink_encoding_region)
21607 (Fdecode_sjis_char): Likewise.
21608
21609 2001-12-07 Andreas Schwab <schwab@suse.de>
21610
21611 * xdisp.c (display_mode_element): Don't read past end of string if
21612 it ends with '%'.
21613
21614 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
21615 can hold.
21616
21617 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
21618 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
21619 type changed to Lisp_Object.
21620 (syms_of_data): DEFVAR_LISP them.
21621
21622 2001-12-07 Richard M. Stallman <rms@gnu.org>
21623
21624 * callproc.c (init_callproc): Set Vdata_directory based on the source
21625 location whenever Emacs was run uninstalled.
21626
21627 2001-12-06 Paul Eggert <eggert@twinsun.com>
21628
21629 * config.in (HAVE_WORKING_VFORK): New #undefs.
21630 * process.c (create_process):
21631 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
21632 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
21633 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
21634 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
21635 * m/intel386.h (HAVE_VFORK): Likewise.
21636 * m/mips-siemens.h (HAVE_VFORK): Likewise.
21637 * m/mips.h (HAVE_VFORK): Likewise.
21638 * s/freebsd.h (vfork): Remove #define.
21639 * s/lynxos.h (HAVE_VFORK): Remove #undef.
21640 * s/usg5-4-2.h: Fix comment about vfork.
21641
21642 2001-12-06 Richard M. Stallman <rms@gnu.org>
21643
21644 * s/hpux10.h (random): Add undef.
21645 (HAVE_RANDOM): Define it just once.
21646
21647 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
21648
21649 * eval.c: Undo last change: the standard syntax is not wanted.
21650
21651 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
21652
21653 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
21654 scroll bars of the frame before deleting the frame itself. If the
21655 frame has a widget, delete the frame with XtDestroyWidget, and do
21656 not call XDestroyWindow before that.
21657
21658 2001-12-06 Kim F. Storm <storm@cua.dk>
21659
21660 * xfns.c (x_report_frame_params): Return actual fringe widths.
21661
21662 * w32fns.c (x_report_frame_params): Return actual fringe widths.
21663
21664 2001-12-05 Andrew Innes <andrewi@gnu.org>
21665
21666 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
21667 excessively large.
21668
21669 * insdel.c (make_gap_larger): New function.
21670 (make_gap_smaller): New function.
21671 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
21672 Call make_gap_smaller if arg is negative.
21673
21674 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
21675
21676 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
21677 Pass a dummy argument when calling interrupt_signal.
21678 (parse_menu_item): Mark disabled items before checking for empty def.
21679 (read_char_minibuf_menu_prompt): Make safety more visible.
21680 (read_key_sequence): Add a `first_unbound' variable.
21681 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
21682 unbound prefix as soon as we can detect it.
21683
21684 * doc.c (Fsnarf_documentation): Add prototype.
21685 (get_doc_string): Handle negative arguments.
21686 (Fdocumentation): Use AREF and ASIZE.
21687 Move the calls to get_doc_string to a single place.
21688 Don't confuse an interactive-spec for a docstring reference.
21689 (Fdocumentation_property): Take advantage of the fact that
21690 get_doc_string now ignores the sign of the docstring position.
21691
21692 * eval.c: Use standard syntax for usage in docstrings.
21693
21694 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21695
21696 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
21697
21698 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21699
21700 * xterm.c (x_draw_image_relief): Use predefined macro instead of
21701 constant when the value of `tool_bar_button_relief' is negative.
21702
21703 2001-12-02 Richard M. Stallman <rms@gnu.org>
21704
21705 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
21706 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
21707
21708 * fileio.c (read_non_regular): Delete Fsignal call.
21709
21710 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
21711
21712 * lisp.h (run_hook_list_with_args): Undo last change.
21713
21714 2001-12-01 Gerd Moellmann <gerd@gnu.org>
21715
21716 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
21717
21718 2001-12-01 Jason Rumney <jasonr@gnu.org>
21719
21720 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
21721
21722 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
21723 [!WM_MOUSELEAVE]: Define.
21724
21725 * w32menu.c (current_popup_menu, get_menu_item_info):
21726 (set_menu_item_info): New vars.
21727 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
21728 (w32_menu_show): Set current_popup_menu.
21729 (add_menu_item): Allocate new strings for owner-drawn menu items
21730 and help strings.
21731 Use owner-draw for disabled menu items again.
21732 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
21733 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
21734
21735 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
21736 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
21737 <WM_EXITMENULOOP>: Free menu strings.
21738 <WM_MOUSELEAVE>: Stop tracking mouse.
21739 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
21740
21741 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
21742 and mouse face.
21743
21744 2001-12-01 Kim F. Storm <storm@cua.dk>
21745
21746 The following changes add left-fringe and right-fringe
21747 frame parameters to adjust fringe widths, or remove one or
21748 both fringes.
21749
21750 * frame.h (struct frame): Remove trunc_area_pixel_width and
21751 trunc_area_cols fields.
21752 (Qleft_fringe, Qright_fringe): Declare.
21753 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
21754
21755 * frame.c (Qleft_fringe, Qright_fringe): New vars.
21756 (syms_of_frame): Initialize them.
21757
21758 * window.c (coordinates_in_window): Handle separate left and right
21759 fringe widths.
21760
21761 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
21762 and fringe_cols fields.
21763 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
21764 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
21765 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
21766 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
21767 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
21768 (x_compute_fringe_widths): Add prototype.
21769
21770 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
21771 fill fringe evenly with small dashes.
21772 (x_draw_fringe_bitmap): Clear background if necessary. Align and
21773 clip the new ZV bitmap to avoid jitter between rows.
21774 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
21775 background. Don't draw fringe bitmaps if fringe width is zero.
21776 (x_compute_fringe_widths): New function.
21777 (x_new_font, x_set_window_size_1): Use it.
21778
21779 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
21780 (x_set_frame_parameters): Process `font' parameter before other
21781 parameters as fringe widths depend on it.
21782 (x_set_fringe_width): New function.
21783 (x_figure_window_size): Use x_compute_fringe_widths.
21784 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
21785 parameters.
21786
21787 * widget.c (set_frame_size): Use x_compute_fringe_widths.
21788 (EmacsFrameSetCharSize): Ditto.
21789
21790 * w32term.h: Merged changes from xterm.h.
21791 * w32term.c: Merged changes from xterm.c.
21792 * w32fns.c: Merged changes from xfns.c.
21793
21794 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21795
21796 * COPYING: Removed.
21797
21798 2001-11-29 Dave Love <fx@gnu.org>
21799
21800 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
21801 extra extra slot.
21802 (detect_coding_mask): Fix call of detect_coding_iso2022.
21803
21804 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21805
21806 * fileio.c (file-name-coding-system)
21807 (default-file-name-coding-system): Doc fix (links to referenced
21808 variables added).
21809
21810 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
21811
21812 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
21813 Add dummy uses of gcproN variables.
21814
21815 * category.c (describe_category, describe_category_1)
21816 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
21817 (syms_of_category): Don't defsubr Sdescribe_categories.
21818
21819 2001-11-28 Richard M. Stallman <rms@gnu.org>
21820
21821 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
21822
21823 * Makefile.in (lispdir): New variable, referring to build dir.
21824 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
21825
21826 2001-11-28 Andrew Innes <andrewi@gnu.org>
21827
21828 * w32menu.c (w32_menu_display_help): Actually add the new argument
21829 OWNER.
21830
21831 2001-11-28 Jason Rumney <jasonr@gnu.org>
21832
21833 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
21834 menu items. From David Ponce <dponce@wanadoo.fr>.
21835 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
21836 conditionally.
21837 (w32_menu_display_help): New argument OWNER. Rewritten to store a
21838 help event in the owner frame's keyboard buffer.
21839
21840 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
21841 (Fx_show_tip): Don't subtract last width from row width.
21842
21843 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
21844 (w32_read_socket): Use EQ to compare frames.
21845
21846 2001-11-28 Gerd Moellmann <gerd@gnu.org>
21847
21848 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
21849 OVERLAPS_P.
21850
21851 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21852
21853 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
21854 `gcpro3' and `gcpro4'.
21855
21856 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
21857
21858 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
21859
21860 * ccl.c: Use AREF and ASIZE.
21861
21862 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
21863
21864 * lisp.h (run_hook_list_with_args): Remove.
21865 (LIST_END_P): Fix call to wrong_type_argument.
21866 (make_fixnum_or_float): Use EMACS_INT rather than int.
21867
21868 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
21869
21870 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
21871 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
21872
21873 * eval.c: Use AREF and ASIZE.
21874 (Ffetch_bytecode): Add the file name to the error message.
21875
21876 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
21877 which match the end of the file-name.
21878 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
21879 is not a valid env var, but leave it as is instead.
21880
21881 * keymap.c (access_keymap): Handle t bindings like nil bindings.
21882 Make nil bindings in char-tables transparent.
21883 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
21884
21885 2001-11-26 Richard M. Stallman <rms@gnu.org>
21886
21887 * textprop.c (set_text_properties_1): Allow START, END in either order.
21888 Do nothing if range is empty.
21889
21890 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
21891
21892 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
21893 (clean): Not here.
21894
21895 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
21896
21897 * textprop.c (set_text_properties_1): Clearly mark that the
21898 interval should not be empty.
21899
21900 * intervals.c (graft_intervals_into_buffer):
21901 Don't call set_text_properties_1 on an empty interval.
21902
21903 2001-11-25 Richard M. Stallman <rms@gnu.org>
21904
21905 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
21906
21907 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
21908 don't lose the data in it.
21909
21910 2001-11-25 Juanma Barranquero <lektu@terra.es>
21911
21912 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
21913
21914 * buffer.c (Fkill_buffer): Likewise.
21915
21916 * print.c (temp_output_buffer_setup): Likewise.
21917
21918 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
21919
21920 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
21921
21922 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
21923
21924 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
21925 Niemitalo <kon@iki.fi>.
21926
21927 2001-11-25 Jason Rumney <jasonr@gnu.org>
21928
21929 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
21930
21931 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
21932 (Fx_show_tip): Block input during frame creation.
21933 (Fx_show_tip, Fx_hide_tip): Enable.
21934
21935 2001-11-24 Richard M. Stallman <rms@gnu.org>
21936
21937 * lread.c (Fload): Detect recursive load error for more than 3
21938 nestings of the same file.
21939 (Vrecursive_load_depth_limit): Variable deleted.
21940 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
21941
21942 2001-11-24 Jason Rumney <jasonr@gnu.org>
21943
21944 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
21945 mouse position if either left or top is not specified.
21946
21947 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
21948 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
21949 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
21950 (my_create_tip_window): Assign tip_window.
21951 (x_create_tip_frame): Use same defaults as X.
21952 (compute_tip_xy): Remove unused variable. Use full screen width.
21953 (Fx_show_tip): Do not double height. Call ShowWindow directly.
21954
21955 * w32term.c (x_after_update_window_line): Doc fix.
21956 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
21957 frames.
21958 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
21959
21960 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
21961 for all Windowed systems.
21962
21963 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
21964
21965 * msdos.c (IT_clear_screen): If the frame's faces are not yet
21966 realized, use the initial screen colors to clear the screen.
21967
21968 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21969
21970 * textprop.c (Fset_text_properties): Remove unused variables
21971 `unchanged', `prev_changed', `s' and `len'.
21972
21973 * search.c (Freplace_match): Remove unused variable `inslen'.
21974
21975 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
21976
21977 2001-11-22 Jason Rumney <jasonr@gnu.org>
21978
21979 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
21980 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
21981 (my_create_tip_window): New function.
21982 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
21983 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
21984
21985 2001-11-20 Jason Rumney <jasonr@gnu.org>
21986
21987 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
21988 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
21989
21990 * w32fns.c (Vw32_system_coding_system): Remove.
21991 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
21992
21993 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
21994
21995 * fileio.c (Fwrite_region): Move choose_write_coding_system to
21996 after build_annotations.
21997
21998 * syntax.c (describe_syntax): Add dummy arg.
21999 (describe_syntax_1): Update call to describe_vector.
22000
22001 * category.c (describe_category): Add dummy arg.
22002 (describe_category_1): Update call to describe_vector.
22003
22004 * keymap.c (Fdescribe_vector): Add `describer' parameter.
22005 (describe_command, describe_translation): Add dummy second param.
22006 (describe_map): Call elt_describer with two arguments.
22007 (describe_vector_princ): Add `fun' parameter.
22008 Call it instead of the hardcoded `princ'.
22009 (describe_vector): Add arg `args'.
22010 Pass it as a new second argument to elt_describer.
22011
22012 * keymap.h (describe_vector): Update prototype.
22013
22014 * frame.c: Don't include keymap.h any more.
22015 (keys_of_frame): Remove.
22016
22017 * lisp.h (keys_of_frame): Remove declaration.
22018
22019 * emacs.c (main): Don't call `keys_of_frame' any more.
22020
22021 2001-11-14 Andreas Schwab <schwab@suse.de>
22022
22023 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
22024 if defined, 0 otherwise.
22025 (MAP_FAILED): Define if not defined and use it to test mmap failure.
22026 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
22027
22028 2001-11-19 Richard M. Stallman <rms@gnu.org>
22029
22030 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
22031
22032 2001-11-18 Jason Rumney <jasonr@gnu.org>
22033
22034 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
22035 (x_draw_bar_cursor): If the background color of the glyph under
22036 the cursor equals the frame's cursor color, use the glyph's
22037 foreground color for drawing the bar cursor.
22038 (x_after_update_window_line): Clear internal border in different
22039 circumstances.
22040 (w32_set_vertical_scroll_bar): Check for width and height > 0.
22041 (w32_draw_relief_rect): Correct relief by 1 pixel.
22042 (x_set_glyph_string_background_width):
22043 Set extends_to_end_of_line_p if the row's fill_line_p is set and
22044 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
22045 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
22046 if cursor_in_non_selected_windows is false.
22047 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
22048 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
22049 Notice if cursor gets overwritten.
22050 (notice_overwritten_cursor): Renamed from
22051 note_overwritten_text_cursor. Rewritten to take glyph widths
22052 into account, and to take X positions as parameters.
22053 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
22054 around call to x_draw_glyphs.
22055 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
22056 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
22057 color to use for image glyph reliefs.
22058 (x_draw_image_relief): Accept zero tool_bar_button_relief.
22059 (glyph_rect): Remove unused variable `area'.
22060
22061 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
22062 some items.
22063 (x_set_internal_border_width): Set frame garbaged when window
22064 doesn't exist yet.
22065 (Fx_create_frame): Accept zero tool_bar_button_relief.
22066 (x_clear_image_1, four_corners_best, image_background)
22067 (image_background_transparent): New functions.
22068 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
22069 (gs_format): Add `:background' entry.
22070 (lookup_image): Set IMG's background color if specified.
22071 (pbm_load, xbm_load_image, png_load): Set IMG's background field
22072 when appropriate.
22073 (x_clear_image_1): Reset `background_valid' and
22074 `background_transparent_valid' fields.
22075 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
22076 calculating it here. Set IMG's background_transparent field.
22077 (enum xpm_keyword_index): Add XPM_BACKGROUND.
22078 (enum png_keyword_index): Add PNG_BACKGROUND.
22079 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
22080 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
22081 (enum gif_keyword_index): Add GIF_BACKGROUND.
22082 (enum gs_keyword_index): Add GS_BACKGROUND.
22083 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
22084 Pre-calculate image background color where necessary.
22085 (x_create_x_image_and_pixmap, xbm_load, gs_load):
22086 Use display info's n_cbits entry for screen depth.
22087 (Fx_show_tip): Remove unused variables `buffer', `top',
22088 `left', `max_width' and `max_height'.
22089
22090 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
22091
22092 2001-11-18 Gerd Moellmann <gerd@gnu.org>
22093
22094 * puresize.h (BASE_PURESIZE): Increase to 750000.
22095
22096 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22097
22098 * frame.c (Fframe_live_p): Doc fix.
22099
22100 2001-11-18 Richard M. Stallman <rms@gnu.org>
22101
22102 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
22103 (message_dolog_marker3): New static variables hold three markers.
22104 (syms_of_xdisp): Initialize and staticpro them.
22105 (message_dolog): Use message_dolog_marker1..3 instead of
22106 allocating markers each time. Unchain them when done.
22107
22108 2001-11-17 Richard M. Stallman <rms@gnu.org>
22109
22110 * doc.c (Fsnarf_documentation): Doc fix.
22111
22112 2001-11-17 Andreas Schwab <schwab@suse.de>
22113
22114 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
22115
22116 2001-11-17 Richard M. Stallman <rms@gnu.org>
22117
22118 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
22119
22120 2001-11-17 Jason Rumney <jasonr@gnu.org>
22121
22122 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
22123
22124 2001-11-17 Gerd Moellmann <gerd@gnu.org>
22125
22126 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
22127 with invalid position.
22128
22129 2001-11-16 Richard M. Stallman <rms@gnu.org>
22130
22131 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
22132
22133 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
22134 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
22135 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
22136
22137 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
22138
22139 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
22140
22141 * fileio.c (build_annotations): Split off the tail.
22142 (build_annotations_2): New fun. Extracted from build_annotations.
22143 (Fwrite_region): Split the call to build_annotations into two
22144 calls to build_annotations and build_annotations_2.
22145
22146 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22147
22148 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
22149 clear_waiting_for_input with argument.
22150
22151 * xterm.h (x_update_cursor): Remove duplicated prototype.
22152
22153 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
22154
22155 * xterm.c (waiting_for_input): Remove unnecessary declaration.
22156
22157 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
22158
22159 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
22160
22161 * fileio.c (choose_write_coding_system): New fun, extracted
22162 from Fwrite_region.
22163 (Fwrite_region): Use it.
22164
22165 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
22166 (funcall_lambda, run_hook_with_args): Make static and add prototype.
22167 (ml_apply, find_handler_clause): Add prototype.
22168
22169 2001-11-16 Eli Zaretskii <eliz@gnu.org>
22170
22171 * config.in: Add #undef HAVE_COFF_H.
22172
22173 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
22174 Required for ISC 4.1.
22175
22176 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
22177
22178 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
22179 Andrew Wiseman <a.wiseman@btclick.com>.
22180
22181 2001-11-16 Kim F. Storm <storm@cua.dk>
22182
22183 The following changes are made to clean up the various internal
22184 references to the fringes to actually use the term `fringe' for
22185 them. Previously, they were called `flags areas', `bitmap areas',
22186 `left/right side of windows', or implicitly as `flags' or
22187 `bitmaps':
22188
22189 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
22190 Comments fixed. Use renamed symbols.
22191
22192 * dispnew.c: Comment fix. Use renamed symbols.
22193
22194 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
22195 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
22196 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
22197
22198 * msdos.c: Comment fix.
22199
22200 * w32fns.c: Use renamed symbols.
22201
22202 * w32term.c: Comment fixes. Use renamed symbols.
22203 (fringe_bitmap_type): Renamed from bitmap_type.
22204 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
22205 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
22206 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
22207
22208 * w32term.h: Comment fixes. Use renamed symbols.
22209 (fringes_extra): Renamed from flags_areas_extra.
22210 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
22211 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
22212 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
22213 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
22214 (FRAME_X_LEFT_FRINGE_WIDTH):
22215 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
22216 (FRAME_X_RIGHT_FRINGE_WIDTH):
22217 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
22218
22219 * widget.c: Use renamed symbols.
22220
22221 * window.c: Comment fixes. Use renamed symbols.
22222 (coordinates-in-window-p): Doc fix.
22223
22224 * xdisp.c: Comment fixes. Use renamed symbols.
22225
22226 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
22227
22228 * xfns.c: Use renamed symbols.
22229
22230 * xterm.c: Comment fixes. Use renamed symbols.
22231 (fringe_bitmap_type): Renamed from bitmap_type.
22232 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
22233 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
22234 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
22235
22236 * xterm.h: Comment fixes. Use renamed symbols.
22237 (fringes_extra): Renamed from flags_areas_extra.
22238 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
22239 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
22240 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
22241 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
22242 (FRAME_X_LEFT_FRINGE_WIDTH):
22243 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
22244 (FRAME_X_RIGHT_FRINGE_WIDTH):
22245 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
22246
22247 2001-11-15 Jason Rumney <jasonr@gnu.org>
22248
22249 * w32menu.c (add-menu-item): Make help_echo and radio buttons
22250 work for most menu items. From David Ponce
22251 <david.ponce@wanadoo.fr>.
22252
22253 2001-11-15 Gerd Moellmann <gerd@gnu.org>
22254
22255 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
22256 Some x_set_* function expect to be called even if old and new
22257 value are equal.
22258
22259 * xdisp.c (build_desired_tool_bar_string): Accept zero
22260 tool_bar_button_relief.
22261
22262 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
22263
22264 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
22265
22266 * xterm.c (x_draw_bar_cursor): If the background color of the
22267 glyph under the cursor equals the frame's cursor color, use
22268 the glyph's foreground color for drawing the bar cursor.
22269
22270 * dispnew.c (direct_output_forward_char): Fix character/byte
22271 position comparison.
22272
22273 2001-11-15 Miles Bader <miles@gnu.org>
22274
22275 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
22276 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
22277 Update arguments to find_field.
22278 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
22279 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
22280 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
22281 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
22282
22283 2001-11-14 Richard M. Stallman <rms@gnu.org>
22284
22285 * editfns.c (Fpropertize): Allow call with 1 arg.
22286
22287 * dispextern.h (image_background, image_background_transparent):
22288 Conditionalize on HAVE_X_WINDOWS.
22289
22290 2001-11-13 Richard M. Stallman <rms@gnu.org>
22291
22292 * print.c (Fprin1_to_string): Doc fix.
22293
22294 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
22295
22296 * floatfns.c (Fceiling, Ffloor): Doc fixes.
22297
22298 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
22299
22300 * fileio.c (Ffile_accessible_directory_p): Doc fix.
22301
22302 * eval.c (syms_of_eval): Doc fix.
22303
22304 * coding.c (syms_of_coding): Doc fix.
22305
22306 * doc.c (Fsnarf_documentation): Doc fix.
22307
22308 * dispnew.c (syms_of_display): Doc fix.
22309
22310 * category.c (Fget_unused_category): Doc fix.
22311
22312 * buffer.c (syms_of_buffer): Doc fixes.
22313
22314 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
22315
22316 * print.c (prin1, print): Doc fix.
22317
22318 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22319
22320 * fontset.h: Remove declarations of variables
22321 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
22322
22323 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
22324 `Vclip_large_size_font'.
22325
22326 2001-11-13 Jason Rumney <jasonr@gnu.org>
22327
22328 * w32fns.c: Doc fix.
22329
22330 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22331
22332 * xfaces.c (Fface_attributes_as_vector): Doc fix.
22333
22334 * fns.c: Doc fix.
22335
22336 * emacs.c: Doc fix.
22337
22338 * coding.c: Doc fix.
22339
22340 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
22341 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
22342 `new style' [w/`doc:' keyword].
22343
22344 2001-11-12 Richard M. Stallman <rms@gnu.org>
22345
22346 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
22347 LeaveNotify events. Only FocusIn and FocusOut do that now.
22348 (x_display_and_set_cursor): Do display hollow cursors in active
22349 minibuffer windows when they are not selected.
22350
22351 2001-11-12 Jason Rumney <jasonr@gnu.org>
22352
22353 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
22354 * w32term.c: Change doc-string comments to `new style'
22355 [w/`doc:' keyword]. Doc fixes.
22356
22357 * w32fns.c: Don't define max.
22358 (Fx_open_connection): Only execute once.
22359
22360 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22361
22362 * ccl.c: Change macros to use do-while block instead of if-else.
22363 Use braces to follow GNU Coding Standards.
22364
22365 2001-11-11 Richard M. Stallman <rms@gnu.org>
22366
22367 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
22368
22369 * lread.c (read_escape): Use end_of_file_error for reporting eof.
22370
22371 * insdel.c (replace_range): Use adjust_markers_for_replace
22372 instead of adjust_markers_for_delete and adjust_markers_for_insert.
22373
22374 * intervals.h (set_text_properties, set_text_properties_1): Declare.
22375
22376 * textprop.c (set_text_properties_1): New subroutine
22377 broken out of set_text_properties.
22378 (set_text_properties): Use set_text_properties_1.
22379
22380 * intervals.c (graft_intervals_into_buffer):
22381 Use set_text_properties_1 to clear out properties.
22382
22383 * search.c (Freplace_match): Use replace_range to insert
22384 and delete. Don't request property inheritance from
22385 surrounding text.
22386
22387 2001-11-10 Jason Rumney <jasonr@gnu.org>
22388
22389 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
22390 vertical fonts. Allow them if face name is explicitly specified.
22391 Do not give up if we find a font that cannot be converted to an xlfd.
22392
22393 2001-11-10 Gerd Moellmann <gerd@gnu.org>
22394
22395 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
22396 instead of malloc/free.
22397
22398 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22399
22400 * xfaces.c (merge_face_vectors): Use braces to follow GNU
22401 Coding Standards.
22402 (Finternal_set_lisp_face_attribute): Likewise.
22403
22404 * buffer.c (Fbury_buffer): Likewise.
22405
22406 * indent.c (current_column_1): Remove unused variable `prev_col'.
22407
22408 * coding.c (encode_coding): Use precomputed value of `src'.
22409 (encode_coding): Remove unused variable `src_end'.
22410 (code_convert_region): Remove unused variables `count'.
22411
22412 2001-11-07 Jason Rumney <jasonr@gnu.org>
22413
22414 * w32term.c (x_display_and_set_cursor): Do not move system caret
22415 if cursor_glyph is NULL.
22416
22417 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22418
22419 * keymap.c (access_keymap): Fix compilation error.
22420
22421 2001-11-07 Miles Bader <miles@gnu.org>
22422
22423 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
22424
22425 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22426
22427 * intervals.c (graft_intervals_into_buffer):
22428 Remove #ifdef'd-out code.
22429 (graft_intervals_into_buffer): Remove unused variable `middle'.
22430
22431 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
22432 code (eval-current-buffer).
22433 Change doc-string comments to `new style' [w/`doc:' keyword].
22434
22435 2001-11-06 Richard M. Stallman <rms@gnu.org>
22436
22437 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
22438
22439 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
22440
22441 * lread.c (read1): Fix behavior with nested backquoting.
22442
22443 * keyboard.c (make_lispy_event): Check integerness and fix
22444 Lisp_Object/int mixup.
22445
22446 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22447
22448 * fns.c (copy_hash_table): Remove unused variable `v'.
22449
22450 * fontset.c (fontset_font_pattern): Remove unused variable
22451 `family_registry'.
22452
22453 * indent.c (current_column_1): Remove unused variable `prev_col'.
22454
22455 2001-11-05 Richard M. Stallman <rms@gnu.org>
22456
22457 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
22458
22459 * buffer.c (Fkill_buffer): Don't delete auto save file
22460 if buffer is modified.
22461
22462 2001-11-05 Andrew Innes <andrewi@gnu.org>
22463
22464 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
22465 CHECK_NUMBER_CDR.
22466
22467 2001-11-05 Richard M. Stallman <rms@gnu.org>
22468
22469 * unexelf.c (unexec): Minor changes; clean up comments.
22470
22471 2001-11-05 Sam Steingold <sds@gnu.org>
22472
22473 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
22474
22475 2001-11-05 Andreas Schwab <schwab@suse.de>
22476
22477 * sound.c (sound_perror): Save errno from being clobbered.
22478
22479 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
22480
22481 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
22482 the program image directly.
22483
22484 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22485
22486 * buffer.h (Fbuffer_local_value): Add prototype.
22487
22488 2001-11-04 Richard M. Stallman <rms@gnu.org>
22489
22490 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
22491 and CHECK_BUFFER.
22492
22493 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
22494 (record_char): Likewise.
22495
22496 * keyboard.c (make_lispy_event): Don't insist a drag event must
22497 move to a different buffer position. Instead, check for moving at
22498 least double_click_fuzz.
22499
22500 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
22501
22502 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
22503
22504 * indent.c (current_column_1, Fmove_to_column): Separate the code
22505 for display-table glyphs from the code for buffer text, to fix
22506 bugs in the former.
22507
22508 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
22509
22510 * buffer.c (Fbuffer_local_value): New function.
22511 (syms_of_buffer): Defsubr it.
22512
22513 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
22514 value of `cursor-in-non-selected-windows'.
22515
22516 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
22517 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
22518 (syms_of_xdisp): Initialize it.
22519
22520 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22521
22522 * xfns.c (Fx_create_frame): Doc fix.
22523
22524 * coding.c: Change doc-string comments to `new style' [w/`doc:'
22525 keyword].
22526
22527 * eval.c (top_level_value, top_level_set): Remove commented and
22528 #ifdef'd-out code.
22529 (Fdefvar): Fix usage in doc-string.
22530
22531 2001-11-03 Richard M. Stallman <rms@gnu.org>
22532
22533 * xfns.c: Include unistd.h, if it exists.
22534
22535 * editfns.c: Move the include of ctype.h after unistd.h.
22536
22537 * gmalloc.c: Test BROKEN_PROTOTYPES.
22538
22539 2001-11-03 Ken Raeburn <raeburn@gnu.org>
22540
22541 * lisp.h (CHECK_STRING_CAR): New macro.
22542 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
22543 treating XCAR and XCDR as lvalues.
22544 (openp): Use CHECK_STRING_CAR.
22545 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
22546
22547 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
22548
22549 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
22550 (SIGMASKTYPE): Define.
22551
22552 * syssignal.h (sigunblock): Don't define if already defined.
22553
22554 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22555
22556 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
22557 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
22558 Fix typos in comments.
22559
22560 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
22561 and #ifdef'd-out code.
22562 Fix and reindent comments.
22563
22564 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
22565
22566 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
22567 argument `i' in macros.
22568
22569 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
22570 `i' in macros.
22571
22572 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
22573 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
22574 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
22575 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
22576 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
22577 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
22578 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
22579 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
22580 in macros.
22581
22582 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
22583 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
22584 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
22585 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
22586 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
22587 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
22588 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
22589 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
22590 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
22591 (remove unused second argument).
22592
22593 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
22594
22595 * syntax.c (describe_syntax): New wrapper.
22596 (Finternal_describe_syntax_value): Rename from describe_syntax.
22597 Don't insert space at front and \n at the end.
22598 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
22599
22600 * regex.c (re_wctype): Try to fix some warnings.
22601 (regcomp, regexec): Don't forget the __restrict.
22602
22603 2001-11-02 Richard M. Stallman <rms@gnu.org>
22604
22605 * textprop.c (Fget_char_property): Doc fix.
22606
22607 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22608
22609 * process.c (Fstart_process): Add usage to doc-string.
22610
22611 * data.c (Fsetq_default): Ditto.
22612
22613 * callint.c (Finteractive): Ditto.
22614
22615 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
22616
22617 * macros.c: Don't include keymap.h any more.
22618
22619 2001-11-01 Richard M. Stallman <rms@gnu.org>
22620
22621 * data.c (Fmake_local_variable): Doc fix.
22622
22623 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
22624 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
22625
22626 * keymap.c (Fdescribe_buffer_bindings): Print character property
22627 bindings along with or instead of the buffer local map.
22628 Make the overriding maps override what they should.
22629
22630 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22631
22632 * window.c (grow_mini_window): Fix typo in comment.
22633
22634 2001-11-01 Gerd Moellmann <gerd@gnu.org>
22635
22636 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
22637 (XTset_vertical_scroll_bar): Likewise.
22638
22639 * xfns.c (x_build_heuristic_mask): Use four_corners_best
22640 instead of IMAGE_BACKGROUND.
22641
22642 * xfns.c (four_corners_best): Reindent.
22643
22644 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
22645 Handle :box so that it is possible to specify sexprs.
22646
22647 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
22648
22649 * s/hpux11.h: New file.
22650
22651 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22652
22653 * emacs.c (USAGE1): Show command line option --no-window-system
22654 instead of --no-windows in usage.
22655 (standard_args): Rename --no-windows to --no-window-system.
22656 (bug_reporting_address): Follow Emacs coding conventions.
22657
22658 * eval.c (Fcommandp): Doc fix.
22659 Change doc-string comments to `new style' [w/`doc:' keyword].
22660
22661 * frame.c (Fframe_live_p): Doc fix.
22662
22663 * buffer.c (selective-display-ellipses): Doc fix.
22664
22665 2001-10-31 Gerd Moellmann <gerd@gnu.org>
22666
22667 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
22668
22669 * xfaces.c (realize_x_face): If C is not a single-byte character,
22670 set the face's colors_copied_bitwise_p instead of the defaulted_p
22671 members which have a different meaning.
22672 (free_face_colors): Do nothing for a face whose colors have been
22673 copied bitwise.
22674
22675 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
22676
22677 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22678
22679 * marker.c, mocklisp.c: Change doc-string comments to `new style'
22680 [w/`doc:' keyword].
22681
22682 2001-10-31 Gerd Moellmann <gerd@gnu.org>
22683
22684 * fns.c (require_unwind): Return Lisp_Object.
22685
22686 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22687
22688 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
22689 (last-input-char): Revert doc-string to be the same as the
22690 doc-string of `last-input-event'.
22691
22692 * xdisp.c: Fix typos in comments.
22693
22694 2001-10-31 Gerd Moellmann <gerd@gnu.org>
22695
22696 * window.c (grow_mini_window): Handle case that the root
22697 window is already smaller than the nominal mininum height.
22698
22699 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
22700
22701 * emacs.c (main): Don't call keys_of_macros any more.
22702
22703 * lisp.h (keys_of_macros): Remove.
22704
22705 * macros.c (keys_of_macros): Remove.
22706
22707 * xfaces.c (Fface_attribute_relative_p): Declare args.
22708
22709 2001-10-30 Jason Rumney <jasonr@gnu.org>
22710
22711 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
22712 (enum_font_cb2): Ignore fonts with vertical orientation.
22713
22714 2001-10-30 Richard M. Stallman <rms@gnu.org>
22715
22716 * keyboard.c (Finput_pending_p): Doc fix.
22717
22718 2001-10-30 Gerd Moellmann <gerd@gnu.org>
22719
22720 * xterm.c (x_after_update_window_line): Don't run the code
22721 clearing in borders for rows whose visible height is 0.
22722
22723 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
22724 resized_p flag is set. If not set, use the much less flickering
22725 method previously used.
22726
22727 * dispnew.c (change_frame_size_1): Set frame's resized_p.
22728
22729 * frame.h (struct frame) <resized_p>: New member.
22730
22731 * lread.c (to_multibyte): Ensure read_buffer is at least twice
22732 as large as the number of bytes to convert.
22733
22734 * lread.c (to_multibyte): New function.
22735 (read1): Use it.
22736
22737 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
22738
22739 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
22740
22741 2001-10-30 Gerd Moellmann <gerd@gnu.org>
22742
22743 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
22744 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
22745 if the row's fill_line_p is set and drawing the last glyph with
22746 DRAW_IMAGE_{RAISED,SUNKEN}.
22747
22748 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
22749
22750 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
22751
22752 * xmenu.c: Include coding.h and charset.h.
22753 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
22754 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
22755 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
22756 Explicitly set wv->help. Use `TRUE' rather than `True'.
22757 (menu_help_callback): Use empty_string.
22758
22759 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
22760 (Fx_popup_dialog): Explicitly init f.
22761 (w32_menu_display_help): Use empty_string.
22762
22763 2001-10-29 Richard M. Stallman <rms@gnu.org>
22764
22765 * fns.c (Frequire): Detect recursive try to require the same
22766 feature 3 or more levels deep, and get error.
22767 (require_unwind): New subroutine.
22768 (require_nesting_list): New variable.
22769 (syms_of_fns): Init and staticpro it.
22770
22771 * print.c (print_object): Clarify indication of insertion type.
22772
22773 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
22774
22775 * coding.c (syms_of_coding): Document that locale-coding-system is
22776 used for decoding input on X.
22777
22778 * window.c (Fscroll_left, Fscroll_right): Doc fix.
22779
22780 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22781
22782 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
22783 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
22784
22785 2001-10-29 Gerd Moellmann <gerd@gnu.org>
22786
22787 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
22788 use NO_CURSOR if cursor_in_non_selected_windows is false.
22789
22790 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
22791 the slant attribute if FRAME is t.
22792
22793 * xfns.c (x_set_internal_border_width): Set frame garbaged
22794 when X window doesn't exist yet.
22795
22796 * xterm.c (x_after_update_window_line): Clear internal border
22797 in different circumstances.
22798
22799 * xterm.c (XTread_socket) <KeyPress>: Don't use
22800 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
22801 <handa@etl.go.jp>.
22802
22803 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
22804
22805 * m/ibms390.h: New file. From Adam Thornton
22806 <athornton@sinenomine.net>.
22807
22808 2001-10-28 Gerd Moellmann <gerd@gnu.org>
22809
22810 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
22811
22812 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
22813 a loop counter.
22814
22815 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22816
22817 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
22818
22819 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
22820 keyword].
22821 Fix typos in comments.
22822
22823 * emacs.c (bug_reporting_address): New function.
22824 Use it when displaying usage message.
22825
22826 * minibuf.c (read_minibuf): Remove unused external declaration of
22827 variable `Qread_only'.
22828
22829 * keymap.c (access_keymap): Remove unused variable `charset'.
22830
22831 2001-10-28 Miles Bader <miles@gnu.org>
22832
22833 * xfaces.c (merge_face_heights): Handle TO being relative as well.
22834 Remove #ifdef'd-out code.
22835 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
22836 (syms_of_xfaces): Initialize them.
22837
22838 2001-10-27 Jason Rumney <jasonr@gnu.org>
22839
22840 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
22841 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
22842 position using the system caret.
22843
22844 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
22845 (w32_system_caret_height, w32_system_caret_x)
22846 (w32_system_caret_y): New variables for tracking system caret.
22847 (w32_initialize): Initialize them.
22848 (x_display_and_set_cursor): Make system caret follow the active cursor.
22849
22850 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
22851 New messages types.
22852
22853 * w32term.c (note_mouse_highlight): Clear old help_echo.
22854
22855 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22856
22857 * xterm.c: Fix typo in a comment.
22858
22859 * emacs.c: Fix typos in comments.
22860 Remove unnecessary spaces.
22861 Change doc-string comments to `new style' [w/`doc:' keyword].
22862 (USAGE2): Fix typos in usage string.
22863
22864 * xterm.c: Fix typo in a comment.
22865
22866 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
22867 emacs.c.
22868
22869 2001-10-27 Gerd Moellmann <gerd@gnu.org>
22870
22871 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
22872 instead of 1/2 line_height in the heuristic for skipping
22873 farther backward when target_y was not reached.
22874
22875 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
22876 Display errno only if non-zero.
22877 (sound_warning): New function.
22878 (vox_configure): Don't treat failing to set sample rate as error.
22879 (various places): Improve error messages.
22880
22881 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
22882
22883 * fileio.c (Faccess_file): Run the argument filename through
22884 Fexpand_file_name, before using it.
22885
22886 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
22887 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
22888
22889 2001-10-26 Gerd Moellmann <gerd@gnu.org>
22890
22891 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
22892
22893 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
22894 Fix clearing in the case of scroll bars on the right.
22895
22896 2001-10-26 Juanma Barranquero <lektu@terra.es>
22897
22898 * w32gui.h (XImage): Add a dummy typedef.
22899
22900 2001-10-26 Gerd Moellmann <gerd@gnu.org>
22901
22902 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
22903
22904 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
22905
22906 * frame.c (Fframe_parameter): Fix last change.
22907
22908 * fileio.c: Revert last change (which removed old commented-out
22909 version of expand-file-name). Add a comment that explains why
22910 this old version should not be removed.
22911
22912 2001-10-25 Gerd Moellmann <gerd@gnu.org>
22913
22914 * frame.c (Fframe_parameter): Fix a bug whereby some
22915 ``artificial'' frame parameters, like `minibuffer' were not
22916 obtained by calling Fframe_parameters.
22917
22918 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
22919 cursor differently.
22920
22921 * xdisp.c (move_it_vertically_backward): Compute line height
22922 differently. Add heuristic to try to be more compatible to 20.x.
22923
22924 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
22925
22926 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
22927
22928 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
22929 boolean.
22930
22931 2001-10-25 Miles Bader <miles@gnu.org>
22932
22933 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
22934 BG is a pointer to a structure, not a structure.
22935 (gif_format, png_format): Add missing commas.
22936
22937 2001-10-24 Richard M. Stallman <rms@gnu.org>
22938
22939 * xfaces.c (Fface_attributes_as_vector): New function.
22940 (syms_of_xfaces): Defsubr it.
22941
22942 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22943
22944 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
22945 variable `area'.
22946
22947 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22948
22949 * search.c (scan_newline): Remove unused variable `selective_display'.
22950
22951 2001-10-25 Miles Bader <miles@gnu.org>
22952
22953 * dispextern.h (struct image): Add `background',
22954 `background_valid', and `background_transparent' fields.
22955 (image_background, image_background_transparent): New declarations.
22956 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
22957 * xfns.c (image_background, image_background_transparent)
22958 (four_corners_best): New functions.
22959 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
22960 (gs_format): Add `:background' entry.
22961 (lookup_image): Set IMG's background color if specified.
22962 (pbm_load, xbm_load_image, png_load): Set IMG's background field
22963 when appropriate.
22964 (x_clear_image_1): Reset `background_valid' and
22965 `background_transparent_valid' fields.
22966 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
22967 calculating it here. Set IMG's background_transparent field.
22968 (enum xpm_keyword_index): Add XPM_BACKGROUND.
22969 (enum png_keyword_index): Add PNG_BACKGROUND.
22970 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
22971 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
22972 (enum gif_keyword_index): Add GIF_BACKGROUND.
22973 (enum gs_keyword_index): Add GS_BACKGROUND.
22974 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
22975 Pre-calculate image background color where necessary.
22976 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
22977 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
22978 color to use for image glyph reliefs.
22979
22980 2001-10-24 Gerd Moellmann <gerd@gnu.org>
22981
22982 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
22983 in full-width rows.
22984
22985 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
22986 Fix clearing of area not covered by scroll bar.
22987
22988 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22989
22990 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
22991 and `real_start'.
22992 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
22993 (glyph_rect): Remove unused variable `area'.
22994
22995 2001-10-24 Gerd Moellmann <gerd@gnu.org>
22996
22997 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
22998
22999 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
23000 (row_containing_pos): Take additional argument DY.
23001 Treat rows ending in middle of char differently.
23002 (display_line): Handle tabs on window systems differently.
23003
23004 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
23005 with additional argument.
23006
23007 * dispextern.h (row_containing_pos): Adjust prototype.
23008
23009 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
23010 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
23011 (try_window_id, try_window_reusing_current_matrix)
23012 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
23013 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
23014
23015 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23016
23017 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
23018 gnuemacs).
23019 (HAVE_BOXES): Fix typo in comment.
23020 (push_menu_pane): Fix typo in comment.
23021
23022 * xdisp.c (display_prop_string_p): Remove unused local declaration
23023 of `Qwhen'.
23024 (single_display_prop_string_p): Remove unused local declarations
23025 of `Qwhen' and `Qmargin'.
23026 (string_buffer_position): Remove unused variable `around'.
23027 (store_frame_title): Remove unused variable `width'.
23028
23029 * window.c: Don't define max.
23030 (coordinates_in_window): Remove unused variable `uy'.
23031
23032 * widget.c: Don't define max.
23033
23034 * process.c: Don't define max.
23035 (create_process): Remove unused variable `buffer'.
23036
23037 2001-10-23 Gerd Moellmann <gerd@gnu.org>
23038
23039 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
23040
23041 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
23042
23043 * xfaces.c (Finternal_set_lisp_face_attribute)
23044 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
23045 frame is on a windowed display.
23046
23047 2001-10-23 Gerd Moellmann <gerd@gnu.org>
23048
23049 * dispnew.c (sync_window_with_frame_matrix_rows):
23050 Fix handling of windows which aren't full-width, fix handling
23051 of marginal areas.
23052
23053 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
23054
23055 2001-10-23 Andreas Schwab <schwab@suse.de>
23056
23057 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
23058 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
23059
23060 2001-10-23 Gerd Moellmann <gerd@gnu.org>
23061
23062 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
23063 REAL_END. Notice if cursor gets overwritten.
23064 (notice_overwritten_cursor): Take X positions as parameters.
23065 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
23066 around call to x_draw_glyphs.
23067
23068 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23069
23070 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
23071 instead of C) and usage.
23072
23073 * editfns.c (char-to-string): Fix argument names (use CHAR instead
23074 of C) and usage.
23075
23076 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
23077 `left', `max_width' and `max_height'.
23078
23079 2001-10-23 Gerd Moellmann <gerd@gnu.org>
23080
23081 * xdisp.c (display_line): For a tab continued to the next line,
23082 set row's ends_in_middle_of_char_p.
23083
23084 2001-10-22 Gerd Moellmann <gerd@gnu.org>
23085
23086 * xdisp.c (display_line): Fix computation of continuation lines
23087 width for TABs.
23088
23089 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23090
23091 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
23092 `Qlaplace'.
23093
23094 * fileio.c: Remove unused code.
23095
23096 2001-10-22 Miles Bader <miles@gnu.org>
23097
23098 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
23099 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
23100 Remove `DOC_STRINGS_IN_COMMENTS' cases.
23101
23102 2001-10-21 Jason Rumney <jasonr@gnu.org>
23103
23104 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
23105
23106 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
23107
23108 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
23109 (Finsert_string): Avoid the multi-line string literals warning.
23110
23111 2001-10-22 Miles Bader <miles@gnu.org>
23112
23113 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
23114 (Fdocumentation): Don't use it.
23115 (syms_of_doc): Don't initialize it.
23116
23117 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
23118 * print.c (Fwith_output_to_temp_buffer): Likewise.
23119 * window.c (Fsave_window_excursion): Likewise.
23120 * editfns.c (Fsave_excursion, Fsave_current_buffer)
23121 (Fsave_restriction): Likewise.
23122 * eval.c (Frun_hooks, Frun_hook_with_args)
23123 (Frun_hook_with_args_until_failure)
23124 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
23125 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
23126 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
23127 (Funwind_protect, Fcondition_case): Likewise.
23128 * coding.c (Ffind_operation_coding_system): Likewise.
23129 * keyboard.c (Ftrack_mouse): Likewise.
23130
23131 2001-10-21 Miles Bader <miles@gnu.org>
23132
23133 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
23134 (Fmake_hash_table): Add usage: string to doc string.
23135 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
23136 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
23137 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
23138 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
23139 (Fml_prefix_argument_loop): Likewise.
23140
23141 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23142
23143 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
23144
23145 * sysdep.c (init_sys_modes): Change doc-string comments to `new
23146 style' [w/`doc:' keyword].
23147
23148 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
23149 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
23150 comments to `new style' [w/`doc:' keyword].
23151
23152 2001-10-21 Jason Rumney <jasonr@gnu.org>
23153
23154 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
23155
23156 * w32term.c (remember_mouse_glyph): New function.
23157 (w32_mouse_position): Use it.
23158 (note_mouse_movement): If the mouse moved off the glyph, remember
23159 its new position.
23160
23161 * w32term.h (struct w32_output): Correct spelling of x_compatible.
23162 (w32_display_info): Add mouse_face_overlay.
23163
23164 * w32term.c (notice_overwritten_cursor): Renamed from
23165 note_overwritten_text_cursor. Rewritten to take glyph widths into
23166 account.
23167 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
23168 (fast_find_string_pos): New function.
23169 (fast_find_position): Return the correct vpos. Add parameter
23170 STOP. In the final row, stop before glyphs having STOP as object.
23171 Don't consider glyphs that are not from a buffer.
23172 (fast_find_position) [0]: Add a presumably more correct version
23173 for after 21.1.
23174 (expose_window_tree, expose_frame): Don't compute intersections here.
23175 (expose_window): Do it here instead.
23176 (expose_window_tree, expose_window, expose_line): Return 1 when
23177 overwriting mouse-face.
23178 (expose_window): If W is the window currently being updated, mark
23179 the frame garbaged.
23180 (expose_frame): If mouse-face was overwritten, redo it.
23181 (x_use_underline_position_properties): New variable.
23182 (syms_of_xterm): DEFVAR_BOOL it.
23183 (x_draw_glyph_string): Add comment to use it in future.
23184 (x_draw_glyph_string): Restore clipping after drawing box.
23185 Fix a computation of the underline position.
23186 (w32_get_glyph_string_clip_rect): Minor cleanup.
23187 (x_fill_stretch_glyph_string): Remove an assertion.
23188 (x_produce_glyphs): Don't convert multibyte characters
23189 to unibyte characters in unibyte buffers.
23190 (cursor_in_mouse_face_p): New function.
23191 (x_draw_stretch_glyph_string): Use it to choose a different GC
23192 when drawing a cursor within highlighted text. Don't draw
23193 background again if it has already been drawn.
23194 (x_draw_glyph_string_box): Don't draw a full-width
23195 box just because the glyph row's full_width_p flag is set.
23196 (x_draw_glyphs): Fix computation of rightmost x for
23197 full-width rows.
23198 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
23199 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
23200 change bottom shadow accordingly. Some cleanup.
23201 (x_update_window_end): Handle overwritten mouse face
23202 also for tool bar windows.
23203 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
23204 DRAW is DRAW_IMAGE_RAISED.
23205 (clear_mouse_face): Return 1 if text with mouse face was
23206 actually redrawn. Make the function static.
23207 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
23208 optimize away highlighting if we pass over that same overlay again.
23209 (note_mouse_highlight): Call mouse_face_overlay_overlaps
23210 to detect a case where we have to highlight a different region
23211 despite not having left the currently highlighted region.
23212 Set mouse_face_overlay in the x_display_info. Avoid changing the
23213 mouse pointer shape when show_mouse_face has already done it, or
23214 there is no need. Handle mouse-face and help-echo in strings.
23215 (glyph_rect): New function.
23216 (w32_mouse_position): Use it to raise the threshold for mouse
23217 movement event generation.
23218 (w32_initialize_display_info): Initialize the x_display_info's
23219 mouse_face_overlay.
23220 (w32_set_vertical_scroll_bar): Don't clear a zero height
23221 or width area.
23222 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
23223 a widget to zero height.
23224
23225 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
23226 Protect unibyte strings created by replacing their multibyte
23227 equivalents in menu_items.
23228 (w32_menu_show): Don't overwrite an item's name with its key
23229 description in case the description is a multibyte string.
23230 (single_submenu): Some cleanup.
23231
23232 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
23233 (postprocess_image): New function.
23234 (lookup_image): Call it for all image types except PostScript.
23235 (x_kill_gs_process): Call postprocess_image.
23236 (tiff_error_handler, tiff_warning_handler): New functions.
23237 (tiff_load): Install them as handlers.
23238 (x_kill_gs_process): Recognize if someone has cleared the image
23239 cache under us.
23240 (valid_image_p): Protect better against invalid image
23241 specifications. Previous code could signal an error.
23242 (Fx_hide_tip, Fshow_tip): Doc fix.
23243 (Fv_max_tooltip_size): New variable.
23244 (syns_of_xfns): DEFVAR_LISP it.
23245 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
23246 window buffer to *tip* right after creating the frame. Set frame's
23247 window_width. Use a maximum tooltip size specified by
23248 Vx_max_tooltip_size, if that has valid contents.
23249 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
23250 Make sure the tooltip is completely visible.
23251 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
23252 (Fx_create_frame): Adjust the frame's height for presence
23253 of the tool bar before calling x_figure_window_size.
23254 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
23255 when the window gets smaller.
23256 (x_set_foreground_color): Set frame's cursor_pixel.
23257 (x_set_foreground_color, x_set_background_color): Cleaned up.
23258 (x_set_font): Handle case of x_new_fontset returning the same name
23259 as before, although there was a change in fontsets.
23260
23261 2001-10-21 Miles Bader <miles@gnu.org>
23262
23263 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
23264 (Flogxor): Add usage: string to doc string.
23265 * charset.c (Fstring): Likewise.
23266 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
23267 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
23268
23269 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23270
23271 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
23272
23273 * alloc.c: Reindent DEFUNs with doc: keywords.
23274
23275 * abbrev.c (Finsert_abbrev_table_description): Reindent.
23276
23277 * frame.c: Change doc-string comments to `new style' [w/`doc:'
23278 keyword].
23279
23280 See ChangeLog.9 for earlier changes.
23281
23282 ;; Local Variables:
23283 ;; coding: iso-2022-7bit
23284 ;; End:
23285
23286 Copyright (C) 2001, 2002, 2003, 2004, 2005,
23287 2006 Free Software Foundation, Inc.
23288 Copying and distribution of this file, with or without modification,
23289 are permitted provided the copyright notice and this notice are preserved.
23290
23291 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4