* xfns.c (compute_tip_xy): Handle negative dx and dy.
[bpt/emacs.git] / src / ChangeLog
1 2005-12-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2
3 * xfns.c (compute_tip_xy): Handle negative dx and dy.
4
5 * w32fns.c (compute_tip_xy): Ditto
6
7 * macfns.c (compute_tip_xy): Ditto
8
9 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
10
11 * print.c (print_preprocess): Go to a deeper print_depth to avoid
12 print_object loop.
13
14 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
15
16 * coding.c (code_convert_region_unwind): GCPRO arg.
17
18 >>>>>>> 1.4762
19 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20
21 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
22 i.e. dy is offset from top of frame instead of bottom.
23
24 * macfns.c (compute_tip_xy): Ditto.
25
26 * w32fns.c (compute_tip_xy): Ditto.
27
28 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
29 (xg_get_image_for_pixmap, xg_create_frame_widgets)
30 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
31
32 * xmenu.c (menubar_selection_callback): Do nothing if the callback
33 is for an unselected radio menu item.
34
35 2005-12-11 Richard M. Stallman <rms@gnu.org>
36
37 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
38
39 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
40
41 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
42 (Flookup_key): Doc fix.
43 (syms_of_keymap) <function-key-map>: Doc fix.
44
45 * fns.c (Frequire): Treat evaluating from a source file
46 like loading the file.
47
48 * floatfns.c (Flog): Doc fix.
49
50 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
51 when we change the buffer.
52
53 2005-12-11 Juri Linkov <juri@jurta.org>
54
55 * minibuf.c (display_completion_list_1):
56 Call `minibuffer_completion_contents' instead of using `nil' as
57 second arg of `Fdisplay_completion_list'.
58 (keys_of_minibuf): Unbind SPC in
59 Vminibuffer_local_filename_completion_map (see also related
60 change on 2005-12-06).
61
62 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
63
64 * emacs.c (main) [MAC_OS8]: Undo previous change.
65
66 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
67 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
68
69 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
70
71 * Makefile.in (macselect.o): Depend on keymap.h.
72
73 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
74 syms_of_macselect.
75
76 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
77 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
78
79 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
80 (syms_of_keyboard) [MAC_OS]: Initialize it.
81 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
82
83 * mac.c (Qundecoded_file_name): New variable.
84 (syms_of_mac): Initialize it.
85 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
86 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New
87 function.
88 (Fmac_coerce_ae_data): New defun.
89 (syms_of_mac): Defsubr it.
90
91 * macselect.c: Include keymap.h.
92 (mac_ready_for_apple_events): New variable.
93 (Vmac_apple_event_map, Qmac_apple_event_class)
94 (Qmac_apple_event_id): New variables.
95 (syms_of_macselect): Initialize them.
96 (Qundefined, mac_store_apple_event): Add externs.
97 (struct apple_event_binding): New struct.
98 (find_event_binding_fun, find_event_binding)
99 (mac_find_apple_event_spec, defer_apple_events)
100 (mac_handle_apple_event, init_apple_event_handler)
101 (copy_scrap_flavor_data): New functions.
102 (Fmac_process_deferred_apple_events): New defun.
103 (syms_of_macselect): Defsubr it.
104 (mac_store_services_event): Fix extern.
105 (mac_handle_service_event): Don't allocate Lisp objects during
106 asynchronous input processing. Use mac_store_services_event
107 instead of mac_store_application_menu_event.
108
109 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
110 (Qpreferences): Remove variables.
111 (syms_of_macterm) : Don't initialize them.
112 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
113 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
114 (init_required_apple_events, do_ae_open_application)
115 (do_ae_print_documents, do_ae_open_documents)
116 (do_ae_quit_application): Remove functions and prototypes.
117 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
118 (mac_find_apple_event_spec): Add externs.
119 (mac_store_application_menu_event): Remove function.
120 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
121 (mac_handle_command_event): Create Apple event from Carbon event.
122 Use mac_store_apple_event instead of mac_store_application_menu_event.
123 [MAC_OSX] (mac_store_services_event): Likewise.
124 (struct SelectionRange, SelectionRange): Remove struct and typedef.
125 [MAC_OS8] (main): Call init_apple_event_handler instead of
126 init_required_apple_events.
127 (mac_initialize) [MAC_OSX]: Likewise.
128 [!USE_CARBON_EVENTS] (mac_wait_next_event): Use
129 mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
130
131 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp): Add
132 externs.
133 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
134 (Fmac_get_preference): Add EXFUN.
135
136 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
137 event.
138
139 2005-12-09 Richard M. Stallman <rms@gnu.org>
140
141 * xfns.c (Fx_create_frame): Reinstate previous change.
142
143 2005-12-09 Eli Zaretskii <eliz@gnu.org>
144
145 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
146 GDB to the abort dialog.
147
148 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
149
150 * indent.c (Fvertical_motion): Force move if starting on
151 stretch glyph.
152
153 2005-12-08 Richard M. Stallman <rms@gnu.org>
154
155 * lread.c (read_escape) <\s>: Don't treat strings specially.
156
157 * xfns.c (Fx_create_frame): Comment out previous change.
158
159 2005-12-07 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
160
161 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
162 when needed.
163
164 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * minibuf.c (keys_of_minibuf): Just unbind SPC in
167 Vminibuffer_local_filename_completion_map rather than forcing it
168 explicitly to the same binding as the global map.
169
170 2005-12-06 Ken Raeburn <raeburn@gnu.org>
171
172 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP
173 argument.
174 * bytecode.c (Fbyte_code): Likewise.
175 * fileio.c (internal_delete_file, Fread_file_name_internal):
176 Likewise.
177 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
178 * undo.c (truncate_undo_list): Likewise.
179
180 2005-12-05 Richard M. Stallman <rms@gnu.org>
181
182 * window.c (enlarge_window): Eliminate arg preserve_before.
183 Assume it is 0. All callers changed.
184 (Fenlarge_window, Fshrink_window): Likewise.
185
186 2005-12-02 Eli Zaretskii <eliz@gnu.org>
187
188 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
189 fit below.
190
191 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
192
193 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
194
195 * xfns.c (x_real_positions): int ign => unsigned int.
196 (xg_set_icon_from_xpm_data): Remove unused variable err.
197 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
198 to remove compiler warning.
199 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
200
201 2005-12-02 David Reitter <david.reitter@gmail.com>
202
203 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
204 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
205 and Vminibuffer_local_must_match_filename_map keymaps.
206 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
207
208 * keymap.c (Vminibuffer_local_filename_completion_map)
209 (Vminibuffer_local_must_match_filename_map): New variables.
210 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
211 parent to be Vminibuffer_local_completion_map and
212 Vminibuffer_local_must_match_map, respectively.
213
214 * commands.h (Vminibuffer_local_filename_completion_map)
215 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
216
217 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * window.c (Fset_window_configuration): Don't accidentally copy the
220 window-point of one window to another.
221
222 2005-11-30 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
223
224 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
225
226 2005-11-30 Kim F. Storm <storm@cua.dk>
227
228 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
229 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
230 passing it to `emacs_write'.
231
232 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
233
234 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
235
236 2005-11-27 Richard M. Stallman <rms@gnu.org>
237
238 * window.c (adjust_window_trailing_edge): New function.
239 (Fadjust_window_trailing_edge): New function.
240 (syms_of_window): Defsubr it.
241 (window_deletion_count): New variable.
242 (delete_window): Update window_deletion_count.
243
244 2005-11-26 Eli Zaretskii <eliz@gnu.org>
245
246 * minibuf.c (syms_of_minibuf): Mention the extension of
247 `completion-auto-help's meaning by complete.el.
248
249 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
250
251 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
252 Handle :inherit property as a lisp expression.
253
254 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
255
256 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
257 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
258 Qsuper, and Qmodifier_value.
259 (Vmac_control_modifier, Vmac_option_modifier)
260 (Vmac_command_modifier, Vmac_function_modifier)
261 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
262 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
263 (Vmac_charset_info_alist): Doc fixes.
264
265 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
266
267 * emacs.c (main) [MAC_OSX]: Change working directory to home
268 directory if `-psn_*' option is specified.
269
270 * mac.c (DECODE_UTF_8): Remove macro.
271 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
272 created from cfstring_to_lisp.
273 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
274 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
275
276 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
277 Add prototype.
278
279 2005-11-21 Ken Raeburn <raeburn@gnu.org>
280
281 * keymap.c (shadow_lookup): Use make_number to pass a number to
282 Fsubstring.
283
284 2005-11-21 Juri Linkov <juri@jurta.org>
285
286 * puresize.h (BASE_PURESIZE): Increment to 1180000.
287
288 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
289
290 * xfaces.c (Finternal_set_lisp_face_attribute):
291 Use :ignore-defface for new frame defaults when `unspecified' is
292 supplied.
293 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
294 (merge_face_vectors): Don't do :ignore-defface overwriting here.
295 (Finternal_merge_in_global_face): Do it here.
296
297 2005-11-20 Juri Linkov <juri@jurta.org>
298
299 * charset.c (invalid_character): Use Lisp-readable syntax
300 for octal and hex. Reorder decimal, octal and hex values.
301
302 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
303
304 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
305 this type is recognised when debugging.
306
307 2005-11-19 Andreas Schwab <schwab@suse.de>
308
309 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
310 Lisp_Cons and Lisp_Float.
311
312 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
313
314 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
315 New variable.
316 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
317 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
318 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
319 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
320
321 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
322
323 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
324
325 * xfaces.c (Qignore_defface): New variable.
326 (syms_of_xfaces): Provide `:ignore-defface'.
327 (IGNORE_DEFFACE_P): New macro.
328 (check_lface_attrs, lface_fully_specified_p)
329 (Finternal_set_lisp_face_attribute)
330 (Fface_attribute_relative_p, Fmerge_face_attribute):
331 Handle Qignore_defface as a possible value.
332 (merge_face_vectors): The merged face is `unspecified' if the
333 mergee specifies `:ignore-defface'.
334
335 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * lread.c (readevalloop): Add missing GCPROs.
338
339 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
340
341 * xfns.c (xg_set_icon_from_xpm_data): New function.
342
343 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
344 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
345
346 * xterm.c (x_bitmap_icon): Use the xpm if available.
347
348 * image.c (x_create_bitmap_from_xpm_data): New function.
349 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
350
351 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
352
353 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
354
355 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
356
357 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
358
359 2005-11-15 Andreas Schwab <schwab@suse.de>
360
361 * lisp.h (struct Lisp_Cons): Make cdr a union.
362 (XCDR_AS_LVALUE): Adjust.
363 (struct Lisp_Float): Make data a union.
364 (XFLOAT_DATA): Adjust.
365
366 * alloc.c (free_float): Make free list chaining aliasing-safe.
367 (make_float): Likewise.
368 (free_cons): Likewise.
369 (Fcons): Likewise.
370 (check_cons_list): Likewise.
371 (Fmake_symbol): Likewise.
372 (allocate_misc): Likewise.
373 (free_misc): Likewise.
374 (gc_sweep): Likewise.
375
376 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
377
378 * mac.c (HASHKEY_QUERY_CACHE): New define.
379 (xrm_create_database, xrm_q_put_resource): Empty query cache.
380 (xrm_get_resource): Use query cache.
381
382 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
383 inhibit_window_system is set.
384
385 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
386
387 * macgui.h (USE_CG_TEXT_DRAWING): New define.
388 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
389 and cg_glyphs.
390
391 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
392 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
393 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
394 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
395 not used and font substitution never occurs for ASCII and Latin-1
396 characters.
397 (XLoadQueryFont): Maximum and minimum metrics are now those among
398 ASCII characters.
399 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
400 height adjustments for Courier, Helvetica, and Times.
401
402 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
403
404 2005-11-11 David Reitter <david.reitter@gmail.com>
405
406 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
407 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
408 Vmac_control_modifier / mac-control-modifier,
409 Vmac_option_modifier / mac-option-modifier,
410 Vmac_command_modifier / mac-command-modifier.
411 (mac_to_emacs_modifiers): Use the new style modifier
412 variables. Return UInt32 (modifiers are longs now.)
413 (backtranslate_modified_keycode): New function (refactoring).
414 (XTread_socket): Use new modifier variables and refactored function.
415 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
416 no dedicated meta key. Not in use anyway.)
417 (convert_fn_keycode): Map Fn-keys to their original keycode
418 using a table (english keyboard only).
419
420 2005-11-11 Kim F. Storm <storm@cua.dk>
421
422 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
423 Add post hook to "backtrace" to always dump lisp call stack to
424 increase chance of people sending it to us when reporting bugs.
425
426 * doc.c (Fsubstitute_command_keys): Doc fix.
427
428 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
429
430 * xdisp.c (handle_stop): Skip overlay string handling if
431 ignore_overlay_strings_at_pos_p is set.
432 (set_iterator_to_next): At end of display vector, set
433 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
434 string, so we skip those overlay strings at current pos.
435
436 2005-11-10 Lars Hansen <larsh@soem.dk>
437
438 * fileio.c (file-regular-p): Doc fix.
439
440 2005-11-10 Kim F. Storm <storm@cua.dk>
441
442 * alloc.c (valid_lisp_object_p): New function to validate that
443 an object is really a valid Lisp_Object.
444
445 * lisp.h (valid_lisp_object_p): Add prototype.
446
447 * print.c (safe_debug_print): New function to be called from gdb
448 to print Lisp objects; use valid_lisp_object_p to avoid crashing
449 if user tries to print something which is not a Lisp object.
450
451 * .gdbinit (pp, pp1): Use safe_debug_print.
452 (pv, pv1): New commands to print value of a lisp variable.
453
454 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
455
456 * .gdbinit (pp1): New user-defined function.
457
458 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
459
460 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
461
462 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
463 related variables for dumped executable.
464
465 * unexmacosx.c (unexec_write_zero): New function.
466 (copy_data_segment): Clear uninitialized local variables in
467 statically linked libraries.
468
469 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
470
471 2005-11-09 Juri Linkov <juri@jurta.org>
472
473 * keymap.c (shadow_lookup): If Flookup_key returns a number,
474 call it again with a sub-key-sequence, and if its return value
475 is non-nil (sub-key is bound), return nil.
476
477 2005-11-08 Kim F. Storm <storm@cua.dk>
478
479 * process.c (Fsignal_process): Recognize signal names with and
480 without SIG prefix, e.g. SIGHUP and HUP.
481
482 * search.c (search_buffer): No need to initialize base_pat.
483
484 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
487 Don't abuse the `mini' arg. Use the `obj' arg instead.
488
489 2005-11-04 Kim F. Storm <storm@cua.dk>
490
491 * xdisp.c (show_mouse_face): Clear mouse face to eol.
492
493 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
494
495 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
496 font-lock.elc and jit-lock.elc.
497
498 2005-11-03 Richard M. Stallman <rms@gnu.org>
499
500 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
501 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
502 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
503
504 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
505
506 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
507
508 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * window.c (Fdisplay_buffer): Fix last change to not use
511 a dedicated window.
512
513 2005-11-01 Kim F. Storm <storm@cua.dk>
514
515 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
516 Instead, rotate the bottom angle bitmap 180 degrees to indicate
517 that the bottom row does not end in a newline.
518
519 2005-11-01 Andreas Schwab <schwab@suse.de>
520
521 * unexelf.c (unexec): Handle .plt section in BSS segment.
522
523 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
526
527 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
528 determine whether to consider dedicated windows as well.
529 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
530 (Fdisplay_buffer): Do consider dedicated windows in those cases where
531 we will split the window rather than reuse it.
532 Don't try to use windows on other displays.
533
534 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
535
536 * puresize.h (BASE_PURESIZE): Increment to 1170000.
537
538 2005-10-31 Romain Francoise <romain@orebokech.com>
539
540 * macfns.c: Update copyright year.
541 * m/gould.h: Likewise.
542
543 2005-10-30 Kim F. Storm <storm@cua.dk>
544
545 * xdisp.c (display_line): Restore it->current_x and call
546 extend_face_to_end_of_line when last glyph doesn't fit on line.
547 (set_glyph_string_background_width): Remove specific tests here
548 to see if face background should extend to end of line. Simplify.
549
550 2005-10-30 Richard M. Stallman <rms@gnu.org>
551
552 * alloc.c (BYTES_USED): Use uordblks, not arena.
553 (bytes_used_when_reconsidered): New variable.
554 (emacs_blocked_free): Set that.
555
556 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
557
558 * alloc.c (emacs_blocked_free): Fix typo.
559
560 2005-10-29 Richard M. Stallman <rms@gnu.org>
561
562 * data.c (Fmake_variable_frame_local): Doc fix.
563
564 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
565 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
566 controls whether to save and restore mode_line_proptrans_alist.
567 Callers changed.
568 (unwind_format_mode_line): Work with that feature.
569 (redisplay_internal): Don't call prepare_menu_bars if memory full.
570 (move_elt_to_front): New function.
571 (display_mode_element): Use move_elt_to_front.
572 Don't bother munging text props on a null string.
573 Delete obsolete elts from mode_line_proptrans_alist.
574 (decode_mode_spec): Test Vmemory_full, not spare_memory.
575 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
576
577 * lisp.h (memory_full_cons_threshold): Declare.
578 (internal_lisp_condition_case): Declare.
579
580 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
581 (Fmemory_full_p): Function deleted.
582 (syms_of_alloc): Don't defsubr it.
583 (memory_full_cons_threshold): New variable.
584 (spare_memory): Now a vector of 7 elts.
585 (buffer_memory_full): Don't set Vmemory_full here.
586 (xfree): Don't try to refill here.
587 (emacs_blocked_free): Record BYTES_USED in local var.
588 (memory_full): Now free all the slots in spare_memory.
589 (refill_memory_reserve): Allocate each slot in spare_memory.
590 (init_alloc_once): Call refill_memory_reserve.
591
592 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
593
594 * eval.c (internal_lisp_condition_case): New function.
595 (Fcondition_case): Use internal_lisp_condition_case.
596 (Feval): Test Vmemory_full and memory_full_cons_threshold.
597 (Ffuncall): Likewise.
598
599 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
600
601 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * syntax.c (Fparse_partial_sexp): Fix docstring.
604
605 2005-10-28 Romain Francoise <romain@orebokech.com>
606
607 * puresize.h (BASE_PURESIZE): Increment to 1130000.
608
609 2005-10-28 Richard M. Stallman <rms@gnu.org>
610
611 * xfns.c (syms_of_xfns): Provide `x' as feature.
612
613 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
614
615 * editfns.c (Fformat): Don't include string padding
616 between info[n].start and info[n].end.
617
618 * alloc.c (spare_memory): No longer static.
619 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
620
621 * puresize.h (BASE_PURESIZE): Increment to 1120000.
622
623 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
624
625 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
626
627 * fringe.c (update_window_fringes): Handle case where buffer ends
628 with a newline.
629
630 2005-10-27 Kenichi Handa <handa@m17n.org>
631
632 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
633
634 2005-10-24 Kenichi Handa <handa@m17n.org>
635
636 * charset.h (charset_mule_unicode_0100_24ff)
637 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
638 Extern them.
639
640 * charset.c (charset_mule_unicode_0100_24ff)
641 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
642 New variables.
643 (Fsetup_special_charsets): Initialize them.
644
645 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
646 supported Unicode characters.
647
648 2005-10-25 Jason Rumney <jasonr@gnu.org>
649
650 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
651
652 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
653
654 * image.c [MAC_OS] (image_load_qt_1): Check image size.
655 Use GraphicsImportGetImageDescription instead of
656 GraphicsImportGetNaturalBounds.
657 [MAC_OSX] (image_load_quartz2d): Check image size.
658 [MAC_OS] (xpm_load_image): Likewise.
659
660 * macterm.c (last_mouse_glyph_frame): New var.
661 (note_mouse_movement): Say mouse moved if current frame differs
662 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
663 (XTmouse_position): Set last_mouse_glyph_frame.
664 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
665 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
666 Use EndianU16_BtoN.
667 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
668 (x_per_char_metric, XLoadQueryFont)
669 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
670 glyph bounds.
671 (mac_to_x_fontname, mac_do_list_fonts)
672 (mac_initialize_display_info): Change screen resolutions to 72dpi.
673
674 2005-10-25 Masatake YAMATO <jet@gyve.org>
675
676 * minibuf.c (Fdisplay_completion_list): Small doc fix.
677
678 2005-10-24 Kim F. Storm <storm@cua.dk>
679
680 * xterm.c: Undo 2005-10-23 change.
681 (last_mouse_glyph_frame): New var.
682 (note_mouse_movement): Say mouse moved if current frame differs
683 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
684 (XTmouse_position): Set last_mouse_glyph_frame.
685 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
686 last_mouse_glyph] on mouse up/down event.
687
688 * editfns.c (Fcompare_buffer_substrings): Fix last change.
689
690 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
693
694 2005-10-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
695
696 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
697 so tool tips don't interfere with press on tool bar button.
698
699 2005-10-23 Richard M. Stallman <rms@gnu.org>
700
701 * casetab.c (Fset_case_table): Doc fix.
702
703 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
704 (readevalloop): Compute ENTIRE properly.
705 (syms_of_lread) <load-history>: Doc fix.
706
707 2005-10-21 Richard M. Stallman <rms@gnu.org>
708
709 * lread.c (Fload): Simplify gcpro structure.
710 Gcpro FOUND as well as FILE, but not EFOUND.
711 Unless preloading, record FOUND instead of FILE in Vload_history.
712 Rename repeat local FILE to MSG_FILE.
713 (syms_of_lread) <load-history>: Doc fix.
714
715 2005-10-21 Kenichi Handa <handa@m17n.org>
716
717 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
718
719 2005-10-20 Kim F. Storm <storm@cua.dk>
720
721 * buffer.c (clone_per_buffer_values): Remove unused var tem.
722 (init_buffer): Remove unused vars dotstat, pwdstat.
723
724 * ccl.c (check_ccl_update): Remove unused var vp.
725
726 * fileio.c (auto_save_error): Call SAFE_FREE.
727
728 * fns.c (Fchar_table_range): Remove unused var i.
729
730 * minibuf.c (display_completion_list_1): New wrapper function
731 for Fdisplay_completion_list.
732 (Fminibuffer_completion_help): Use it.
733
734 * term.c (encode_terminal_code): Remove unused var src_start.
735
736 * window.c (Fwindow_tree): Remove unused var alist.
737
738 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
739
740 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
741
742 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
743
744 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
745
746 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
747
748 2005-10-20 Andreas Schwab <schwab@suse.de>
749
750 * minibuf.c (Fdisplay_completion_list): Doc fix.
751
752 2005-10-19 Kim F. Storm <storm@cua.dk>
753
754 * image.c (check_image_size): Handle integer Vmax_image_size value
755 directly as max pixel value. Use default frame size for null frame.
756 (syms_of_image) <max-image-size>: Describe integer value.
757
758 2005-10-19 Romain Francoise <romain@orebokech.com>
759
760 * emacs.c (main): Update copyright year.
761
762 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
763
764 * image.c (Vmax_image_size): New variable.
765 (check_image_size): New function.
766 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
767 (gif_load, gs_load): Use it.
768 (lookup_image): Try loading again if previous load failed.
769 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
770 to display in, NULL if none.
771 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
772 argument.
773
774 2005-10-18 Richard M. Stallman <rms@gnu.org>
775
776 * search.c (Fstring_match): Doc fix.
777
778 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
779
780 * macterm.c (note_mouse_movement): Use PtInRect.
781 (XTread_socket): Also ignore mouse motion just before a button
782 release event. Don't process button release event when mouse is
783 not grabbed.
784
785 2005-10-16 Masatake YAMATO <jet@gyve.org>
786
787 * minibuf.c (Fdisplay_completion_list): Add new optional
788 argument COMMON_SUBSTRING. Bind `completion-common-substring'
789 to the optional argument during running `completion-setup-hook'.
790
791 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
792
793 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
794 Allow nil as argument.
795 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
796 for encoding arguments as UTF-16 in native byte order, no BOM.
797
798 * macfns.c (Fx_create_frame): Add debugging code.
799 (Fx_show_tip): Set frame pixel width and height.
800
801 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
802 (FRAME_NORMAL_GC): New macro.
803 (mac_draw_line, mac_clear_area, mac_clear_window)
804 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
805 (mac_draw_image_string, mac_draw_image_string_16): Rename from
806 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
807 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
808 All uses changed.
809 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
810 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
811 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
812 (mac_draw_string_16, mac_draw_image_string)
813 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
814 (mac_scroll_area): Drawing functions now take frame as destination.
815 All uses changed.
816 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
817 (x_draw_fringe_bitmap): Set clipping area in face->gc.
818
819 * macterm.h (mac_clear_area): Add extern.
820
821 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
822
823 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
824 changes for xterm.c.
825
826 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
827
828 2005-10-14 Kenichi Handa <handa@m17n.org>
829
830 * search.c (search_buffer): Give up BM search on case-fold-search
831 if one of a target character has a case-equivalence of different
832 charset even if that target charcter is an ASCII.
833
834 * casefiddle.c (casify_object): Fix for the case that case
835 conversion change the byte length.
836
837 2005-10-14 Kim F. Storm <storm@cua.dk>
838
839 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
840 (handle_one_xevent): Only clear help_echo_string; restore it if
841 note_mouse_movement didn't record any mouse movement.
842
843 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
844 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
845
846 * keyboard.c (make_lispy_position): Adjust wx for left margin if ON_TEXT.
847 (Fposn_at_x_y): Fix calculation of x coordinate.
848 (Fposn_at_point): Return nil if point is hscrolled out of view.
849
850 2005-10-13 Andreas Schwab <schwab@suse.de>
851
852 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
853 non-interactive mode.
854
855 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
856
857 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
858
859 2005-10-12 Kim F. Storm <storm@cua.dk>
860
861 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
862
863 2005-10-12 Romain Francoise <romain@orebokech.com>
864
865 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
866
867 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
868
869 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
870 get end of text rows. Obtain header-line/mode-line rows directly.
871
872 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
873 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
874
875 2005-10-12 Kim F. Storm <storm@cua.dk>
876
877 * xdisp.c (remember_mouse_glyph): New generic version based on
878 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
879 properly handle all different window areas.
880
881 * dispextern.h (remember_mouse_glyph): Add prototype.
882
883 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
884 (note_mouse_movement, XTmouse_position): Use generic
885 remember_mouse_glyph, add last_mouse_glyph arg.
886
887 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
888 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
889 (note_mouse_movement, w32_mouse_position): Use generic
890 remember_mouse_glyph, add last_mouse_glyph arg.
891
892 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
893 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
894 (XTmouse_position): Adapt to use generic remember_mouse_glyph
895 instead of pixel_to_glyph_coords.
896
897 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
898 Fix x position for ON_TEXT when left margin width > 0.
899
900 2005-10-11 Kim F. Storm <storm@cua.dk>
901
902 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
903
904 * keyboard.c (make_lispy_position): Fix buffer calculations for
905 mouse click or movement in right fringe and the margins.
906
907 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
908
909 * image.c (fn_jpeg_stdio_src): Don't define it.
910 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
911 (our_common_init_source): Rename from `our_init_source'.
912 (our_common_term_source): Rename from `our_term_source'.
913 (our_memory_fill_input_buffer): Rename from
914 `our_fill_input_buffer'.
915 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
916 (jpeg_memory_src): Use the new names.
917 (struct jpeg_stdio_mgr): New struct.
918 (JPEG_STDIO_BUFFER_SIZE): New constant.
919 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
920 (jpeg_file_src): New functions.
921 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
922
923 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
924
925 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
926 (fm_font_family_alist): New variable.
927 (syms_of_macterm): Initialize and staticpro it.
928 (decode_mac_font_name): Replace '-' in family name with '_' if it
929 occurs just once. Lower family name.
930 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
931 All uses changed. Remove argument MF and code conversion for it.
932 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
933 to CHARSET. Parse font size. Lower family name. Return integer
934 value for status of parsing.
935 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
936 Don't use Fdowncase because family name is already lowered by
937 decode_mac_font_name.
938 (init_font_name_table): Always call decode_mac_font_name.
939 Add pair of family name and its reference to fm_font_family_alist.
940 (mac_clear_font_name_table): Clear fm_font_family_alist.
941 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
942 Lookup fm_font_family_alist to get font family reference.
943 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
944 name is already lowered by parse_x_font_name.
945
946 2005-10-11 Kim F. Storm <storm@cua.dk>
947
948 * xterm.c (glyph_rect): Return 0 if position is outside text area.
949
950 * keyboard.c (make_lispy_position): Fix buffer position calculation for
951 mouse click or movement in fringe.
952
953 2005-10-10 Jason Rumney <jasonr@gnu.org>
954
955 * xterm.c (remember_mouse_glyph): New function.
956 (note_mouse_movement): Use it to remember the current glyph if changed.
957 (XTmouse_position): Fix calculation of fake glyph under mouse.
958 Move code to calculate glyph under mouse into remember_mouse_glyph.
959
960 2005-10-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
961
962 * emacs.c (USAGE3, standard_args): -nb => -nbi.
963
964 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
965
966 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
967 (next_frame, prev_frame, set_term_frame_name): Make static.
968
969 * window.c (Fwindow_tree): Fix spelling.
970
971 2005-10-09 Romain Francoise <romain@orebokech.com>
972
973 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
974
975 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
976
977 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
978 Add options -nb, --no-bitmap-icon.
979
980 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
981
982 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
983
984 * macgui.h (MAX_CLIP_RECTS): New define.
985 (struct _XGC): New member clip_region.
986 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
987 clip_rects.
988
989 * macterm.c (GC_CLIP_REGION): New macro.
990 (saved_port_clip_region): New variable.
991 (mac_begin_clip, mac_end_clip): New functions.
992 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
993 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
994 (mac_copy_area_with_mask, mac_scroll_area): Use them.
995 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
996 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
997 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
998 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
999 rectangles stored in gc.
1000 (XFreeGC): Dispose of clipping region.
1001 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
1002 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
1003 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
1004 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
1005 (x_draw_bar_cursor): Use them.
1006 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
1007 get multiple clipping rectangles.
1008
1009 * macterm.h (mac_term_init): Add types to extern.
1010 (struct mac_output): Remove members mWP and pending_menu_activation.
1011 Put members scroll_bar_foreground_pixel and
1012 scroll_bar_background_pixel in #if 0.
1013 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
1014
1015 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
1016 Add debugging code.
1017
1018 2005-10-08 Kim F. Storm <storm@cua.dk>
1019
1020 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
1021
1022 2005-10-07 Kim F. Storm <storm@cua.dk>
1023
1024 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
1025 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
1026 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
1027
1028 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1029
1030 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
1031 to for_overlaps. Now occupy 3 bits.
1032 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
1033 (OVERLAPS_ERASED_CURSOR): New defines.
1034 (struct redisplay_interface): Add new OVERLAPS arg to member
1035 fix_overlapping_area.
1036 (x_fix_overlapping_area): Add new OVERLAPS arg.
1037 (get_glyph_string_clip_rects): Add extern.
1038
1039 * dispnew.c (redraw_overlapping_rows):
1040 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
1041
1042 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
1043 for_overlaps.
1044 (get_glyph_string_clip_rects): New function created from
1045 get_glyph_string_clip_rect. Set clipping rectangles according to the
1046 value of for_overlaps. Enable to store multiple clipping rectangles.
1047 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
1048 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
1049 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
1050 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
1051 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
1052 calculating clipping rectangles later. Call x_fix_overlapping_area
1053 with new OVERLAPS arg to draw only erased cursor area.
1054 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
1055 to draw overlaps in both preceding and succeeding rows.
1056
1057 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
1058 struct glyph_string to for_overlaps.
1059
1060 2005-10-04 Richard M. Stallman <rms@gnu.org>
1061
1062 * alloc.c (refill_memory_reserve): Conditionalize the body,
1063 not the function's existence.
1064
1065 2005-10-04 Kim F. Storm <storm@cua.dk>
1066
1067 * window.c (window_split_tree): New function.
1068 (Fwindow_split_tree): New defun.
1069 (syms_of_window): Defsubr it.
1070
1071 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1072
1073 * macterm.c (mac_invert_rectangle): New function.
1074 (XTflash): Use it.
1075
1076 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1077
1078 * regex.h (re_char): Don't expose it in the interface.
1079 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
1080
1081 * regex.c (re_char): Move it back here.
1082 (re_set_whitespace_regexp): Change the arg's type to not use it.
1083
1084 * keyboard.c (make_lispy_event): If point has moved between down and up
1085 event, make it a drag, not a click, to mirror what
1086 mouse-drag-region expects.
1087
1088 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1089
1090 * lisp.h (fatal): Undo previous change.
1091 * term.c (fatal): Undo previous change.
1092
1093 2005-10-01 Richard M. Stallman <rms@gnu.org>
1094
1095 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
1096
1097 2005-10-01 Kim F. Storm <storm@cua.dk>
1098
1099 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
1100
1101 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1102
1103 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
1104
1105 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
1106 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
1107 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
1108 Try ATSUI-compatible 12pt Monaco font first.
1109
1110 * macgui.h (struct _XCharStruct): New member valid_p.
1111 (STORE_XCHARSTRUCT): Set valid_p.
1112 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
1113
1114 * macterm.c (mac_draw_string_common, x_per_char_metric)
1115 (mac_compute_glyph_string_overhangs, init_font_name_table)
1116 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
1117 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
1118 (x_draw_glyph_string_background)
1119 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
1120 XDrawImageString. Always draw background and foreground separately.
1121 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
1122 functions for one-byte chars when using ATSUI-compatible fonts.
1123 (atsu_font_id_hash) [USE_ATSUI]: New variable.
1124 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
1125 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
1126 max_char_or_byte2 more in detail.
1127 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
1128
1129 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
1130
1131 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
1132 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
1133
1134 * unexelf.c (fatal): Fix prototype.
1135
1136 * term.c (fatal): Implement using varargs.
1137
1138 * regex.c (re_char): Move typedef ...
1139 * regex.h (re_char): ... here.
1140 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
1141
1142 * emacs.c (malloc_set_state): Fix return type.
1143 (endif): Fix type.
1144
1145 * lisp.h (fatal): Add argument types.
1146
1147 * dispextern.h (fatal): Delete prototype.
1148
1149 * systime.h: (make_time): Prototype moved from ...
1150 * editfns.c (make_time): ... here.
1151
1152 * editfns.c: Move systime.h include after lisp.h.
1153 * dired.c:
1154 * xsmfns.c:
1155 * process.c: Likewise.
1156
1157 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
1158 Add parameter types.
1159 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
1160 (emacs_blocked_free): Change definition to match __free_hook.
1161 (emacs_blocked_malloc): Change definition to match __malloc_hook.
1162 (emacs_blocked_realloc): Change definition to match __realloc_hook.
1163
1164 2005-09-30 Romain Francoise <romain@orebokech.com>
1165
1166 * minibuf.c (Fread_buffer): Follow convention for reading from the
1167 minibuffer with a default value. Doc fix.
1168
1169 2005-09-29 Juri Linkov <juri@jurta.org>
1170
1171 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
1172 Rename argument name `string' to `format-string'.
1173 (Fformat): Doc fix.
1174
1175 2005-09-28 Kim F. Storm <storm@cua.dk>
1176
1177 * image.c (gif_load): Fix size of allocated image buffer
1178 for images where a sub-image may be larger than the image's
1179 total height/width specifications.
1180
1181 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1182
1183 * macgui.h (struct _XCharStruct): Each member now takes short value.
1184
1185 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
1186
1187 * xfaces.c (lookup_derived_face): Add parameter type.
1188
1189 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
1190
1191 * marker.c (verify_bytepos): Add parameter type.
1192
1193 * process.c (get_operating_system_release): Move prototype ...
1194
1195 * systime.h (get_operating_system_release): ... here.
1196
1197 * xterm.c (handle_one_xevent): Refer to union field to match the
1198 type required by the function definition.
1199 (set_vertical_scroll_bar): Move prototype ...
1200
1201 * xterm.h: ... here.
1202
1203 * fns.c (internal_equal, seed_random): Fix prototypes.
1204 (internal_equal): Add missing parameter.
1205
1206 2005-09-25 Richard M. Stallman <rms@gnu.org>
1207
1208 * keyboard.c (update_menu_bindings): Variable deleted.
1209 (syms_of_keyboard): Don't defvar it.
1210 (parse_menu_item): Don't test it.
1211
1212 2005-09-23 Richard M. Stallman <rms@gnu.org>
1213
1214 * editfns.c (Fformat): Explicitly test for end of format string
1215 and don't use `index'.
1216
1217 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1218
1219 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
1220 Define BROKEN_GET_CURRENT_DIR_NAME.
1221
1222 * sysdep.c (get_current_dir_name): Also define if
1223 BROKEN_GET_CURRENT_DIR_NAME.
1224
1225 * m/ibmrs6000.h: Test for USG5, not USG5_4.
1226
1227 2005-09-22 Kim F. Storm <storm@cua.dk>
1228
1229 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
1230 (message2): Fix commentary. Ok to use alloca'ed memory.
1231 Still not ok to use Lisp string data (because of GC).
1232 (set_message): Add comment why GC cannot happen.
1233
1234 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1235
1236 * macterm.c (xlfdpat_block_match_1): Fix assertion.
1237 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
1238 variants for a scalable font multiple times.
1239
1240 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1241
1242 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
1243 Setup slave tty options before forking.
1244
1245 2005-09-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1246
1247 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
1248 positions have been set for the frame (as is done for frames in
1249 special-display-buffer-names).
1250
1251 2005-09-19 Kim F. Storm <storm@cua.dk>
1252
1253 * editfns.c (Fformat): Don't scan past end of format string that
1254 ends in %. Reported by: Johan Bockg\e,Ae\e(Brd.
1255
1256 2005-09-18 Andreas Schwab <schwab@suse.de>
1257
1258 * window.h (struct window): Remove height_fixed_p, no longer set.
1259
1260 * window.c (make_window): Don't initialize height_fixed_p.
1261 (window_fixed_size_p): Don't use it.
1262
1263 2005-09-18 John Paul Wallington <jpw@pobox.com>
1264
1265 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
1266
1267 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1268
1269 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
1270
1271 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
1272 New variables.
1273 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
1274 file selection.
1275
1276 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
1277
1278 2005-09-17 Eli Zaretskii <eliz@gnu.org>
1279
1280 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
1281 (obj): Use XMENU_OBJ, not a literal xmenu.o.
1282
1283 2005-09-16 Romain Francoise <romain@orebokech.com>
1284
1285 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
1286
1287 2005-09-15 Richard M. Stallman <rms@gnu.org>
1288
1289 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
1290 (display_mode_element): Instead of `lisp_string' and `this',
1291 record `offset' and increment that.
1292 `last_offset' replaces `last'.
1293
1294 * Makefile.in (XMENU_OBJ): Variable deleted.
1295 (obj): Use xmenu.o unconditionally.
1296 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
1297
1298 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
1299
1300 2005-09-15 Kim F. Storm <storm@cua.dk>
1301
1302 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
1303 (reseat_at_next_visible_line_start): Likewise (in xassert).
1304
1305 2005-09-14 Romain Francoise <romain@orebokech.com>
1306
1307 * fileio.c (write_region_inhibit_fsync): New variable.
1308 (Fwrite_region): Use it to skip call to fsync.
1309 (syms_of_fileio): Initialize it.
1310
1311 2005-09-14 Kenichi Handa <handa@m17n.org>
1312
1313 * coding.c (code_convert_region_unwind): Argument format changed.
1314 (run_pre_post_conversion_on_str): If pre-write-conversion function
1315 changed the current buffer, delete the new buffer.
1316 (run_pre_write_conversin_on_c_str): Likewise.
1317
1318 * fileio.c (Fexpand_file_name): Check multibyteness of
1319 default_directory.
1320
1321 2005-09-13 Kenichi Handa <handa@m17n.org>
1322
1323 * composite.c (compose_chars_in_text): Delete it.
1324
1325 * composite.h (compose_chars_in_text): Delete extern.
1326
1327 2005-09-13 Kim F. Storm <storm@cua.dk>
1328
1329 * print.c (print_error_message): Fix last change.
1330
1331 2005-09-12 Kim F. Storm <storm@cua.dk>
1332
1333 * composite.c (compose_chars_in_text): Fix setup of `pend'.
1334 Unconditionally reload `ptr' and `pend' after eval.
1335
1336 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
1337
1338 * print.c (print_error_message): Pass copy of caller name to
1339 message_dolog.
1340
1341 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
1342
1343 2005-09-12 Kenichi Handa <handa@m17n.org>
1344
1345 * xdisp.c (display_mode_element): Be sure to make variables THIS
1346 and LISP_STRING point into a string data of ELT.
1347
1348 2005-09-12 Kim F. Storm <storm@cua.dk>
1349
1350 * editfns.c (Ftranslate_region_internal): Reload `tt' after
1351 signal_after_change that may have GC'ed.
1352 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
1353
1354 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
1355 after insert while runs signal_after_change.
1356
1357 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
1358 declaration to where it is used.
1359
1360 * w32.c (check_windows_init_file): Fix allocation of error buffer.
1361
1362 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
1363 (x_set_name_internal): Call x_encode_text with new FREEP arg to
1364 know if xfree is needed instead of guessing.
1365
1366 * xterm.h (x_encode_text): Remove prototype.
1367
1368 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
1369
1370 * w32term.c (x_bitmap_icon): Load small icons too.
1371
1372 2005-09-10 Romain Francoise <romain@orebokech.com>
1373
1374 * buffer.c (init_buffer): Grow buffer to add directory separator
1375 and terminal zero. Fix typos.
1376
1377 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1378
1379 * buffer.c (init_buffer): Fix error message for failed call to
1380 get_current_dir_name.
1381 (get_current_dir_name): Remove prototype.
1382
1383 * xsmfns.c: (get_current_dir_name): Remove prototype.
1384
1385 * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
1386 Add prototype.
1387
1388 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
1389 Don't #undef NULL after including blockinput.h.
1390
1391 * config.in: Regenerated.
1392
1393 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
1394
1395 Remove the MAXPATHLEN limitations:
1396
1397 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
1398 New function.
1399
1400 * buffer.c (init_buffer): Use it.
1401
1402 * xsmfns.c (smc_save_yourself_CB): Ditto.
1403
1404 2005-09-09 Kim F. Storm <storm@cua.dk>
1405
1406 * doc.c (Fsubstitute_command_keys): Lookup key binding for
1407 commands that are remapped from some other command.
1408
1409 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
1410 flag in disabled rows below the window.
1411
1412 * frame.h (struct frame): New member updated_p.
1413
1414 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
1415 member. Remove local `updated' array and associated variables.
1416
1417 2005-09-07 Kim F. Storm <storm@cua.dk>
1418
1419 * xdisp.c (handle_display_prop): Respect overlay window property.
1420
1421 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
1422 Fixes crash reported by YAMAMOTO Mitsuharu.
1423
1424 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1425
1426 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
1427 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
1428 (xlfdpat_block_match_1, xlfdpat_match): New functions.
1429 (xlfdpat_block_match): New macro.
1430 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
1431 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
1432 (add_font_name_table_entry): Increase font_name_table_size more
1433 rapidly.
1434 (mac_c_string_match): Remove function.
1435 (mac_do_list_fonts): Use XLFD pattern match instead of regular
1436 expression match.
1437
1438 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
1439
1440 2005-09-03 Richard M. Stallman <rms@gnu.org>
1441
1442 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
1443 (move_it_in_display_line_to): Stop after last char on line even
1444 on a windowing terminal, if that's the specified stop position.
1445
1446 * fns.c (Fsort): Doc fix.
1447
1448 * editfns.c (Fpropertize): Don't insist that properties be symbols.
1449
1450 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * dired.c (directory_files_internal_unwind, directory_files_internal)
1453 (file_name_completion): Use a Save_Value object rather than a cons of
1454 two 16bit ints to store the DIR*.
1455 (directory_files_internal, file_name_completion): Handle both EINTR and
1456 EAGAIN consistently after `readdir'.
1457
1458 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * intervals.c (update_interval): Add position info in error.
1461
1462 * dispnew.c (window_to_frame_hpos, update_window):
1463 Avoid gcc warning about unused variable `f'.
1464
1465 2005-08-31 Jason Rumney <jasonr@gnu.org>
1466
1467 * w32menu.c (add_menu_item): If unicode_append_menu returns an
1468 error, revert to using AppendMenu.
1469
1470 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1471
1472 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
1473 All uses changed.
1474 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
1475 cases.
1476 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
1477 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
1478 Use posix_pathname_to_fsspec.
1479 [MAC_OS] (xpm_load_image): Fill in background_transparent field
1480 while we have mask.
1481
1482 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
1483
1484 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
1485
1486 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * syntax.c (update_syntax_table): Properly reproduce the special +1
1489 setting of e_property at the end of the buffer when bumping into the
1490 INTERVALS_AT_ONCE limit.
1491
1492 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1493
1494 * emacs.c (USAGE1): Fix the description of the -Q option.
1495
1496 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
1499
1500 2005-08-26 Kim F. Storm <storm@cua.dk>
1501
1502 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
1503 Don't move PT to new window start.
1504
1505 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1506
1507 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
1508 ICONIFY/DEICONIFY_EVENT.
1509
1510 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
1511 Restore background color.
1512 (mac_handle_visibility_change): New function.
1513 (x_make_frame_invisible, x_iconify_frame)
1514 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
1515 [USE_CARBON_EVENTS] (mac_handle_window_event)
1516 (install_window_handler): Handle visibility change events.
1517 (x_make_frame_visible): Don't reposition window if it is iconified
1518 or asked for visible before. Select and uncollapse window when it
1519 is made visible.
1520 (x_make_frame_invisible): Don't reset x_highlight_frame.
1521 (x_iconify_frame): Likewise. Make invisible frame visible before
1522 it is iconified.
1523 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
1524 (do_window_update): Don't change visibility of invisible frame.
1525
1526 2005-08-22 Juri Linkov <juri@jurta.org>
1527
1528 * term.c (turn_on_face): Check for TS_set_foreground and
1529 TS_set_background depending on standout_mode. Simplify.
1530
1531 2005-08-21 Kim F. Storm <storm@cua.dk>
1532
1533 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
1534 bitmaps on fully visible rows.
1535
1536 * fringe.c (update_window_fringes): Replace FORCE_P arg with
1537 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
1538 and return 0.
1539
1540 * xdisp.c (redisplay_window): Call update_window_fringes with
1541 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
1542
1543 2005-08-20 Richard M. Stallman <rms@gnu.org>
1544
1545 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
1546 (resize_mini_window): Set w->start, and PT, so as to display the tail
1547 end of the buffer, if it doesn't all fit.
1548
1549 2005-08-18 Kim F. Storm <storm@cua.dk>
1550
1551 * xdisp.c (calc_pixel_width_or_height): Use actual display
1552 resolution when available instead of Vdisplay_pixels_per_inch.
1553
1554 2005-08-17 Kim F. Storm <storm@cua.dk>
1555
1556 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
1557
1558 * dispnew.c (buffer_posn_from_coords): Check that target row is
1559 within matrix.
1560
1561 2005-08-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1562
1563 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
1564 xg_set_frame_icon and call it.
1565
1566 * gtkutil.c (xg_set_frame_icon): New function.
1567
1568 * gtkutil.h (xg_set_frame_icon): Declare it.
1569
1570 2005-08-16 Kim F. Storm <storm@cua.dk>
1571
1572 * dispnew.c (increment_row_positions): Skip non-enabled rows.
1573
1574 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
1575 (Fcurrent_window_configuration): Use VECSIZE macro instead.
1576
1577 2005-08-15 Richard M. Stallman <rms@gnu.org>
1578
1579 * xdisp.c (message3_nolog): Clear echo_message_buffer.
1580
1581 2005-08-15 Kim F. Storm <storm@cua.dk>
1582
1583 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
1584
1585 * process.c (deactivate_process, status_notify, read_process_output)
1586 (update_status, status_convert, decode_status, allocate_pty)
1587 (make_process, remove_process, list_processes_1)
1588 (create_process_1, unwind_request_sigio, read_process_output)
1589 (send_process, keyboard_bit_set): Declare static.
1590 (Fdelete_process): Simplify. Pass process to status_notify, so we
1591 don't try to read output from it.
1592 (status_notify): New arg deleting_process--don't try to read
1593 output from that process.
1594
1595 * lisp.h (deactivate_process, status_notify, read_process_output):
1596 Remove prototypes.
1597
1598 2005-08-14 Richard M. Stallman <rms@gnu.org>
1599
1600 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
1601 define_image_type.
1602
1603 2005-08-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1604
1605 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
1606 (xg_get_image_for_pixmap): Move some code to
1607 xg_get_pixbuf_from_pix_and_mask, and call it.
1608
1609 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
1610
1611 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
1612 to get an GTK icon and set it with GTK functions to avoid having GTK
1613 override an icon set with just X functions.
1614
1615 2005-08-11 Richard M. Stallman <rms@gnu.org>
1616
1617 * image.c (syms_of_image): Init image_types here, and call
1618 define_image_type.
1619 (init_image): Not here.
1620
1621 2005-08-09 Richard M. Stallman <rms@gnu.org>
1622
1623 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
1624
1625 * lisp.h (QUIT): Throw t to Vthrow_on_input.
1626
1627 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
1628
1629 * floatfns.c (Fexpt): Use floats for negative exponent.
1630
1631 2005-08-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1632
1633 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
1634 should not be there, causing menu display errors with GTK 2.6.9.
1635
1636 2005-08-07 Richard M. Stallman <rms@gnu.org>
1637
1638 * floatfns.c (Fexpt): Undo previous change.
1639
1640 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
1641 so it can be used with various state vectors.
1642
1643 * emacs.c (endif): Convert -script into -scriptload.
1644 (standard_args): Add -scriptload. Allow -basic-display with one dash.
1645
1646 * fns.c (syms_of_fns): Add `emacs' to features.
1647
1648 * term.c (set_terminal_modes): If no TS_termcap_modes string,
1649 output newlines to scroll the old screen contents off the screen.
1650
1651 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
1652
1653 * floatfns.c (Fexpt): Use floats for negative exponent.
1654 Reported by D Goel.
1655
1656 2005-08-02 Richard M. Stallman <rms@gnu.org>
1657
1658 * frame.c (Fframe_char_width): Doc fix.
1659
1660 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
1661
1662 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
1663 Defvar it.
1664
1665 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
1666
1667 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
1668 (my_create_window, my_create_tip_window): Make static.
1669
1670 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
1671 (my_set_foreground_window, my_destroy_window): Make static.
1672
1673 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
1674
1675 Merge gnulib getopt implementation into Emacs.
1676
1677 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
1678 now part of lib-src.
1679
1680 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
1683
1684 2005-07-25 Jason Rumney <jasonr@gnu.org>
1685
1686 * w32menu.c (w32_menu_display_help): Suppress tooltip when
1687 navigating menus with the keyboard.
1688
1689 2005-07-23 Richard M. Stallman <rms@gnu.org>
1690
1691 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
1692
1693 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
1694 gc_relative_threshold, one by one.
1695
1696 * keyboard.c (read_char): Test gc_cons_threshold.
1697 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
1698
1699 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
1700 gc_relative_threshold, one by one.
1701
1702 * alloc.c (gc_cons_threshold): Not static.
1703 (gc_cons_combined_threshold): Var deleted.
1704 (gc_relative_threshold): New variable.
1705 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
1706 instead of gc_cons_combined_threshold.
1707
1708 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
1709 (gc_cons_combined_threshold): Declaration deleted.
1710
1711 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1712
1713 * mac.c: Don't include stdlib.h or string.h.
1714 (Fdo_applescript, Fmac_file_name_to_posix)
1715 (Fmac_file_name_to_posix): Doc fixes.
1716 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
1717 (Fmac_code_convert_string): Likewise.
1718 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
1719 if the executable is not contained in a bundle.
1720
1721 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
1722 (gray_width, gray_height): Remove defines.
1723 (gray_bits, gray_bitmap_width, gray_bitmap_height)
1724 (gray_bitmap_bits): Remove variables.
1725 (lispy_function_keys): Remove extern.
1726 (free_frame_menubar): Add extern.
1727 (x_window_to_frame): Remove function.
1728 (unwind_create_tip_frame): Add declaration.
1729 (x_set_name_internal): New function.
1730 (x_set_name, x_set_title): Use it.
1731 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
1732 (Fx_display_pixel_height, Fx_display_planes)
1733 (Fx_display_color_cells, Fx_server_max_request_size)
1734 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
1735 (Fx_display_mm_height, Fx_display_mm_width)
1736 (Fx_display_backing_store, Fx_display_visual_class)
1737 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
1738
1739 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
1740
1741 * macselect.c (Fx_own_selection_internal): Follow error conventions.
1742 (Fx_get_selection_internal, Fx_selection_owner_p)
1743 (Fx_selection_exists_p): Doc fixes.
1744 (syms_of_macselect) <selection-converter-alist>: Likewise.
1745
1746 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
1749
1750 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
1751 (Fccl_execute_on_string): Likewise; add usage info.
1752
1753 * composite.c (Fcompose_region_internal)
1754 (Fcompose_string_internal):
1755 Improve argument/docstring consistency.
1756
1757 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
1758 Fix typos in docstrings.
1759
1760 * textprop.c (Fnext_char_property_change)
1761 (Fprevious_char_property_change): Doc fixes.
1762
1763 * window.c (Fset_window_margins, Fset_window_fringes):
1764 Improve argument/docstring consistency.
1765
1766 * xfaces.c (Finternal_lisp_face_p): Doc fix.
1767
1768 2005-07-21 Andreas Schwab <schwab@suse.de>
1769
1770 * eval.c (restore_stack_limits): Return a value.
1771
1772 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
1773
1774 * eval.c (Fdefvar): Doc fix.
1775
1776 2005-07-20 Kim F. Storm <storm@cua.dk>
1777
1778 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
1779 Use make_save_value to unwind protect stream.
1780
1781 * lread.c (Fload, load_unwind):
1782 Use make_save_value to unwind protect stream.
1783
1784 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * eval.c (Fprog2, Fcalled_interactively_p),
1787 (syms_of_eval) <debug-on-quit>: Doc fixes.
1788 (syms_of_eval) <max-specpdl-size>:
1789 (Finteractive_p): Fix typos in docstrings.
1790
1791 2005-07-19 Kim F. Storm <storm@cua.dk>
1792
1793 * w32fns.c (Vx_hand_shape): Variable removed.
1794 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
1795
1796 2005-07-19 Kenichi Handa <handa@m17n.org>
1797
1798 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
1799
1800 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
1803
1804 2005-07-18 Kim F. Storm <storm@cua.dk>
1805
1806 * frame.h (struct frame): New member already_hscrolled_p.
1807
1808 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
1809 to avoid redisplay looping hscrolling back and forth ad infinitum.
1810
1811 2005-07-18 Juri Linkov <juri@jurta.org>
1812
1813 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
1814 * keymap.c (Fminor_mode_key_binding):
1815 * macterm.c (mac-emulate-three-button-mouse):
1816 Delete duplicate duplicate words.
1817
1818 2005-07-18 Ken Raeburn <raeburn@gnu.org>
1819
1820 * minibuf.c (Ftest_completion): Fix odd syntax in test.
1821
1822 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1823
1824 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
1825
1826 * macgui.h (struct _XGC): New struct.
1827 (GC): Use it.
1828 (GCForeground, GCBackground, GCFont): Use X11 mask values.
1829 (XCreateGC, XParseGeometry): Move externs to macterm.h.
1830
1831 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
1832 (XSetFont): Add declaration.
1833 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
1834 Remove functions.
1835 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
1836 New defines.
1837 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
1838 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
1839 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
1840 Use them.
1841 (mac_erase_rectangle): New function.
1842 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
1843 (x_draw_stretch_glyph_string): Use it.
1844 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
1845 (XSetBackground, XSetFont): Adjust for new GC implementation.
1846 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
1847 (XTset_vertical_scroll_bar): Clear area under scroll bar.
1848
1849 * macterm.h (struct mac_display_info): Change types of
1850 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
1851 (XCreateGC, XParseGeometry): Move externs from macgui.h.
1852
1853 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
1854
1855 2005-07-16 Richard M. Stallman <rms@gnu.org>
1856
1857 * buffer.c (Fmake_overlay): Doc fix.
1858
1859 2005-07-16 Eli Zaretskii <eliz@gnu.org>
1860
1861 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
1862 Vw32_valid_locale_ids, and Vw32_valid_codepages.
1863
1864 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1865
1866 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
1867 Use Fstring_as_unibyte instead of string_make_unibyte.
1868
1869 2005-07-15 Richard M. Stallman <rms@gnu.org>
1870
1871 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
1872
1873 2005-07-15 Kim F. Storm <storm@cua.dk>
1874
1875 * xdisp.c: Fix redisplay loop in last change.
1876 (IT_POS_VALID_AFTER_MOVE_P): New macro.
1877 (move_it_vertically_backward, move_it_by_lines): Use it.
1878
1879 2005-07-14 Jason Rumney <jasonr@gnu.org>
1880
1881 * w32.c (init_environment): Default HOME directory to user's
1882 appdata directory if possible.
1883
1884 2005-07-14 Kim F. Storm <storm@cua.dk>
1885
1886 * .gdbinit (pitx): Fix output format. Print string charpos.
1887
1888 * lread.c (syms_of_lread): Initialize seen_list.
1889
1890 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
1891
1892 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
1893 Staticpro re_match_object.
1894
1895 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1896
1897 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
1898 dereference.
1899
1900 * macterm.c (mac_window_to_frame): Remove duplicate define.
1901
1902 2005-07-14 Kenichi Handa <handa@m17n.org>
1903
1904 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
1905 (code_convert_region): Adjust for the above change.
1906 (set_conversion_work_buffer): If the work buffer is already in
1907 use, generate a new buffer and return it. Otherwise return Qnil.
1908 (run_pre_post_conversion_on_str): Adjust for the above change.
1909 (run_pre_write_conversin_on_c_str): Likewise.
1910
1911 2005-07-13 Kim F. Storm <storm@cua.dk>
1912
1913 * xdisp.c (start_display): Don't reseat to next visible line start
1914 if current start position is in a string or image.
1915 (move_it_vertically_backward): Be sure to move out of strings and
1916 images when moving it2 forward.
1917 (move_it_by_lines): When moving forward, move to next buffer
1918 position if we end up in a string or image. When moving backward,
1919 count rows moved over when moving to start of current row in case
1920 row starts in middle of a string or image. Also move further
1921 backward if we end up in a string or image.
1922 (try_cursor_movement): If overlay string spans multiple lines,
1923 move backward to set cursor on start of an overlay string.
1924 (cursor_row_p): Row is ok if cursor is at newline from string, but
1925 string starts on this line (so we always position cursor at start
1926 of string).
1927
1928 * indent.c (Fvertical_motion): If start position is on an image,
1929 don't move back if we move too far (that's almost certain to happen).
1930
1931 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
1932 row in minibuffer windows.
1933 (try_window): Don't check margins in minibuffer windows.
1934
1935 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1936
1937 * macterm.c: Don't include stdlib.h or composite.h.
1938 (x_use_underline_position_properties, last_mouse_press_frame)
1939 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
1940 (syms_of_macterm, mac_initialize): Don't initialize them.
1941 (waiting_for_input, initial_argv, initial_argc)
1942 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
1943 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
1944 (extra_keyboard_modifiers): Fix type in extern.
1945 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
1946 (x_scroll_bar_report_motion): Add argument types to declaration.
1947 (mac_compute_glyph_string_overhangs): Add declaration.
1948 (disable_mouse_highlight): Remove unused variable.
1949 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
1950 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
1951 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
1952 All callers changed.
1953 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
1954 timestamp.
1955 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
1956 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
1957 only when its width is less than the height.
1958 (XTredeem_scroll_bar): Sync with xterm.c.
1959 (font_name_table, font_name_table_size, font_name_count):
1960 Make static.
1961 (drag_and_drop_file_list): Remove variable. Previous use is now
1962 local to function.
1963 (do_ae_open_documents): Move DRAG_N_DROP event construction part
1964 from XTread_socket.
1965 (XTread_socket): Consolidate setting of event timestamp.
1966 Move DRAG_N_DROP event construction part to do_ae_open_documents.
1967 Support extra_keyboard_modifiers.
1968
1969 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
1970 beginning with that for ASCII.
1971
1972 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
1975 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
1976 (syms_of_alloc): Declare gc-cons-percentage.
1977
1978 * eval.c (Feval, Ffuncall):
1979 * keyboard.c (read_char):
1980 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
1981
1982 * lisp.h (gc_cons_combined_threshold): Declare.
1983
1984 2005-07-12 Kim F. Storm <storm@cua.dk>
1985
1986 * coding.c (Qprocess_argument):
1987 * coding.h (Qprocess_argument): Remove unused var.
1988
1989 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
1990
1991 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1992
1993 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
1994 Endian.h.
1995 [!MAC_OSX] (fchmod, fchown): New functions.
1996 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
1997 Use SBYTES and EndianU32_BtoN.
1998 (mac_get_object_from_code): Return 4 byte string even if argument
1999 is 0. Use make_unibyte_string and EndianU32_NtoB.
2000 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
2001 (Fmac_set_file_type): Fix documents and argument declarations.
2002 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
2003
2004 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
2007
2008 2005-07-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2009
2010 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
2011 Lucid if X_I18N, font otherwise.
2012
2013 2005-07-10 Steven Tamm <steventamm@mac.com>
2014
2015 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
2016 (Fmac_set_file_type, Fmac_set_file_creator): Add.
2017 (mac_get_object_from_code, mac_get_code_from_arg): Add.
2018
2019 2005-07-10 Richard M. Stallman <rms@gnu.org>
2020
2021 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
2022 (syms_of_lread): Set up eval-buffer-list.
2023 (Feval_buffer, Feval_region): Bind eval-buffer-list.
2024
2025 2005-07-08 Richard M. Stallman <rms@gnu.org>
2026
2027 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
2028
2029 2005-07-08 Kim F. Storm <storm@cua.dk>
2030
2031 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
2032 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
2033
2034 2005-07-07 Kim F. Storm <storm@cua.dk>
2035
2036 * window.c (Frecenter): Fix last change (set iarg before use).
2037
2038 2005-07-06 Richard M. Stallman <rms@gnu.org>
2039
2040 * window.c (Frecenter): When arg is inside the scroll margin,
2041 move it out of the margin.
2042
2043 2005-07-06 Jason Rumney <jasonr@gnu.org>
2044
2045 * w32console.c (initialize_w32_display): Detect when the console
2046 dimensions are insane, and default to 80x25 instead.
2047 (w32_use_full_screen_buffer): Default to NIL.
2048
2049 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2050
2051 * macterm.c (mac_draw_vertical_window_border): Use foreground of
2052 VERTICAL_BORDER_FACE_ID for vertical border line.
2053 (mac_encode_char): Call check_ccl_update in advance.
2054 (mac_to_x_fontname, x_font_name_to_mac_font_name)
2055 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
2056 Don't assume that font family length is less than 32.
2057 (x_compute_min_glyph_bounds): Make static.
2058 (x_load_font): Never set fonts_changed_p to zero.
2059
2060 2005-07-04 Lute Kamstra <lute@gnu.org>
2061
2062 * Update FSF's address in GPL notices.
2063
2064 2005-07-03 Richard M. Stallman <rms@gnu.org>
2065
2066 * xdisp.c (try_window): Fix previous change in how it handles
2067 a partially-visible line or one only partly past the margin.
2068
2069 * window.c (window_scroll_pixel_based): Take account
2070 of this_scroll_margin when finding point when scrolling up.
2071
2072 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
2073
2074 * window.c (window_scroll_pixel_based, window_scroll_line_based):
2075 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
2076 (syms_of_window): <scroll-preserve-screen-position>: Doc fix.
2077
2078 2005-07-02 Juri Linkov <juri@jurta.org>
2079
2080 * w32term.c (w32_draw_vertical_window_border): Use foreground of
2081 VERTICAL_BORDER_FACE_ID for vertical border line.
2082
2083 2005-07-02 Eli Zaretskii <eliz@gnu.org>
2084
2085 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
2086 fchmod so that chmod doesn't get called on MSDOS before the file
2087 is closed.
2088
2089 2005-07-01 Jason Rumney <jasonr@gnu.org>
2090
2091 * w32term.c (cleartype_active): New flag for enabling sub-pixel
2092 workaround.
2093 (w32_initialize): Initialize it.
2094 (w32_native_per_char_metric): Allow a couple of extra pixels when
2095 Cleartype is active.
2096
2097 * w32term.c (w32_initialize): Move check for screen reader here
2098 from syms_of_w32term.
2099
2100 2005-06-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2101
2102 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
2103 is not zero.
2104
2105 2005-07-01 Masatake YAMATO <jet@gyve.org>
2106
2107 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
2108
2109 2005-06-30 Juri Linkov <juri@jurta.org>
2110
2111 * xdisp.c (x_draw_vertical_border): If left fringe is not present
2112 decrease x coord of vertical border by 1 pixel to not occupy text
2113 area of the right window.
2114
2115 * xterm.c (x_draw_vertical_window_border): Use foreground of
2116 VERTICAL_BORDER_FACE_ID for vertical border line.
2117
2118 * term.c (turn_on_face): In standout mode apply specified
2119 fg to bg, and specified bg to fg (this makes the logic of
2120 inversion on terminal consistent with X).
2121
2122 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
2123
2124 * eval.c (user_variable_p_eh): New function.
2125 (Fuser_variable_p): Use it. Clarify docstring.
2126 Return t for aliases of user options, nil for alias loops.
2127
2128 2005-06-27 Richard M. Stallman <rms@gnu.org>
2129
2130 * eval.c (Fdefvar): Improve error message.
2131
2132 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2133
2134 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
2135 change.
2136
2137 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
2138
2139 * eval.c (Fdefvar): Don't try to set constant symbols.
2140
2141 2005-06-25 Richard M. Stallman <rms@gnu.org>
2142
2143 * macfns.c (Fx_show_tip): Pass new arg to try_window.
2144
2145 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
2146
2147 * xfns.c (Fx_show_tip): Pass new arg to try_window.
2148
2149 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
2150 (redisplay_window): Handle try_window reporting point in scroll margin.
2151
2152 * dispextern.h (try_window): Declare new arg.
2153
2154 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
2155 Use fchmod to copy the file modes.
2156 (Frename_file): Don't copy UID and GID here;
2157 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
2158
2159 * eval.c (call_debugger): Take full care of extending stack limits
2160 to make space for the debugger, and restore the change afterward.
2161 Bind debug-on-error to nil.
2162 (restore_stack_limits): New subroutine.
2163 (Fsignal): Extend specpdl bound along with eval depth bound,
2164 for calling edebug. Don't do either one, for calling debugger.
2165 (find_handler_clause): Don't bind debug-on-error here.
2166 Don't unbind anything either.
2167 Temporarily advance max_specpdl_size for calling
2168 internal_with_output_to_temp_buffer.
2169 (grow_specpdl): Don't alter max_specpdl_size before signaling
2170 an error.
2171 (syms_of_eval) <max-specpdl-size>: Doc fix.
2172
2173 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
2174
2175 2005-06-24 Eli Zaretskii <eliz@gnu.org>
2176
2177 * fileio.c (Frename_file): Undo last change: no need to ifdef away
2178 chown on DOS_NT platforms.
2179
2180 * w32.c (sys_chown): New function.
2181
2182 * s/ms-w32.h (chown): New; define to sys_chown.
2183
2184 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
2187 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
2188
2189 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
2190
2191 2005-06-23 Richard M. Stallman <rms@gnu.org>
2192
2193 * xdisp.c (get_next_display_element): Finish reversing the tests of
2194 Vnobreak_char_display.
2195
2196 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
2197 All uses changed.
2198 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
2199 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
2200
2201 * fileio.c (Frename_file): Preserve owner and group, if possible,
2202 when copying.
2203
2204 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
2205
2206 * abbrev.c (Funexpand_abbrev):
2207 * category.c (Fmake_category_set):
2208 * dispnew.c (Fsleep_for, Fsit_for):
2209 * editfns.c (Fsubst_char_in_region):
2210 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
2211 * frame.c (make_frame_without_minibuffer):
2212 * lread.c (read_vector):
2213 * macfns.c (check_x_frame):
2214 * process.c (Fstop_process, Fcontinue_process):
2215 * search.c (Freplace_match):
2216 * syntax.c (Fstring_to_syntax):
2217 * w32fns.c (check_x_frame, check_x_display_info):
2218 * xfaces.c (x_supports_face_attributes_p):
2219 * xselect.c (Fx_own_selection_internal): Follow error conventions.
2220
2221 * image.c (fn_png_init_io): Don't define it.
2222 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
2223 (png_read_from_file): New function, based on png_read_from_memory.
2224 (png_load): Use it, instead of fn_png_init_io.
2225
2226 2005-06-23 Kim F. Storm <storm@cua.dk>
2227
2228 * search.c (Fmatch_data): Remove evaporate option.
2229 (Fset_match_data): Do not mention evaporate option in doc string.
2230 Add commentary explaining evaporate arg (for internal use only).
2231 (unwind_set_match_data): Add comment on evaporate use.
2232
2233 2005-06-22 Miles Bader <miles@gnu.org>
2234
2235 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
2236 (realize_basic_faces, syms_of_xfaces): Update references to it.
2237 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
2238 to `VERTICAL_BORDER_FACE_ID'.
2239 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
2240
2241 2005-06-21 Juri Linkov <juri@jurta.org>
2242
2243 * dispextern.h: Add extern Qframe_set_background_mode.
2244
2245 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
2246 Qframe_set_background_mode.
2247
2248 * frame.c (Fmodify_frame_parameters):
2249 Call frame-set-background-mode after changing the background color
2250 on non-window non-dos branch.
2251
2252 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * fns.c (Fchar_table_range):
2255 * process.c (Fmake_network_process): Fix spellings.
2256
2257 2005-06-20 Kim F. Storm <storm@cua.dk>
2258
2259 * fns.c (Fsort): Doc fix.
2260
2261 2005-06-20 Miles Bader <miles@gnu.org>
2262
2263 * xfaces.c (Qvertical_divider): New variable.
2264 (realize_basic_faces): Realize its face.
2265 (syms_of_xfaces): Initialize it.
2266
2267 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
2268
2269 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
2270 window-separator on ttys using `vertical-divider' face by default.
2271
2272 2005-06-17 Richard M. Stallman <rms@gnu.org>
2273
2274 * xdisp.c (get_next_display_element):
2275 Reverse test of Vshow_nonbreak_escape.
2276
2277 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
2278 (Ftty_no_underline): New function.
2279 (syms_of_term): defsubr it.
2280
2281 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
2282
2283 * dispnew.c (spec_glyph_lookup_face): New function.
2284 (build_frame_matrix_from_leaf_window): Use it.
2285
2286 * dispextern.h (spec_glyph_lookup_face): Add declaration.
2287
2288 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
2289
2290 2005-06-12 Richard M. Stallman <rms@gnu.org>
2291
2292 * keyboard.c (read_char): After catching a longjmp,
2293 call restore_getcjmp.
2294
2295 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2296
2297 * xselect.c (lisp_data_to_selection_data): Fix spelling.
2298
2299 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2300
2301 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
2302 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
2303 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
2304 events.
2305 (XTread_socket): Don't pass keyboard events with the option
2306 modifier to the system when Vmac_command_key_is_meta is nil or
2307 Vmac_option_modifier is non-nil.
2308 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
2309 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
2310 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
2311 handler function.
2312 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
2313 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
2314 handler part to mac_handle_mouse_event.
2315
2316 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
2319 NEW-ALIAS and BASE-VARIABLE, respectively.
2320
2321 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2322
2323 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
2324 (get_phys_cursor_geometry, format_mode_line_unwind_data)
2325 (get_line_height_property, x_produce_glyphs): Remove unused vars.
2326
2327 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
2328
2329 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2330
2331 * w32term.c (x_use_underline_position_properties): New variable.
2332 (x_draw_glyph_string): Remind in a comment to change doc string of
2333 x-use-underline-position-properties if/when underline positioning
2334 is implemented.
2335 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
2336 and initialize it to nil.
2337
2338 2005-06-12 Jason Rumney <jasonr@gnu.org>
2339
2340 * w32fns.c (NEWOPENFILENAME): New struct.
2341 (Fx_file_dialog): Use it to trick the system into giving us up to
2342 date dialogs on systems that are documented to support it.
2343 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
2344
2345 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2346
2347 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
2348 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
2349
2350 2005-06-11 Eli Zaretskii <eliz@gnu.org>
2351
2352 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
2353 to CreateDIBSection to avoid a compiler warning.
2354 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
2355 warning.
2356 (png_load): Cast return values of fn_png_create_read_struct and
2357 fn_png_create_info_struct, to avoid compiler warnings on W32.
2358 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
2359 to avoid compiler warnings.
2360 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
2361 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
2362 avoid a compiler warning.
2363 (tiff_load): Cast return values of fn_TIFFOpen and
2364 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
2365 to IMAGE_BACKGROUND to avoid a compiler warning.
2366 (gif_load): Cast return values of fn_DGifOpenFileName and
2367 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
2368 IMAGE_BACKGROUND to avoid a compiler warning.
2369 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
2370 before redefining.
2371
2372 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
2373 the call to CreateDIBSection, to avoid a compiler warning.
2374
2375 2005-06-11 Jason Rumney <jasonr@gnu.org>
2376
2377 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
2378 minibuffer.
2379 * macfns.c (Fx_file_dialog): Likewise.
2380
2381 2005-06-10 Eli Zaretskii <eliz@gnu.org>
2382
2383 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
2384
2385 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2386
2387 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
2388 * w32fns.c (syms_of_w32fns): Fix spellings.
2389
2390 2005-06-10 Eli Zaretskii <eliz@gnu.org>
2391
2392 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
2393 `verbose'; print diagnostic messages only if it is non-zero.
2394 All callers changed to pass a zero value unless DEBUG_DUMP is defined
2395 in the environment.
2396 (copy_executable_and_dump_data): Print section names with %.8s.
2397
2398 2005-06-10 Masatake YAMATO <jet@gyve.org>
2399
2400 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
2401 when mouse_face is not given.
2402
2403 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2404
2405 * window.c (Fselect_window): Adapt call to Fselect_frame.
2406
2407 * lisp.h: Update EXFUN of Fselect_frame.
2408
2409 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
2410
2411 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
2412 no_enter.
2413 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
2414 Adapt to above change.
2415
2416 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2417
2418 * fns.c (Fmemq, Fmaphash): Doc fixes.
2419
2420 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2421
2422 * xfaces.c (Fdisplay_supports_face_attributes_p):
2423 Fix typo in docstring.
2424
2425 2005-06-08 Steven Tamm <steventamm@mac.com>
2426
2427 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
2428 used by gcc4 on intel mac.
2429
2430 2005-06-09 Kim F. Storm <storm@cua.dk>
2431
2432 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
2433 in REUSE list if non-nil; free them if equal to evaporate.
2434 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
2435 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
2436 (restore_search_regs): Rename from restore_match_data. Uses changed.
2437 (unwind_set_match_data): New function.
2438 (record_unwind_save_match_data): New function like save-match-data.
2439
2440 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
2441 (record_unwind_save_match_data): Add prototype.
2442 (restore_search_regs): Rename from restore_match_data.
2443
2444 * composite.c (compose_chars_in_text):
2445 * eval.c (do_autoload):
2446 * macmenu.c (set_frame_menubar):
2447 * process.c (read_process_output, exec_sentinel):
2448 * xmenu.c (set_frame_menubar):
2449 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
2450 * w32menu.c (set_frame_menubar):
2451 Use record_unwind_save_match_data.
2452
2453 2005-06-08 Richard M. Stallman <rms@gnu.org>
2454
2455 * xdisp.c (get_next_display_element): Alter previous change:
2456 Distinguish Vshow_nonbreak_escape = t or not t.
2457 For t, use escape_glyph once again, as before previous change.
2458 Use space or hyphen for display, instead of the non-ASCII char.
2459 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
2460
2461 * process.c (Fstart_process): Don't touch command_channel_p slot.
2462
2463 * process.h (struct process): Delete command_channel_p.
2464
2465 2005-06-07 Masatake YAMATO <jet@gyve.org>
2466
2467 * xdisp.c (note_mode_line_or_margin_highlight):
2468 Check the overlapping of re-rendering area to avoid flickering.
2469 (note_mouse_highlight): Call clear_mouse_face if PART
2470 is not ON_MODE_LINE nor ON_HEADER_LINE.
2471
2472 2005-06-07 Kim F. Storm <storm@cua.dk>
2473
2474 * process.c: Improve commentary for adaptive read buffering.
2475
2476 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
2479 if available.
2480
2481 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2482
2483 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
2484 New functions for popping down menus on C-g.
2485 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
2486
2487 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
2488 non-static.
2489
2490 * config.in: Add HAVE_CANCELMENUTRACKING.
2491
2492 2005-06-06 Eli Zaretskii <eliz@gnu.org>
2493
2494 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
2495
2496 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
2497
2498 * w32proc.c (RVA_TO_PTR): New macro.
2499
2500 * w32heap.c (RVA_TO_PTR): No need to #undef now.
2501
2502 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
2503 Depend on w32heap.h.
2504
2505 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2506
2507 * keyboard.c (command_loop_1): Update Vthis_original_command.
2508
2509 2005-06-06 Richard M. Stallman <rms@gnu.org>
2510
2511 * xmenu.c (popup_get_selection): Undo previous change.
2512
2513 2005-06-06 Juri Linkov <juri@jurta.org>
2514
2515 * xdisp.c (Qno_break_space): New variable.
2516 (syms_of_xdisp): Initialize it.
2517 (get_next_display_element): Add no-break space and soft hypen
2518 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
2519 Use `no-break-space' face for no-break spaces.
2520
2521 2005-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2522
2523 * window.c (delete_window): Handle the case where a h/vchild has
2524 a h/vchild.
2525
2526 2005-06-05 Eli Zaretskii <eliz@gnu.org>
2527
2528 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
2529 call to pfn_setsockopt, cast optval to `const char *'.
2530
2531 2005-06-04 Eli Zaretskii <eliz@gnu.org>
2532
2533 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
2534 (open_unc_volume): Cast return value of map_w32_filename, to avoid
2535 compiler warnings.
2536
2537 * s/ms-w32.h (fileno): Don't define if already defined.
2538
2539 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
2540
2541 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
2542
2543 2005-06-04 Richard M. Stallman <rms@gnu.org>
2544
2545 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
2546
2547 2005-06-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2548
2549 * macmenu.c (cleanup_popup_menu): New function.
2550 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
2551 mac_menu_show Quit:s.
2552 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
2553 a dialog).
2554
2555 2005-06-04 Kim F. Storm <storm@cua.dk>
2556
2557 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
2558
2559 * callproc.c (Fcall_process): Don't use alloca to gradually
2560 increase size of buf, as it effectively uses twice the necessary
2561 space on the stack. Instead, pre-allocate buf of full size, and
2562 gradually increase the read size.
2563
2564 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
2565
2566 * eval.c (unbind_to): Preserve value of Vquit_flag.
2567
2568 * xterm.c (handle_one_xevent): Also ignore mouse motion just
2569 before a button release event.
2570
2571 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
2572
2573 * xfaces.c (Finternal_lisp_face_equal_p): Really report
2574 on faces in a frame, if the argument FRAME is non-nil.
2575 Improve argument/docstring consistency.
2576
2577 2005-06-02 Kim F. Storm <storm@cua.dk>
2578
2579 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
2580 (x_consider_frame_title, Fformat_mode_line): Save offset into
2581 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
2582
2583 2005-06-01 Kim F. Storm <storm@cua.dk>
2584
2585 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
2586
2587 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2588
2589 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
2590 resolution fields for scalable fonts to 0.
2591
2592 * xfaces.c (build_scalable_font_name): Round pixel size to the
2593 nearest integer.
2594
2595 2005-06-01 Kim F. Storm <storm@cua.dk>
2596
2597 * xdisp.c (display_mode_line): Support nested calls to redisplay
2598 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
2599
2600 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * fileio.c (Finsert_file_contents):
2603 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
2604
2605 2005-05-31 Kim F. Storm <storm@cua.dk>
2606
2607 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
2608 (mode_line_noprop_ptr): Rename from frame_title_*.
2609 (store_mode_line_noprop_char): Rename from store_frame_title_char.
2610 (store_mode_line_noprop): Rename from store_frame_title.
2611 (mode_line_target): New enum to specify current output target
2612 for mode line formatting.
2613 (display_mode_element): Test it rather than frame_title_ptr and
2614 mode_line_string_list to determine where output should go.
2615 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
2616 (Vmode_line_unwind_vector): New variable.
2617 (format_mode_line_unwind_data, unwind_format_mode_line):
2618 New functions for unwind protection in mode line formatting.
2619 (x_consider_frame_title): Use them and new local var 'title_start'
2620 to support nested calls to format-mode-line and redisplay.
2621 Set mode_line_target to MODE_LINE_TITLE.
2622 (Fformat_mode_line): Use them and new local var 'string_start' to
2623 support nested calls to format-mode-line and redisplay.
2624 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
2625 Don't trim trailing dashes.
2626 (decode_mode_spec): Don't make infinite number of trailing dashes
2627 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
2628 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
2629 mode_line_string_face_prop, and Vmode_line_unwind_vector.
2630 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
2631 Initialize mode_line_target to MODE_LINE_DISPLAY.
2632
2633 2005-05-29 Richard M. Stallman <rms@gnu.org>
2634
2635 * buffer.c (Fbuffer_local_value): Call indirect_variable.
2636
2637 2005-05-28 Masatake YAMATO <jet@gyve.org>
2638
2639 * xdisp.c (note_mode_line_or_margin_highlight): Change the
2640 pointer to a hand cursor when hoovering over a mouse-face.
2641
2642 2005-05-27 Kenichi Handa <handa@m17n.org>
2643
2644 * xterm.c (x_encode_char): Call check_ccl_update in advance.
2645
2646 * ccl.c: Now an element of Vccl_program_table is a vector of
2647 length 4, not 3.
2648 (ccl_get_compiled_code): New arg idx. Caller changed.
2649 Adjust for the change of Vccl_program_table.
2650 (setup_ccl_program): Adjust for the change of Vccl_program_table.
2651 (check_ccl_update): New function.
2652 (Fregister_ccl_program): Use ASET to set an element of a vector.
2653 Adjusted for the change of Vccl_program_table.
2654
2655 * ccl.h (struct ccl_program): New member idx.
2656 (check_ccl_update): Extern it.
2657
2658 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
2659
2660 * image.c (Vimage_library_alist): Move from image.el.
2661 (syms_of_image): Defvar it.
2662 (lookup_image_type): Use it.
2663
2664 * buffer.c (Fbuffer_local_value): Make argument name match its use
2665 in docstring.
2666
2667 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
2668
2669 * keyboard.c (Frecursive_edit): Fix typo in docstring.
2670 (Fposn_at_x_y): Make argument name match its use in docstring.
2671
2672 2005-05-26 Lute Kamstra <lute@gnu.org>
2673
2674 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
2675
2676 2005-05-24 Masatake YAMATO <jet@gyve.org>
2677
2678 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
2679 as loop sentinels.
2680
2681 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
2682
2683 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
2684 select frame title ("Question"/"Information").
2685 (xdialog_show): Use it.
2686
2687 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
2688
2689 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
2690
2691 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
2692 a third argument (Qnil).
2693
2694 * lisp.h: x-popup-dialog can have three arguments.
2695
2696 * editfns.c (Fmessage_box): Use "Information" for frame title.
2697
2698 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2699
2700 * termcap.c [VMS]: Include <starlet.h>.
2701
2702 2005-05-23 Masatake YAMATO <jet@gyve.org>
2703
2704 * xdisp.c (note_mode_line_or_margin_highlight): Add code
2705 for mouse-face. Change the type of the first argument from `window'
2706 to `Lisp_Object'.
2707 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
2708 window instead of w.
2709
2710 2005-05-22 Andreas Schwab <schwab@suse.de>
2711
2712 * process.c (send_process): Move misplaced volatile.
2713
2714 2005-05-21 Richard M. Stallman <rms@gnu.org>
2715
2716 * xdisp.c (display_mode_element): If we're processing a list and
2717 padding is specified, put it after the last element.
2718
2719 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2720
2721 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
2722 "superroot" on DOS_NT systems.
2723
2724 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
2725
2726 * process.c (send_process): Restore the SIGPIPE handler if we
2727 catch a SIGPIPE.
2728
2729 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
2732 misleading comments).
2733 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
2734
2735 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
2736
2737 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
2738 Correct the right value.
2739
2740 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2741
2742 * keyboard.c (syms_of_keyboard): Remove Lisp variables
2743 post-command-idle-hook and post-command-idle-delay.
2744 (command_loop_1): Don't try to execute post-command-idle-hook.
2745
2746 2005-05-16 Kim F. Storm <storm@cua.dk>
2747
2748 * xdisp.c (handle_display_prop): Handle empty replacement.
2749 (handle_single_display_spec): Return -1 for empty replacement.
2750
2751 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
2752
2753 * .gdbinit (pitx): Print more info about iterator.
2754
2755 2005-05-16 Andreas Schwab <schwab@suse.de>
2756
2757 * unexmacosx.c (unexec_realloc): Move declarations before statements.
2758
2759 2005-05-14 Richard M. Stallman <rms@gnu.org>
2760
2761 * xdisp.c (message3): Call cancel_echoing.
2762
2763 * alloc.c (Fmemory_full_p): New function.
2764 (syms_of_alloc): defsubr it.
2765
2766 * process.c (send_process_trap): Unblock SIGPIPE.
2767 (send_process): Reset SIGPIPE handler before reporting error.
2768
2769 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
2770
2771 * emacs.c (syms_of_emacs): Fix doc string for system-type.
2772
2773 2005-05-13 Richard M. Stallman <rms@gnu.org>
2774
2775 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
2776 (Finsert_file_contents): If we read 0 bytes from a special file,
2777 unlock the visited file if we locked it.
2778 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
2779 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
2780
2781 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2782
2783 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
2784
2785 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
2786 Regard toolkit scroll bar thumb drag events as squeezable and prevent
2787 redisplay from being paused by them.
2788
2789 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
2790 [!MAC_OSX] (target_ticks): Remove variable.
2791 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
2792 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
2793 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
2794 event occurs before timeout, behave as if the function were interrupted.
2795 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
2796 handling using Time Manager routines.
2797 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
2798 New variables.
2799 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
2800 (setitimer): New functions.
2801
2802 * macfns.c, macmenu.c: Don't include signal.h.
2803
2804 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
2805 Rename from get_control_part_bound. All callers changed.
2806 (x_scroll_bar_clear): New function.
2807 (x_clear_frame): Use it.
2808 (XTset_vertical_scroll_bar): Don't call Draw1Control.
2809 (x_scroll_bar_handle_click): Change type of second argument from
2810 int to ControlPartCode.
2811 (check_alarm): Remove declaration.
2812 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
2813 (XTread_socket): Use ControlPartCode instead of SInt16.
2814
2815 2005-05-13 Nozomu Ando <nand@mac.com>
2816
2817 * unexmacosx.c: Include assert.h.
2818 (MACOSX_MALLOC_MULT16): New define.
2819 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
2820 ptr is in unexec regions by checking it is multiple of 16.
2821 (unexec_malloc_header_t): New typedef.
2822 (unexec_malloc, unexec_realloc, unexec_free): Store and use
2823 allocated size information in unexec_malloc_header.
2824
2825 2005-05-10 Richard M. Stallman <rms@gnu.org>
2826
2827 * xterm.c (noinclude): Add #undef.
2828
2829 * image.c, xfns.c, xmenu.c: Don't include signal.h.
2830
2831 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2832
2833 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
2834 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
2835 Doc fixes.
2836
2837 * dired.c (Ffile_name_completion): Make argument name
2838 match its use in docstring.
2839
2840 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2841
2842 * eval.c (Fdefvaralias): Remove any pre-existing
2843 variable-documentation property of the alias.
2844
2845 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
2846
2847 * xfns.c (start_hourglass): Do nothing when running on a tty.
2848
2849 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * fns.c (Fchar_table_range): Fix typos in docstring.
2852
2853 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
2856
2857 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2858
2859 * lread.c (Flocate_file_internal): Doc fix.
2860
2861 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
2862
2863 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2864
2865 * macselect.c (x_own_selection): Accept Lisp string as result of
2866 selection converter function.
2867 (x_clear_frame_selections): Don't call x-lost-selection-functions
2868 if Emacs is not owner of the selection.
2869 (Vmac_services_selection): Put variable and initialization in
2870 #ifdef MAC_OSX.
2871 (syms_of_macselect) [MAC_OSX]: Set default value of
2872 Vmac_services_selection to PRIMARY.
2873
2874 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
2875 (mac_handle_tool_bar_click): Remove unused function and declaration.
2876 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
2877 (install_scroll_bar_timer, set_scroll_bar_timer)
2878 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
2879 (get_control_part_bound, x_scroll_bar_handle_press)
2880 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
2881 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
2882 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
2883 (scroll_bar_timer_event_posted_p): New variables.
2884 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
2885 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
2886 (x_scroll_bar_create): Set control reference with NewControl.
2887 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
2888 Initialize track_top and track_height to nil.
2889 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
2890 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
2891 (XTset_vertical_scroll_bar): Don't make space between scroll bar
2892 and associated window.
2893 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
2894 from window config.
2895 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
2896 Set track_top and track_height to nil when scroll bar size is changed.
2897 Recalculate them if they are nil.
2898 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
2899 clicked control is a scroll bar.
2900 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
2901 event handler functions. Don't add modifiers to scroll bar click
2902 events. Call scroll bar release handler when window is deactivated.
2903 (mac_initialize): Remove unused code for X toolkit.
2904 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
2905 Initialize Vx_toolkit_scroll_bars to nil.
2906
2907 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
2908 New members track_top and track_height.
2909
2910 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
2911 init_process when including sys/select.h.
2912
2913 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2914
2915 * eval.c (Fdefvaralias): Doc fix.
2916
2917 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
2918
2919 2005-05-05 Kim F. Storm <storm@cua.dk>
2920
2921 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
2922 default value.
2923 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
2924 Fix type of cursor-in-non-selected-windows.
2925
2926 2005-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2927
2928 * mac.c: #undef init_process so not to conflict with system headers.
2929
2930 2005-05-02 Richard M. Stallman <rms@gnu.org>
2931
2932 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
2933
2934 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
2935
2936 * xdisp.c (Vcursor_in_non_selected_windows)
2937 (Qcursor_in_non_selected_windows): Vars deleted.
2938 (syms_of_xdisp): Don't initialize them.
2939 (get_window_cursor_type): Use cursor_in_non_selected_windows
2940 buffer slot.
2941
2942 2005-05-02 Kim F. Storm <storm@cua.dk>
2943
2944 * macros.c (executing_kbd_macro_index): Rename from
2945 executing_macro_index. All uses changed.
2946 (executing_kbd_macro_iterations): Rename from
2947 executing_macro_iterations. All uses changed.
2948 (executing_kbd_macro): Rename from executing_macro.
2949 All uses changed.
2950 (syms_of_macros): Rename Lisp var executing-macro-index to
2951 executing-kbd-macro-index.
2952
2953 * xdisp.c (move_it_in_display_line_to): Fix last change.
2954
2955 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2956
2957 * xmenu.c (Fx_popup_menu): Doc fix.
2958
2959 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
2960
2961 2005-05-02 Jason Rumney <jasonr@gnu.org>
2962
2963 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
2964
2965 2005-05-02 Nozomu Ando <nand@mac.com>
2966
2967 * sysselect.h: Fix typo.
2968
2969 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2970
2971 * charset.c (Fchars_in_region): Remove as obsolete.
2972
2973 2005-05-01 Kim F. Storm <storm@cua.dk>
2974
2975 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
2976 TO_CHARPOS. This may happen if last glyphs was an image or stretch
2977 glyph.
2978
2979 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2980
2981 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
2982
2983 2005-05-01 Richard M. Stallman <rms@gnu.org>
2984
2985 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
2986 If user cancels the menu, quit unless FOR_CLICK.
2987
2988 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
2989 All uses changed.
2990 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
2991 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
2992 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
2993 * commands.h (Vexecuting_kbd_macro): Likewise.
2994
2995 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
2996
2997 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
2998
2999 2005-04-30 Richard M. Stallman <rms@gnu.org>
3000
3001 * fileio.c (Ffind_file_name_handler): Handle the `operations'
3002 property of the file name handler.
3003 (Qoperations): New variable.
3004 (syms_of_fileio): Initialize and staticpro it.
3005
3006 * xdisp.c (set_message_1): Delete xassert.
3007
3008 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3009
3010 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
3011
3012 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
3013
3014 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
3015 before/after including Carbon.h if there is a working mktime.
3016
3017 2005-04-28 Kim F. Storm <storm@cua.dk>
3018
3019 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
3020 Fix cyclic alias check. If alias loop is detected, signal
3021 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
3022
3023 2005-04-28 Lute Kamstra <lute@gnu.org>
3024
3025 * eval.c (do_autoload): Record only autoloads in the autoload
3026 property of symbols.
3027
3028 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3029
3030 * emacs.c (USAGE1): Add --basic-display and --quick options.
3031
3032 2005-04-27 Kim F. Storm <storm@cua.dk>
3033
3034 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
3035
3036 2005-04-26 Richard M. Stallman <rms@gnu.org>
3037
3038 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
3039 (syms_of_window): Doc fixes.
3040
3041 * indent.c (Fvertical_motion): Undo previous change.
3042
3043 2005-04-26 Kenichi Handa <handa@m17n.org>
3044
3045 * fns.c (char_table_range): New function.
3046 (Fchar_table_range): Signal an error if characters in the range
3047 have inconsistent values. Don't check the parent.
3048
3049 2005-04-25 Kenichi Handa <handa@m17n.org>
3050
3051 * fontset.c (fontset_set): Fix previous change.
3052
3053 2005-04-24 Richard M. Stallman <rms@gnu.org>
3054
3055 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
3056
3057 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3058
3059 * regex.c (re_search_2, re_match_2_internal): Convert second arg
3060 of RE_TRANSLATE to int, to shut up GCC warnings.
3061
3062 * fileio.c (Fcopy_file): Doc fix.
3063 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
3064 not needed.
3065
3066 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3067
3068 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
3069 (SOME_MACHINE_OBJECTS): Likewise.
3070 (mac.o): Depend on ccl.h.
3071 (macselect.o): New target.
3072
3073 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
3074 Call syms_of_macselect.
3075
3076 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
3077
3078 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
3079 (QCLIPBOARD): Remove variable.
3080 (syms_of_mac): Don't initialize it.
3081 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
3082 Remove functions.
3083 (syms_of_mac): Don't defsubr them.
3084 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
3085 (QHFS_plus_D, QHFS_plus_C): New variables.
3086 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
3087 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
3088 (cfstring_create_normalized): New functions.
3089 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
3090 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
3091
3092 * macterm.c (handling_window_update, terminate_flag):
3093 Remove variables.
3094 (do_window_update, do_ae_quit_application, XTread_socket):
3095 Don't use them.
3096 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
3097 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
3098 (init_service_handler): Move to macselect.c. Remove declarations.
3099 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
3100 (Qapplication, Qabout): New variables.
3101 (syms_of_mac): Initialize them.
3102 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
3103 (Qperform): New variables.
3104 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
3105 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
3106 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
3107 (mac_store_application_menu_event, init_menu_bar): New functions.
3108 [USE_CARBON_EVENTS] (mac_handle_command_event)
3109 (init_command_handler): New functions.
3110 (mac_handle_window_event): Return noErr on window update event.
3111 (do_ae_quit_application): Call mac_store_application_menu_event.
3112 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
3113 and init_menu_bar.
3114
3115 * macterm.h (x_clear_frame_selections): Add extern.
3116
3117 * macselect.c: New file for selection processing on Mac OS.
3118
3119 2005-04-23 Richard M. Stallman <rms@gnu.org>
3120
3121 * fileio.c (Fcopy_file): New arg MUSTBENEW.
3122 (Frename_file): Pass new arg to Fcopy_file.
3123
3124 * window.c (window_size_fixed): Variable deleted.
3125 (syms_of_window): Initialize window-size-fixed to nil.
3126 But don't DEFVAR window_size_fixed.
3127
3128 2005-04-23 Andreas Schwab <schwab@suse.de>
3129
3130 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
3131 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
3132 use lib64 instead of lib.
3133 (_LP64) [_ARCH_PPC64]: Define if not defined.
3134
3135 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
3136
3137 * s/ms-w32.h (HAVE_PWD_H): Define.
3138
3139 2005-04-22 Kenichi Handa <handa@m17n.org>
3140
3141 * fns.c (copy_sub_char_table): Explicitly copy the default value
3142 of the sub-chartable.
3143
3144 * fontset.c (fontset_set): When a sub-chartable is created,
3145 explicitly sets the defalt value.
3146
3147 2005-04-22 Kim F. Storm <storm@cua.dk>
3148
3149 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
3150 (Fsafe_plist_get): Rename to Fplist_get.
3151 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
3152 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
3153
3154 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
3155
3156 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
3157 (note_mode_line_or_margin_highlight, note_mouse_highlight):
3158 Use Fplist_get instead of Fsafe_plist_get.
3159
3160 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
3161
3162 2005-04-21 Miles Bader <miles@gnu.org>
3163
3164 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
3165
3166 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
3167
3168 * sysdep.c: Remove reference to defunct vms-pwd.h.
3169 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
3170 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
3171
3172 * config.in: Regenerate.
3173
3174 2005-04-20 Kenichi Handa <handa@m17n.org>
3175
3176 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
3177 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
3178 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
3179
3180 * alloc.c (make_sub_char_table): Argument changed to initial
3181 value of the slots.
3182
3183 * data.c (Faref): Handle special slots used as default values of
3184 ascii, eight-bit-control, eight-bit-control. Don't ignore a
3185 default value set for a group of characters.
3186 (Faset): Signal an error if IDXVAL is not a valid character code.
3187 Make a sub-chartable with correct initial value.
3188
3189 * fns.c (Fset_char_table_range): Don't set slots used as default
3190 values for ascii, eight-bit-control, eight-bit-graphic.
3191 Don't call Faref with charset-id.
3192 (Fset_char_table_default): Document how to treat normal character
3193 argument. Handle special slots used as default values of ascii,
3194 eight-bit-control, eight-bit-control. Make a sub chartable if
3195 necessary.
3196
3197 2005-04-20 Kenichi Handa <handa@m17n.org>
3198
3199 * search.c (boyer_moore): Fix previous change.
3200
3201 2005-04-19 Kim F. Storm <storm@cua.dk>
3202
3203 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
3204 face unless last visible char and first invisible char have the
3205 same face. Also use default face if saved_face_id is undefined.
3206
3207 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3208
3209 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
3210 `full_name'.
3211 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
3212 mac_scriptcode member.
3213
3214 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
3215 (syms_of_mac): Don't initialize them.
3216 (Vmac_charset_info_alist): New variable.
3217 (syms_of_mac): Defvar it.
3218 (create_text_encoding_info_alist): New function.
3219 (decode_mac_font_name, mac_to_x_fontname)
3220 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
3221 code the correspondence among XLFD charsets, Mac script codes, and
3222 Emacs coding systems. Use Vmac_charset_info_alist and result of
3223 create_text_encoding_info_alist instead.
3224 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
3225 routines also on Mac OS Classic.
3226 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
3227 Use add_font_name_table_entry.
3228 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
3229 specified. Derive unspecified scalable fields from specified one.
3230 (x_list_fonts): Consider Valternate_fontname_alist.
3231 (kDefaultFontSize): Change value from 9 to 12.
3232 (XLoadQueryFont): Get decoded font family, font face, and charset
3233 from x_font_name_to_mac_font_name. Set full name of loaded font.
3234 (mac_unload_font): Free `full_name' member.
3235 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
3236 NULL. Copy full_name member of struct MacFontStruct to that of
3237 struct font_info.
3238
3239 2005-04-19 Kim F. Storm <storm@cua.dk>
3240
3241 * xdisp.c (handle_stop): Set saved_face_id to current face if
3242 selective_display_ellipsis_p so ellipsis will be shown in same
3243 face as preceding text.
3244 (setup_for_ellipsis): Don't set saved_face_id here.
3245 (next_element_from_display_vector): Default to saved_face_id.
3246
3247 * fns.c (Fsafe_get): New function.
3248 (syms_of_fns): Defsubr it.
3249
3250 * lisp.h (Fsafe_get): EXFUN it.
3251
3252 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
3253 loops in case of bad face property lists. Limit number of face
3254 alias lookups to 10 (in case of face alias loops).
3255
3256 2005-04-18 Kim F. Storm <storm@cua.dk>
3257
3258 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
3259 It replaces the corresponding member from struct window, as a
3260 window may now show multiple overlay arrows.
3261 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
3262
3263 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
3264 Compare overlay_arrow_bitmap than overlay_arrow_p members.
3265
3266 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
3267 rather than from window.
3268 (update_window_fringes): Compare overlay_arrow_bitmap rather than
3269 overlay_arrow_p members.
3270 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
3271 if not default.
3272
3273 * window.h (struct window): Remove member overlay_arrow_bitmap.
3274
3275 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
3276
3277 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
3278 Calls changed. Don't check for overlay-arrow-bitmap property here.
3279 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
3280 fringe is present, return Lisp integer for bitmap (or -1 for default).
3281 Fix value of overlay-arrow-bitmap property to be a symbol, use
3282 lookup_fringe_bitmap to parse it.
3283 (display_line): Change call to overlay_arrow_at_row. Store integer
3284 return value as overlay bitmap in row rather than window.
3285 Only show overlay arrow if row displays text, or if no other overlay
3286 arrow is seen in window (if overlay marker is at point-max).
3287
3288 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
3289
3290 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
3291
3292 2005-04-18 Lute Kamstra <lute@gnu.org>
3293
3294 * lread.c (Vloads_in_progress): Static.
3295 * fns.c (Vloads_in_progress): Remove extern.
3296 (load_in_progress): Add extern.
3297 (Frequire): Use load_in_progress instead of Vloads_in_progress.
3298
3299 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
3300
3301 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
3302
3303 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3304
3305 * macterm.c (XTread_socket): Don't beep on keyboard input even if
3306 no frame is visible.
3307
3308 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3309
3310 * term.c (struct keys): Add support for shifted keys.
3311
3312 2005-04-16 Richard M. Stallman <rms@gnu.org>
3313
3314 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
3315 (set_message): Call with_echo_area_buffer with WHICH = 0.
3316 (set_message_1): Erase the echo area buffer first thing.
3317 (echo_area_display): Don't clear echo_message_buffer.
3318
3319 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3320
3321 * Makefile.in (mac.o): Depend on charset.h and coding.h.
3322
3323 * mac.c: Include charset.h and coding.h.
3324 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
3325 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
3326 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
3327
3328 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
3329
3330 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
3331
3332 * macterm.c (x_autoselect_window_p): Remove variable.
3333 (last_window): New variable.
3334 (XTreassert_line_highlight, x_change_line_highlight):
3335 Remove declarations.
3336 (mac_focus_changed, x_detect_focus_change): New functions and
3337 declarations.
3338 (XTextExtents16, front_emacs_window): Remove function.
3339 (mac_focus_frame): New function.
3340 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
3341 (mac_check_for_quit_char): Use it instead of front_emacs_window.
3342 (x_scroll_bar_report_motion): Obtain window from control owner.
3343 (x_make_frame_invisible): Set window manager size hint.
3344 (do_mouse_moved): Remove function.
3345 (XTread_socket): Move its contents here. Generate select-window
3346 event on mouse movement if needed. Use x_detect_focus_change on
3347 activate/deactivate events. Don't deiconify frame or invalidate
3348 window rectangle when dnd items are dropped.
3349 Don't activate/deactivate root control.
3350 (frame_highlight, frame_unhighlight): Activate/deactivate root
3351 control here.
3352 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
3353
3354 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
3355 New extern.
3356
3357 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3358
3359 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
3360 (lisp): Use it.
3361 (SOME_MACHINE_LISP): Add tooltip.
3362
3363 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3364
3365 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
3366 Don't include TextEncodingConverter.h.
3367 (mac_system_script_code, Vmac_system_locale): New variables.
3368 (syms_of_mac): Defvar them.
3369 (mac_get_system_locale): New function.
3370
3371 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
3372 Use ENCODE_SYSTEM to encode title bar string.
3373 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
3374 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
3375 Use CFStringGetSystemEncoding to get system default string encoding.
3376
3377 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
3378 TextEncodingConverter.h.
3379
3380 2005-04-13 Steven Tamm <steventamm@mac.com>
3381
3382 * macterm.c (syms_of_macterm): Remove redundant definition of
3383 mac-pass-control-to-system.
3384
3385 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * window.c (Fset_window_configuration): Be careful when you choose
3388 among several possible points for the new_current_buffer.
3389
3390 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3391
3392 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
3393 poll_for_input_1. Set interrupt_input_pending to 1 instead.
3394 (Qlanguage_change) [MAC_OS]: New variable.
3395 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
3396 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
3397
3398 * macterm.c (mac_keyboard_text_encoding)
3399 (current_mac_keyboard_text_encoding): Remove variables.
3400 (XTread_socket): Store language-change event if keyboard script change
3401 is detected. Don't convert input to `mac_keyboard_text_encoding'.
3402 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
3403
3404 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
3405
3406 2005-04-10 Richard M. Stallman <rms@gnu.org>
3407
3408 * emacs.c (standard_args): Rename --bare-bones to --quick.
3409 Add -D aka --basic-display.
3410
3411 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
3412
3413 2005-04-09 Richard M. Stallman <rms@gnu.org>
3414
3415 * keymap.c (where_is_internal): Convert a string used as event type
3416 into "(any string)".
3417
3418 * lread.c (Vloads_in_progress): Not static.
3419 * fns.c (Vloads_in_progress): Add extern.
3420 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
3421
3422 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
3423
3424 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
3425
3426 2005-04-09 Lute Kamstra <lute@gnu.org>
3427
3428 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
3429 within the accessible part of the buffer.
3430
3431 2005-04-09 Kim F. Storm <storm@cua.dk>
3432
3433 * lread.c (readevalloop): Add args START and END as region in
3434 current buffer to read. Callers changed.
3435 When specified, narrow to this region only when reading,
3436 not during eval. Track next point to read from during eval.
3437 Also restore point to "real" buffer position before eval.
3438 (Feval_region): Don't save excursion and restriction here, and
3439 don't narrow to region. Just pass region to readevalloop.
3440 Note: Point is now preserved even when PRINTFLAG is nil.
3441
3442 2005-04-08 Kim F. Storm <storm@cua.dk>
3443
3444 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
3445
3446 2005-04-06 Kim F. Storm <storm@cua.dk>
3447
3448 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
3449
3450 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3451
3452 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
3453 (Fmac_get_preference): Doc fix.
3454
3455 * macfns.c (Fx_create_frame, x_create_tip_frame):
3456 Add "fontset-mac" to fallback font/fontsets.
3457
3458 2005-04-04 Kim F. Storm <storm@cua.dk>
3459
3460 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
3461
3462 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
3463 Call it again after autoload.
3464
3465 2005-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3466
3467 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
3468 mallopt.
3469
3470 * ralloc.c (r_alloc_init): Ditto.
3471
3472 2005-04-01 Kenichi Handa <handa@m17n.org>
3473
3474 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
3475 (Vascii_eqv_table): Extern them.
3476
3477 * casetab.c (set_case_table): If standard is nonzero, setup
3478 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
3479
3480 * search.c (looking_at_1): Use current_buffer->case_canon_table,
3481 not DOWNCASE_TABLE.
3482 (string_match_1): Likewise.
3483 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
3484 Vascii_downcase_table.
3485 (fast_string_match_ignore_case): Likewise.
3486 (search_buffer): Fix checking of boyer-moore usability.
3487 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
3488 No need of tranlating characters in PAT. Fix calculation of
3489 simple_translate.
3490
3491 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
3494 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
3495 Use XtNtopShadowPixel and XtNbottomShadowPixel.
3496 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
3497 really work and that breaks with some versions of Xaw3d.
3498
3499 2005-03-31 Kenichi Handa <handa@m17n.org>
3500
3501 * coding.c (syms_of_coding): Fix previous change.
3502
3503 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * fileio.c (search_embedded_absfilename): Fix last change.
3506
3507 2005-03-25 Kenichi Handa <handa@m17n.org>
3508
3509 * coding.c (syms_of_coding): Suggest to use set-coding-category in
3510 the docstring of coding-category-list.
3511
3512 2005-03-31 Kim F. Storm <storm@cua.dk>
3513
3514 * keyboard.c (Qmouse_fixup_help_message): New var.
3515 (syms_of_keyboard): Intern and staticpro it.
3516 (show_help_echo): Apply mouse-fixup-help-message to help string.
3517
3518 2005-03-30 Kim F. Storm <storm@cua.dk>
3519
3520 * xdisp.c (display_line): Allow multiple overlay arrows in window.
3521
3522 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
3525 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
3526 (Ffile_name_absolute_p): Use it.
3527 (search_embedded_absfilename): New fun, extracted from
3528 Fsubstitute_in_file_name. Use file_name_absolute_p.
3529 Free the pw data after use.
3530 (Fsubstitute_in_file_name): Use it.
3531 After cutting a prefix, re-check file-name-handler.
3532
3533 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
3534
3535 * w32term.h (x_output): Add focus_state.
3536
3537 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
3538 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.
3539
3540 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
3543 Use Fexit_minibuffer.
3544 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
3545
3546 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * dired.c (Ffile_attributes): Add a missing gcpro.
3549
3550 * alloc.c (make_number): The arg can be bigger than `int'.
3551 * lisp.h (make_number): Make prototype more precise.
3552
3553 * process.c, dired.c (Vfile_name_coding_system)
3554 (Vdefault_file_name_coding_system):
3555 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
3556 (Vdefault_file_name_coding_system): Remove unused declarations.
3557
3558 2005-03-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3559
3560 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
3561 if it failed to pop up (Gnome "show pointer on ctrl" option makes
3562 menus fail to pop up).
3563
3564 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
3567 Just prepend a backslash without replacing the NBSP by an SPC.
3568
3569 2005-03-22 Kim F. Storm <storm@cua.dk>
3570
3571 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
3572 * dispextern.h (lookup_derived_face): Fix prototype.
3573 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
3574
3575 * xdisp.c (handle_single_display_spec): Derive left-fringe and
3576 right-fringe face from fringe face.
3577
3578 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
3579 Derive face from fringe face.
3580
3581 2005-03-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3582
3583 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
3584
3585 2005-03-22 David Kastrup <dak@gnu.org>
3586
3587 * textprop.c (Fnext_char_property_change)
3588 (Fprevious_char_property_change): Allow marker as limit.
3589 (Fnext_single_char_property_change)
3590 (Fprevious_single_char_property_change): Check that limit is a
3591 number in strings.
3592 (Fnext_single_char_property_change): Coerce position to integer.
3593 (Fprevious_single_char_property_change): Same here.
3594
3595 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
3596
3597 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
3598
3599 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * frame.c (Fignore_event): Remove.
3602 (syms_of_frame): Don't defsubr it.
3603
3604 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
3605 redundant `ignore-event'.
3606
3607 2005-03-19 Eli Zaretskii <eliz@gnu.org>
3608
3609 * unexec.c (write_segment, unexec): Move these functions to avoid
3610 forward references (which cause errors with "gcc -gcoff").
3611
3612 2005-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3613
3614 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
3615 that it doesn't become "tooltip". The specbind is enough.
3616
3617 * xrdb.c (x_load_resources): Use different char *helv when I18N
3618 is present.
3619
3620 2005-03-17 Kenichi Handa <handa@m17n.org>
3621
3622 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
3623
3624 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
3627 Use xic_create_fontsetname even for non-Motif menus.
3628 Don't forget to free the fontsetname.
3629
3630 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
3631
3632 2005-03-17 Richard M. Stallman <rms@gnu.org>
3633
3634 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
3635
3636 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
3637 (Fmake_symbolic_link): Use G to read the new file name.
3638
3639 * callint.c (Finteractive): Document G option.
3640 (Fcall_interactively): Implement G option.
3641
3642 * buffer.c (buffer_lisp_local_variables): New function,
3643 broken out from Fbuffer_local_variables.
3644 (clone_per_buffer_values): Use buffer_lisp_local_variables.
3645
3646 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * xfns.c (xic_create_fontsetname): Add `motif' argument.
3649 Always return a freshly allocated string.
3650 (xic_create_xfontset): Adjust call.
3651
3652 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
3653 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
3654 (dump_realized_face): Fix warning.
3655
3656 * emacs.c (Fkill_emacs): YAILOM.
3657
3658 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
3659
3660 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3661
3662 * mac.c (HASHKEY_TERMINAL): Remove.
3663 (HASHKEY_MAX_NID): New macro.
3664 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
3665 argument.
3666 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
3667 (xrm_create_database, xrm_q_put_resource)
3668 (xrm_merge_string_database, xrm_q_get_resource_1)
3669 (xrm_q_get_resource): Change resource database representation so
3670 that it may not use multiple hash tables for a single database.
3671 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
3672
3673 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
3676
3677 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
3678 locale-coding-system, as was already done for WINDOWSNT.
3679
3680 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
3681 translation for chars in the 0-255 range.
3682
3683 2005-03-16 Lute Kamstra <lute@gnu.org>
3684
3685 * floatfns.c (Ffloor): Doc fix.
3686
3687 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3688
3689 * mac.c: Include macterm.h instead of directly including Carbon.h.
3690 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
3691 (Qarray, Qdictionary): New variables.
3692 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
3693 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
3694 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
3695 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
3696 in callback for CFDictionaryApplyFunction.
3697 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
3698 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
3699 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
3700 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
3701 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
3702 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
3703 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
3704 (skip_white_space, parse_comment, parse_include_file)
3705 (parse_binding, parse_component, parse_resource_name, parse_value)
3706 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
3707 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
3708 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
3709 New functions.
3710
3711 * macfns.c (mac_get_rdb_resource): Remove function.
3712 (x_get_string_resource): Use xrm_get_resource.
3713
3714 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
3715
3716 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
3717 name_list_element.
3718 (mac_make_rdb): Create resource database from preferences and
3719 argument string.
3720 (mac_term_init): Save resource database to cddr part of
3721 name_list_element.
3722
3723 * macterm.h (xrm_merge_string_database, xrm_get_resource)
3724 (xrm_get_preference_database): Add externs.
3725 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
3726 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
3727 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
3728
3729 * process.c (init_process): Change `#ifdef DARWIN' to `#if
3730 defined (DARWIN) || defined (MAC_OSX)'
3731
3732 * s/darwin.h (DARWIN): Don't define.
3733
3734 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3735
3736 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
3737 Remove unused variables.
3738 (syms_of_macfns): Don't initialize them. Likewise for
3739 Qface_set_after_frame_default. Defvar and initialize
3740 Vx_window_horizontal_drag_shape.
3741 (x_set_mouse_color): Change mouse pointer shape.
3742 (mac_window) [!MAC_OSX]: Create root control.
3743 (Fx_create_frame): Remove initializations of mouse pointer shapes.
3744 (hourglass_started): New function (from xfns.c).
3745 (start_hourglass, cancel_hourglass): Put function body in #ifdef
3746 MAC_OSX.
3747 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
3748 indicator for each non-tooltip frame if needed, and show it.
3749 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
3750
3751 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
3752 Controls.h. Use ThemeCursor instead of CursHandle.
3753
3754 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
3755 Remove functions and declarations.
3756 (mac_set_colors): Take argument for saving background color.
3757 All callers changed.
3758 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
3759 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
3760 background color.
3761 (x_update_end, mac_do_track_drag): Don't reset background color.
3762 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
3763 Use SetThemeCursor.
3764 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
3765 indicator control to the upper-right corner of the window.
3766 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
3767 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
3768 (do_window_update): Update controls after updating content area.
3769 (mac_handle_window_event): Remove unused extern.
3770 (XTread_socket): Check both control handle and control part code
3771 to determine whether a scroll bar is clicked. Activate/deactivate
3772 root control instead of contained scroll bar controls.
3773 (make_mac_terminal_frame): Use ThemeCursor constants.
3774
3775 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
3776 New member hourglass_control.
3777 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
3778 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
3779
3780 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3781
3782 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
3783 coincides with that in Apple X11 except `clear', `enter' on
3784 laptops, and fn + `enter' on laptops.
3785
3786 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
3789 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
3790 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
3791
3792 * xfns.c (xic_defaut_fontset): New constant.
3793 (xic_create_fontsetname): New function.
3794 Extracted from create_frame_xic. Try to generate a slightly
3795 better fontset.
3796 (xic_create_xfontset): Use it.
3797 (create_frame_xic): Simplify.
3798
3799 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3800
3801 * fileio.c (Fmake_symbolic_link): Fix last change.
3802
3803 2005-03-11 Richard M. Stallman <rms@gnu.org>
3804
3805 * fileio.c (Frename_file, Fadd_name_to_file)
3806 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
3807 expand the basename of FILE relative to it.
3808
3809 2005-03-11 Kenichi Handa <handa@m17n.org>
3810
3811 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
3812 before calling setup_coding_system so that autoloading of a coding
3813 system work.
3814
3815 2005-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3816
3817 * xfns.c (hourglass_started): New function.
3818
3819 * dispextern.h: Declare hourglass_started.
3820
3821 * keyboard.c (Fexecute_extended_command): Restart hourglass
3822 after call to Fcompleting_read if already started.
3823
3824 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
3825 GTK main loop is entered in xterm.c, thus doing the redraw.
3826
3827 2005-03-10 Kim F. Storm <storm@cua.dk>
3828
3829 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
3830
3831 2005-03-08 Kenichi Handa <handa@m17n.org>
3832
3833 * frame.c (x_set_font): Call set_default_ascii_font if an
3834 available font is found.
3835
3836 * fontset.c (set_default_ascii_font): New function.
3837 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
3838
3839 * fontset.h (set_default_ascii_font): Extern it.
3840
3841 2005-03-07 Kim F. Storm <storm@cua.dk>
3842
3843 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
3844 (clear_image_cache_count): New var.
3845 (redisplay_internal): Don't clear face and image caches in the
3846 middle of redisplay; do it afterwards.
3847
3848 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
3849
3850 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
3851 is valid. If not, clear phys_cursor_on_p and return.
3852
3853 2005-03-07 Andreas Schwab <schwab@suse.de>
3854
3855 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
3856
3857 2005-03-06 Richard M. Stallman <rms@gnu.org>
3858
3859 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
3860
3861 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
3862 (Feval, Ffuncall): Use CHECK_CONS_LIST.
3863
3864 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
3865
3866 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
3867 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
3868
3869 2005-03-05 Juri Linkov <juri@jurta.org>
3870
3871 * emacs.c (USAGE1): Replace Info node name "command arguments"
3872 with "emacs invocation".
3873 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
3874 allow arguments `--color' and `MODE' to be separated by space.
3875 Add --no-blinking-cursor, -nbc.
3876 (standard_args): Add -nbc, --no-blinking-cursor.
3877
3878 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
3879
3880 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
3881 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
3882 * fileio.c (Fexpand_file_name) [VMS]:
3883 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
3884 * doc.c (munge_doc_file_name) [VMS]: Likewise.
3885 (Fsnarf_documentation): Call munge_doc_file_name.
3886
3887 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
3888
3889 * s/vms.h (FILE_SYSTEM_CASE): New macro.
3890 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
3891 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
3892
3893 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3894
3895 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
3896 defined (MAC_OSX) && defined (HAVE_CARBON)'.
3897
3898 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
3899
3900 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
3901 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
3902 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
3903 (mac_clear_font_name_table): Move extern to macterm.h.
3904
3905 * macfns.c (install_window_handler): Move extern to macterm.h.
3906 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
3907 valid. Don't check !NILP (dir) because it is already checked with
3908 CHECK_STRING.
3909 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
3910 specifying the default location and obtaining the selected filename.
3911
3912 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
3913
3914 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
3915 are included via Carbon.h.
3916
3917 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
3918 Define USE_CARBON_EVENTS to 1.
3919 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
3920 (x_free_frame_resources): Call remove_window_handler for
3921 non-tooltip windows.
3922 [TARGET_API_MAC_CARBON]: Don't include headers that are included
3923 via Carbon.h.
3924 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
3925 (mac_do_receive_dragUPP): New variables.
3926 (mac_handle_service_event, init_service_handler): Put declarations
3927 and definitions in #ifdef MAC_OSX.
3928 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
3929 drag-and-drop handler functions and register them.
3930 (remove_window_handler): New function.
3931 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
3932 Use fsspec_to_posix_pathname.
3933 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
3934 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
3935 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
3936 Set default cursors.
3937 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
3938 init_service_handler or init_quit_char_handler.
3939 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
3940
3941 * macterm.h (install_window_handler, remove_window_handler)
3942 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
3943 (mac_clear_font_name_table): New externs.
3944
3945 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
3946
3947 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
3948 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
3949 (Fexpand_file_name): Likewise.
3950
3951 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
3952
3953 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
3954 no longer special-case VMS. Add bogus return value.
3955
3956 2005-03-02 Kim F. Storm <storm@cua.dk>
3957
3958 * dispextern.h (XASSERTS): Define to 0 if not already defined.
3959 (xassert) [!XASSERTS]: Define dummy version.
3960
3961 2005-03-02 Kim F. Storm <storm@cua.dk>
3962
3963 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
3964 Reported by David Kastrup.
3965
3966 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
3967
3968 * xdisp.c (get_next_display_element): Fix control and escape
3969 glyph from display vector.
3970
3971 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
3974
3975 2005-02-27 Richard M. Stallman <rms@gnu.org>
3976
3977 * xdisp.c (fast_find_position): Rename END to BEG.
3978 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
3979
3980 2005-02-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3981
3982 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
3983 gtk_window_resize and x_wm_set_size_hint.
3984
3985 2005-02-25 Kim F. Storm <storm@cua.dk>
3986
3987 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
3988
3989 * xdisp.c (init_from_display_pos): Don't read past end of
3990 it->overlay_strings array.
3991
3992 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3993
3994 * buffer.c (syms_of_buffer): Fix typo.
3995
3996 2005-02-23 Lute Kamstra <lute@gnu.org>
3997
3998 * buffer.c (Foverlay_buffer): Doc fix.
3999
4000 2005-02-22 Kim F. Storm <storm@cua.dk>
4001
4002 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
4003 and symbol keys in alists and hash tables.
4004
4005 * xdisp.c (fast_find_position): Fix search for start of overlay.
4006
4007 2005-02-21 Kim F. Storm <storm@cua.dk>
4008
4009 * window.c (window_scroll_pixel_based): When scrolling backwards,
4010 handle partial visible line at end of window even when we hit PT.
4011
4012 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
4015
4016 2005-02-21 Kim F. Storm <storm@cua.dk>
4017
4018 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
4019 I think those asserts are bogus if buffer contains invisible text
4020 or images.
4021
4022 2005-02-21 David Kastrup <dak@gnu.org>
4023
4024 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
4025
4026 2005-02-20 Kim F. Storm <storm@cua.dk>
4027
4028 * xdisp.c (pos_visible_p): Be sure to move to the specified
4029 position. Always get the full ascent / descent of the
4030 corresponding row, to return reliable rtop and rbot values.
4031 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
4032 Must look one character back, as back_to_previous_line_start
4033 returns position after the newline.
4034 (move_it_vertically_backward): Fix heuristic for when to move further
4035 back in case line_height * 2/3 is larger than window height.
4036 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
4037 as it does not do anything anymore. Add arg current_matrix_p to
4038 use current matrix rather than desired matrix when set.
4039 (try_cursor_movement): Don't scroll to make cursor row fully
4040 visible if cursor didn't move. This avoids unexpected recentering
4041 in case of blinking cursor or accepting process output.
4042 Use current matrix to check cursor row visibility.
4043 (redisplay_window): Fix whether to recenter or move to top in case
4044 cursor line is taller than window height.
4045 (find_first_unchanged_at_end_row): Stop search if we reach a row
4046 which not enabled (instead of abort).
4047
4048 2005-02-18 Kim F. Storm <storm@cua.dk>
4049
4050 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
4051 to be nil in a :box attribute value list; customize prints that
4052 as lisp value when no box color is specified.
4053
4054 * .gdbinit (pitx, pit): Pretty print display iterator.
4055 (prowx, prow): Pretty print glyph row.
4056 (pcursorx, pcursor): Pretty print a window cursor.
4057 (pwinx, pwin): Pretty print struct window.
4058
4059 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * alloc.c (BLOCK_BYTES): Harmless typo.
4062
4063 2005-02-17 Andreas Schwab <schwab@suse.de>
4064
4065 * xfns.c (hack_wm_protocols): Use correct type for last parameter
4066 of XGetWindowProperty to avoid aliasing issues.
4067 (Fx_window_property): Likewise.
4068
4069 * xselect.c (Fx_disown_selection_internal): Use union of struct
4070 input_event and struct selection_input_event to avoid aliasing issues.
4071
4072 * xterm.c (handle_one_xevent): Use union of struct input_event and
4073 struct selection_input_event to avoid aliasing issues.
4074 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
4075
4076 2005-02-17 Kim F. Storm <storm@cua.dk>
4077
4078 * dispextern.h (enum it_method): New enum.
4079 (GET_FROM_*): Its members.
4080 (struct it): Change member method from function pointer to enum.
4081
4082 * xdisp.c (check_it, init_from_display_pos, handle_stop)
4083 (setup_for_ellipsis, handle_single_display_spec)
4084 (handle_composition_prop, next_overlay_string)
4085 (get_overlay_strings, reseat_1, reseat_to_string)
4086 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
4087 (in_display_vector_p, display_line, get_next_display_element):
4088 Change it->method from function pointer to enum.
4089 (get_next_element): New array to map it->method to function.
4090 (get_next_display_element): Use it.
4091 (set_iterator_to_next): Use switch instead of if/else chain.
4092
4093 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
4094
4095 * w32select.c: Summary: Thorough rework to implement Unicode
4096 clipboard operations and delayed rendering.
4097
4098 Drop last_clipboard_text and related code, keep track of
4099 ownership via clipboard_owner instead. Drop old #if0 sections.
4100
4101 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
4102 (clipboard_owner, modifying_clipboard, cfg_coding_system)
4103 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
4104 (current_coding_system, current_requires_encoding)
4105 (current_num_nls, current_clipboard_type, current_lcid):
4106 New static variables.
4107
4108 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
4109 (render, render_all, run_protected, lisp_error_handler)
4110 (owner_callback, create_owner, setup_config)
4111 (enum_locale_callback, cp_from_locale, coding_from_cp):
4112 New local functions.
4113
4114 (term_w32select, globals_of_w32select): New global functions.
4115
4116 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
4117 clipboard_owner instead. Use delayed rendering and provide
4118 all text formats. Provide CF_LOCALE if necessary.
4119
4120 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
4121 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
4122 available. Force DOS line-ends for decoding.
4123
4124 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
4125
4126 (syms_of_w32select): Init and register new variables.
4127
4128 * w32.h: Add prototypes for globals_of_w32select and
4129 term_w32select. Make the neighboring K&R declarations into
4130 prototypes, too.
4131
4132 * emacs.c: Include w32.h to get function prototypes.
4133 (main): Call globals_of_w32select.
4134
4135 * w32.c (term_ntproc): Call term_w32select.
4136
4137 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
4138
4139 2005-02-16 Kim F. Storm <storm@cua.dk>
4140
4141 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
4142 at end of display vector.
4143
4144 2005-02-15 Richard M. Stallman <rms@gnu.org>
4145
4146 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
4147 for mode and header lines.
4148
4149 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
4150
4151 * keymap.h (describe_map_tree): Change decl.
4152
4153 * keyboard.c (command_loop_1): Always use safe_run_hooks
4154 to run Qdeferred_action_function.
4155
4156 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
4157 (describe_map, describe_vector): Likewise. When it's 1,
4158 don't omit shadowed bindings, instead mark them as shadowed.
4159
4160 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
4161 for describe_map_tree. Pass 1 for MENTION_SHADOW.
4162
4163 * data.c (Fsetq_default): Allow no arg case.
4164
4165 2005-02-14 Kenichi Handa <handa@m17n.org>
4166
4167 * coding.c (encode_coding_string): Always return a unibyte string.
4168 If NOCOPY is nonzero and there's no need of encoding, make STR
4169 unibyte directly.
4170
4171 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
4172 multibyte string, signal an error instead of aborting.
4173
4174 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
4175
4176 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
4177
4178 2005-02-12 Kim F. Storm <storm@cua.dk>
4179
4180 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
4181
4182 2005-02-10 Kim F. Storm <storm@cua.dk>
4183
4184 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
4185 if it moves outside window or it doesn't display text.
4186
4187 2005-02-09 Kim F. Storm <storm@cua.dk>
4188
4189 * undo.c (Fprimitive_undo): Check that undo function does not
4190 switch buffer.
4191
4192 2005-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4193
4194 * xselect.c (selection_data_to_lisp_data): For the special case
4195 type == XA_ATOM, data contains array of int, not array of Atom.
4196 (x_property_data_to_lisp, selection_data_to_lisp_data):
4197 Comment update: data must be array of int for format == 32.
4198
4199 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
4202
4203 2005-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4204
4205 * xfns.c (Fx_change_window_property): Use long array when format is 32.
4206 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
4207 convert long array returned from XGetWindowProperty to an int array.
4208 (x_set_tool_bar_lines): Check that width and height is greater than
4209 zero before clearing area.
4210
4211 * xselect.c (x_reply_selection_request): Pass long array to
4212 XChangeProperty so that 64 bit longs are handeled correctly.
4213 (x_get_window_property): If format is 32 and long is bigger than 32
4214 bits convert data from XGetWindowProperty from long array to int array.
4215 (lisp_data_to_selection_data): When the input is a vector and the
4216 format is 32, allocate a long array even if long is bigger than 32 bits.
4217 (x_fill_property_data): Use char, short and long as the man page
4218 for XChangeProperty specifies. This way the data returned is OK for
4219 both 32 and 64 bit machines.
4220 (x_handle_dnd_message): Calculate size correctly even for 64 bit
4221 machines.
4222 (Fx_send_client_event): Undo change from 2005-02-05,
4223 x_fill_property_data now handles that case.
4224
4225 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
4226 reason for the approach in the code.
4227
4228 2005-02-07 Kim F. Storm <storm@cua.dk>
4229
4230 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
4231
4232 2005-02-06 Richard M. Stallman <rms@gnu.org>
4233
4234 * eval.c (Frun_hook_with_args)
4235 (Frun_hook_with_args_until_success)
4236 (Frun_hook_with_args_until_failure): Doc fixes.
4237
4238 2005-02-05 Andreas Schwab <schwab@suse.de>
4239
4240 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
4241
4242 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4243
4244 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
4245 the longs in a XClientMessageEvent correctly when long is 64 bits.
4246
4247 2005-02-05 Eli Zaretskii <eliz@gnu.org>
4248
4249 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
4250 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
4251
4252 2005-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4253
4254 * xmenu.c (menubar_selection_callback): Force out GTK buffered
4255 events so the menu event comes after them. This is to prevent sit-for
4256 from exiting on buffered events directly after a menu selection,
4257 lisp code for Help => About Emacs uses sit-for.
4258
4259 * gtkutil.c (create_menus): Connect selection-done event instead of
4260 the deactivate event to deactivate_cb. This will make the last
4261 leave event come before the call to deactivate_cb, so the leave
4262 event does not make sit-for exit after a menu selection.
4263
4264 2005-02-03 Kim F. Storm <storm@cua.dk>
4265
4266 * dispnew.c (build_frame_matrix_from_leaf_window)
4267 [!GLYPH_DEBUG]: Fix xassert.
4268
4269 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
4270
4271 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
4272
4273 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4274
4275 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
4276 the compiling OS version.
4277
4278 * macfns.c (x_create_tip_frame): Likewise.
4279
4280 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
4281
4282 2005-02-03 Richard M. Stallman <rms@gnu.org>
4283
4284 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
4285
4286 * xdisp.c (echo_area_display): Clear echo_message_buffer.
4287
4288 * buffer.c (Fbury_buffer): Doc fix.
4289
4290 2005-02-02 Steven Tamm <steventamm@mac.com>
4291
4292 * macfns.c (unwind_create_frame): Fix compile error due to
4293 xassert being uncondition, but predicate is.
4294 * dispnew.c (update_window): Fix compile error due to
4295 xassert being uncondition, but predicate is.
4296
4297 2005-02-02 Miles Bader <miles@gnu.org>
4298
4299 * dispextern.h (xassert): Enable unconditionally.
4300
4301 2005-02-02 Kim F. Storm <storm@cua.dk>
4302
4303 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
4304
4305 2005-02-02 Kenichi Handa <handa@m17n.org>
4306
4307 * casefiddle.c (casify_object): Enable changing characters of
4308 different byte length.
4309 (casify_region): Fix loop condition, args to replace_range_2, and
4310 update opoint_byte.
4311
4312 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
4313
4314 2005-02-01 Kim F. Storm <storm@cua.dk>
4315
4316 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
4317 stack before calling handle_display_prop.
4318
4319 2005-01-31 Kim F. Storm <storm@cua.dk>
4320
4321 * undo.c (Qapply): New lisp var.
4322 (syms_of_undo): Intern and staticpro it.
4323 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
4324 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
4325
4326 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
4327
4328 2005-01-30 Jesper Harder <harder@phys.au.dk>
4329
4330 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
4331 <mac-emulate-three-button-mouse>: Fix docstring indentation.
4332
4333 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
4334
4335 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
4336 Increase value to 3 Meg.
4337
4338 2005-01-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4339
4340 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
4341 button events are not received otherwise.
4342
4343 2005-01-29 Richard M. Stallman <rms@gnu.org>
4344
4345 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
4346
4347 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
4348
4349 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * keymap.c (access_keymap): YAILOM.
4352
4353 2005-01-27 Kim F. Storm <storm@cua.dk>
4354
4355 * xdisp.c (get_phys_cursor_geometry): New function to calculate
4356 phys cursor position and size for hollow cursor. Position is
4357 aligned with get_glyph_string_clip_rect and ensures that a hollow
4358 cursor is shown, even when the actual glyph is not visible.
4359
4360 * dispextern.h (get_phys_cursor_geometry): Add prototype.
4361
4362 * xterm.c (x_clip_to_row): Ensure y >= 0.
4363 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
4364
4365 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
4366
4367 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
4368
4369 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
4372
4373 2005-01-27 Kim F. Storm <storm@cua.dk>
4374
4375 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
4376 glyph, even when row is only partially visible and actual cursor
4377 position is not visible.
4378
4379 2005-01-24 Richard M. Stallman <rms@gnu.org>
4380
4381 * xterm.c (x_error_quitter): No longer static, and moved after
4382 x_error_handler.
4383
4384 2005-01-24 Kim F. Storm <storm@cua.dk>
4385
4386 * xdisp.c (move_it_by_lines): If we move forward after going too
4387 far back, cancel move if end position is same as start position.
4388
4389 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4390
4391 * dispextern.h (struct glyph_string): New members clip_head and
4392 clip_tail.
4393
4394 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
4395 region to the area between clip_head and clip_tail.
4396 (draw_glyphs): Record the area that need to be actually redrawn to
4397 the new variables clip_head and clip_tail when there are
4398 overhangs. Set values of these variables to the corresponding
4399 members in struct glyph_string. Refine x coordinates for
4400 notice_overwritten_cursor using clip_head and clip_tail.
4401
4402 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
4403
4404 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
4405 QDTextBounds.
4406 (x_draw_glyph_string): Don't fill the background of the successor
4407 of a glyph with a right overhang if the successor will draw a cursor.
4408 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
4409 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
4410
4411 2005-01-24 Kim F. Storm <storm@cua.dk>
4412
4413 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
4414 direction if window height was smaller than next-screen-context-lines.
4415 Now always scroll at least one line in the requested direction.
4416 Ensure that we actually do scroll backwards when requested to do so.
4417
4418 * xdisp.c (redisplay_window): Only try to make cursor line fully
4419 visible once (to avoid redisplay loop).
4420
4421 2005-01-23 Kim F. Storm <storm@cua.dk>
4422
4423 * window.c (Fpos_visible_in_window_p): Simplify return value for
4424 partially visible rows.
4425 (window_scroll_pixel_based): Adapt to that change.
4426
4427 * window.c (window_scroll_pixel_based): Force moving to next line
4428 if scrolling doesn't move start point, e.g. if looking at tall image.
4429
4430 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
4431 Clear last_height before calling line_bottom_y to get real height.
4432 Fix calculation of y.
4433
4434 2005-01-22 Steven Tamm <steventamm@mac.com>
4435
4436 * s/darwin.h: Removed PTY_ITERATION from here.
4437 (DARWIN): Define.
4438
4439 * process.c (init_process): Default process-connection-type to
4440 nil on darwin 6 or less, t if it is 7 or higher. This way the
4441 broken pty behavior is still allowed on darwin 6 for interactive
4442 processes for people that know what they are doing.
4443
4444 2005-01-22 Kim F. Storm <storm@cua.dk>
4445
4446 * window.c (auto_window_vscroll_p): New boolean.
4447 (syms_of_window): DEFVAR_BOOL it.
4448 (Fpos_visible_in_window_p): Extend return value to include RTOP
4449 and RBOT values if FULLY is nil.
4450 (window_scroll_pixel_based): Adjust vscroll for partially visible
4451 rows if auto_window_vscroll_p is set.
4452 (Fset_window_vscroll): Do nothing if vscroll is not modified.
4453
4454 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
4455 to return number of partially invisible pixels at top and bottom
4456 of the dislay row at POS.
4457
4458 * lisp.h (pos_visible_p): Fix prototype.
4459
4460 2005-01-21 Richard M. Stallman <rms@gnu.org>
4461
4462 * fileio.c (Fcopy_file): Doc fix.
4463
4464 2005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4465
4466 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
4467 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
4468 start of function for older compilers.
4469
4470 2005-01-20 Richard M. Stallman <rms@gnu.org>
4471
4472 * editfns.c (Fmessage): If arg is "", return "" (as before).
4473
4474 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
4475
4476 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
4477 variable.
4478
4479 2005-01-20 Steven Tamm <steventamm@mac.com>
4480
4481 * editfns.c (Voperating_system_release): Add.
4482 (init_editfns): Assign new variable operating-system-release
4483 based on call to uname if available.
4484 (get_operating_system_release): Add function to
4485 allow c-level access to operating system release.
4486
4487 * config.h: Regenerated.
4488
4489 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
4490 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
4491 using ptys as '7'.
4492
4493 2005-01-20 Kim F. Storm <storm@cua.dk>
4494
4495 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
4496
4497 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
4498 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
4499
4500 * macterm.c (x_draw_glyph_string_box): Likewise.
4501
4502 * w32term.c (x_draw_glyph_string_box): Likewise.
4503
4504 * indent.c (Fvertical_motion): Temporarily disable selective display.
4505
4506 2005-01-19 Kim F. Storm <storm@cua.dk>
4507
4508 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
4509 image property.
4510
4511 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
4512
4513 2005-01-18 Kim F. Storm <storm@cua.dk>
4514
4515 * xdisp.c (fast_find_position): Backtrack to find first row if
4516 charpos is inside a display overlay that spans multiple lines.
4517
4518 2005-01-18 Kenichi Handa <handa@m17n.org>
4519
4520 * coding.c (decode_coding_iso2022): Translate invalid codes if
4521 translation-table is specified.
4522
4523 2005-01-18 Kim F. Storm <storm@cua.dk>
4524
4525 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
4526 change. If handle_display_prop indicates newline is replaced by
4527 image or text, move back to start of relevant overlay or interval
4528 and continue scan from there. Simplify.
4529
4530 2005-01-17 Kim F. Storm <storm@cua.dk>
4531
4532 * dispnew.c (mode_line_string, marginal_area_string):
4533 Fix off-by-one error in search for glyph.
4534
4535 2005-01-16 Kim F. Storm <storm@cua.dk>
4536
4537 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
4538
4539 2005-01-16 Steven Tamm <steventamm@mac.com>
4540
4541 * macterm.c (mac_to_x_fontname): Remove spurious argument.
4542
4543 2005-01-16 Andreas Schwab <schwab@suse.de>
4544
4545 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
4546
4547 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4548
4549 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
4550 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
4551
4552 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4553
4554 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
4555 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
4556 New flags for readable_events.
4557 (get_filtered_input_pending, readable_filtered_events): Remove.
4558 (tracking_off): Call readable_events and get_input_pending with
4559 flag READABLE_EVENTS_DO_TIMERS_NOW.
4560 (readable_events): Move code from old readable_filtered_events here,
4561 but check new READABLE_EVENTS_* in argument flags instead of previous
4562 two boolean arguments do_timers_now and filter_events.
4563 If we are doing mouse tracking and the mouse moved, return only if
4564 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
4565 (swallow_events): Call get_input_pending with flag
4566 READABLE_EVENTS_DO_TIMERS_NOW.
4567 (get_input_pending): Move code from old get_filtered_input_pending
4568 here. Replace boolean arguments do_timers_now, filter_events with
4569 flags, and pass flags to readable_events. Document new
4570 READABLE_EVENTS_* flags.
4571 (detect_input_pending_ignore_squeezables): New function.
4572 (detect_input_pending_run_timers): Call get_input_pending with flag
4573 READABLE_EVENTS_DO_TIMERS_NOW.
4574 (Finput_pending_p): Call get_input_pending with flags
4575 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
4576
4577 * dispnew.c (update_window, update_frame_1): Replace calls to
4578 detect_input_pending with detect_input_pending_ignore_squeezables
4579 so that redisplay is not paused if the event queue contains only
4580 mouse movements.
4581
4582 * lisp.h: Declare detect_input_pending_ignore_squeezables.
4583
4584 2005-01-15 Steven Tamm <steventamm@mac.com>
4585
4586 * macterm.c (Vmac_use_core_graphics): Declare variable for
4587 mac-allow-anti-aliasing.
4588 (syms_of_macterm): DEFVAR_LISP and initialize it.
4589 (mac_draw_string_common): Use core graphics text rendering if
4590 mac-allow-anti-aliasing is enabled.
4591
4592 * macfns.c (Fx_file_dialog): Save As dialog includes only the
4593 file name in the text box.
4594
4595 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4596
4597 * macfns.c (x_set_foreground_color, x_set_background_color):
4598 Sync with xfns.c.
4599 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
4600 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
4601 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
4602
4603 2005-01-14 Kim F. Storm <storm@cua.dk>
4604
4605 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
4606
4607 2005-01-13 Richard M. Stallman <rms@gnu.org>
4608
4609 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
4610 if Voverriding_terminal_local_map is non-nil.
4611
4612 * keyboard.c (syms_of_keyboard): Doc fix.
4613
4614 2005-01-13 Kim F. Storm <storm@cua.dk>
4615
4616 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
4617 (specify 0 for FACE instead). Reorder arg list. Doc fix.
4618
4619 2005-01-12 Richard M. Stallman <rms@gnu.org>
4620
4621 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
4622 face property for characters that don't specify one.
4623
4624 * fns.c (Frequire): Record in load-history unconditionally.
4625
4626 2005-01-10 Kim F. Storm <storm@cua.dk>
4627
4628 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
4629
4630 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
4631 Callers changed.
4632 Add support to merge with lisp face id too (if face_name is t).
4633
4634 * xdisp.c (get_next_display_element, next_element_from_display_vector):
4635 Don't lookup lface_id from display table glyphs here; instead use
4636 merge_faces to merge the lisp face id into current face.
4637
4638 2005-01-09 Kim F. Storm <storm@cua.dk>
4639
4640 * dispextern.h (struct it): New member dpvec_face_id.
4641 (merge_into_realized_face): Add prototype.
4642
4643 * xfaces.c (merge_into_realized_face): New function. Used to
4644 merge escape-glyph face or face from display table into current face.
4645
4646 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
4647 (syms_of_xdisp): DEFVAR_LISP it.
4648 (escape_glyph_face): Remove var.
4649 (redisplay_window): Don't initialize it.
4650 (setup_for_ellipsis, get_next_display_element):
4651 Set it->dpvec_face_id to -1.
4652 (get_next_display_element): Test Vshow_nonbreak_escape.
4653 Do not setup escape_glyph_face.
4654 Properly merge escape-glyph face or face from display table with
4655 current face for escape and control characters.
4656 Set it->dpvec_face_id to relevant face id instead of adding it to each
4657 element of display vector.
4658 (next_element_from_display_vector): If it->dpvec_face_id is set,
4659 use that instead of lface_id from glyph itself.
4660
4661 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4662
4663 * xterm.h (struct x_output): New member, toolbar_detached.
4664
4665 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
4666 38.
4667 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
4668 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
4669 (xg_create_tool_bar): Initialize toolbar_detached.
4670 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
4671 toolbar_detached is zero.
4672
4673 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4674
4675 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
4676 gtk_menu_popup if not for_click, so callbacks for the menu are called.
4677
4678 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
4679 (xg_tool_bar_callback, xg_tool_bar_help_callback)
4680 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
4681
4682 * xselect.c (x_get_foreign_selection, x_fill_property_data)
4683 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
4684 XFLOAT_DATA to get extract number from Lisp object.
4685
4686 2005-01-07 Kim F. Storm <storm@cua.dk>
4687
4688 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
4689 Set stop_charpos to current charpos instead of 0.
4690
4691 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
4692
4693 * xdisp.c (Fformat_mode_line): First arg now required.
4694
4695 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4696
4697 * macterm.c (XLoadQueryFont): Correctly handle 0 size
4698 font widths that are returned from some Japanese fonts.
4699
4700 2005-01-06 Kim F. Storm <storm@cua.dk>
4701
4702 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
4703 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
4704 (destroy_fringe_bitmap): Set fringe_faces element to nil.
4705 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
4706 fringe_faces array and init elements to nil.
4707 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
4708 non-persistent face id.
4709 (mark_fringe_data): New function for GC.
4710
4711 * alloc.c (mark_fringe_data): Declare extern.
4712 (Fgarbage_collect): Call mark_fringe_data.
4713
4714 * alloc.c (overrun_check_free): Invalidate freed memory if
4715 XMALLOC_CLEAR_FREE_MEMORY is defined.
4716
4717 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4718
4719 * macfns.c: Include sys/param.h.
4720 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
4721 and function.
4722 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
4723 of filename string. Set event callback function when creating
4724 dialog boxes. Add code conversions for filenames. Don't dispose
4725 of apple event descriptor record if failed to create it.
4726
4727 * macterm.c: Include sys/param.h.
4728 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
4729 kEventWindowUpdate.
4730 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
4731 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
4732 of FSSpec from apple event descriptor record.
4733 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
4734 size of filename string.
4735 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
4736 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
4737 file dialog is in action.
4738 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
4739 Reject only when there are no filename items. Set background color
4740 before (un)highlighting the window below the dragged items.
4741 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
4742
4743 2005-01-05 Romain Francoise <romain@orebokech.com>
4744
4745 * term.c (encode_terminal_code): Fix buffer size computation.
4746
4747 2005-01-04 Richard M. Stallman <rms@gnu.org>
4748
4749 * xdisp.c (Fformat_mode_line): Doc fix.
4750
4751 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * alloc.c (refill_memory_reserve): Move.
4754 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
4755 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
4756
4757 2005-01-03 Richard M. Stallman <rms@gnu.org>
4758
4759 * window.c (window_scroll_pixel_based): Don't correct preserve_y
4760 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
4761
4762 2005-01-03 Jason Rumney <jasonr@gnu.org>
4763
4764 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
4765 fontp->space_width to FONT_WIDTH so they are valid.
4766
4767 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
4768 average width. Set fontp->average_width and fontp->space_width to
4769 their appropriate values.
4770
4771 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
4772 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
4773 fontp->space_width.
4774
4775 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4776
4777 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
4778 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
4779 metrics for max and min bounds.
4780 (x_load_font): Correctly calculate average font width metrics.
4781
4782 2005-01-02 Richard M. Stallman <rms@gnu.org>
4783
4784 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
4785
4786 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4787
4788 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
4789
4790 2004-12-31 Richard M. Stallman <rms@gnu.org>
4791
4792 * xdisp.c (setup_for_ellipsis, get_next_display_element):
4793 Set it->ellipsis_p to 1 or 0.
4794 (display_line): Record whether row ends in mid-ellipsis.
4795 (set_cursor_from_row): If ends in ellipsis, find start of it.
4796 (cursor_row_p): If PT's at the end of the ellipsis the row
4797 ends within, don't display cursor on this row.
4798
4799 * dispextern.h (struct it): New element ellipsis_p.
4800 (struct glyph_row): New element ends_in_ellipsis_p.
4801
4802 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
4803 position if we're reading from something other than the buffer.
4804
4805 * window.c (window_scroll_pixel_based): Only look at
4806 Vscroll_preserve_screen_position if the old PT can't be kept.
4807 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
4808
4809 2004-12-30 Kim F. Storm <storm@cua.dk>
4810
4811 * xdisp.c (get_line_height_property): New function extracted from
4812 original calc_line_height_property.
4813 (calc_line_height_property): Rework. Handle t and (nil . ratio).
4814 (x_produce_glyphs): Use them to handle line-height and
4815 line-spacing according to new height spec.
4816 (Qtotal): Remove.
4817 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
4818
4819 2004-12-30 Kenichi Handa <handa@m17n.org>
4820
4821 * fileio.c (Finsert_file_contents): Don't use
4822 current_buffer->buffer_file_coding_system even if REPLACE is
4823 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
4824
4825 * fontset.h (struct font_info): New members space_width and
4826 average_width.
4827
4828 * frame.h (struct frame): New member space_width.
4829 (FRAME_SPACE_WIDTH): New macro.
4830
4831 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
4832
4833 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
4834 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
4835 fontp->space_width.
4836 (x_load_font): Calculate fontp->space_width and fontp->average_width.
4837 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
4838
4839 * xdisp.c (x_produce_glyphs): Calculate tab width by
4840 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
4841
4842 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
4843
4844 * macterm.c (SelectionRange): Add Xcode position apple event struct.
4845 (do_ae_open_documents): Handle Xcode-style file position open events.
4846
4847 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
4848
4849 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
4850
4851 2004-12-29 Richard M. Stallman <rms@gnu.org>
4852
4853 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
4854
4855 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4856
4857 * macfns.c (install_window_handler): Modify extern to return OSErr
4858 value.
4859 (mac_window): Handle return value of install_window_handler.
4860
4861 * macterm.c (reflect_byte): Remove function.
4862 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
4863 Lookup table instead.
4864 (mac_do_font_lists): Simplify calculation of the longest
4865 nonspecial string.
4866 (init_mac_drag_n_drop): Remove function and declaration.
4867 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
4868 init_mac_drag_n_drop.
4869 (mac_do_track_drag): New function and declaration.
4870 (install_window_handler): Return OSErr value.
4871 (install_window_handler) [TARGET_API_MAC_CARBON]:
4872 Register handlers for tracking/receiving drag-and-drop items.
4873 (do_ae_open_documents): Generate unibyte strings for filenames.
4874 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise.
4875 Reject only non-filename items. Set event modifiers, and return value.
4876
4877 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4878
4879 * coding.c (decode_coding): Fix previous change.
4880
4881 2004-12-28 Richard M. Stallman <rms@gnu.org>
4882
4883 * xdisp.c (back_to_previous_visible_line_start):
4884 Don't call handle_display_prop.
4885
4886 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
4887
4888 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
4889 (decode_coding_emacs_mule, encode_coding_emacs_mule)
4890 (decode_coding_iso2022, encode_designation_at_bol)
4891 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
4892 (decode_coding): Constify arguments and local vars.
4893
4894 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4895
4896 * xmenu.c (popup_get_selection): Only pop down dialogs
4897 on C-g and Escape.
4898 (popup_get_selection): Remove parameter down_on_keypress.
4899 (create_and_show_popup_menu, create_and_show_dialog):
4900 Remove parameter down_on_keypress to popup_get_selection.
4901
4902 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4903
4904 * dispextern.h: Change HAVE_CARBON to MAC_OS.
4905 (struct glyph_string): Likewise.
4906
4907 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
4908 mac_initialize.
4909
4910 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
4911 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
4912
4913 * fns.c (vector): Change MAC_OSX to MAC_OS.
4914
4915 * frame.c (x_set_frame_parameters, x_report_frame_params)
4916 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
4917 (x_set_border_width, Vdefault_frame_scroll_bars):
4918 Change HAVE_CARBON to MAC_OS.
4919
4920 * image.c [MAC_OS]: Include sys/stat.h.
4921 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
4922 QuickTimeComponents.h.
4923
4924 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
4925 [!MAC_OSX] (select): Use mac_wait_next_event.
4926 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
4927 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
4928 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
4929 (mac_clear_font_name_table): Add extern.
4930 (Fmac_clear_font_name_table): New defun.
4931 (syms_of_mac): Defsubr it.
4932 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
4933 [MAC_OSX] (select_and_poll_event): New function.
4934 [MAC_OSX] (sys_select): Use it.
4935 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
4936 [MAC_OSX && SELECT_USE_CFSOCKET]
4937 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
4938 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
4939 RunLoop for simultaneously monitoring two kinds of inputs, window
4940 events and process outputs, without periodically polling.
4941
4942 * macfns.c (mac_initialized): Remove extern.
4943 (stricmp): Put in #if 0. All callers changed to use xstricmp in
4944 xfaces.c.
4945 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
4946 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
4947 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
4948 (mac_get_rdb_resource): New function (from w32reg.c).
4949 (x_get_string_resource): Use it.
4950 (install_window_handler): Add extern.
4951 (mac_window): New function.
4952 (Fx_create_frame): Use it instead of make_mac_frame.
4953 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
4954 (Fx_open_connection, Fx_close_connection): New defuns.
4955 (syms_of_macfns): Defsubr them.
4956 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
4957 Add kWindowNoUpdatesAttribute to the window attribute.
4958 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
4959 (x_create_tip_frame): Don't call ShowWindow.
4960 (Fx_show_tip): Call ShowWindow.
4961 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
4962 TARGET_API_MAC_CARBON'.
4963 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
4964 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
4965
4966 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
4967 (Window): Typedef to WindowPtr and move outside `#if
4968 TARGET_API_MAC_CARBON'.
4969 (XSizeHints): New struct.
4970
4971 * macterm.c (x_update_begin, x_update_end)
4972 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
4973 frame.
4974 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
4975 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
4976 (construct_mouse_click): Put in #if 0.
4977 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
4978 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
4979 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
4980 (activate_scroll_bars, deactivate_scroll_bars)
4981 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
4982 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
4983 if the position is neither user-specified nor program-specified.
4984 (x_free_frame_resources): Free size_hints.
4985 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
4986 (mac_clear_font_name_table): New function.
4987 (mac_do_list_fonts): Initialize font_name_table if needed.
4988 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
4989 around mac_do_list_fonts.
4990 (mac_unload_font): New function.
4991 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
4992 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
4993 and definitions with #if TARGET_API_MAC_CARBON.
4994 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
4995 (install_window_handler): Add decl.
4996 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
4997 window. Use UpdateControls. Get the rectangle that should be
4998 updated and restrict the target of expose_frame to it.
4999 (do_grow_window): Set minimum height/width according to size_hints.
5000 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
5001 (do_zoom_window): Don't use x_set_window_size.
5002 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
5003 (install_window_handler): New function.
5004 [!USE_CARBON_EVENTS] (mouse_region): New variable.
5005 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
5006 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
5007 GetEventDispatcherTarget inside BLOCK_INPUT.
5008 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
5009 Update mouse_region when mouse is moved.
5010 (make_mac_frame): Remove.
5011 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
5012 Initialize mouse pointer shapes. Change values of f->left_pos and
5013 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
5014 Don't call ShowWindow.
5015 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
5016 Vinvocation_name and Vsystem_name.
5017 (mac_make_rdb): New function (from w32term.c).
5018 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
5019 already been opened. Don't pass argument to
5020 mac_initialize_display_info. Don't set dpyinfo->height/width.
5021 Add entries to x_display_list and x_display_name_list.
5022 (x_delete_display): New function.
5023 (mac_initialize): Don't call mac_initialize_display_info.
5024 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
5025
5026 * macterm.h (check_mac): Add extern.
5027 (struct mac_output): New member size_hints.
5028 (FRAME_SIZE_HINTS): New macro.
5029 (mac_unload_font): Add extern.
5030
5031 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
5032
5033 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
5034
5035 2004-12-27 Richard M. Stallman <rms@gnu.org>
5036
5037 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
5038 (syms_of_buffer): Don't defsubr it.
5039
5040 * process.c (list_processes_1): Set undo_list instead
5041 of calling Fbuffer_disable_undo.
5042
5043 * xdisp.c (single_display_spec_string_p): Rename from
5044 single_display_prop_string_p.
5045 (single_display_spec_intangible_p): Rename from
5046 single_display_prop_intangible_p.
5047 (handle_single_display_spec): Rename from handle_single_display_prop.
5048 Rewritten to be easier to understand.
5049
5050 Change in load-history format. Functions now get (defun . NAME),
5051 and variables get just NAME.
5052
5053 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
5054
5055 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
5056 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
5057 (Qdefvar): Var deleted.
5058 (syms_of_eval): Don't initialze it.
5059
5060 * lread.c (syms_of_lread) <load-history>: Doc fix.
5061
5062 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5063
5064 * xmenu.c (popup_get_selection): Pop down on C-g.
5065 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
5066 pops down menu on C-g.
5067 (xdialog_show): If dialog popped down and no button in the dialog was
5068 pushed, call Fsignal to quit.
5069 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
5070 Fsignal to quit.
5071
5072 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
5073
5074 * gtkutil.c (xg_initialize): Install bindings for C-g so that
5075 dialogs and menus pop down.
5076
5077 2004-12-27 Kenichi Handa <handa@m17n.org>
5078
5079 * coding.c (code_convert_region): Fix calculation of `ratio'.
5080
5081 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5082
5083 * gtkutil.c (update_frame_tool_bar): Make the value of
5084 tool-bar-button-margin control margins of images in tool bar.
5085
5086 * alloc.c (check_depth): New variable.
5087 (overrun_check_malloc, overrun_check_realloc): Only add
5088 overhead and write check pattern if check_depth is 1 (to handle
5089 recursive calls). Increase/decrease check_depth in entry/exit.
5090 (overrun_check_free): Only check for overhead if check_depth is 1.
5091 Increase/decrease check_depth in entry/exit.
5092
5093 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5094
5095 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
5096 before touching input_available_clear_time, to avoid accessing it
5097 from multiple threads.
5098
5099 2004-12-23 Jason Rumney <jasonr@gnu.org>
5100
5101 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
5102 of JPEG library.
5103
5104 2004-12-22 Richard M. Stallman <rms@gnu.org>
5105
5106 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
5107
5108 * lisp.h (Vundo_outer_limit): Fix decl.
5109
5110 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
5111 Uses changed.
5112 (syms_of_undo): Initialize appropriately.
5113 (truncate_undo_list): If it's nil, there's no limit.
5114
5115 2004-12-22 Kenichi Handa <handa@m17n.org>
5116
5117 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
5118
5119 2004-12-21 Richard M. Stallman <rms@gnu.org>
5120
5121 * eval.c (unwind_to_catch): Clear immediate_quit.
5122
5123 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
5124 specially as `\ ' and `\-'.
5125
5126 * keyboard.c (kbd_buffer_store_event_hold):
5127 In the code for while-no-input, handle immediate_quit.
5128
5129 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
5130 Call that at the very start.
5131 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
5132 (syms_of_alloc): Don't define undo-limit,
5133 undo-strong-limit and undo-outer-limit here.
5134
5135 * undo.c (truncate_undo_list): Return void.
5136 Take just one argument, the buffer.
5137 Make it current, and inhibit recursive GC.
5138 Access and update the undo list directly; return void.
5139 Refer to the undo...limit variables directly.
5140 Test undo_outer_limit only after counting the whole current command.
5141 When it's exceeded, call the function in undo-outer-limit-function.
5142 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
5143 (Vundo_outer_limit_function): New variable.
5144 (syms_of_undo): Define undo-limit, undo-strong-limit
5145 and undo-outer-limit here, and undo-outer-limit-function.
5146 Doc fixes.
5147
5148 * lisp.h (truncate_undo_list): Update decl.
5149
5150 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
5151
5152 * fileio.c (Fread_file_name): Delete duplicates in
5153 file-name-history when history_delete_duplicates is true.
5154
5155 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5156
5157 * macterm.c (mac_do_list_fonts): Fix memory leak
5158
5159 2004-12-20 Richard M. Stallman <rms@gnu.org>
5160
5161 * regex.c (re_match_2_internal) <symend, wordend>:
5162 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
5163
5164 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5165
5166 * macterm.c (endif, x_font_name_to_mac_font_name):
5167 Use maccentraleurroman instead of maccentraleuropean
5168 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
5169 quickly finding a specific font without needing regexps.
5170
5171 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5172
5173 * syssignal.h: Declare main_thread.
5174 (SIGNAL_THREAD_CHECK): New macro.
5175
5176 * keyboard.c (input_available_signal): Move thread checking code
5177 to macro SIGNAL_THREAD_CHECK and call that macro.
5178 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
5179
5180 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
5181
5182 * emacs.c: Define main_thread.
5183 (main): Initialize main_thread.
5184 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
5185 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
5186
5187 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
5188
5189 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
5190
5191 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
5192
5193 * process.c (send_process_trap, sigchld_handler):
5194 Call SIGNAL_THREAD_CHECK.
5195
5196 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
5197
5198 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
5199
5200 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
5201 returning when xg_ignore_gtk_scrollbar is true.
5202
5203 2004-12-14 Kim F. Storm <storm@cua.dk>
5204
5205 * keyboard.c (read_char): Save and restore echo_string when
5206 handling input method.
5207
5208 2004-12-13 Richard M. Stallman <rms@gnu.org>
5209
5210 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
5211
5212 * keyboard.c (Vthrow_on_input): New variable.
5213 (syms_of_keyboard): Defvar and initialize it.
5214 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
5215
5216 * lisp.h (QUIT): Check for Vthrow_on_input.
5217 (Vthrow_on_input): Declare it.
5218
5219 2004-12-13 Kim F. Storm <storm@cua.dk>
5220
5221 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
5222 vector.
5223
5224 2004-12-12 Richard M. Stallman <rms@gnu.org>
5225
5226 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
5227
5228 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
5229 (Ftry_completion): Really use outer `zero'; eliminate inner one.
5230
5231 2004-12-12 Kenichi Handa <handa@m17n.org>
5232
5233 * term.c (encode_terminal_code): Fix previous change.
5234
5235 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * keyboard.c (handle_async_input): Remove pthread mutex handling.
5238 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
5239
5240 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
5241 in macro arguments.
5242
5243 * minibuf.c (Ftry_completion, Fall_completions): Don't use
5244 XFASTINT blindly.
5245
5246 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
5247
5248 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5249
5250 * w32term.c (x_calc_absolute_position): Remove calculation of
5251 difference between inner and outer window. Don't subtract difference
5252 for left and top calculations.
5253
5254 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
5255 for left and top calculations. Remove call to x_real_positions.
5256 [Bug report by Drew Adams in November]
5257 (x_check_expected_move): Do not set change_gravity to 1 when calling
5258 x_set_offset.
5259
5260 2004-12-08 Richard M. Stallman <rms@gnu.org>
5261
5262 * xdisp.c (get_next_display_element): Use `escape-glyph' for
5263 control chars and escaped octal codes.
5264 (Qescape_glyph): New variable.
5265 (syms_of_xdisp): Initialize it.
5266 (escape_glyph_face): New variable.
5267 (redisplay_window): Initialize it.
5268
5269 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
5270
5271 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
5272 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
5273
5274 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5275
5276 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
5277 reset_malloc_hooks.
5278
5279 * keyboard.c (handle_async_input, input_available_signal):
5280 Add ! defined (SYSTEM_MALLOC) around thread code.
5281
5282 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
5283
5284 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
5287
5288 * config.in: Regenerate.
5289
5290 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5291
5292 * xmenu.c (Fx_popup_menu): Correct documentation about position.
5293 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
5294 if not given by a mouse click to correspond with x-popup-menu
5295 documentation.
5296
5297 * config.in: Regenerate.
5298
5299 * gtkutil.c: Include signal.h and syssignal.h.
5300 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
5301
5302 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
5303 new variables main_thread and alloc_mutex,
5304 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
5305 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
5306 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
5307 (UN)BLOCK_INPUT.
5308 (emacs_blocked_free, emacs_blocked_malloc)
5309 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
5310 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
5311 (reset_malloc_hooks): New function.
5312
5313 * lisp.h: Declare reset_malloc_hooks.
5314
5315 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
5316
5317 * keyboard.c: Conditionally include pthread.h
5318 (handle_async_input, input_available_signalt): If not in the main
5319 thread, block signal, send signal to main thread and return.
5320
5321 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
5322 Set current folder in file chooser if default_filename is a directory.
5323
5324 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
5327 Remove redundant correctness checks.
5328 (regex_compile): Fix up error codes for \{..\} expressions.
5329
5330 2004-12-05 Richard M. Stallman <rms@gnu.org>
5331
5332 * regex.c (regex_compile): Fix end-of-pattern case for space.
5333
5334 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5335
5336 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
5337 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
5338 crashes with invalid characters.
5339 * macmenu.c (add_menu_item): Use it.
5340 * image.c (image_load_quartz2d): Likewise.
5341 * macfns.c (x_set_name, x_set_title): Likewise.
5342 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
5343 creating them each time for labels.
5344
5345 2004-12-02 Richard M. Stallman <rms@gnu.org>
5346
5347 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
5348 don't use it here.
5349
5350 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
5351 (interactive_p): Skip Scalled_interactively_p frames
5352 like Sinteractive_p frames.
5353 (unwind_to_catch): Clear handling_signal.
5354
5355 * data.c (Fmake_variable_buffer_local): Doc fix.
5356 (Fmake_local_variable): Doc fix.
5357
5358 * insdel.c (insert_from_string_before_markers)
5359 (insert_from_string): Don't modify buffer on empty insertion.
5360
5361 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
5362
5363 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5364
5365 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
5366 menu text as UTF8 fails.
5367
5368 2004-12-01 Kim F. Storm <storm@cua.dk>
5369
5370 * alloc.c: Add commentary for last change.
5371 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
5372 sizeof(size_t) != 4.
5373 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
5374 Use them. Also clear header and trailer of freed memory.
5375 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
5376 (string_overrun_cookie): Rename from string_overrun_pattern.
5377 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
5378
5379 2004-12-01 Andreas Schwab <schwab@suse.de>
5380
5381 * lisp.h: Declare string_to_multibyte.
5382
5383 2004-12-01 Kenichi Handa <handa@m17n.org>
5384
5385 * w32console.c (w32con_write_glyphs): Decide coding here.
5386 Adjusted for the change of encode_terminal_code.
5387
5388 * term.c (encode_terminal_code): Don't make it "static".
5389
5390 2004-11-30 Kenichi Handa <handa@m17n.org>
5391
5392 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
5393 (encode_terminal_code): Argument changed. Encode all
5394 characters at once, and return a pointer to the result of encoding.
5395 (write_glyphs): Decide coding here. Adjusted for the above change.
5396 (insert_glyphs): Likewise.
5397 (term_init): Initialize encode_terminal_bufsize to 0.
5398
5399 * coding.c (Vcode_conversion_workbuf_name): New variable.
5400 (syms_of_coding): Initialize and staticpro it.
5401 (set_conversion_work_buffer): New function.
5402 (run_pre_post_conversion_on_str): Use it.
5403 (run_pre_write_conversin_on_c_str): New function.
5404
5405 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
5406
5407 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5408
5409 * keyboard.c: Don't undef SIGIO
5410 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
5411 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
5412 (macfns.o): Don't depend on ccl.h.
5413 * macfns.c (mac_frame_parm_handlers): Set handlers for
5414 Qleft_fringe and Qright_fringe.
5415 * macterm.c (mac_fill_rectangle_to_pixmap)
5416 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
5417 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
5418 Put in #if 0.
5419 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
5420 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
5421 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
5422 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
5423 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
5424 XDrawImageString. Always draw background and foreground separately.
5425 (x_draw_image_foreground): Use clipping instead of computing the
5426 intersection rectangle.
5427 (x_draw_image_glyph_string): Don't draw an image with mask to a
5428 pixmap.
5429 (x_redisplay_interface): Set flush_display_optional member to 0.
5430 (XTread_socket): Correctly reset the TEConverter
5431 object.
5432
5433 2004-11-30 Kim F. Storm <storm@cua.dk>
5434
5435 * lisp.h: New defines to enable buffer overrun checking.
5436 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
5437 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
5438
5439 * alloc.c: Add more checks for buffer overruns.
5440 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
5441 xmalloc_overrun_check_trailer, overrun_check_malloc)
5442 overrun_check_realloc, overrun_check_free): Add.
5443 (GC_STRING_EXTRA, string_overrun_pattern): Add.
5444 (check_sblock, allocate_string_data, compact_small_strings):
5445 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
5446 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
5447 (check_string_free_list): Add.
5448 (allocate_string, sweep_strings): Call check_string_free_list.
5449
5450 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
5451 XMALLOC_OVERRUN_CHECK to avoid crash during load.
5452
5453 2004-11-29 Kim F. Storm <storm@cua.dk>
5454
5455 * fns.c (concat): Use SAFE_ALLOCA.
5456
5457 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * sysdep.c (emacs_write): Don't use QUIT.
5460
5461 2004-11-29 Kenichi Handa <handa@m17n.org>
5462
5463 * buffer.c (init_buffer): Set current_buffer->directory to a
5464 multibyte string made by string_to_multibyte.
5465
5466 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
5467
5468 2004-11-27 Andreas Schwab <schwab@suse.de>
5469
5470 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
5471
5472 * s/gnu-linux.h: Enable no-op gcpros on ia64.
5473 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
5474
5475 * filelock.c (lock_file_1): Call get_boot_time early.
5476 Increase buffer size.
5477
5478 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5479
5480 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
5481 is not defined.
5482
5483 2004-11-27 Kim F. Storm <storm@cua.dk>
5484
5485 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
5486 marker out of doc string.
5487
5488 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
5491 which was not mentioned in the log.
5492
5493 2004-11-26 Kim F. Storm <storm@cua.dk>
5494
5495 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
5496 angle bitmaps at top/bottom line.
5497
5498 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
5499 set it when it->method is set to next_element_from_display_vector.
5500 (setup_for_ellipsis): Add LEN argument. Callers changed.
5501 Set it->saved_face_id.
5502 (get_next_display_element): Use loop instead of recursion.
5503 Set it->saved_face_id. Combine duplicate code for ctr chars.
5504 (next_element_from_display_vector): Do not set it->saved_face_id.
5505 (next_element_from_ellipsis): Use setup_for_ellipsis.
5506
5507 2004-11-26 Eli Zaretskii <eliz@gnu.org>
5508
5509 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
5510 prevent compiler warnings.
5511
5512 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * keyboard.c (command_loop_1): Print a message describing the key
5515 the user just pressed when this key has no binding.
5516
5517 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
5518 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
5519
5520 * lread.c (readchar): Check QUIT when `getc' is interrupted.
5521
5522 2004-11-24 Richard M. Stallman <rms@gnu.org>
5523
5524 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
5525
5526 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
5527
5528 2004-11-24 Kim F. Storm <storm@cua.dk>
5529
5530 * xdisp.c (move_it_in_display_line_to, display_line):
5531 Restore saved_face_id also when truncate-lines or hscrolled.
5532
5533 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5534
5535 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
5536 x-use-old-gtk-file-dialog.
5537
5538 * xfns.c: Define x_use_old_gtk_file_dialog.
5539 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
5540 outside ifdef USE_GTK.
5541
5542 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
5545 Don't use XFASTINT blindly.
5546
5547 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
5548
5549 * indent.c (skip_invisible): Avoid non-idempotent side-effects
5550 in macro arguments.
5551
5552 * keymap.c (Flookup_key): Check INTEGERP before XINT.
5553
5554 * lread.c (oblookup): Don't use XFASTINT blindly.
5555
5556 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
5557 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
5558
5559 2004-11-23 Kim F. Storm <storm@cua.dk>
5560
5561 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
5562 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
5563
5564 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
5565 signal_p is zero and face name is unknown.
5566 (Fx_list_fonts): Don't signal error in lookup_named_face.
5567 (Fface_font): Signal error in lookup_named_face.
5568 (ascii_face_of_lisp_face): Likewise.
5569
5570 * dispextern.h (lookup_named_face): Fix prototype.
5571
5572 * xdisp.c (handle_single_display_prop): Don't signal error in
5573 lookup_named_face for unknown fringe face name.
5574 (highlight_trailing_whitespace): Don't signal error in
5575 lookup_named_face if trailing-whitespace face unknown.
5576 (calc_line_height_property): Don't signal error in
5577 lookup_named_face if specified face name is unknown.
5578
5579 * fringe.c (update_window_fringes): Show top row indicator if
5580 window has header-line. Don't show arrow at bob and eob
5581 if the boundary indicators are not used.
5582 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
5583
5584 * window.c (set_window_buffer): Clear display_error_modiff.
5585
5586 2004-11-22 Kim F. Storm <storm@cua.dk>
5587
5588 * fringe.c (update_window_fringes): Provide sensible fall-back
5589 value for non-nil indicate-buffer-boundaries setting.
5590
5591 2004-11-22 Markus Rost <rost@ias.edu>
5592
5593 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
5594
5595 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
5598
5599 2004-11-21 Kim F. Storm <storm@cua.dk>
5600
5601 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
5602
5603 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
5604 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
5605
5606 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
5607 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
5608
5609 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
5610 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
5611
5612 * xdisp.c (move_it_in_display_line_to, display_line):
5613 Restore saved_face_id if overflow-newline-into-fringe is enabled and
5614 line is continued before or in middle of element from display vector.
5615
5616 * indent.c (Fvertical_motion): Fix last change. Use another
5617 method to detect if iterator moved too far ahead after reseat.
5618
5619 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
5620 expand matrix width for overflow in zero-width area.
5621 (append_glyph, append_composite_glyph, produce_image_glyph)
5622 (append_stretch_glyph): Use it to avoid loop in redisplay.
5623 (note_mode_line_or_margin_highlight): Don't let help-echo from
5624 string override help-echo from image map.
5625
5626 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
5627
5628 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
5629 * callint.c (Fcall_interactively): Ditto.
5630
5631 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * minibuf.c (Fminibuffer_complete_and_exit):
5634 Fixup the case of the completed value, for case-indep completion.
5635
5636 2004-11-20 Richard M. Stallman <rms@gnu.org>
5637
5638 * lisp.h (Fread_from_minibuffer): Add arg in decl.
5639
5640 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
5641 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
5642
5643 * search.c (Vsearch_spaces_regexp):
5644 Rename from Vsearch_whitespace_regexp. All uses changed.
5645
5646 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5647
5648 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
5649
5650 2004-11-19 Richard M. Stallman <rms@gnu.org>
5651
5652 * search.c (Vsearch_whitespace_regexp): New variable.
5653 (syms_of_search): Defvar it.
5654 (compile_pattern_1): Call re_set_whitespace_regexp with it.
5655 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
5656 is non-nil.
5657 (struct regexp_cache): New element whitespace_regexp.
5658 (syms_of_search): Initialize whitespace_regexp elements.
5659 (compile_pattern): Compare whitespace_regexp elements.
5660 (compile_pattern_1): Set whitespace_regexp elements.
5661
5662 * regex.c (regex_compile): Substitute whitespace_regexp
5663 for spaces, if it is nonzero.
5664 (whitespace_regexp): New variable.
5665 (re_set_whitespace_regexp): New function.
5666
5667 2004-11-19 Kim F. Storm <storm@cua.dk>
5668
5669 * indent.c (Fvertical_motion): Fix last change.
5670
5671 2004-11-18 Kim F. Storm <storm@cua.dk>
5672
5673 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
5674 Instead, move back again if reseating moves too far ahead.
5675
5676 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
5677
5678 * xdisp.c (message3): Call clear_message.
5679
5680 2004-11-17 Kim F. Storm <storm@cua.dk>
5681
5682 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
5683
5684 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5685
5686 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
5687
5688 * xmenu.c (x_menu_in_use): Remove.
5689 (x_menu_set_in_use): Also set popup_activated_flag.
5690
5691 * xfns.c (Fx_file_dialog): Call popup_activated instead of
5692 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
5693
5694 * xterm.h (x_menu_in_use): Remove.
5695
5696 2004-11-16 Richard M. Stallman <rms@gnu.org>
5697
5698 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
5699 Use map-keymap-internal to implement that.
5700
5701 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
5702
5703 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
5706 a window before using XWINDOW.
5707
5708 * window.c (make_window, Fselect_window, make_dummy_parent)
5709 (save_window_save):
5710 * frame.c (make_frame):
5711 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
5712
5713 * lisp.h (NILP): Use EQ rather than XFASTINT.
5714
5715 2004-11-16 Kim F. Storm <storm@cua.dk>
5716
5717 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
5718
5719 * indent.c (Fvertical_motion): Fix last change. Only reseat when
5720 moving backwards.
5721
5722 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
5723
5724 * dispextern.h: Extern reseat_at_previous_visible_line_start.
5725
5726 2004-11-16 Kenichi Handa <handa@m17n.org>
5727
5728 * xdisp.c (display_mode_element): Fix previous change (calculate
5729 end position of substring to display correctly).
5730
5731 2004-11-16 Kim F. Storm <storm@cua.dk>
5732
5733 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
5734 Reported by Andrew M. Scott.
5735
5736 2004-11-15 Kim F. Storm <storm@cua.dk>
5737
5738 * fns.c (Fsafe_plist_get): New defun.
5739 (syms_of_fns): Defsubr it.
5740
5741 * lisp.h (Fsafe_plist_get): Add EXFUN.
5742
5743 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
5744 Use Fsafe_plist_get.
5745 (note_mode_line_or_margin_highlight, note_mouse_highlight):
5746 Fix image map element parsing. Use Fsafe_plist_get.
5747
5748 2004-11-15 Richard M. Stallman <rms@gnu.org>
5749
5750 * xdisp.c (get_next_display_element): Fix previous change.
5751
5752 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5753
5754 * window.c (shrink_windows): Handle special case of one window left
5755 when trying to shrink the final reminder. Grow windows if
5756 total_removed is less than total_shrink.
5757
5758 * xmenu.c (pop_down_menu): Remove global variable current_menu,
5759 extract pointer from arg with XSAVE_VALUE.
5760 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
5761 Construct arg to record_unwind_protect with make_save_value.
5762
5763 2004-11-13 Richard M. Stallman <rms@gnu.org>
5764
5765 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
5766 (get_next_display_element): Fix previous change to apply only to \n.
5767
5768 * indent.c (Fvertical_motion): Scan to PT from start of line to
5769 make iterator consistent.
5770
5771 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
5772
5773 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5774
5775 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
5776
5777 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
5778 Record unwind with clean_up_file_dialog.
5779
5780 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
5781 Declare.
5782
5783 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
5784
5785 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5786
5787 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
5788 (xg_file_sel_destroy): Remove.
5789 (xg_file_response_cb, pop_down_file_dialog)
5790 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
5791 New functions.
5792 (xg_get_file_with_chooser, xg_get_file_with_selection):
5793 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
5794 Move common code to xg_get_file_name. Return widget created.
5795 (xg_get_file_name): Set name, transient for, modal and destroy
5796 with parent here. Connect response signal to xg_file_response_cb,
5797 connect delete-event to gtk_true. Record pop_down_file_dialog
5798 for unwind. Do event loop and call x_menu_wait_for_event in loop.
5799 (xg_create_widget): Make dialogs modal.
5800
5801 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
5802 Lisp_Object.
5803 (popup_get_selection): Move unwind protect ...
5804 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
5805 Move destroy of widget to pop_down_menu.
5806 (popup_widget_loop): Move unwind protect ...
5807 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
5808 Move destroy of widget to pop_down_menu.
5809 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
5810 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
5811 x_mouse_leave and grabbed = 0 to pop_down_menu.
5812
5813 2004-11-13 Kim F. Storm <storm@cua.dk>
5814
5815 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
5816 (syms_of_xdisp): DEFVAR_BOOL it.
5817 (make_cursor_line_fully_visible, try_cursor_movement)
5818 (try_window_id): Use it.
5819
5820 2004-11-12 Kim F. Storm <storm@cua.dk>
5821
5822 * dispextern.h (struct glyph_row): New member extra_line_spacing.
5823 (struct it): New member max_extra_line_spacing.
5824 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
5825 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
5826 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
5827 part of last line is only extra line spacing (so the text on the
5828 line is fully visible). Use helper macros.
5829 Add W arg (to use them). All callers changed.
5830 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
5831 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
5832
5833 * window.c (window_scroll_pixel_based, Frecenter):
5834 Use move_it_vertically_backward directly.
5835 (Frecenter): Fix calculation of new start pos for negative arg.
5836 Before, the new start pos was sometimes chosen too far back, so
5837 the last line became only partially visible, and thus would be
5838 either only semi-visible or automatically scrolled to the middle
5839 of the window by redisplay.
5840
5841 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
5842 (move_it_vertically_backward): Don't recure to move further back.
5843 (move_it_vertically): Remove superfluous condition.
5844 (move_it_by_lines): Clear last_height when moved 0 lines.
5845 (resize_mini_window): Use it.max_extra_line_spacing.
5846 (display_tool_bar_line): Clear row->extra_line_spacing.
5847 (try_scrolling): Use move_it_vertically_backward directly.
5848 (redisplay_window): Likewise.
5849 (compute_line_metrics): Set row->extra_line_spacing.
5850 (display_line, display_string): Likewise.
5851 (x_produce_glyphs): Update it->max_extra_line_spacing.
5852
5853 * xmenu.c (pop_down_menu): Return nil.
5854
5855 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5856
5857 * xmenu.c (x_menu_wait_for_event): New function.
5858 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
5859 to handle timers.
5860 (popup_widget_loop): Add argument do_timers.
5861 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
5862 do_timers to popup_widget_loop.
5863 (xmenu_show): Call XMenuActivateSetWaitFunction so that
5864 x_menu_wait_for_event is called by XMenuActivate.
5865 (create_and_show_popup_menu): Pass 1 for do_timers to
5866 popup_get_selection.
5867 (pop_down_menu): New function.
5868 (popup_get_selection, popup_widget_loop): Unwind protect to
5869 pop_down_menu.
5870 (popup_widget_loop): Add argument widget.
5871 (create_and_show_popup_menu, create_and_show_dialog): Pass new
5872 argument widget to popup_widget_loop.
5873
5874 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
5877
5878 2004-11-09 Kim F. Storm <storm@cua.dk>
5879
5880 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
5881 Fix various comments referring to XEvents instead of input events.
5882 (x_queue_event): Fix format strings.
5883 (x_stop_queuing_selection_requests): Likewise.
5884
5885 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
5886 (pint2hrstr): Add extra braces to silence compiler.
5887
5888 * print.c (print_object): Fix format string.
5889
5890 * lread.c (read1): Fix next_char matching.
5891
5892 * lisp.h (Fdelete): Add EXFUN.
5893 (replace_range_2): Add prototype.
5894
5895 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
5896
5897 * intervals.h (NULL_INTERVAL_P): Add separate version when
5898 ENABLE_CHECKING is not defined to silence compiler.
5899 (compare_string_intervals): Add prototype.
5900
5901 * fringe.c (destroy_fringe_bitmap): Fix return type.
5902 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
5903
5904 * emacs.c (Fdump_emacs): Fix format string.
5905
5906 * doc.c: Include <ctype.h>.
5907 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
5908
5909 * data.c (store_symval_forwarding): Remove unused variables.
5910
5911 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
5912
5913 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5914
5915 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
5916 to ${OLDXMENU}.
5917
5918 2004-11-09 Kim F. Storm <storm@cua.dk>
5919
5920 * process.c (Fmake_network_process): Remove kludge for interrupted
5921 connects on BSD. If connect is interrupted, just close socket and
5922 start over rather than sleeping and retry with same socket.
5923
5924 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5925
5926 * .cvsignore: Add buildobj.lst.
5927
5928 * doc.c: New variable Vbuild_files.
5929 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
5930 file names from buildobj.lst. Only attach docstrings from files
5931 that are in Vbuild_files.
5932 (syms_of_doc): Defvar Vbuild_files.
5933
5934 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
5935 and w32*.o.
5936 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
5937 (mostlyclean): Rm buildobj.lst
5938
5939 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
5940 is linked.
5941
5942 2004-11-09 Kim F. Storm <storm@cua.dk>
5943
5944 * fringe.c (update_window_fringes): Update fringe bitmaps if
5945 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
5946 also update previous row to get rid of misc. artifacts.
5947
5948 2004-11-08 Kim F. Storm <storm@cua.dk>
5949
5950 * xdisp.c (fast_find_position): Fix start pos if header line present.
5951 (note_mouse_highlight): Clear mouse face if we move out of text area.
5952
5953 2004-11-08 Eli Zaretskii <eliz@gnu.org>
5954
5955 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
5956 Don't include <sys/time.h> explicitly.
5957 Include <stdio.h> unconditionally, not just on MacOS.
5958
5959 2004-11-08 Kenichi Handa <handa@m17n.org>
5960
5961 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
5962 don't pay attention to '\' before '*'.
5963 (fontset_pattern_regexp): Change the meaning of the second arg.
5964 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
5965 (check_fontset_name): Try NAME as literal at first, and if it
5966 failes, try NAME as pattern.
5967
5968 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5969
5970 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
5971
5972 2004-11-07 Andreas Schwab <schwab@suse.de>
5973
5974 * lisp.h (Fmsdos_downcase_filename): Declare.
5975 * dired.c (Fmsdos_downcase_filename): Don't declare here.
5976 * fileio.c: Likewise.
5977
5978 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5979
5980 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
5981 comparisons with integers instead of Lisp_Object address.
5982 (Fmsdos_set_keyboard): Declare argument allkeys.
5983
5984 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
5985
5986 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
5987 int/Lisp_Object mixup.
5988
5989 * fileio.c: Ditto.
5990
5991 2004-11-06 Steven Tamm <steventamm@mac.com>
5992
5993 * editfns.c: Need to include sys/time.h before resource.h on darwin.
5994
5995 2004-11-06 Richard M. Stallman <rms@gnu.org>
5996
5997 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
5998
5999 * xfaces.c (merge_named_face): GCPRO the face_name in the
6000 named_merge_point struct that we make.
6001 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
6002
6003 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
6004 before deciding whether to inactivate mark.
6005
6006 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
6007
6008 * config.in: Regenerate (add HAVE_GETRUSAGE).
6009 * editfns.c (Fget_internal_run_time): New function.
6010 (syms_of_data): Defsubr it.
6011 * fns.c (sxhash): As far as possible, merge calculation of
6012 hash code for symbols and strings.
6013
6014 2004-11-06 Eli Zaretskii <eliz@gnu.org>
6015
6016 * frame.c (syms_of_frame): Fix the example in the doc string.
6017
6018 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6019
6020 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
6021
6022 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
6023 (create_and_show_dialog): Revert change from 2004-10-31.
6024
6025 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6026
6027 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
6028
6029 2004-11-05 Kim F. Storm <storm@cua.dk>
6030
6031 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
6032
6033 * fileio.c (Ffile_modes): Doc fix.
6034 (auto_save_1): Check for Ffile_modes nil value.
6035
6036 2004-11-05 Kim F. Storm <storm@cua.dk>
6037
6038 * xselect.c (struct selection_event_queue, selection_queue)
6039 (x_queue_selection_requests, x_queue_event)
6040 (x_start_queuing_selection_requests)
6041 (x_stop_queuing_selection_requests): Add new queue for selection
6042 input events to replace previous XEvent queue in xterm.c.
6043 (queue_selection_requests_unwind): Adapt to new queue.
6044 (x_reply_selection_request): Adapt to new queue.
6045 Unexpect wait_object in case of x errors (memory leak).
6046 (x_handle_selection_request, x_handle_selection_clear): Make static.
6047 (x_handle_selection_event): New function. May queue selection events.
6048 (wait_for_property_change_unwind): Use save_value instead of cons.
6049 Clear property_change_reply_object.
6050 (wait_for_property_change): Abort if already waiting.
6051 Use save_value instead of cons for unwind data.
6052 (x_handle_property_notify): Skip events already arrived, but don't
6053 free them, as "arrived" field is checked by wait_for_property_change,
6054 and it will be freed by unwind or explicit unexpect_property_change.
6055 (x_get_foreign_selection): Add to new queue.
6056 (receive_incremental_selection): Don't unexpect wait_object when done
6057 as it has already been freed by previous wait_for_property_change.
6058
6059 * xterm.h (x_start_queuing_selection_requests)
6060 (x_stop_queuing_selection_requests, x_handle_selection_request)
6061 (x_handle_selection_clear): Remove prototypes.
6062 (x_handle_selection_event): Add prototype.
6063
6064 * xterm.c (handle_one_xevent): Don't queue X selection events
6065 here, it may be too late if we start queuing after we have already
6066 stored some selection events into the kbd buffer.
6067 (struct selection_event_queue, queue, x_queue_selection_requests)
6068 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
6069 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
6070 (x_catch_errors_unwind): Block input around final XSync.
6071
6072 * keyboard.h (kbd_buffer_unget_event): Add prototype.
6073
6074 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
6075 (kbd_buffer_unget_event): New function.
6076 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
6077 and use x_handle_selection_event.
6078 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
6079
6080 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6081
6082 * xselect.c (TRACE3): New debug macro.
6083 (x_reply_selection_request): Use it.
6084 (receive_incremental_selection): In call to TRACE0, the name of
6085 a symbol is in xname.
6086
6087 2004-11-05 Kim F. Storm <storm@cua.dk>
6088
6089 * fontset.c (fontset_pattern_regexp): Use unsigned char.
6090
6091 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6092
6093 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
6094
6095 * gtkutil.h (use_old_gtk_file_dialog): Declare.
6096
6097 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
6098 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
6099 * xfns.c (syms_of_xfns): ... to here.
6100
6101 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
6102 it doesn't start with /.
6103
6104 2004-11-04 Kenichi Handa <handa@m17n.org>
6105
6106 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
6107 treat it as a literal character.
6108
6109 2004-11-03 Kim F. Storm <storm@cua.dk>
6110
6111 * .gdbinit (ppt): New function.
6112
6113 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6114
6115 * xterm.c (x_window_to_scroll_bar): Only call
6116 xg_get_scroll_id_for_window if toolkit scroll bars are used.
6117
6118 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
6119 of save.
6120
6121 2004-11-02 Andreas Schwab <schwab@suse.de>
6122
6123 * window.c (Fscroll_right): Fix last change.
6124
6125 2004-11-02 Kim F. Storm <storm@cua.dk>
6126
6127 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
6128
6129 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6130
6131 * callproc.c (Fcall_process): Block input around vfork.
6132
6133 2004-11-02 Kim F. Storm <storm@cua.dk>
6134
6135 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
6136 (syms_of_eval): Defsubr it.
6137
6138 2004-11-02 Richard M. Stallman <rms@gnu.org>
6139
6140 * insdel.c (replace_range_2): New function.
6141
6142 * casefiddle.c (casify_region): Handle changes in byte-length
6143 using replace_range_2.
6144
6145 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
6146
6147 * xdisp.c (back_to_previous_visible_line_start):
6148 Subtract 1 from pos when checking previous newline for invisibility.
6149
6150 * window.c (window_scroll_pixel_based): Update preserve_y
6151 for header line if any.
6152 (Fscroll_left, Fscroll_right): Don't call interactive_p;
6153 use a new second argument instead.
6154
6155 * eval.c (Fcall_interactive_p): New function.
6156 (interactive_p): Don't test INTERACTIVE here.
6157 (Finteractive_p): Doc fix.
6158
6159 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
6160
6161 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
6162
6163 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
6164 comparing font names.
6165
6166 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6167
6168 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
6169 Fx_file_dialog if only directories should be read.
6170
6171 * lisp.h: Fx_file_dialog takes 5 parameters.
6172
6173 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
6174 Add parameter only_dir_p.
6175 In Motif version, don't put DEFAULT_FILENAME in filter part of the
6176 dialog, just text field part. Do not add DEFAULT_FILENAME
6177 to list of files if it isn't there.
6178 In GTK version, pass only_dir_p parameter to xg_get_file_name.
6179
6180 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
6181 Check only_dir_p instead of comparing prompt to "Dired". When using
6182 a save dialog, add option kNavDontConfirmReplacement, change title
6183 to "Enter name", change text for save button to "Ok".
6184
6185 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
6186 Check only_dir_p instead of comparing prompt to "Dired".
6187
6188 * gtkutil.c (xg_get_file_with_chooser)
6189 (xg_get_file_with_selection): New functions, only defined ifdef
6190 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
6191 respectively.
6192 (xg_get_file_name): Add parameter only_dir_p.
6193 Call xg_get_file_with_chooser or xg_get_file_with_selection
6194 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
6195 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
6196
6197 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
6198
6199 * config.in: Rebuild (added HAVE_GTK_FILE_*).
6200
6201 2004-11-01 Kim F. Storm <storm@cua.dk>
6202
6203 * process.c (connect_wait_mask, num_pending_connects):
6204 Only declare and use them if NON_BLOCKING_CONNECT is defined.
6205 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
6206 (IF_NON_BLOCKING_CONNECT): New helper macro.
6207 (wait_reading_process_output): Only declare and use local vars
6208 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
6209
6210 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
6211
6212 * w32term.c (x_scroll_run): Delete region objects after use.
6213
6214 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6215
6216 * xmenu.c: Add prototypes for forward function declarations.
6217 (popup_get_selection): Remove parameter do_timers, remove call to
6218 timer_check.
6219 (create_and_show_popup_menu, create_and_show_dialog):
6220 Remove parameter do_timers from call to popup_get_selection.
6221
6222 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
6223 tool_bar_items and assign the result to f->tool_bar_items if
6224 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
6225 tool_bar_items to assignment of result.
6226
6227 * atimer.c (alarm_signal_handler): Do not call set_alarm if
6228 pending_atmers is non-zero.
6229
6230 2004-10-31 Kim F. Storm <storm@cua.dk>
6231
6232 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
6233
6234 2004-10-28 Will <will@glozer.net>
6235
6236 * macterm.c: Allow user to assign key modifiers to the Mac Option
6237 key via a 'mac-option-modifier' variable.
6238
6239 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
6242 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
6243 (x_handle_selection_request, x_handle_selection_clear)
6244 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
6245
6246 2004-10-28 Richard M. Stallman <rms@gnu.org>
6247
6248 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
6249
6250 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
6251
6252 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
6255 comment-starter over a 1-char one.
6256
6257 2004-10-27 Richard M. Stallman <rms@gnu.org>
6258
6259 * xdisp.c (get_next_display_element): In mode lines,
6260 treat newline and tab like other control characters.
6261
6262 * editfns.c (Fmessage): Doc fix.
6263
6264 * indent.c (vmotion): When moving up, check the newline before.
6265 Make prevline an int, not a Lisp_Object.
6266
6267 2004-10-27 Kim F. Storm <storm@cua.dk>
6268
6269 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
6270 Only allocate info and discarded tables once.
6271
6272 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
6273 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
6274 (SAFE_FREE): Test it to determine if we need to unwind to free.
6275 Remove size arg. All users changed.
6276 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
6277
6278 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6279
6280 * gtkutil.c: Put empty line between comment and function body.
6281 (xg_destroy_widgets): Rename from remove_from_container.
6282 Just destroy all widgets in list. Argument wcont removed.
6283 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
6284 instead of remove_from_container.
6285 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
6286 (free_frame_tool_bar): Add comment.
6287
6288 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
6289 is not NULL before strcmp.
6290
6291 2004-10-26 Kim F. Storm <storm@cua.dk>
6292
6293 * callint.c (Fcall_interactively): Add 'U' code to get the
6294 up-event discarded by a previous 'k' or 'K' argument.
6295
6296 2004-10-26 David Kastrup <dak@gnu.org>
6297
6298 * buffer.c (syms_of_buffer): Fix a few typos.
6299
6300 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6301
6302 * xsmfns.c: Put empty line between comment and function body.
6303 Use two spaces before comment end.
6304
6305 2004-10-25 Kenichi Handa <handa@m17n.org>
6306
6307 * fontset.c (fontset_pattern_regexp): Optimize for the case that
6308 PATTERN is full XLFD.
6309
6310 2004-10-24 Kenichi Handa <handa@m17n.org>
6311
6312 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
6313
6314 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
6315 (regex_compile): Return REG_ERANGEX if appropriate.
6316
6317 2004-10-22 Kenichi Handa <handa@m17n.org>
6318
6319 * editfns.c (Ftranslate_region_internal): New function.
6320 (syms_of_editfns): Defsubr it.
6321
6322 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6323
6324 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
6325
6326 2004-10-21 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
6327
6328 * xterm.h (x_output): New member `xic_base_fontname'.
6329 (FRAME_XIC_BASE_FONTNAME): New macro.
6330 (xic_free_xfontset): Declare.
6331
6332 * xfns.c (xic_create_xfontset): Share fontsets between frames
6333 based on base_fontname.
6334 (xic_free_xfontset): New function.
6335 (free_frame_xic): Use it.
6336 (xic_set_xfontset): Ditto.
6337
6338 * xterm.c (xim_destroy_callback): Ditto.
6339
6340
6341 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
6342
6343 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
6344
6345 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6346
6347 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
6348 XSync.
6349
6350 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
6351 New variables and constant.
6352 (main): Calculate heap_bss_diff. If we are dumping and the
6353 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
6354 and exec ourself again.
6355 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
6356 print a warning.
6357
6358 * lastfile.c: Make my_endbss and my_endbss_static available on all
6359 platforms.
6360
6361 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
6362 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
6363
6364 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
6365
6366 * data.c (Flocal_variable_if_set_p): Doc fix.
6367
6368 2004-10-19 Jason Rumney <jasonr@gnu.org>
6369
6370 * w32.c (init_environment): Set emacs_dir correctly when running
6371 emacs from the build directory.
6372
6373 2004-10-19 Richard M. Stallman <rms@gnu.org>
6374
6375 * editfns.c (Fdelete_and_extract_region):
6376 If region is empty, return null string.
6377
6378 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6379
6380 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
6381 and canon_width.
6382 (xg_frame_cleared): Remove.
6383
6384 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
6385 (xg_find_top_left_in_fixed): Remove.
6386 (xg_create_scroll_bar): Put an event box widget between
6387 the scroll bar widget and the edit widget.
6388 (xg_show_scroll_bar): Show the parent widget (the event box).
6389 (xg_remove_scroll_bar): Destroy parent (the event box) also.
6390 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
6391 Move the parent (the event box) widget inside the fixed widget.
6392 Move window clear to xterm.c.
6393
6394 * gtkutil.h (xg_frame_cleared): Remove.
6395
6396 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
6397 (x_scroll_bar_create, XTset_vertical_scroll_bar):
6398 Remove arguments left and width to xg_update_scrollbar_pos.
6399 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
6400
6401 2004-10-19 Kenichi Handa <handa@m17n.org>
6402
6403 * xdisp.c (display_mode_element): Fix display of wide chars.
6404
6405 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6406
6407 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
6408 gdk_window_clear and move gdk_window_process_all_updates after
6409 clear so events are sent to the X server in correct order.
6410
6411 2004-10-18 Kenichi Handa <handa@m17n.org>
6412
6413 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
6414 comparing font names.
6415 (fs_query_fontset): Use fast_string_match for comparing fontset names.
6416 (list_fontsets): Likewise.
6417
6418 * search.c (fast_string_match_ignore_case): New function.
6419
6420 * lisp.h (fast_string_match_ignore_case): Extern it.
6421
6422 2004-10-17 Kim F. Storm <storm@cua.dk>
6423
6424 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
6425 than bitmap if there is not left fringe.
6426 (get_overlay_arrow_glyph_row): Also used on windows system.
6427 (display_line): Display overlay string if no left fringe.
6428
6429 2004-10-16 Jason Rumney <jasonr@gnu.org>
6430
6431 * w32fns.c (w32_font_match): Encode font name being matched.
6432
6433 2004-10-16 Richard M. Stallman <rms@gnu.org>
6434
6435 * window.c (Fspecial_display_p): Doc fix.
6436
6437 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
6438
6439 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
6440 Don't ignore menus, because where-is-internal already does it for us.
6441
6442 2004-10-15 Kim F. Storm <storm@cua.dk>
6443
6444 * xdisp.c (redisplay_window): Only update fringes and vertical
6445 border on window frames.
6446
6447 2004-10-14 Andreas Schwab <schwab@suse.de>
6448
6449 * m/ia64.h (DATA_SEG_BITS): Don't define.
6450
6451 2004-10-14 Kim F. Storm <storm@cua.dk>
6452
6453 * xterm.h: Include Xutil.h after keysym.h to work around bug
6454 in some X versions.
6455
6456 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6457
6458 * fns.c (map_char_table): Add missing gcpros.
6459
6460 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * keymap.c (get_keymap): An autoload form is not a keymap.
6463
6464 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
6465
6466 2004-10-13 Kim F. Storm <storm@cua.dk>
6467
6468 * callproc.c (Fcall_process): Simplify handling of display arg.
6469 Resume `display_on_the_fly' once a coding system is determined.
6470
6471 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
6472
6473 2004-10-12 Kim F. Storm <storm@cua.dk>
6474
6475 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
6476 caller, such as call-process, is not going to poll for input.
6477 (calc_line_height_property): Handle case where it->object is nil.
6478
6479 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
6480
6481 2004-10-12 Kenichi Handa <handa@m17n.org>
6482
6483 * xdisp.c (get_next_display_element):
6484 If unibyte_display_via_language_environment is zero, display 8-bit
6485 chars in octal in unibyte buffer.
6486
6487 2004-10-12 Kim F. Storm <storm@cua.dk>
6488
6489 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
6490 are no ordinary bindings.
6491
6492 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6493
6494 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
6495
6496 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6497
6498 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
6499 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
6500 (make_mac_frame): Add BLOCK_INPUT around the making of a
6501 terminal frame.
6502 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
6503 * macgui.h (mktime): Use emacs_mktime.
6504 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
6505 Make a cancel file-open dialog be like C-g.
6506 * mac.c (mktime): Use emacs_mktime.
6507 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
6508 (Fmac_paste_function): Add better error handling for carbon cut/paste.
6509
6510 2004-10-10 Kim F. Storm <storm@cua.dk>
6511
6512 * keyboard.c (timer_resume_idle): New function to resume idle
6513 timer without resetting timers on the idle list.
6514 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
6515 (timer_start_idle, timer_stop_idle): Declare static.
6516 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
6517
6518 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
6519
6520 2004-10-08 Steven Tamm <steventamm@mac.com>
6521
6522 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
6523 * macterm.c (mac_check_for_quit_char): Remove warning for using
6524 NULL where 0 should be used.
6525 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
6526 objc/malloc.h
6527 * mac.c: Include time.h for Tiger compatibility.
6528
6529 2004-10-07 Kim F. Storm <storm@cua.dk>
6530
6531 * xdisp.c (redisplay_window): Fix flicker on vertical line between
6532 windows. Update vertical line after drawing window fringes, but
6533 only if actually drawing any bitmaps--or there is no fringe.
6534
6535 * xterm.c (x_update_window_end): Likewise.
6536 * macterm.c (x_update_window_end): Likewise.
6537 * w32term.c (x_update_window_end): Likewise.
6538
6539 * fringe.c (draw_window_fringes): Return value now indicates if
6540 any fringe bitmaps were redrawn (or there are no fringes).
6541
6542 * dispextern.h (draw_window_fringes): Update prototype.
6543
6544 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6545
6546 * macfns.c (mac_get_window_bounds): Add extern.
6547 (x_real_positions): Use mac_get_window_bounds.
6548
6549 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
6550 xmenu.c (YAILOM).
6551
6552 * macterm.c [!MAC_OSX]: Include Windows.h.
6553 (front_emacs_window): Rename from mac_front_window. All uses
6554 changed. Return the frontmost non-tooltip emacs window.
6555 (mac_get_window_bounds): New function.
6556 (x_calc_absolute_position): Use the difference of width and height
6557 between the inner and outer window.
6558 (x_set_offset): Specify window position by the coordinae of the
6559 outer window. Adjust the position if the title bar is completely
6560 outside the screen.
6561 (app_is_suspended, app_sleep_time): Remove unused variables.
6562 (do_app_resume, do_app_suspend): Remove their contents because
6563 window-activate/deactivate events will do the job.
6564 (do_zoom_window): Remove unused variables. Make compliant to the
6565 standard way of zooming. Set f->left_pos and f->top_pos.
6566 (XTread_socket): Don't use argument `expected'. Don't use
6567 FrontWindow to determine the clicked window. Exclude unprocessed
6568 mouseUp cases in the early stage. Add parentheses to fix operator
6569 precedence.
6570 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
6571
6572 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
6573
6574 * config.in: Regenerate.
6575
6576 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
6577 HAVE_EXECSHIELD.
6578
6579 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6580
6581 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
6582 a row if Alt or Meta has been found for that row. Also stop scanning
6583 for Keysyms for that row.
6584
6585 2004-10-04 Kim F. Storm <storm@cua.dk>
6586
6587 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
6588 to list. Include overlay arrow bitmap in return value.
6589
6590 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
6591 bars with fractional column width. If scroll bar separates two
6592 windows, move it towards the window it belongs to. Only update
6593 the padding area below the scroll bar widget when necessary,
6594 i.e. when scroll bar widget is created, moved, or resized.
6595
6596 * xdisp.c (define_frame_cursor1): Do not change frame cursor
6597 while tracking/dragging mouse.
6598 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
6599
6600 * window.c (coordinates_in_window): Relax check for cursor
6601 on vertial border between mode lines.
6602 (Fset_window_fringes): Do not allow negative widths.
6603 (Fset_window_scroll_bars): Likewise.
6604
6605 * .gdbinit (pp): Shorthand for p ARG + pr.
6606 (ff): New command: flush frame updates (X only).
6607
6608 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
6609
6610 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
6611
6612 2004-09-30 Kenichi Handa <handa@m17n.org>
6613
6614 * process.c (send_process): Free composition data.
6615
6616 * fileio.c (Finsert_file_contents): Free composition data.
6617
6618 * coding.c (code_convert_region): Don't skip ASCIIs if there are
6619 compositions to encode.
6620 (encode_coding_string): Likewise. Free composition data.
6621
6622 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
6623
6624 * coding.c (code_convert_region): Free composition data.
6625
6626 2004-09-29 Kim F. Storm <storm@cua.dk>
6627
6628 * fringe.c: Remove limit on number of bitmaps.
6629 (fringe_bitmaps, fringe_faces): Change to pointers.
6630 (max_fringe_bitmaps): New var.
6631 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
6632 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
6633
6634 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
6635 (struct glyph_row): Reorder fringe_bitmap related fields.
6636 (struct it): Likewise.
6637
6638 * w32term.c (fringe_bmp): Change to pointer.
6639 (max_fringe_bmp): New var.
6640 (w32_define_fringe_bitmap): Expand fringe_bmp.
6641 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
6642 (w32_destroy_fringe_bitmap): Likewise.
6643
6644 2004-09-29 Kim F. Storm <storm@cua.dk>
6645
6646 * fringe.c: Simplify last change.
6647 (lookup_fringe_bitmap): New function.
6648 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
6649 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
6650 Keep standard bitmaps in Vfringe_bitmaps.
6651 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
6652 (Fset_fringe_bitmap_face): Likewise.
6653
6654 * dispextern.h (lookup_fringe_bitmap): Add prototype.
6655 (valid_fringe_bitmap_p): Remove prototype.
6656
6657 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
6658
6659 2004-09-29 Kim F. Storm <storm@cua.dk>
6660
6661 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
6662 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
6663
6664 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
6665
6666 * fringe.c (Vfringe_bitmaps): New variable.
6667 (syms_of_fringe): DEFVAR_LISP it.
6668 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
6669 Change arg to Lisp_Object and fail if not an integer.
6670 (get_fringe_bitmap_name, resolve_fringe_bitmap)
6671 (destroy_fringe_bitmap): New functions.
6672 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
6673 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
6674 clear its fringe property.
6675 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
6676 Fdestroy_fringe_bitmap.
6677 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
6678 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
6679 and set fringe property. Signal error if no free slots.
6680 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
6681 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
6682
6683 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
6684 symbols with a fringe property.
6685
6686 2004-09-27 Kim F. Storm <storm@cua.dk>
6687
6688 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
6689 Doc fix. Format may now be a symbol or alist, not a cons.
6690
6691 * fringe.c (update_window_fringes): Handle new formats of
6692 indicate-buffer-boundaries (symbol or alist). No longer
6693 allow a simple cons.
6694 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
6695
6696 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6697
6698 * config.in: Rebuild.
6699
6700 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6701
6702 * config.in: Rebuild.
6703
6704 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
6705
6706 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * xterm.c (x_term_init): Work around a bug in some X servers.
6709
6710 2004-09-18 Richard M. Stallman <rms@gnu.org>
6711
6712 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
6713
6714 * xdisp.c (try_window_reusing_current_matrix):
6715 Handle the case where we reach the old displayed text,
6716 out of sync with the old line boundary.
6717
6718 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * fileio.c (Finsert_file_contents): Fix case of replacement in a
6721 narrowed buffer.
6722
6723 2004-09-14 Kim F. Storm <storm@cua.dk>
6724
6725 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
6726
6727 * xfaces.c (Qface_no_inherit): New var.
6728 (syms_of_xfaces): Intern and staticpro it.
6729 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
6730 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
6731 Don't increment face_change_count when face has non-nil
6732 face-no-inherit property.
6733
6734 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
6737 (Fbyte_code): Remove dead code after `wrong_type_argument'.
6738
6739 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
6740 before doing the mark_stack_check_gcpros since they're not on the stack.
6741
6742 2004-09-12 Kim F. Storm <storm@cua.dk>
6743
6744 * editfns.c (Fformat): Handle format strings with multiple text
6745 properties. Reverse text property list from the format string,
6746 so the positions are in increasing order.
6747
6748 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6749
6750 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
6751 x_uncatch_errors so that possible protocol errors are delivered.
6752
6753 2004-09-10 Eli Zaretskii <eliz@gnu.org>
6754
6755 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
6756 blockinput.h.
6757 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
6758 charset.h, and coding.h
6759 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
6760 (term.o): Depend on window.h and keymap.h.
6761 (abbrev.o): Depend on syntax.h.
6762 (callint.o): Depend on keymap.h.
6763 (casefiddle.o): Depend on charset.h and keymap.h.
6764 (category.o): Depend on keymap.h.
6765 (coding.o): Depend on dispextern.h.
6766 (cmds.o): Depend on keyboard.h and keymap.h.
6767 (dispnew.o): Depend on indent.h and intervals.h.
6768 (doc.o): Depend on keymap.h.
6769 (editfns.o): Depend on frame.h.
6770 (emacs.o): Depend on dispextern.h.
6771 (fileio.o): Don't depend on ccl.h.
6772 (filelock.o): Depend on charset.h and coding.h.
6773 (frame.o): Depend on w32term.h and macterm.h.
6774 (insdel.o): Depend on region-cache.h.
6775 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
6776 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
6777 (search.o): Depend on $(INTERVALS_SRC).
6778 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
6779 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
6780 xterm.h, w32term.h, and macterm.h.
6781 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
6782 w32term.h, and macterm.h.
6783 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
6784 region-cache.h, xterm.h, w32term.h, and macterm.h.
6785 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
6786 (data.o): Depend on frame.h.
6787 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
6788 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
6789 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
6790 (intervals.o): Depend on keymap.h.
6791
6792 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
6793 Add debugging print-out to termscript.
6794
6795 2004-09-09 Richard M. Stallman <rms@gnu.org>
6796
6797 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
6798
6799 2004-09-08 Richard M. Stallman <rms@gnu.org>
6800
6801 * window.c (Fset_window_buffer): Doc fix.
6802
6803 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
6804
6805 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
6806
6807 * minibuf.c (history_delete_duplicates): New variable.
6808 (read_minibuf): Use it.
6809 (syms_of_minibuf): Create the corresponding lisp variable.
6810
6811 2004-09-08 Kim F. Storm <storm@cua.dk>
6812
6813 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
6814 overlay just before point.
6815
6816 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6817
6818 * buffer.h (struct buffer): Add auto_save_file_format field.
6819 * buffer.c (reset_buffer, init_buffer_once):
6820 Handle auto_save_file_format field.
6821 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
6822 `buffer-auto-save-file-format'.
6823 * fileio.c: Delete declaration for removed Vauto_save_file_format.
6824 (build_annotations): Adapt to replacement of
6825 `auto-save-file-format' with the new buffer-local variable
6826 `buffer-auto-save-file-format'.
6827 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
6828
6829 2004-09-07 Jason Rumney <jasonr@gnu.org>
6830
6831 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
6832
6833 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
6834 Handle Unicode menu titles.
6835
6836 2004-09-07 Kim F. Storm <storm@cua.dk>
6837
6838 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
6839 property from text property or overlay strings at point.
6840
6841 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * xmenu.c (update_submenu_strings): YAILOM.
6844 (set_frame_menubar): Make sure last_i is initialized.
6845
6846 2004-09-03 Jason Rumney <jasonr@gnu.org>
6847
6848 * w32menu.c (_widget_value): Add lname and lkey.
6849 (digest_single_submenu): Set lname and lkey in widget_value
6850 instead of name and key.
6851 (update_submenu_strings): New function.
6852 (set_frame_menubar): Remove call to inhibit_garbage_collection,
6853 call update_submenu_strings.
6854
6855 * w32menu.c (globals_of_w32menu): Check for Unicode API.
6856 (digest_single_submenu, w32_menu_show): Encode menu strings as
6857 UTF-8 if Unicode API is available.
6858 (utf8to16): New function.
6859 (add_menu_item): Use it when calling Unicode API.
6860
6861 2004-09-03 Kim F. Storm <storm@cua.dk>
6862
6863 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
6864 in overlay or text-property strings; set cursor on corresponding
6865 glyph rather than at end of the string.
6866
6867 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6868
6869 * macfns.c (x_real_positions): Save the current window port and
6870 set a new one before obtaining the global coordinate.
6871 Use FRAME_MAC_WINDOW.
6872 (x_set_name, x_set_title): Encode title to UTF8.
6873 Use SetWindowTitleWithCFString.
6874 (Fx_server_version): Get correct OS version.
6875
6876 * macmenu.c (add_menu_item): Remove unused variable `i'.
6877 Don't let separator items destroy refence constants of other menu items.
6878
6879 * macterm.c (x_update_end): Move SetPortWindowPort to inside
6880 BLOCK_INPUT.
6881 (x_set_offset): Use FRAME_MAC_WINDOW.
6882
6883 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
6884 nontext_cursor if it is on a scroll bar.
6885
6886 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
6887 Carbon support.
6888 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
6889 Use LIBS_CARBON.
6890
6891 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6892
6893 * xfns.c (x_set_name_internal): New function. Check if we shall call
6894 xfree before ENCODE_UTF_8.
6895 (x_set_name, x_set_title): Call x_set_name_internal.
6896
6897 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
6898
6899 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
6900 reload it.
6901
6902 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6903
6904 * macmenu.c (_widget_value): Add lname and lkey.
6905 (single_submenu): Set lname and lkey in widget_value
6906 instead of name and key.
6907 (update_submenu_strings): New function.
6908 (set_frame_menubar): Remove call to inhibit_garbage_collection,
6909 call update_submenu_strings.
6910
6911 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
6912 instead of name and key.
6913 (update_submenu_strings): New function.
6914 (set_frame_menubar): Remove call to inhibit_garbage_collection,
6915 call update_submenu_strings.
6916
6917 * gtkutil.h (_widget_value): Added lname and lkey.
6918
6919 2004-08-30 Steven Tamm <steventamm@mac.com>
6920
6921 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
6922 by using different names for inner loop variables.
6923
6924 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6925
6926 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
6927 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
6928
6929 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
6930 tool bar items is 0.
6931
6932 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6933
6934 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
6935 strings in menu items.
6936 (single_submenu): Use ENCODE_MENU_STRING
6937 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
6938 button release isn't passed to event loop
6939 (add_menu_item): Use SetMenuItemWithCFString
6940
6941 2004-08-26 Steven Tamm <steventamm@mac.com>
6942
6943 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
6944 tool-bar/menu click.
6945 * macfns.c (Fx_file_dialog): Implement using NavServices.
6946
6947 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6948
6949 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
6950
6951 * xfns.c (x_window_to_frame, x_any_window_to_frame)
6952 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
6953 (x_top_window_to_frame): Return 0 if wdesc is None.
6954
6955 2004-08-22 Richard M. Stallman <rms@gnu.org>
6956
6957 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
6958 HAVE_TERMIOS]: If there's no char for this signal, drop through
6959 and use system calls.
6960
6961 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
6962
6963 2004-08-20 Kim F. Storm <storm@cua.dk>
6964
6965 * process.c (wait_reading_process_output): Rename from
6966 wait_reading_process_input. All uses changed.
6967 (wait_reading_process_output_1): Rename from
6968 wait_reading_process_input_1. All uses changed.
6969
6970 * dispnew.c (Fsleep_for): Remove obsolete code.
6971
6972 2004-08-20 Kenichi Handa <handa@m17n.org>
6973
6974 * syntax.c (skip_chars): Fix for unibyte case.
6975
6976 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * syntax.c (char_quoted): Mixup byte/char pos.
6979 (back_comment): Fixup globals in all cases.
6980
6981 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6982
6983 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
6984 passing it to gtk_window_set_title.
6985
6986 2004-08-19 Kim F. Storm <storm@cua.dk>
6987
6988 * process.c (wait_reading_process_input): Clean up.
6989 Add wait_for_cell, wait_proc, and just_wait_proc args
6990 to avoid overloading `read_kbd' and `do_display' args.
6991 Change read_kbd arg to int. All callers changed.
6992
6993 * process.c (process_send_signal): Use CDISABLE.
6994
6995 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
6996
6997 2004-08-18 Kim F. Storm <storm@cua.dk>
6998
6999 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
7000 forward to wait_reading_process_input via DO_DISPLAY arg.
7001 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
7002 object, only process output from that process; also inhibit
7003 running timers if DO_DISPLAY==-2.
7004
7005 2004-08-17 Kim F. Storm <storm@cua.dk>
7006
7007 * process.c (process_send_signal): Fix last change--use
7008 _POSIX_VDISABLE instead of CVDISABLE when available.
7009
7010 2004-08-16 Richard M. Stallman <rms@gnu.org>
7011
7012 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
7013 Set VQUIT and VINTR chars to the standard ones if they are unset.
7014 [AIX]: Don't do that here. And don't force VINTR to standard
7015 when SIGNALS_VIA_CHARACTERS.
7016
7017 * process.c (process_send_signal)
7018 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
7019 Do nothing if the character is CVDISABLE.
7020
7021 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
7022
7023 * intervals.c (move_if_not_intangible):
7024 Force POSITION to be between BEGV and ZV.
7025
7026 2004-08-14 John Paul Wallington <jpw@gnu.org>
7027
7028 * buffer.c (Frestore_buffer_modified_p): Doc fix.
7029
7030 * fileio.c (Fread_file_name): Doc fix.
7031
7032 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
7033
7034 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
7035
7036 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
7037
7038 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7039
7040 * keyboard.c: Declare Qdisabled_command_function instead of
7041 Qdisabled_command_hook.
7042 (Fcommand_execute): Use Qdisabled_command_function instead of
7043 Qdisabled_command_hook.
7044 (syms_of_keyboard): Ditto.
7045
7046 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
7049 (syms_of_keymap) <key-translation-map>: Doc fixes.
7050
7051 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * window.c (window_list_1): YAILOM.
7054
7055 * fileio.c (make_temp_name): Handle multibyte prefixes.
7056
7057 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7058
7059 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
7060 Doc fix.
7061
7062 2004-08-03 Kenichi Handa <handa@m17n.org>
7063
7064 * coding.c (decode_coding_string): Adjust coding->consumed, and
7065 etc. with shrinked_bytes.
7066
7067 2004-08-03 Kim F. Storm <storm@cua.dk>
7068
7069 * indent.c (compute_motion): Fix check for full width window
7070 in non-window case. Do not count left truncation glyph on
7071 window systems.
7072
7073 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
7074
7075 * data.c (Finteractive_form): Doc fix.
7076
7077 2004-08-02 Kim F. Storm <storm@cua.dk>
7078
7079 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
7080 properly accounting for continuation glyph on non-window systems.
7081 (Fcompute_motion): Use actual window width if WIDTH is nil, and
7082 actual window width/height if TOPOS is nil, properly accounting for
7083 continuation glyphs on non-window systems, and optional header lines.
7084 (vmotion): Let compute_motion calculate actual window width.
7085
7086 * window.c (window_scroll_line_based): Let compute_motion
7087 calculate actual window width.
7088
7089 2004-08-02 Kim F. Storm <storm@cua.dk>
7090
7091 * process.c (read_process_output): Use whole read buffer.
7092 Don't trigger adaptive read buffering on errors.
7093
7094 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
7095
7096 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
7097
7098 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
7099
7100 * callint.c (Fcall_interactively): Doc fix.
7101
7102 2004-07-30 Richard M. Stallman <rms@gnu.org>
7103
7104 * abbrev.c (Fexpand_abbrev): Undo previous change.
7105
7106 2004-07-30 Kim F. Storm <storm@cua.dk>
7107
7108 * editfns.c (Fformat): Allocate extra (dummy) element in info.
7109
7110 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * eval.c (Fdefvar, Fdefconst): Doc fixes.
7113
7114 2004-07-27 Kim F. Storm <storm@cua.dk>
7115
7116 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
7117 we have ensured that the glyph fits on the current line (or returned
7118 MOVE_LINE_CONTINUED otherwise).
7119
7120 2004-07-26 Kim F. Storm <storm@cua.dk>
7121
7122 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
7123 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
7124 if target position is at end of display line but char is not a newline.
7125
7126 2004-07-25 Richard M. Stallman <rms@gnu.org>
7127
7128 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
7129 instead of ON_VERTICAL_BORDER, when on scroll bar.
7130 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
7131
7132 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
7133
7134 * window.c (Fcoordinates_in_window_p):
7135 Take account of FRAME_INTERNAL_BORDER_WIDTH.
7136
7137 * alloc.c (check_cons_list): New function (contents commented out).
7138
7139 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7140
7141 * xfaces.c (Fcolor_supported_p): Doc fix.
7142
7143 * frame.c (Fselect_frame, Fset_frame_selected_window)
7144 (Fframe_visible_p, Fraise_frame): Doc fixes.
7145
7146 2004-07-24 Richard M. Stallman <rms@gnu.org>
7147
7148 * keyboard.h (not_single_kboard_state): Declare.
7149
7150 * fileio.c (Fwrite_region): Doc fix.
7151
7152 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
7153
7154 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
7155 only when a real abbrev is present.
7156
7157 * xfns.c (x_icon_verify): New function.
7158 (Fx_create_frame): Use it.
7159
7160 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
7161
7162 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
7163
7164 2004-07-21 Kim F. Storm <storm@cua.dk>
7165
7166 * window.h (struct glyph_matrix): New members nrows_scale_factor
7167 and ncols_scale_factor.
7168
7169 * window.c (make_window): Initialize nrows_scale_factor and
7170 ncols_scale_factor members.
7171
7172 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
7173 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
7174 (required_matrix_height): Apply nrows_scale_factor.
7175 (required_matrix_width): Apply ncols_scale_factor.
7176
7177 * xdisp.c (display_line): Increment nrows_scale_factor and set
7178 fonts_changed_p if past last allocated row.
7179 (append_glyph, append_composite_glyph, produce_image_glyph)
7180 (append_stretch_glyph): Increment ncols_scale_factor and set
7181 fonts_changed_p if current area is full.
7182
7183 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7184
7185 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
7186
7187 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7188
7189 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
7190 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
7191 (Fset_window_start, Fscroll_up, Fscroll_down)
7192 (Fother_window_for_scrolling, Fscroll_other_window)
7193 (Fsave_window_excursion, Fset_window_vscroll)
7194 (syms_of_window) <window-size-fixed>: Doc fixes.
7195
7196 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
7197
7198 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
7199 ENCODE_SYSTEM for filenames.
7200
7201 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7202
7203 * mac.c (sys_select): Block input around call to
7204 ReceiveNextEvent to prevent breakage. Correctly handle
7205 blocking on event queue only by calling ReceiveNextEvent
7206 instead of select (since GUI events aren't on an fd).
7207 (sys_read): Remove function
7208 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
7209
7210 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7211
7212 * mac.c (sys_select): Redo sys_select to use alarm-based
7213 polling instead of 1 sec timeouts (like solaris).
7214
7215 * macterm.c (x_make_frame_visible): Comment in polling on
7216 frame creation.
7217
7218 * keyboard.c: Undef SIGIO on Carbon
7219
7220 * atimer.c (alarm_signal_handler): Call alarm handlers after
7221 scheduling.
7222
7223 * eval.c (Feval): Remove quit_char test
7224
7225 * process.c (wait_reading_process_input): Remove clearing
7226 stdin for select call on process input.
7227
7228 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7229
7230 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
7231 capitalization error in docstring.
7232
7233 2004-07-17 Juanma Barranquero <lektu@terra.es>
7234
7235 * keyboard.c (not_single_kboard_state): Do nothing unless
7236 MULTI_KBOARD is defined.
7237
7238 2004-07-17 Richard M. Stallman <rms@gnu.org>
7239
7240 * window.c (coordinates_in_window): Inside the window but outside
7241 its box to the L or R, return ON_VERTICAL_BORDER.
7242 (window_list_1): Rotate the list to start with WINDOW.
7243
7244 * print.c (print_preprocess): Test for print_depth at limit
7245 before entering in being_printed.
7246
7247 * keyboard.c (not_single_kboard_state): New function.
7248 (stuff_buffered_input): Now no-op only if no SIGTSTP.
7249
7250 * frame.c (Fdelete_frame): If we're in single_bboard_state on
7251 this kboard, and we delete its last frame, go to any_kboard_state.
7252
7253 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
7254
7255 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
7256
7257 * w32fns.c (Fx_file_dialog): Encode strings in system coding
7258 system before passing them to OS functions for display.
7259
7260 2004-07-15 David Kastrup <dak@gnu.org>
7261
7262 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
7263 Apparently fixes an abort condition.
7264
7265 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7266
7267 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
7268 instead of a cons.
7269
7270 2004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
7271
7272 * keyboard.c (echo_dash): Do nothing if there already is a dash
7273 at the end of the echo string.
7274
7275 2004-07-12 Kim F. Storm <storm@cua.dk>
7276
7277 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
7278 if GC_MARK_STACK.
7279
7280 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7281
7282 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
7283
7284 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
7285 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
7286 (Freplace_buffer_in_windows, Fset_window_buffer)
7287 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
7288 (syms_of_window): Expand docstring of `display-buffer-function'.
7289
7290 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
7293 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
7294 that time values of the type (HIGH . LOW) are considered obsolete.
7295
7296 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7297
7298 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
7299 docstring.
7300
7301 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
7302
7303 2004-07-06 John Paul Wallington <jpw@gnu.org>
7304
7305 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
7306
7307 * fns.c (Fclear_string): Signal an error if STRING is not a string.
7308
7309 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7310
7311 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
7312 instead of CGMainDisplayID (only in OSX 10.2 and later).
7313
7314 2004-07-04 John Paul Wallington <jpw@gnu.org>
7315
7316 * fileio.c (read_file_name_completion_ignore_case): New variable.
7317 (syms_of_fileio): Declare and initialise it.
7318 (Fread_file_name): Bind `completion-ignore-case' to respect it.
7319
7320 2004-07-03 Eli Zaretskii <eliz@gnu.org>
7321
7322 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
7323 for event.x and event.y.
7324
7325 2004-07-01 Kenichi Handa <handa@m17n.org>
7326
7327 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
7328 after getting a new string by pre-write-conversion.
7329
7330 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
7333 (x_calc_absolute_position): Remove unused var `child'.
7334
7335 * xfaces.c (x_supports_face_attributes_p)
7336 (Fdisplay_supports_face_attributes_p): YAILOM.
7337 (tty_supports_face_attributes_p): Remove unused var `i'.
7338
7339 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
7340 back_unibyte_ok.
7341
7342 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
7343
7344 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
7345
7346 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
7347
7348 2004-06-30 Andreas Schwab <schwab@suse.de>
7349
7350 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
7351 (Finit_image_library): Pass LIBRARIES through to
7352 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
7353 (lookup_image_type): Pass Qnil as second argument to
7354 Finit_image_library.
7355
7356 * lisp.h (Finit_image_library): Declare.
7357
7358 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7359
7360 * macterm.c (do_window_activate, do_window_deactivate): Remove.
7361 (XTread_socket): Send mouse button events to the toolbox
7362 dispatcher even when the mouse is grabbed. Don't process window
7363 activate events for non-Emacs windows. Replace function calls to
7364 do_window_activate and do_window_deactivate with their contents.
7365 Reset mouse grabbing status when a window is deactivated.
7366
7367 2004-06-29 Steven Tamm <steventamm@mac.com>
7368
7369 * macterm.c (mac_get_emulated_btn)
7370 (mac_event_to_emacs_modifiers): Fix emulated mouse button
7371 support to correctly mask out modifiers.
7372
7373 2004-06-29 David Kastrup <dak@gnu.org>
7374
7375 * search.c (Fset_match_data): Allow buffer before end of list
7376 which can happen if set-match-data is using a pre-consed list.
7377
7378 2004-06-28 Steven Tamm <steventamm@mac.com>
7379
7380 * macterm.c (XTread_socket): Correctly set the frame position
7381 after the window is moved.
7382
7383 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7384
7385 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
7386 gpix and gmask just before return to avoid memory leak.
7387 (xg_get_image_for_pixmap): Add workaround for monochrome displays
7388 so insensitive and activated icons look ok.
7389
7390 2004-06-27 Jason Rumney <jasonr@gnu.org>
7391
7392 * w32fns.c (file_dialog_callback): Disable edit control if set
7393 to directories only on CDN_INITDONE message.
7394 (Fx_file_dialog): Default to directories only when prompt starts
7395 with "Dired".
7396
7397 2004-06-25 Kim F. Storm <storm@cua.dk>
7398
7399 * alloc.c (allocate_misc): Update total_free_markers.
7400 (free_misc): New function.
7401 (safe_alloca_unwind, free_marker): Use it.
7402
7403 * lisp.h (free_misc): Add prototype.
7404
7405 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
7406
7407 2004-06-24 Richard M. Stallman <rms@gnu.org>
7408
7409 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
7410 (syms_of_emacs): Lisp variables deleted.
7411
7412 2004-06-23 David Kastrup <dak@gnu.org>
7413
7414 * search.c (Freplace_match): Adjust the match-data more thoroughly
7415 when replacing strings in the buffer.
7416 (Fmatch_data): When INTEGERS is non-nil and the last match was in
7417 a buffer, add the buffer as last element to the match data.
7418 (Fset_match_data): If an additional element of the match-data is a
7419 buffer, restore it to last_thing_searched.
7420 (save_search_regs): Save last_thing_searched as part of the match data.
7421 (restore_match_data): Restore it again.
7422
7423 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * keymap.c (Ftext_char_description): Doc fix.
7426 * doc.c (Fsnarf_documentation): Doc fix.
7427
7428 2004-06-22 Kim F. Storm <storm@cua.dk>
7429
7430 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
7431
7432 * lisp.h (struct Lisp_Save_Value): New member dogc.
7433 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
7434 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
7435 (SAFE_FREE_LISP): New macro.
7436
7437 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
7438 (make_save_value): Init new dogc member.
7439 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
7440
7441 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
7442 SAFE_FREE_LISP macros.
7443
7444 2004-06-22 Kim F. Storm <storm@cua.dk>
7445
7446 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
7447 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
7448 in that memory area are unknown to GC. Add comments.
7449
7450 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
7451
7452 2004-06-21 Kim F. Storm <storm@cua.dk>
7453
7454 * lisp.h (MAX_ALLOCA): Define here.
7455 (safe_alloca_unwind): Add prototype.
7456 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
7457
7458 * alloc.c (safe_alloca_unwind): New function.
7459
7460 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
7461
7462 * charset.c (Fstring): Use SAFE_ALLOCA.
7463
7464 * coding.c (MAX_ALLOCA): Remove define.
7465
7466 * data.c (MAX_ALLOCA): Remove define.
7467 (Faset): Use SAFE_ALLOCA.
7468
7469 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
7470
7471 * fns.c (string_make_multibyte, string_to_multibyte)
7472 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
7473 (MAX_ALLOCA): Remove define.
7474 (Fbase64_encode_region, Fbase64_encode_string)
7475 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
7476 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
7477 memory leak if encoding fails.
7478
7479 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
7480
7481 2004-06-21 Eli Zaretskii <eliz@gnu.org>
7482
7483 * print.c (Fwith_output_to_temp_buffer): Doc fix.
7484
7485 2004-06-20 Richard M. Stallman <rms@gnu.org>
7486
7487 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
7488
7489 * search.c (match_limit): Cleaner err msg when no match data available.
7490
7491 * window.c (syms_of_window): Doc fix.
7492
7493 * keyboard.c (command_loop_1): Handle values `only' and `identity'
7494 for Vtransient_mark_mode.
7495
7496 * buffer.c (syms_of_buffer): Doc fix.
7497
7498 2004-06-21 David Kastrup <dak@gnu.org>
7499
7500 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
7501 and unbinding of `case-fold-search' according to
7502 `completion-ignore-case' around calls of string-match and
7503 predicates, respectively. Should give satisfactory performance
7504 in all relevant cases.
7505
7506 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7507
7508 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
7509 clip_x/y_origin.
7510
7511 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
7512
7513 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
7514
7515 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
7516 on Mac OSX.
7517
7518 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
7521
7522 2004-06-16 Kim F. Storm <storm@cua.dk>
7523
7524 * dispextern.h (Vimage_types): Remove extern.
7525
7526 2004-06-16 Miles Bader <miles@gnu.org>
7527
7528 * image.c (lookup_image_type): Initialize image type if necessary.
7529
7530 2004-06-15 Kim F. Storm <storm@cua.dk>
7531
7532 * xdisp.c (try_cursor_movement): Exclude header line from scroll
7533 margin at top of window.
7534 (try_window_reusing_current_matrix): Calculate proper cursor position
7535 after scrolling up with non-zero scroll margin, as the old cursor
7536 position corresponds to value of PT before executing this command.
7537 (try_window_id): Consider scroll margin at bottom of window too;
7538 otherwise we fail to scroll when hl-line-mode is enabled.
7539
7540 * syntax.c (skip_chars): Only recognize [:class:] when it has the
7541 proper format and class is a lower-case word.
7542
7543 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7544
7545 * gtkutil.c (xg_get_image_for_pixmap): New function.
7546 (xg_get_gdk_pixmap_and_mask): Remove.
7547 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
7548 xg_get_gdk_pixmap_and_mask.
7549
7550 * xterm.h (struct x_display_info): Typo in comment fixed.
7551
7552 2004-06-14 Juanma Barranquero <lektu@terra.es>
7553
7554 * dispextern.h (Vimage_types): Make it conditional on
7555 HAVE_WINDOW_SYSTEM.
7556
7557 * image.c (Vimage_types): Move from xdisp.c.
7558 (Vimage_type_cache): New variable.
7559 (define_image_type): New argument indicating whether an image
7560 library was loaded; cache loaded status and return t on success,
7561 nil otherwise.
7562 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
7563 (w32_delayed_load): New function to load an image library from a
7564 list of possible filenames.
7565 (init_xpm_functions, init_png_functions, init_jpeg_functions)
7566 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
7567 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
7568 (Finit_image_library): New function, extracted from `init_image'.
7569 Try to initialize an image library on demand and cache whether we
7570 were successful or not.
7571 (syms_of_image): Initialize `Vimage_types' and
7572 `Vimage_type_cache'. Add recognized image types to Vimage_types.
7573 Export `init-image-library'.
7574 (init_image): Remove initialization of all image types, except xbm
7575 and pbm.
7576
7577 * xdisp.c (Vimage_types): Delete (moved to image.c).
7578
7579 2004-06-14 Andreas Schwab <schwab@suse.de>
7580
7581 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
7582 Avoid calling specbind when completion-regexp-list is empty.
7583
7584 2004-06-13 Richard M. Stallman <rms@gnu.org>
7585
7586 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
7587 (re_wctype, re_iswctype, re_wctype_to_bit):
7588 Non-function definitions moved here from regex.c.
7589
7590 * regex.c (re_wctype, re_iswctype): Function defs longer static.
7591 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
7592 (re_wctype, re_iswctype, re_wctype_to_bit):
7593 Non-function definitions moved to regex.h.
7594
7595 * window.c (Fselect_window): Doc fix.
7596
7597 * syntax.c: Include regex.h.
7598 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
7599 If requested, make a list of classes, then check the scanned
7600 chars for membership in them.
7601 (in_classes): New function.
7602 Doc fix.
7603
7604 * keyboard.c (cmd_error): Don't call any_kboard_state
7605 if inside a recursive edit level.
7606
7607 2004-06-13 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
7608
7609 * keyboard.c (command_loop): Call any_kboard_state before
7610 command_loop_2 when at top level.
7611
7612 2004-06-13 Andreas Schwab <schwab@suse.de>
7613
7614 * print.c (print_object): Always use %ld for printing EMACS_INT.
7615
7616 * keyboard.c (cancel_hourglass_unwind): Return a value.
7617 (modify_event_symbol): Always use %ld for printing EMACS_INT.
7618 (Fexecute_extended_command): Likewise.
7619
7620 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
7621 avoid clashes.
7622 (SYNTAX): Likewise.
7623 (SYNTAX_WITH_FLAGS): Likewise.
7624 (SYNTAX_MATCH): Likewise.
7625
7626 * syntax.c (char_quoted): Avoid warning about undefined operation.
7627 (find_defun_start): Likewise.
7628 (scan_lists): Likewise.
7629 (INC_FROM): Likewise.
7630 (scan_sexps_forward): Likewise.
7631
7632 * image.c: Include <ctype.h>.
7633
7634 * xfaces.c (face_attr_equal_p): Declare parameters.
7635
7636 2004-06-13 Kenichi Handa <handa@m17n.org>
7637
7638 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
7639
7640 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
7641
7642 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
7643
7644 2004-06-12 Kenichi Handa <handa@m17n.org>
7645
7646 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
7647 ccl_prog_stack_struct and update it.
7648 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
7649 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
7650 ccl->eof_ic on EOF.
7651 (ccl_debug_hook): New function.
7652 (struct ccl_prog_stack): New member eof_ic.
7653 (ccl_driver): Handle EOF in subrountine call correctly.
7654
7655 2004-06-11 Kenichi Handa <handa@m17n.org>
7656
7657 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
7658
7659 2004-06-11 Kim F. Storm <storm@cua.dk>
7660
7661 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
7662
7663 2004-06-11 Juanma Barranquero <lektu@terra.es>
7664
7665 * keyboard.c (Fposn_at_point): Doc fix.
7666
7667 2004-06-11 David Kastrup <dak@gnu.org>
7668
7669 * search.c (match_limit): Don't flag an error if match-data
7670 exceeding the allocated search_regs.num_regs gets requested, just
7671 return Qnil.
7672
7673 2004-06-08 Miles Bader <miles@gnu.org>
7674
7675 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
7676
7677 2004-06-07 Juanma Barranquero <lektu@terra.es>
7678
7679 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
7680 (Fcurrent_time_string, Fcurrent_time_zone)
7681 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
7682
7683 2004-06-07 Miles Bader <miles@gnu.org>
7684
7685 * xfaces.c (struct named_merge_point): New type.
7686 (push_named_merge_point): New function.
7687 (merge_named_face): New function.
7688 (merge_face_ref, face_at_buffer_position, face_at_string_position):
7689 Use `merge_named_face'.
7690 (merge_face_inheritance): Function removed.
7691 (merge_face_ref): Rename from `merge_face_vector_with_property'.
7692 Add new `err_msgs' and `named_merge_points' args. Return error
7693 status. Only print error messages if ERR_MSGS is true. Don't try to
7694 do :inherit attribute validation.
7695 (merge_face_heights): Handle `unspecified' in both directions.
7696 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
7697 Call `merge_face_ref' instead of `merge_face_inheritance'.
7698 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
7699 (compute_char_face, face_at_buffer_position)
7700 (face_at_string_position): Call `merge_face_ref' instead of
7701 `merge_face_vector_with_property'.
7702
7703 2004-06-07 Kenichi Handa <handa@m17n.org>
7704
7705 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
7706 the necessary places.
7707
7708 2004-06-07 Kim F. Storm <storm@cua.dk>
7709
7710 * process.c (Fdelete_process): Undo 2004-05-28 change.
7711 Instead, call status_notify also for network process.
7712 (status_message): Use process instead of status as arg.
7713 Give messages "deleted" or "connection broken by remote peer" for
7714 an exited network process.
7715 (status_notify): Change call to status_message.
7716 (read_process_output): Increase readmax to 4096. Do not increase
7717 buffer size for datagram channels (default is now large enough).
7718
7719 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
7720
7721 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
7722 problem due to newly defined variable.
7723
7724 2004-06-06 Miles Bader <miles@gnu.org>
7725
7726 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
7727 immediately if non-interactive or not initialized.
7728
7729 2004-06-05 Richard M. Stallman <rms@gnu.org>
7730
7731 * minibuf.c (Fcompleting_read): Doc fix.
7732
7733 2004-06-05 Andreas Schwab <schwab@suse.de>
7734
7735 * macfns.c (x_create_tip_frame): Fix declaration after statement.
7736
7737 2004-06-05 Juanma Barranquero <lektu@terra.es>
7738
7739 * keymap.c (Fdescribe_vector): Fix docstring.
7740 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
7741
7742 2004-06-05 Miles Bader <miles@gnu.org>
7743
7744 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
7745 attributes have different values than the default face.
7746
7747 2004-06-04 Eli Zaretskii <eliz@gnu.org>
7748
7749 * xfaces.c (x_supports_face_attributes_p): Make this function
7750 conditional on HAVE_WINDOW_SYSTEM.
7751 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
7752 Don't call x_supports_face_attributes_p if it was not compiled in.
7753
7754 2004-06-04 Miles Bader <miles@gnu.org>
7755
7756 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
7757 from Ftty_supports_face_attributes_p.
7758 (x_supports_face_attributes_p): New function.
7759 (Ftty_supports_face_attributes_p): Function deleted.
7760 (Fdisplay_supports_face_attributes_p): New function.
7761 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
7762 (face_attr_equal_p): New function.
7763 (lface_equal_p): Use it.
7764
7765 2004-06-03 Juanma Barranquero <lektu@terra.es>
7766
7767 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
7768 (Vw32_color_map): Fix typo in docstring.
7769 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
7770 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
7771 Make argument names match their use in docstring.
7772
7773 2004-06-02 Juanma Barranquero <lektu@terra.es>
7774
7775 Work around bugs/problems with MinGW builds of graphics libraries
7776 called from MSVC builds of Emacs.
7777
7778 * image.c (lookup_image): Make pointer to img static.
7779 (png_read_from_memory): Disable "global" optimization.
7780
7781 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * eval.c (Fcondition_case): Fix usage. Simplify.
7784
7785 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
7786
7787 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7788
7789 * macfns.c: Don't include ccl.h.
7790 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
7791 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
7792 TextUtils.h.
7793 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
7794 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
7795 display height/width.
7796 (compute_tip_xy, Vx_max_tooltip_size): Declare.
7797 (unwind_create_tip_frame, compute_tip_xy): New functions.
7798 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
7799 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
7800 and last_show_tip_args.
7801
7802 * macgui.h [!MAC_OSX]: Include Gestalt.h.
7803 (Cursor, No_Cursor): New defines.
7804 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
7805 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
7806
7807 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
7808
7809 * macterm.c: Don't include Gestalt.h.
7810 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
7811 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
7812 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
7813 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
7814 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
7815 (construct_mouse_click, XTmouse_position)
7816 (x_scroll_bar_report_motion, x_calc_absolute_position)
7817 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
7818 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
7819 (note_mouse_movement): Clear the mouse face and reset the pointer
7820 shape when the pointer goes outside the frame without grabbing.
7821 (mac_front_window): New function.
7822 (mac_window_to_frame): New macro.
7823 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
7824 (do_window_activate, do_window_deactivate, do_app_resume)
7825 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
7826 (do_zoom_window, mac_do_receive_drag, XTread_socket)
7827 (mac_check_for_quit_char): Use mac_front_window and/or
7828 mac_window_to_frame.
7829 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
7830 scroll-bar click event.
7831 (mac_define_frame_cursor): Change the pointer shape.
7832 (x_free_frame_resources): Reset tip_window to NULL when it is
7833 disposed of.
7834 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
7835 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
7836 (do_window_update): Don't do anything if the updated window is the
7837 tooltip window.
7838 (do_mouse_moved): Handle mouse movement events here (previously in
7839 XTread_socket). Clear the mouse face if
7840 dpyinfo->mouse_face_hidden is set.
7841 (do_os_event, do_events): Remove (now in XTread_socket).
7842 (XTread_socket): Immediately return if interrupt_input_blocked.
7843 Loop until all the events in the queue are processed.
7844 Rearrange codes for mouse grabbing. Add tooltip support. Include the
7845 contents of do_os_event and do_events. Remove mouse movement
7846 handling (now in do_mouse_moved). Add the case where
7847 Vmouse_highlight has an integer value.
7848 (NewMacWindow): Remove.
7849 (make_mac_frame): Do what NewMacWindow previously did. Don't do
7850 excess initializations.
7851 (make_mac_terminal_frame): Previous initializations in
7852 make_mac_frame are moved here.
7853 (mac_initialize_display_info):
7854 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
7855
7856 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
7857 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
7858
7859 2004-05-29 Richard M. Stallman <rms@gnu.org>
7860
7861 * lisp.h (truncate_undo_list): Update decl.
7862
7863 * alloc.c (undo_outer_limit): New variable.
7864 (syms_of_alloc): Defvar it.
7865 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
7866
7867 * undo.c (truncate_undo_list): New arg LIMITSIZE.
7868
7869 * alloc.c (lisp_align_malloc): Check for base == 0
7870 regardless of HAVE_POSIX_MEMALIGN.
7871 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
7872
7873 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
7876 (marker_blocks_pending_free): Remove.
7877 (Fgarbage_collect): Sweep after cleaning up undo-lists.
7878 Mark the undo lists after claning them up.
7879 Don't free block in marker_blocks_pending_free.
7880 (mark_buffer): Don't mark undo_list.
7881 (gc_sweep): Sweep hash-tables and strings first.
7882 Do free marker blocks that are empty.
7883
7884 2004-05-28 Jim Blandy <jimb@redhat.com>
7885
7886 * regex.c (print_partial_compiled_pattern): Add missing 'break'
7887 after 'case wordend'. For symbeg and symend, print to stderr,
7888 like the other cases.
7889
7890 2004-05-28 Noah Friedman <friedman@splode.com>
7891
7892 * process.c (Fdelete_process): Do not call remove_process.
7893
7894 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * alloc.c (struct backtrace): Remove.
7897 (Fgarbage_collect): Use the new mark_backtrace.
7898
7899 * eval.c (mark_backtrace): New function.
7900
7901 * minibuf.c (run_exit_minibuf_hook): New function.
7902 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
7903 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
7904
7905 2004-05-27 Kim F. Storm <storm@cua.dk>
7906
7907 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
7908 over display properties, e.g. images, that replace buffer text.
7909
7910 2004-05-25 Kim F. Storm <storm@cua.dk>
7911
7912 * alloc.c (marker_blocks_pending_free): New var.
7913 (gc_sweep): Store free marker blocks on that list.
7914 (Fgarbage_collect): Free them after undo-list cleanup.
7915
7916 * process.c (wait_reading_process_input): Check connect_wait_mask
7917 before actually accepting connection in case it has already been
7918 accepted due to recursion.
7919
7920 2004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
7921
7922 * coding.c (Fset_safe_terminal_coding_system_internal):
7923 Set suppress_error in safe_terminal_coding, not terminal_coding.
7924
7925 2004-05-22 Richard M. Stallman <rms@gnu.org>
7926
7927 * alloc.c (Fmake_string): Doc fix.
7928
7929 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
7930 and the alist pairs too.
7931
7932 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
7933
7934 * emacs.c (main): Update copyright year.
7935
7936 * fileio.c (Fread_file_name): Expand DIR if not absolute.
7937
7938 * insdel.c (del_range_2, replace_range): Don't write an anchor
7939 if the gap is empty.
7940
7941 * xdisp.c (try_scrolling): If scroll-up-aggressively or
7942 scroll-down-aggressively is small but positive, put point
7943 near the screen edge.
7944
7945 2004-05-22 Juanma Barranquero <lektu@terra.es>
7946
7947 * keymap.c (Fdefine_key): Doc fix.
7948
7949 2004-05-22 Kim F. Storm <storm@cua.dk>
7950
7951 * alloc.c (struct backtrace): Add debug_on_exit member.
7952 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
7953 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
7954 the removed cons cells.
7955 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
7956 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
7957 any cons cells pointing to unallocated stings.
7958 Do not lisp_free any marker blocks, as there may still be pointers
7959 to them from buffer undo lists at this stage of GC.
7960
7961 * keyboard.c (struct backtrace): Add debug_on_exit member.
7962 (Fcommand_execute): Clear it.
7963
7964 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
7965
7966 * intervals.c (lookup_char_property): Do not prematurely return nil.
7967
7968 2004-05-19 Jim Blandy <jimb@redhat.com>
7969
7970 Add support for new '\_<' and '\_>' regexp operators, matching the
7971 beginning and end of symbols.
7972
7973 * regex.c (enum syntaxcode): Add Ssymbol.
7974 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
7975 (re_opcode_t): New opcodes `symbeg' and `symend'.
7976 (print_partial_compiled_pattern): Print the new opcodes properly.
7977 (regex_compile): Parse the new operators.
7978 (analyse_first): Skip sym(beg|end) (they match only the empty string).
7979 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
7980 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
7981 (re_match_2_internal): Match symbeg and symend.
7982
7983 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
7984
7985 2004-05-19 Kim F. Storm <storm@cua.dk>
7986
7987 * .gdbinit (xsymbol): Fix last change.
7988
7989 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * .gdbinit (xprintstr): New fun.
7992 (xstring, xprintsym): Use it.
7993
7994 * w32proc.c (create_child): Use INTMASK.
7995
7996 * alloc.c (Fgarbage_collect): Do all the marking before flushing
7997 unmarked elements of the undo list.
7998
7999 2004-05-18 David Ponce <david@dponce.com>
8000
8001 * print.c (print): Reset print_depth before to call print_object.
8002
8003 2004-05-18 Jason Rumney <jasonr@gnu.org>
8004
8005 * w32console.c: Prefix RIF functions with w32con_ to avoid
8006 namespace clash with functions in term.c and w32term.c.
8007
8008 * w32menu.c (add_menu_item, w32_menu_display_help)
8009 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
8010
8011 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
8012
8013 2004-05-18 Eli Zaretskii <eliz@gnu.org>
8014
8015 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
8016
8017 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
8018 with make_number.
8019 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
8020 with XINT.
8021
8022 2004-05-18 Kim F. Storm <storm@cua.dk>
8023
8024 * blockinput.h (INPUT_BLOCKED_P): New macros.
8025
8026 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
8027 (Ftop_level): Unblock input if blocked.
8028
8029 * buffer.h (GET_OVERLAYS_AT): New macro.
8030 * msdos.c (IT_note_mouse_highlight): Use it.
8031 * textprop.c (get_char_property_and_overlay): Use it.
8032 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
8033 * xfaces.c (face_at_buffer_position): Use it.
8034
8035 * print.c (print_object): Increase buf size.
8036
8037 2004-05-17 Jason Rumney <jasonr@gnu.org>
8038
8039 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
8040 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
8041 Lisp_Object using i member.
8042 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
8043 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
8044 consistently.
8045
8046 * w32proc.c (create_child): Use make_number instead of masking pid.
8047
8048 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
8049 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
8050 Use EQ to compare Lisp_Objects.
8051 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
8052
8053 * w32term.c (w32_num_mouse_buttons): Rename from
8054 Vw32_num_mouse_buttons and make it an int.
8055
8056 * w32.c (init_environment): Use it.
8057
8058 * w32fns.c (w32_wnd_proc): Likewise.
8059
8060 * w32proc.c (w32_pipe_read_delay): Rename from
8061 Vw32_pipe_read_delay and make it an int.
8062
8063 * w32.c (_sys_read_ahead): Use it.
8064
8065 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
8066
8067 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
8068
8069 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
8070 (key_event): Don't mix Lisp_Object and int.
8071
8072 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
8073
8074 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
8075 modifiers in language change event.
8076
8077 2004-05-17 Kim F. Storm <storm@cua.dk>
8078
8079 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
8080 Such objects may be freed markers which still exist on an undo list.
8081
8082 2004-05-16 Juanma Barranquero <lektu@terra.es>
8083
8084 * data.c (Fset_default): Make argument names match their use in
8085 docstring.
8086
8087 2004-05-15 Andreas Schwab <schwab@suse.de>
8088
8089 * emacs.c (gdb_array_mark_flag): Define.
8090 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
8091
8092 2004-05-15 Eli Zaretskii <eliz@gnu.org>
8093
8094 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
8095 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
8096 defined for the MS-DOS build.
8097
8098 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
8101
8102 2004-05-14 Kenichi Handa <handa@m17n.org>
8103
8104 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
8105
8106 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8107
8108 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
8109 section to frame.c section.
8110 (Fxw_display_color_p, Fx_file_dialog): Declare if
8111 HAVE_WINDOW_SYSTEM defined.
8112
8113 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
8114
8115 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
8116
8117 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
8118 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
8119 (XTread_socket): Fix int/Lisp_Object mixup.
8120 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
8121
8122 * macterm.h (struct frame, struct face, struct image)
8123 (display_x_get_resource, Fx_display_color_p)
8124 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
8125 Add prototypes.
8126
8127 2004-05-14 Kim F. Storm <storm@cua.dk>
8128
8129 * process.c (wait_reading_process_input): Make reentrant.
8130 Make Available and Connecting non-static. Save and restore value
8131 of waiting_for_user_input_p.
8132
8133 2004-05-13 Kim F. Storm <storm@cua.dk>
8134
8135 * keyboard.c (mark_kboards): Don't mark x and y members
8136 that are overloaded in selection request events.
8137
8138 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8139
8140 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
8141
8142 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8143
8144 * window.c (Fdisplay_buffer, Fsplit_window)
8145 (split-height-threshold): Doc fix.
8146
8147 2004-05-13 Juanma Barranquero <lektu@terra.es>
8148
8149 * xfaces.c (Ftty_supports_face_attributes_p)
8150 (Finternal_copy_lisp_face): Fix typo in docstring.
8151 (Finternal_get_lisp_face_attribute): Fix docstring.
8152
8153 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8154
8155 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
8156
8157 2004-05-11 Steven Tamm <steventamm@mac.com>
8158
8159 * macfns.c (Fx_create_frame): Default to using tool-bar by
8160 setting tool-bar-lines to 1 in default-frame-alist.
8161
8162 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8163
8164 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
8165 (xpm_get_color_table_v, xpm_make_color_table_h)
8166 (xpm_put_color_table_h, xpm_get_color_table_h)
8167 (xpm_str_to_color_key, xpm_load_image, xpm_load)
8168 (syms_of_image): Support XPM on Carbon Emacs. Does not
8169 depend on libXpm, but only supports XPM version 3 without extensions.
8170
8171 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8172
8173 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
8174 instead of FRAME_X_P
8175
8176 2004-05-11 Kim F. Storm <storm@cua.dk>
8177
8178 * process.c (read_process_output): Grow decoding_buf when needed;
8179 this could cause a crash in allocate_string and compact_small_strings.
8180
8181 2004-04-29 Jim Blandy <jimb@redhat.com>
8182
8183 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
8184 against proper opcode.
8185
8186 2004-05-10 Juanma Barranquero <lektu@terra.es>
8187
8188 * process.c (Fstart_process): Fix docstring.
8189
8190 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
8191 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
8192 (Fsplit_char, Fchar_charset): Make argument names match their use
8193 in docstring.
8194
8195 2004-05-10 Richard M. Stallman <rms@gnu.org>
8196
8197 * print.c (print_preprocess): Use being_printed, loop_count and
8198 halftail to detect overdeep nesting and cyclic cdr chains.
8199
8200 2004-05-10 Andreas Schwab <schwab@suse.de>
8201
8202 * lisp.h (Fmake_symbolic_link): Declare.
8203
8204 * fileio.c (Frename_file): Remove extra argument in call to
8205 Fmake_symbolic_link.
8206
8207 2004-05-10 Kim F. Storm <storm@cua.dk>
8208
8209 * xdisp.c (calc_line_height_property): Use string position when
8210 object is a string.
8211
8212 2004-05-10 Kenichi Handa <handa@m17n.org>
8213
8214 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
8215 inhibit-modification-hooks to t temporarily before calling
8216 Ferase_buffer.
8217
8218 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
8219 inhibit-modification-hooks to t temporarily before calling
8220 Ferase_buffer.
8221
8222 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
8223 inhibit-modification-hooks to t temporarily before calling
8224 Ferase_buffer.
8225
8226 * fns.c (count_combining): Delete it.
8227 (concat): Don't check combining bytes.
8228
8229 2004-05-09 Jason Rumney <jasonr@gnu.org>
8230
8231 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
8232 (globals_of_w32fns): Set it.
8233
8234 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
8235
8236 * data.c (Fquo): Simplify.
8237
8238 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
8239
8240 * data.c (Fquo): If any argument is float, do the computation in
8241 floating point.
8242
8243 2004-05-08 Juanma Barranquero <lektu@terra.es>
8244
8245 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
8246 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
8247 Fix spelling of Emacs on docstring.
8248 (Fset_process_coding_system, Fprocess_coding_system)
8249 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
8250 Make argument names match their use in docstring.
8251 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
8252 Fix docstring.
8253
8254 * editfns.c (Finsert_buffer_substring): Make argument names match their
8255 use in docstring.
8256
8257 * syntax.c (Fmodify_syntax_entry): Fix docstring.
8258
8259 2004-05-07 Steven Tamm <steventamm@mac.com>
8260
8261 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
8262 around call to ReceiveEvent to avoid certain crashes.
8263
8264 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8265
8266 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
8267 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
8268 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
8269 Save/restore the current graphics port and device handle when
8270 drawing into an offscreen graphics world.
8271
8272 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
8273 (gif_load): Likewise.
8274
8275 2004-05-07 Juanma Barranquero <lektu@terra.es>
8276
8277 * window.c (Fset_window_buffer): Fix docstring.
8278
8279 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
8280
8281 * emacs.c (main) [VMS]: Fix var ref.
8282
8283 2004-05-06 Romain Francoise <romain@orebokech.com>
8284
8285 * data.c (Fsetq_default): Fix docstring.
8286
8287 2004-05-06 Jason Rumney <jasonr@gnu.org>
8288
8289 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
8290 to avoid name clash.
8291
8292 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8293
8294 * fileio.c (barf_or_query_if_file_exists): Use lstat.
8295 (Frename_file): Handle renaming of symlinks across file systems.
8296 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
8297
8298 2004-05-04 Kim F. Storm <storm@cua.dk>
8299
8300 * xdisp.c (Qtotal): New var.
8301 (syms_of_xdisp): Intern and staticpro it.
8302 (calc_line_height_property): New arg total. Set it if
8303 line-spacing property has format (total . VALUE).
8304 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
8305 Handle total line-spacing property.
8306
8307 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8308
8309 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
8310 "under" scroll bar when size/position changes.
8311
8312 2004-05-03 Jason Rumney <jasonr@gnu.org>
8313
8314 * makefile.nt: Remove.
8315
8316 2004-05-02 Eli Zaretskii <eliz@gnu.org>
8317
8318 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
8319 Avoid compiler warnings.
8320
8321 * Makefile.in (region-cache.o): Depend on config.h.
8322
8323 2004-05-02 Romain Francoise <romain@orebokech.com>
8324
8325 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
8326 with continuation lines, too.
8327
8328 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8329
8330 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
8331
8332 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * xdisp.c (calc_line_height_property): YAILOM (yet another
8335 int/Lisp_Object mixup).
8336
8337 2004-05-01 Eli Zaretskii <eliz@gnu.org>
8338
8339 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
8340 undo bad effect of pack(4) in some versions of system headers.
8341
8342 2004-05-01 Jason Rumney <jasonr@gnu.org>
8343
8344 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
8345
8346 2004-04-30 Kim F. Storm <storm@cua.dk>
8347
8348 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
8349 (syms_of_buffer) <cursor-type>: Doc fix.
8350
8351 * dispextern.h (struct it): Remove member use_default_face.
8352 Add members override_ascent, override_descent, override_boff.
8353
8354 * xdisp.c (init_iterator): Handle line-spacing float value.
8355 Initialize override_ascent member.
8356 (append_space_for_newline): Reset override_ascent.
8357 Remove use_default_face.
8358 (calc_line_height_property): New function to calculate value of
8359 line-height and line-spacing properties. Look at overlays, too.
8360 Set override_ascent, override_descent, override_boff members when
8361 using another face than the current face. Float values are now
8362 relative to the frame default font, by default; accept a cons
8363 of ratio and face name to specify value relative to a specific face.
8364 (x_produce_glyphs): Use calc_line_height_property.
8365 Use override_ascent etc. when set to handle different face heights.
8366 A negative line-spacing property value is interpreted as a total
8367 line height, rather than inter-line spacing.
8368 (note_mouse_highlight): Allocate room for 40 overlays initially.
8369
8370 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * data.c (Fsubr_name): New fun.
8373 (syms_of_data): Defsubr it.
8374
8375 2004-04-29 Kim F. Storm <storm@cua.dk>
8376
8377 * xdisp.c (null_glyph_slice): New var.
8378 (append_glyph, append_composite_glyph, append_stretch_glyph):
8379 Use it to initialize glyph slice.
8380
8381 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8382
8383 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
8384 (on_hot_spot_p): Make sure we always return a value.
8385 (Flookup_image_map): Remove unused var ix and iy.
8386 (note_mode_line_or_margin_highlight): Remove unused var `image'.
8387
8388 2004-04-27 Eli Zaretskii <eliz@gnu.org>
8389
8390 * msdos.c (init_environment): If one of the TMP... environment
8391 variables is set to a drive letter without a trailing slash,
8392 append a slash.
8393
8394 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8395
8396 * editfns.c (lisp_time_argument): Provide externally.
8397
8398 * fileio.c (Fset_file_times): New function.
8399 (syms_of_fileio): Intern and staticpro it.
8400
8401 2004-04-27 Kim F. Storm <storm@cua.dk>
8402
8403 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
8404 header line strings.
8405
8406 * dispextern.h (struct it): New member use_default_face.
8407
8408 * xdisp.c (Qline_height): New variable.
8409 (syms_of_xdisp): Intern and staticpro it.
8410 (append_space_for_newline): Partially undo 2004-04-25 change;
8411 add default_face_p arg, and restore callers.
8412 Clear it->use_default_face after use.
8413 (x_produce_glyphs): Set default font for ascii char if
8414 it->use_default_font is set. Change line-spacing property to set
8415 just extra line spacing. Handle new line-height property.
8416
8417 2004-04-26 Andreas Schwab <schwab@suse.de>
8418
8419 * print.c (print_object): Print non-ascii characters in bool
8420 vector representation as octal escapes.
8421
8422 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
8423 * print.c (print_object): Use it instead of BITS_PER_CHAR for
8424 bool vectors.
8425 * lread.c (read1): Likewise.
8426 * alloc.c (Fmake_bool_vector): Likewise.
8427 * data.c (Faref, Faset): Likewise.
8428 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
8429 (mapcar1): Likewise.
8430
8431 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
8432
8433 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
8434
8435 2004-04-26 Miles Bader <miles@gnu.org>
8436
8437 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
8438
8439 2004-04-26 Juanma Barranquero <lektu@terra.es>
8440
8441 * buffer.c (Fpop_to_buffer): Fix docstring.
8442
8443 2004-04-26 Steven Tamm <steventamm@mac.com>
8444
8445 * lread.c (init_lread): Don't display missing lisp directory
8446 warnings with Carbon Emacs because self-contained bundled Emacs
8447 may be built without correct installation path.
8448
8449 2004-04-25 Kim F. Storm <storm@cua.dk>
8450
8451 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
8452
8453 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
8454
8455 * xdisp.c (append_space_for_newline): Rename from append_space.
8456 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
8457 (x_produce_glyphs): Handle line-spacing property on newline char.
8458 If value is t, adjust ascent and descent to fit current row height.
8459 If value is an integer or float, set extra_line_spacing to integer
8460 value, or to float value x current line height.
8461
8462 2004-04-23 Kenichi Handa <handa@m17n.org>
8463
8464 * fontset.c (Finternal_char_font): If POSITION is nil, return
8465 font for displaying CH with the default face.
8466
8467 2004-04-23 Juanma Barranquero <lektu@terra.es>
8468
8469 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8470
8471 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
8474 Don't make assumptions about the relative place of i and val.
8475 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
8476
8477 2004-04-21 Kim F. Storm <storm@cua.dk>
8478
8479 * dispextern.h (struct glyph_slice): New struct.
8480 (struct glyph): New member slice.
8481 (GLYPH_SLICE_EQUAL_P): New macro.
8482 (GLYPH_EQUAL_P): Use it.
8483 (struct glyph_string): New member slice.
8484 (struct it_slice): New struct.
8485 (struct it): New member slice, add member to stack too.
8486 New member constrain_row_ascent_descent_p.
8487 (image_ascent): Add prototype.
8488
8489 * dispnew.c (buffer_posn_from_coords): Return full image width
8490 and height even for image slices (posn is relative to full image).
8491 (marginal_area_string): Adjust x0,y0 for image slice.
8492
8493 * image.c (image_ascent): Add slice arg; calculate ascent for
8494 image slice (or full image).
8495
8496 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
8497 (syms_of_keyboard): Defsubr them.
8498
8499 * lisp.h (pos_visible_p): Fix prototype.
8500
8501 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
8502 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
8503 (x_draw_image_foreground, x_draw_image_relief)
8504 (x_draw_image_foreground_1, x_draw_image_glyph_string):
8505 Draw sliced images.
8506
8507 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
8508 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
8509 (x_draw_image_foreground, x_draw_image_relief)
8510 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
8511 Draw sliced images.
8512
8513 * w32term.h (image_ascent): Remove prototype.
8514
8515 * window.c (Fpos_visible_in_window_p): Return pixel position if
8516 PARTIALLY arg is non-nil. Simplify. Doc fix.
8517 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
8518 to return/set vscroll in pixels.
8519
8520 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
8521
8522 * xdisp.c (Qslice): New variable.
8523 (syms_of_xdisp): Intern and staticpro it.
8524 (pos_visible_p): Return pixel position in new x and y args.
8525 (init_iterator): Reset it->slice info.
8526 (handle_display_prop): Parse (slice ...) property.
8527 (push_it, pop_it): Save/restore slice info.
8528 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
8529 force repositioning of tall row if window is vscrolled, as that
8530 would reset vscroll.
8531 (append_space): Set it->constrain_row_ascent_descent_p to avoid
8532 increasing row height if row is non-empty.
8533 (fill_image_glyph_string): Copy slice info.
8534 (take_vertical_position_into_account): Simplify.
8535 (produce_image_glyph): Handle iterator slice info, setup glyph
8536 slice info. Do not force minimum line height.
8537 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
8538 do not increase height (ascent/descent) of non-empty row when
8539 adding normal character glyph; instead reduce glyph ascent/descent
8540 appropriately; if row is higher than current glyph, adjust glyph
8541 descent/ascent to reposition glyph within the existing row.
8542 Likewise, when char is newline, only set ascent/descent if row is
8543 currently empty.
8544 (note_mouse_highlight): Handle hotspots with sliced image.
8545
8546 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
8547 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
8548 (x_draw_image_foreground, x_draw_image_relief)
8549 (x_draw_image_foreground_1, x_draw_image_glyph_string):
8550 Draw sliced images.
8551
8552 * xterm.h (image_ascent): Remove prototype.
8553
8554 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
8557
8558 2004-04-20 John Paul Wallington <jpw@gnu.org>
8559
8560 * fns.c (Fassoc, Feql): Fix indentation.
8561
8562 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
8563
8564 2004-04-19 John Paul Wallington <jpw@gnu.org>
8565
8566 * fns.c (Feql): New function.
8567 (syms_of_fns): Defsubr it.
8568
8569 2004-04-18 Jason Rumney <jasonr@gnu.org>
8570
8571 * w32select.c (Fw32_set_clipboard_data): Get sequence number
8572 after closing the clipboard.
8573
8574 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8575
8576 * buffer.c (Fbuffer_base_buffer): Doc fix.
8577
8578 2004-04-17 Kim F. Storm <storm@cua.dk>
8579
8580 * keymap.c (Fkey_description): Add optional PREFIX arg.
8581 Combine prefix with KEYS to make up the full key sequence to describe.
8582 Correlate meta_prefix_char and following (simple) key to describe
8583 as meta modifier. All callers changed.
8584 (describe_map): Rename arg `keys' to `prefix'. Remove local
8585 `elt_prefix' var. Use Fkey_description with prefix instead of
8586 elt_prefix combined with Fsingle_key_description.
8587 (describe_vector): Declare static. Replace arg `elt_prefix' with
8588 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
8589 if !KEYMAP_P. Use Fkey_description with prefix instead of
8590 Fsingle_key_description.
8591
8592 * keymap.h (Fkey_description): Fix prototype.
8593 (describe_vector): Remove prototype.
8594
8595 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
8596
8597 * image.c (PNG_BG_COLOR_SHIFT): Remove.
8598 (png_load): Fix calculation of transparent background color on X
8599 and W32 platforms.
8600
8601 2004-04-16 Juanma Barranquero <lektu@terra.es>
8602
8603 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
8604 not too large before computing how much to scroll.
8605
8606 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
8609
8610 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8611
8612 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
8613 Add hyperlink to Elisp manual to the docstring.
8614
8615 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * callint.c (fix_command): Use XDCR.
8618
8619 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
8620
8621 * window.c (Fget_lru_window): Doc fix.
8622
8623 2004-04-14 Kim F. Storm <storm@cua.dk>
8624
8625 * editfns.c (Fformat): Fix allocation size of precision array.
8626
8627 * dispnew.c (update_window): Only set changed_p if
8628 scrolling_window actually did scroll.
8629 (scrolling_window): Only return 1 if we actually did scroll.
8630
8631 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
8632 height to glyph height when cursor row is not fully visible.
8633 (make_cursor_line_fully_visible): Add FORCE_P arg to return
8634 failure in case row is higher than window. Callers changed.
8635 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
8636 Try to scroll partially visible, higher-than-window cursor row.
8637 (redisplay_window): Always try to scroll partially visible,
8638 higher-than-window cursor row - both initially and again with
8639 centering_position = 0.
8640 Clear desired matrix before retrying with centering_position = 0.
8641
8642 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8643
8644 * syntax.c (scan_lists): Simplify backward string scan.
8645 Fix off-by-one boundary check for string and comment fences.
8646
8647 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
8648
8649 * sheap.c, unexcw.c: New files.
8650
8651 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
8652
8653 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
8654 base buffer has been killed. Correct the error message if the
8655 base buffer does not exist.
8656
8657 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
8658
8659 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
8660 Cygwin itself. Add support for Xaw3d scrollbars.
8661
8662 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
8663
8664 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
8665
8666 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
8667 before Cygwin unexec.
8668
8669 * Makefile.in: Link changes for Cygwin unexec() support.
8670
8671 2004-04-12 Andreas Schwab <schwab@suse.de>
8672
8673 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
8674
8675 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
8676
8677 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
8678 IGNORE argument equals NAME. Doc fix.
8679
8680 2004-04-11 Masatake YAMATO <jet@gyve.org>
8681
8682 * buffer.c (fix_start_end_in_overlays): Make overlays
8683 empty if they are backwards.
8684
8685 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * xfaces.c (face_color_supported_p): Fix compilation without X11.
8688
8689 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * doc.c (Fsnarf_documentation): Ignore new file name entries.
8692
8693 2004-04-06 Kim F. Storm <storm@cua.dk>
8694
8695 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
8696 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
8697
8698 * w32term.c (w32_read_socket): Set mouse_face_hidden after
8699 clearing highlight.
8700
8701 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
8702
8703 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
8704 clearing highlight.
8705
8706 * indent.c (vmotion): Do not reserve one column for continuation
8707 marks on window frames.
8708
8709 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8710
8711 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
8712 from GCC.
8713
8714 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 * .gdbinit-union: Remove.
8717
8718 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
8719 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
8720 ($nonvalbits): Remove.
8721 ($valmask): Set it by calling xreload to avoid redundancy.
8722
8723 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
8724 (gdb_emacs_intbits): Remove.
8725
8726 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8727
8728 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
8729
8730 2004-03-30 Kenichi Handa <handa@m17n.org>
8731
8732 * editfns.c (Fformat): Fix initialization of the array info.
8733
8734 2004-03-30 Kim F. Storm <storm@cua.dk>
8735
8736 * xterm.c (x_mouse_click_focus_ignore_position): New var.
8737 (syms_of_xterm): DEFVAR_BOOL it.
8738 (ignore_next_mouse_click_timeout): New var.
8739 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
8740 Use it to filter mouse clicks following focus event.
8741
8742 2004-03-29 David Ponce <david@dponce.com>
8743
8744 * callint.c (Fcall_interactively): Fix last change.
8745
8746 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8747
8748 * eval.c (Fcommandp): Simplify.
8749
8750 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
8751 Extend to handle all kinds of functions.
8752
8753 * lisp.h (Finteractive_form): Declare.
8754
8755 * callint.c (Fcall_interactively): Use it.
8756
8757 2004-03-26 Kim F. Storm <storm@cua.dk>
8758
8759 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
8760 to catch errors in calc_pixel_width_or_height during redisplay.
8761
8762 2004-03-26 Masatake YAMATO <jet@gyve.org>
8763
8764 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
8765
8766 * lisp.h (fix_start_end_in_overlays): Likewise.
8767
8768 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
8769
8770 * editfns.c (Ftranspose_regions): Likewise.
8771
8772 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8773
8774 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
8775
8776 2004-03-19 Richard M. Stallman <rms@gnu.org>
8777
8778 * s/sol2-6.h: Delete previous change.
8779
8780 2004-03-19 Kim F. Storm <storm@cua.dk>
8781
8782 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
8783 to_charpos corresponds to newline in right fringe. Use local
8784 BUFFER_POS_REACHED_P macro.
8785
8786 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8787
8788 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
8789 to compile on non-window system.
8790
8791 2004-03-19 Kim F. Storm <storm@cua.dk>
8792
8793 * dispextern.h (calc_pixel_width_or_height): Add prototype.
8794
8795 * image.c (Qcenter): Move to xdisp.c.
8796
8797 * xdisp.c (Qcenter): Declare here.
8798 (syms_of_xdisp): Intern and staticpro it.
8799 (handle_single_display_prop): Allow space display property on all
8800 platforms.
8801 (display_mode_line): Set mode_line_p before displaying line.
8802 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
8803 handling. Remove complex cases for fringes and scroll-bars.
8804 Add left, right, and center alignment positions. Add text (area)
8805 width/height. Return width or height for image specs.
8806 (produce_stretch_glyph): Improve handling of :align-to. Is now
8807 relative to left of text area by default, but other base offsets
8808 can be specified -- also for text lines.
8809
8810 * term.c (produce_glyphs): Handle IT_STRETCH.
8811 (produce_stretch_glyph): New function to handle space width and
8812 align-to display properties on non-window systems.
8813
8814 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * fileio.c (Fread_file_name): Set completion-ignore-case for
8817 case-insensitive systems.
8818
8819 2004-03-14 Masatake YAMATO <jet@gyve.org>
8820
8821 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
8822 when keymap and cursor are setup.
8823
8824 2004-03-14 Steven Tamm <steventamm@mac.com>
8825
8826 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
8827
8828 2004-03-14 Kim F. Storm <storm@cua.dk>
8829
8830 * dispextern.h (x_find_image_file): Add prototype.
8831
8832 * image.c (x_find_image_file): Make extern.
8833
8834 * xfns.c (x_find_image_file): Remove prototype.
8835
8836 2004-03-13 Eli Zaretskii <eliz@gnu.org>
8837
8838 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
8839
8840 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
8841
8842 2004-03-12 Richard M. Stallman <rms@gnu.org>
8843
8844 * fns.c (internal_equal): New arg PROPS controls comparing
8845 text properties. All callers changed.
8846 (Fequal_including_properties): New function.
8847 (syms_of_fns): defsubr it.
8848
8849 2004-03-12 Kim F. Storm <storm@cua.dk>
8850
8851 Fix image support on MAC. From YAMAMOTO Mitsuharu.
8852
8853 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
8854 (image_background, image_background_transparent): Fix prototypes.
8855
8856 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
8857
8858 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
8859 (x_query_font, x_find_ccl_program, x_set_window_size)
8860 (x_make_frame_visible, mac_initialize, XCreatePixmap)
8861 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
8862 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
8863
8864 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
8865 (x_query_font, x_find_ccl_program, x_set_window_size)
8866 (x_make_frame_visible, mac_initialize, XCreatePixmap)
8867 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
8868 (mac_draw_line_to_pixmap): Add prototypes.
8869
8870 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8871
8872 * macterm.c (XTread_socket): Fix mouse click on tool bar.
8873
8874 2004-03-11 Kim F. Storm <storm@cua.dk>
8875
8876 * dispextern.h: Move image related prototypes from xfns.c section
8877 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
8878 HAVE_X_WINDOWS.
8879
8880 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
8881 Move gtkutil.o to new GTK_OBJ list.
8882 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
8883 (GTK_OBJ) [USE_GTK]: New declaration.
8884 (obj): Add $(GTK_OBJ) to list.
8885
8886 2004-03-11 Steven Tamm <steventamm@mac.com>
8887
8888 * image.c [MAC_OSX]: Include sys/stat.h.
8889
8890 * macfns.c (syms_of_macfns): Remove definitions of things now
8891 defined in image.c.
8892
8893 2004-03-11 Kim F. Storm <storm@cua.dk>
8894
8895 The following changes consolidates the identical/similar image
8896 support code previously found in xfns.c, w32fns.c, and macfns.c
8897 into a new file image.c.
8898
8899 * makefile.w32-in (OBJ1): Add image.o.
8900 ($(BLD)/image.$(O)): Add dependencies.
8901
8902 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
8903 (image.o): Add dependencies.
8904
8905 * image.c: New file with consolidated image support code.
8906 (COLOR_TABLE_SUPPORT): New define to control whether
8907 color table support is available (X only).
8908 (Bitmap_Record): Common name for x_bitmap_record,
8909 w32_bitmap_record, and mac_bitmap_record.
8910 (XImagePtr): Common name for pointer to XImage or equivalent.
8911 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
8912 to XImagePtr on X+MAC, and to HDC on W32.
8913 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
8914 (NO_PIXMAP): Common name for "None" or equivalent.
8915 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
8916 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
8917 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
8918 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
8919 Define with suitable equivalents on W32 and MAC for code sharing.
8920 (XDrawLine): Define on MAC for code sharing.
8921 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
8922 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
8923 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
8924 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
8925 (x_reference_bitmap, x_create_bitmap_from_data)
8926 (x_create_bitmap_from_file, x_destroy_bitmap)
8927 (x_destroy_all_bitmaps, x_create_bitmap_mask)
8928 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
8929 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
8930 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
8931 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
8932 (define_image_type, lookup_image_type, valid_image_p)
8933 (image_error, enum image_value_type, struct image_keyword)
8934 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
8935 (make_image, free_image, prepare_image_for_display, image_ascent)
8936 (four_corners_best, image_background, image_background_transparent)
8937 (x_clear_image_1, x_clear_image, x_alloc_image_color)
8938 (make_image_cache, free_image_cache, clear_image_cache)
8939 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
8940 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
8941 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
8942 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
8943 (init_image_func_pointer, image_load_quartz2d)
8944 (struct ct_color, init_color_table, free_color_table)
8945 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
8946 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
8947 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
8948 (x_disable_image, x_build_heuristic_mask)
8949 (XBM support, XPM support, PBM support, PNG support, JPEG support)
8950 (TIFF support, GIF support, Ghostscript support): Consolidate image
8951 code from xfns.c, w32fns.c, and macfns.c.
8952 (syms_of_image): Consolidate image related symbol setup here.
8953 (init_image): Consolidate image related initializations here.
8954
8955 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
8956 and init_image. Remove call to init_xfns.
8957
8958 * macterm.h (struct mac_bitmap_record): Add file member.
8959 Not currently used, but simplifies code sharing.
8960
8961 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
8962 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
8963 (x_reference_bitmap, x_create_bitmap_from_data)
8964 (x_create_bitmap_from_file, x_destroy_bitmap)
8965 (x_destroy_all_bitmaps, x_create_bitmap_mask)
8966 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
8967 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
8968 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
8969 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
8970 (define_image_type, lookup_image_type, valid_image_p)
8971 (image_error, enum image_value_type, struct image_keyword)
8972 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
8973 (make_image, free_image, prepare_image_for_display, image_ascent)
8974 (four_corners_best, image_background, image_background_transparent)
8975 (x_clear_image_1, x_clear_image, x_alloc_image_color)
8976 (make_image_cache, free_image_cache, clear_image_cache)
8977 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
8978 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
8979 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
8980 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
8981 (init_image_func_pointer, image_load_quartz2d)
8982 (struct ct_color, init_color_table, free_color_table)
8983 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
8984 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
8985 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
8986 (x_disable_image, x_build_heuristic_mask)
8987 (XBM support, XPM support, PBM support, PNG support, JPEG support)
8988 (TIFF support, GIF support, Ghostscript support): Merge with image
8989 code from xfns.c and macfns.c into image.c.
8990 (syms_of_xfns): Move image related symbols to image.c.
8991 (init_external_image_libraries, init_xfns): Remove; initialization
8992 moved to init_image in image.c.
8993
8994 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
8995 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
8996 (x_reference_bitmap, x_create_bitmap_from_data)
8997 (x_create_bitmap_from_file, x_destroy_bitmap)
8998 (x_destroy_all_bitmaps, x_create_bitmap_mask)
8999 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9000 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9001 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9002 (define_image_type, lookup_image_type, valid_image_p)
9003 (image_error, enum image_value_type, struct image_keyword)
9004 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9005 (make_image, free_image, prepare_image_for_display, image_ascent)
9006 (four_corners_best, image_background, image_background_transparent)
9007 (x_clear_image_1, x_clear_image, x_alloc_image_color)
9008 (make_image_cache, free_image_cache, clear_image_cache)
9009 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9010 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9011 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9012 (struct ct_color, init_color_table, free_color_table)
9013 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9014 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9015 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9016 (x_disable_image, x_build_heuristic_mask)
9017 (XBM support, XPM support, PBM support, PNG support, JPEG support)
9018 (TIFF support, GIF support, Ghostscript support): Merge with image
9019 code from xfns.c and macfns.c into image.c.
9020 (syms_of_xfns): Move image related symbols to image.c.
9021 (init_external_image_libraries, init_xfns): Remove; initialization
9022 moved to init_image in image.c.
9023
9024 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
9025 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9026 (x_reference_bitmap, x_create_bitmap_from_data)
9027 (x_create_bitmap_from_file, x_destroy_bitmap)
9028 (x_destroy_all_bitmaps, x_create_bitmap_mask)
9029 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
9030 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
9031 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
9032 (define_image_type, lookup_image_type, valid_image_p)
9033 (image_error, enum image_value_type, struct image_keyword)
9034 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9035 (make_image, free_image, prepare_image_for_display, image_ascent)
9036 (four_corners_best, image_background, image_background_transparent)
9037 (x_clear_image_1, x_clear_image, x_alloc_image_color)
9038 (make_image_cache, free_image_cache, clear_image_cache)
9039 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9040 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
9041 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
9042 (struct ct_color, init_color_table, free_color_table)
9043 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
9044 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
9045 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
9046 (x_disable_image, x_build_heuristic_mask)
9047 (XBM support, XPM support, PBM support, PNG support, JPEG support)
9048 (TIFF support, GIF support, Ghostscript support): Merge with
9049 w32fns.c and macfns.c image code into image.c.
9050 (syms_of_xfns): Move image related symbols to image.c.
9051 (init_xfns): Remove; initialization moved to init_image in image.c.
9052
9053 * lisp.h (syms_of_image, init_image): Add protoypes.
9054 (init_xfns): Remove prototype.
9055
9056 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9057 (x_reference_bitmap, x_create_bitmap_from_data)
9058 (x_create_bitmap_from_file, x_destroy_bitmap)
9059 (x_create_bitmap_mask): Move prototypes from dispextern.h.
9060 (gamma_correct) [MAC_OS]: Add prototype.
9061
9062 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
9063 (x_reference_bitmap, x_create_bitmap_from_data)
9064 (x_create_bitmap_from_file, x_destroy_bitmap)
9065 (x_create_bitmap_mask): Move prototypes to dispextern.h.
9066
9067 2004-03-09 Kenichi Handa <handa@etlken2>
9068
9069 * coding.c (decode_coding_emacs_mule): Handle insufficent source
9070 correctly.
9071
9072 2004-03-04 Richard M. Stallman <rms@gnu.org>
9073
9074 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
9075
9076 * window.c (Fdisplay_buffer): Doc fix.
9077
9078 * buffer.c (Fpop_to_buffer): Doc fix.
9079
9080 2004-03-03 Kim F. Storm <storm@cua.dk>
9081
9082 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
9083
9084 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
9087
9088 2004-03-02 Richard M. Stallman <rms@gnu.org>
9089
9090 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
9091
9092 2004-03-02 Kenichi Handa <handa@m17n.org>
9093
9094 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
9095
9096 2004-03-02 Kim F. Storm <storm@cua.dk>
9097
9098 * window.h (struct window): New member overlay_arrow_bitmap.
9099
9100 * window.c (make_window): Initialize overlay_arrow_bitmap.
9101
9102 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
9103 implement and integrate multiple overlay arrows with redisplay.
9104 (syms_of_xdisp): DEFVAR_LISP and initialize it.
9105 (last_arrow_position, last_arrow_string): Replace by properties.
9106 (Qlast_arrow_position, Qlast_arrow_string)
9107 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
9108 (syms_of_xdisp): Intern and staticpro them.
9109 (overlay_arrow_string_or_property, update_overlay_arrows)
9110 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
9111 (overlay_arrow_at_row): New functions for multiple overlay arrows.
9112 (redisplay_internal): Use them instead of directly accessing
9113 Voverlay_arrow_position etc. for multiple overlay arrows.
9114 (mark_window_display_accurate): Use update_overlay_arrows.
9115 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
9116 (try_window_id): Use overlay_arrows_changed_p.
9117 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
9118 (display_line): Use overlay_arrow_at_row to check multiple
9119 overlay arrows, and get relevant overlay-arrow-string and
9120 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
9121 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
9122 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
9123
9124 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
9125 (update_window_fringes): Remove unused code.
9126
9127 2004-03-01 Jason Rumney <jasonr@gnu.org>
9128
9129 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
9130
9131 2004-03-01 Juanma Barranquero <lektu@terra.es>
9132
9133 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
9134
9135 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
9136
9137 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9138
9139 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
9140 how many colors can be displayed.
9141
9142 2004-03-01 Kenichi Handa <handa@m17n.org>
9143
9144 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
9145 correctly.
9146
9147 2004-02-28 Kim F. Storm <storm@cua.dk>
9148
9149 * dispnew.c (update_window): Update header line also if there are
9150 no other changes in window (move code after set_cursor label).
9151
9152 * lisp.h (mark_window_display_accurate): Remove prototype.
9153
9154 * window.c (window_loop, Fforce_window_update): Force mode line
9155 updates by setting prevent_redisplay_optimizations_p and
9156 update_mode_lines.
9157
9158 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9159
9160 * xfns.c (x_window): Fix indentation.
9161
9162 * xterm.c (x_calc_absolute_position): Call x_real_positions
9163 to get WM window sizes and use those to calculate position.
9164 (x_set_offset): Remove code commented out.
9165
9166 2004-02-28 Miles Bader <miles@gnu.org>
9167
9168 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
9169
9170 2004-02-28 Kim F. Storm <storm@cua.dk>
9171
9172 * keyboard.c (kbd_buffer_store_event_hold): New function to store
9173 an event into kbd fifo, but with special handling of quit event;
9174 a quit event is saved for later, and further events are discarded
9175 until the saved quit event has been processed.
9176 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
9177 (gen_help_event): Store help event in kbd fifo.
9178 (NREAD_INPUT_EVENTS): Remove.
9179 (read_avail_input): Adapt to new read_socket_hook interface.
9180 Remove allocation and initialization of local input_event buffer,
9181 as read_socket_hook stores events directly in fifo. Allocate and
9182 initialize local hold_quit event to handle postponed quit event
9183 (and store it if set by kbd_buffer_store_event_hold).
9184
9185 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
9186 (gen_help_event): Fix prototype.
9187
9188 * macterm.c (XTread_socket): Remove bufp_r and
9189 numcharsp args. Add hold_quit arg.
9190 Rework to use just one, local, inev input_event. Store inev
9191 directly in fifo using kbd_buffer_store_event_hold.
9192
9193 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
9194 (read_input_waiting): Adapt to new read_socket_hook interface.
9195 Remove allocation and initialization of local input_event buffer,
9196 as read_socket_hook stores events directly in fifo. Allocate and
9197 initialize local hold_quit event to handle postponed quit event
9198 (and store it if set by kbd_buffer_store_event_hold).
9199
9200 * term.c (read_socket_hook): Fix arg list.
9201
9202 * termhooks.h (read_socket_hook): Fix prototype.
9203
9204 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
9205 numcharsp args. Add hold_quit arg.
9206 Rework to use just one, local, inev input_event. Store inev
9207 directly in fifo using kbd_buffer_store_event_hold.
9208
9209 * w32inevt.h (w32_console_mouse_position): Fix prototype.
9210
9211 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
9212 Add hold_quit arg. Rework to use just one, local, inev
9213 input_event. Store inev directly in fifo using
9214 kbd_buffer_store_event_hold. Update count in one place.
9215 Postpone call to gen_help_event until inev is stored; use new
9216 local do_help for this.
9217 Remove local emacs_event in handing of ButtonPress event; just use
9218 inev instead (so no reason to copy it later).
9219
9220 * xsmfns.c (x_session_check_input): Remove numchars arg.
9221
9222 * xterm.c (x_focus_changed, x_detect_focus_change):
9223 Remove numchars arg. Always store event into bufp arg.
9224 Return nothing. Callers changed accordingly.
9225 (glyph_rect): Simplify.
9226 (STORE_KEYSYM_FOR_DEBUG): New macro.
9227 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
9228 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
9229 (current_hold_quit) [USE_GTK]: Add.
9230 (event_handler_gdk): Adapt to new handle_one_xevent.
9231 (handle_one_xevent): Remove bufp_r and numcharsp args.
9232 Add hold_quit arg. Rework to use just one, local, inev
9233 input_event. Store inev directly in fifo using
9234 kbd_buffer_store_event_hold. Update count in one place.
9235 Postpone call to gen_help_event until inev is stored; use new
9236 local do_help for this.
9237 Simplify handling of keysyms (consolidate common code). Fix bug
9238 where count was updated with nchars instead of nbytes.
9239 Remove local emacs_event in handing of ButtonPress event; just use
9240 inev instead (so no reason to copy it later).
9241 Remove `out' label. Rename label `ret' to `done'; add various
9242 `goto done' to clarify code flow in deeply nested blocks.
9243 (x_dispatch_event): Simplify as handle_one_xevent now calls
9244 kbd_buffer_store_event itself.
9245 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
9246 arg. Call handle_one_xevent with new arglist. Store event from
9247 x_session_check_input in fifo.
9248 [USE_GTK]: Setup current_hold_quit.
9249 Decrement handling_signal before unblocking input.
9250 (x_initialize) [USE_GTK]: Initialize current_count.
9251
9252 * xterm.h (x_session_check_input): Fix prototype.
9253
9254 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9255
9256 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
9257
9258 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
9259 macgui.h).
9260
9261 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
9262
9263 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
9264 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
9265 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
9266 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
9267 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
9268 (Bitmap): Remove typedef.
9269 (Pixmap): Change int to GWorldPtr.
9270
9271 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
9272
9273 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
9274 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
9275 New #define to extract 16-bit depth color components from unsigned
9276 long representation.
9277 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
9278 colors used for masks.
9279 (struct mac_display_info): Add color_p. Remove n_cbits.
9280
9281 * macfns.c: Include sys/types.h and sys/stat.h.
9282 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
9283 Include QuickTime/QuickTime.h.
9284 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
9285 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
9286 functions defined in macterm.c.
9287 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
9288 (ZPixmap): New #define for compatibility with xfns.c.
9289 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
9290 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
9291 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
9292 New functions.
9293 (four_corners_best, x_create_x_image_and_pixmap)
9294 (x_destroy_x_image, unwind_create_frame, x_disable_image)
9295 (x_edge_detection, init_color_table, colors_in_color_table)
9296 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
9297 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
9298 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
9299 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
9300 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
9301 long mixup.
9302 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
9303 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
9304 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
9305 (x_set_cursor_type, Fxw_color_values, valid_image_p)
9306 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
9307 (x_alloc_image_color, clear_image_cache, lookup_image)
9308 (x_find_image_file, xbm_read_bitmap_file_data)
9309 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
9310 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
9311 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
9312 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
9313 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
9314 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
9315 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
9316 #if 0.
9317 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
9318 #if 0. Free white_relief.gc and black_relief.gc.
9319 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
9320 New functions (from xfns.c).
9321 (Fx_create_frame): Record unwind_create_frame.
9322 (Fxw_display_color_p): Use dpyinfo->color_p.
9323 (Fx_display_grayscale_p, Fx_display_planes): Don't use
9324 dpyinfo->n_cbits.
9325 (Fx_display_color_cells): Use dpyinfo->n_planes;
9326 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
9327 (Qheuristic, cross_disabled_images, emboss_matrix)
9328 (laplace_matrix): New variables (from xfns.c).
9329 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
9330 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
9331 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
9332 (image_background_transparent): New function (from xfns.c).
9333 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
9334 (image_load_quicktime): Add declaration.
9335 [MAC_OSX] (image_load_quartz2d): Likewise.
9336 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
9337 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
9338 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
9339 (xbm_load_image_from_file, x_laplace_read_row)
9340 (x_laplace_write_row, pbm_read_file): Remove functions.
9341 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
9342 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
9343 (colors_in_color_table): Sync with xfns.c (although not used).
9344 (lookup_rgb_color): Don't lookup color table. Just do gamma
9345 correction.
9346 (COLOR_INTENSITY): New #define (from xfns.c).
9347 (x_disable_image): New function (from xfns.c).
9348 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
9349 (x_build_heuristic_mask): Sync with xfns.c.
9350 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
9351 (HAVE_PBM): Remove #ifdef.
9352 (pbm_load): Sync with xfns.c. Set img->width and img->height
9353 before IMAGE_BACKGROUND.
9354 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
9355 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
9356 Don't enclose with #if HAVE_PNG.
9357 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
9358 symbol _CGImageCreateWithPNGDataProvider is defined.
9359 Otherwise use image_load_quicktime.
9360 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
9361 [HAVE_PNG] (png_load): Sync with xfns.c.
9362 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
9363 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
9364 HAVE_JPEG.
9365 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
9366 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
9367 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
9368 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
9369 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
9370 (tiff_image_p, tiff_load): Don't enclose declarations with #if
9371 HAVE_TIFF.
9372 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
9373 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
9374 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
9375 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
9376 New functions (from xfns.c).
9377 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
9378 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
9379 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
9380 Don't enclose with #if HAVE_GIF.
9381 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
9382 animated gif. Otherwise use image_load_quicktime.
9383 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
9384 gif_DrawText to avoid conflict with QuickdrawText.h.
9385 [HAVE_GIF] (gif_load): Sync with xfns.c.
9386 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
9387 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
9388 Ghostscript is not supported yet).
9389 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
9390 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
9391 cross_disabled_images (from xfns.c). Remove #if 0 for supported
9392 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
9393 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
9394 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
9395 HAVE_PNG. Call EnterMovies to support animated gifs.
9396 Call init_image_func_pointer to bind a symbol
9397 _CGImageCreateWithPNGDataProvider if it is defined.
9398
9399 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
9400 (x_draw_bar_cursor): Sync declaration with xterm.c.
9401 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
9402 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
9403 graphics).
9404 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
9405 (mac_draw_line_to_pixmap, XCreatePixmap)
9406 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
9407 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
9408 New functions.
9409 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
9410 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
9411 Cast bits to char *.
9412 (reflect_byte): New function (from w32fns.c).
9413 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
9414 due to byte alignment.
9415 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
9416 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
9417 (XSetForeground): Remove static (now used in macfns.c).
9418 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
9419 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
9420 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
9421 (x_draw_glyph_string_box, x_draw_image_foreground)
9422 (x_draw_image_foreground_1, x_draw_image_glyph_string)
9423 (x_draw_stretch_glyph_string, x_draw_glyph_string)
9424 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
9425 Sync with xterm.c.
9426 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
9427 than the xterm.c version when a strictly horizontal or vertical
9428 line is drawn.
9429 (XTset_terminal_window): Add static.
9430 (x_make_frame_visible): Add UNBLOCK_INPUT.
9431 (x_free_frame_resources): New funcion (from xterm.c).
9432 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
9433 occurs in tool bar area.
9434 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
9435 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
9436 Initialize image cache.
9437 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
9438 Enclose unused functions with #if 0.
9439 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
9440 (decode_mac_font_name): New function to apply code conversions
9441 from a mac font name to an XLFD font name according to its script code.
9442 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
9443 font name to a mac font name according to REGISTRY and ENCODING fields.
9444 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
9445 whose name starts with `.'.
9446 (init_font_name_table): Use decode_mac_font_name. Add both
9447 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
9448 of a font is smJapanese.
9449 (mac_do_list_fonts): New function to list fonts that match a given
9450 pattern.
9451 (x_list_fonts, XLoadQueryFont): Use it.
9452 (XLoadQueryFont): Set rbearing field for each variable width
9453 character to avoid needless redraw.
9454 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
9455
9456 2004-02-26 Kim F. Storm <storm@cua.dk>
9457
9458 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
9459 as read_socket_hook handler on X aborts if buffer is too small
9460 and W32 handler doesn't always check buffer limit.
9461
9462 * xdisp.c (handle_single_display_prop): Handle left-fringe and
9463 right-fringe similar to a display margin image. Specifically,
9464 the characters having the fringe prop are no longer shown, and
9465 we use IT_IMAGE/next_element_from_image with image_id = -1 to
9466 do this. Set fringe bitmap face_id in it->face_id.
9467 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
9468 still realize it->face (i.e. the fringe bitmap face).
9469
9470 2004-02-25 Miles Bader <miles@gnu.org>
9471
9472 * xdisp.c (check_it): Check string/string_pos consistency.
9473 (init_iterator): Initialize string-related fields properly.
9474
9475 2004-02-11 Miles Bader <miles@gnu.org>
9476
9477 * xdisp.c (produce_image_glyph): Force negative descents to zero.
9478
9479 2004-02-10 Miles Bader <miles@gnu.org>
9480
9481 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
9482 BLOCK_INPUT can be nested, so it doesn't make much sense.
9483
9484 2004-02-24 Michael Mauger <mmaug@yahoo.com>
9485
9486 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
9487 (xbm_read_bitmap_data): Use unsigned char for image data.
9488
9489 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9490
9491 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
9492
9493 2004-02-22 Jason Rumney <jasonr@gnu.org>
9494
9495 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
9496 correctly over other bitmaps.
9497
9498 2004-02-21 Eli Zaretskii <eliz@gnu.org>
9499
9500 * emacs.c (USAGE1): Split into two halves.
9501 (USAGE2): Second half of the old USAGE1.
9502 (USAGE3): Rename from USAGE2.
9503 (USAGE4): Rename from USAGE3.
9504
9505 2004-02-21 Juri Linkov <juri@jurta.org>
9506
9507 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
9508 Fix --multibyte. Move --help, --version to USAGE2. Add alias
9509 --file. Fix -f, -l. Sort options. Untabify.
9510 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
9511
9512 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
9513
9514 * category.c (Fdefine_category, Fcategory_docstring)
9515 (Fget_unused_category, Fset_category_table)
9516 (Fcategory_set_mnemonics): Doc fixes.
9517
9518 2004-02-20 Kim F. Storm <storm@cua.dk>
9519
9520 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
9521 The following changes are relative to the 2004-01-21 revision.
9522 (NREAD_INPUT_EVENTS): Define as max number of input events to read
9523 in one call to read_socket_hook. Value is 8.
9524 (read_avail_input): Separate and rework handling of read_socket_hook
9525 and non-read_socket_hook cases. Use smaller input_event buffer
9526 in read_socket_hook case, and repeat if full buffer is read.
9527 Use new local variable 'discard' to skip input after C-g.
9528 In non-read_socket_hook case, just use a single input_event, and
9529 call kbd_buffer_store_event on the fly for each character.
9530
9531 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
9534 Remove unused `gu' alternative.
9535
9536 2004-02-19 Andreas Schwab <schwab@suse.de>
9537
9538 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
9539 warning.
9540
9541 2004-02-18 Kim F. Storm <storm@cua.dk>
9542
9543 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
9544 Fix last change.
9545
9546 2004-02-17 Kim F. Storm <storm@cua.dk>
9547
9548 * xdisp.c (fast_find_position): Fix return value of new version;
9549 it was inverted compared to the 21.1 version.
9550 (get_window_cursor_type): Don't look at glyph if NULL.
9551 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
9552
9553 * keyboard.c: Rework previous change; it didn't consider that the
9554 buf array was allocated on the stack.
9555 (prev_read): Remove variable.
9556 (read_avail_input_buf): New static event buffer array.
9557 (in_read_avail_input): New static variable to handle re-entrancy.
9558 (read_avail_input): Change buf to pinter to read_avail_input_buf.
9559 Use in_read_avail_input to handle re-entrance; when re-entered,
9560 fully initialize and use tmp_buf array instead of read_avail_input_buf.
9561 Do not initialize read_avail_input_buf in full here; instead assume it
9562 is always cleared on entry. To ensure that, we clear (just) the
9563 entries that were used before we return.
9564 (init_keyboard): Initialize read_avail_input_buf here.
9565
9566 2004-02-16 Jesper Harder <harder@ifa.au.dk>
9567
9568 * cmds.c (Fend_of_line): Doc fix.
9569
9570 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
9571
9572 * keyboard.c (prev_read): New static variable.
9573 (read_avail_input): Use it to zero out only those slots in buf[]
9574 that were used last time we were called.
9575
9576 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9577
9578 * Makefile.in (obj): Move fringe.o from here...
9579 (XOBJ, MAC_OBJ): ...to here.
9580
9581 2004-02-16 Stephen Eglen <stephen@gnu.org>
9582
9583 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
9584
9585 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
9586
9587 * data.c (Fbyteorder):
9588 * fringe.c (Fdefine_fringe_bitmap):
9589 * xdisp.c (handle_single_display_prop):
9590 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
9591
9592 2004-02-16 Jason Rumney <jasonr@gnu.org>
9593
9594 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
9595
9596 2004-02-15 Steven Tamm <steventamm@mac.com>
9597
9598 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
9599 controlling emulation of a three button mouse with option and
9600 command keys.
9601 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
9602 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
9603
9604 2004-02-15 Kim F. Storm <storm@cua.dk>
9605
9606 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
9607
9608 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
9609 Perform byte-swapping.
9610
9611 2004-02-14 Kim F. Storm <storm@cua.dk>
9612
9613 * dispextern.h (struct draw_fringe_bitmap_params): Change member
9614 bits from char to short to facilitate wider bitmaps.
9615 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
9616 member.
9617
9618 * fringe.c (struct fringe_bitmap): Change member bits from char to
9619 short to facilitate 16 bits wide bitmaps. Modify all standard
9620 bitmaps accordingly.
9621 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
9622 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
9623 (draw_fringe_bitmap): Ditto.
9624 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
9625 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
9626 handle up to 16 bits wide bitmaps.
9627 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
9628 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
9629
9630 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
9631 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
9632 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
9633
9634 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
9635 so it is no longer necessary to expand them here.
9636
9637 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
9638
9639 2004-02-12 Kim F. Storm <storm@cua.dk>
9640
9641 * window.c (Fwindow_fringes): Doc fix.
9642
9643 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9644
9645 * xselect.c (x_get_foreign_selection): Add new optional parameter
9646 time_stamp.
9647 (Fx_get_selection_internal): Ditto, pass time_stamp to
9648 x_get_foreign_selection.
9649
9650 * data.c (Fbyteorder): New function.
9651
9652 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9653
9654 * atimer.c: Move include stdio.h to same place as in other files.
9655
9656 * region-cache.c: Ditto.
9657
9658 * sysdep.c: Ditto.
9659
9660 * xfaces.c: Ditto.
9661
9662 2004-02-09 Sam Steingold <sds@gnu.org>
9663
9664 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
9665
9666 2004-02-09 Kim F. Storm <storm@cua.dk>
9667
9668 * fringe.c: New file. Move original fringe related declarations
9669 and code from dispextern.h and xdisp.c here.
9670 Rework code to support user defined fringe bitmaps, redefining
9671 standard bitmaps, ability to overlay user defined bitmap with
9672 overlay arrow bitmap, and add faces to bitmaps.
9673 (Voverflow_newline_into_fringe): Declare here.
9674 (enum fringe_bitmap_align): New enum.
9675 (..._bits): All bitmaps are now defined without bitswapping; that
9676 is now done in init_fringe_once (if necessary).
9677 (standard_bitmaps): New array with specifications for the
9678 standard fringe bitmaps.
9679 (fringe_faces): New array.
9680 (valid_fringe_bitmap_id_p): New function.
9681 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
9682 (draw_fringe_bitmap): New function which draws fringe bitmap,
9683 possibly overlaying bitmap with cursor in right fringe or the
9684 overlay arrow in the left fringe.
9685 (update_window_fringes): Do not handle overlay arrow here.
9686 Compare and copy fringe bitmap faces.
9687 (init_fringe_bitmap): New function.
9688 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
9689 define and destroy user defined fringe bitmaps.
9690 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
9691 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
9692 (syms_of_fringe): New function. Defsubr new DEFUNs.
9693 DEFVAR_LISP Voverflow_newline_into_fringe.
9694 (init_fringe_once, init_fringe): New functions.
9695 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
9696
9697 * Makefile.in (obj): Add fringe.o.
9698 (fringe.o): New dependencies.
9699
9700 * dispextern.h (FRINGE_ID_BITS): New definition for number of
9701 bits allocated to hold a fringe number. Increase number of bits
9702 from 4 to 8 to allow user defined fringe bitmaps.
9703 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
9704 left_user_fringe_face_id, right_user_fringe_bitmap,
9705 right_user_fringe_face_id.
9706 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
9707 Move to new file fringe.c.
9708 (MAX_FRINGE_BITMAPS): Define here.
9709 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
9710 and overlay_p. Change member which to int.
9711 (struct redisplay_interface): New members define_fringe_bitmap
9712 and destroy_fringe_bitmap.
9713 (valid_fringe_bitmap_id_p): Add prototype.
9714 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
9715
9716 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
9717 arrows.
9718 (update_frame): Do flush_display if force_flush_display_p to
9719 ensure display (specifically fringes) are updated in a timely
9720 manner when resizing the frame by dragging the mouse.
9721 (update_window_line): Update row if overlay arrow changed.
9722 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
9723 or overlay arrow changed.
9724
9725 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
9726 syms_of_fringe, and init_fringe.
9727
9728 * frame.h (struct frame): New member force_flush_display_p.
9729
9730 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
9731 Add prototypes.
9732
9733 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
9734 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
9735 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
9736 Use cursor color for displaying cursor in fringe.
9737 (x_redisplay_interface): Add null handlers for
9738 define_fringe_bitmap and destroy_fringe_bitmap functions.
9739
9740 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
9741 xterm.c to handle overlayed fringe bitmaps and to use cursor color
9742 for displaying cursor in fringe.
9743 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
9744 specific functions to define and destroy fringe bitmaps in fringe_bmp.
9745 (w32_redisplay_interface): Add them to redisplay_interface.
9746 (w32_term_init): Call w32_init_fringe instead of explicitly
9747 defining fringe bitmaps in fringe_bmp array.
9748 (x_delete_display): Call w32_reset_fringes instead of explicitly
9749 destroying fringe bitmaps in fringe_bmp array.
9750
9751 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
9752 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
9753 (continued_bits, continuation_bits, ov_bits, first_line_bits)
9754 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
9755 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
9756 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
9757 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
9758 Move fringe handling vars and code to new file fringe.c.
9759 (handle_display_prop): Handle left-fringe and right-fringe
9760 display properties; store user fringe bitmaps in iterator.
9761 (move_it_in_display_line_to): Handle cursor in fringe at eob.
9762 (clear_garbaged_frames): Set force_flush_display_p if resized.
9763 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
9764 (display_line): Handle cursor in fringe at eob.
9765 (display_line): Set row user fringe bitmaps from iterator.
9766
9767 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
9768 Use cursor color for displaying cursor in fringe.
9769 (x_redisplay_interface): Add null handlers for
9770 define_fringe_bitmap and destroy_fringe_bitmap functions.
9771
9772 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9773
9774 * macfns.c (Fx_change_window_property): Make doc string and
9775 parameters same as for X version.
9776
9777 * w32fns.c (Fx_change_window_property): Ditto.
9778
9779 2004-02-07 Kim F. Storm <storm@cua.dk>
9780
9781 * xdisp.c (hscroll_window_tree): Position cursor near to right
9782 margin in hscrolled window when jumping to end of line (rather
9783 than centering cursor).
9784
9785 * process.c (wait_reading_process_input): Don't do adaptive read
9786 buffering if waiting for a specific process.
9787
9788 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
9789
9790 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
9791 (Fread_minibuffer, Feval_minibuffer)
9792 (Fread_string, Fread_no_blanks_input)
9793 (Fcompleting_read): Doc fixes.
9794 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
9795 completion-regexp-list. Define Qcase_fold_search and staticpro it.
9796 (read_minibuf): Fix initial comment.
9797 (Ftry_completion, Fall_completions, Ftest_completion): Bind
9798 case-fold-search to the value of completion-ignore-case when
9799 checking completion-regexp-list.
9800 (Fdisplay_completion_list): Make it handle arguments that are
9801 symbols. Doc fix.
9802
9803 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9804
9805 * xterm.h: Add declaration of free_frame_menubar.
9806
9807 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
9808 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
9809 (Fx_change_window_property): Add declaration of parameters type and
9810 format. Remove unused variable cons.
9811
9812 * xselect.c: Include stdio,h.
9813
9814 2004-02-05 Kenichi Handa <handa@m17n.org>
9815
9816 * fns.c (Fset_char_table_range): Fix previous change.
9817
9818 * buffer.c (Fset_buffer_multibyte): Fix docstring.
9819
9820 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
9821
9822 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
9823
9824 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * keymap.c (Vmouse_events): Rename from Vmenu_events.
9827 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
9828
9829 2004-02-04 Kenichi Handa <handa@m17n.org>
9830
9831 * fns.c (Fset_char_table_range): Handle charsets ascii,
9832 eight-bit-control, and eight-bit-graphic correctly.
9833
9834 2004-02-03 Jason Rumney <jasonr@gnu.org>
9835
9836 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
9837
9838 * w32fns.c (x_to_w32_font): Likewise.
9839
9840 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9841
9842 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
9843 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
9844
9845 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
9846 ClientMessages.
9847
9848 * xselect.c: Include termhooks.h and X11/Xproto.h
9849 (x_check_property_data, x_fill_property_data)
9850 (x_property_data_to_lisp, mouse_position_for_drop)
9851 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
9852 (Fx_send_client_event): Move here from xfns.c.
9853 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
9854
9855 * xfns.c (x-send-client-message): Move to xselect.c
9856 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
9857 OUTER_P.
9858 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
9859 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
9860 if vector_ret_p is true.
9861 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
9862
9863 2004-02-02 Eli Zaretskii <eliz@gnu.org>
9864
9865 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
9866 basename of FILE relative to it, not FILE itself.
9867
9868 2004-02-02 Kenichi Handa <handa@m17n.org>
9869
9870 * coding.c (coding_restore_composition): Check invalid
9871 composition data more rigidly.
9872
9873 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
9874
9875 * fileio.c (Fread_file_name_internal): Correctly handle the case
9876 where insert-default-directory is nil.
9877 (Fread_file_name): Always return an empty string if the user exits
9878 with an empty minibuffer. Adapt the docstring accordingly.
9879 (syms_of_fileio): Adapt the docstring of insert-default-directory
9880 to the change in Fread_file_name.
9881
9882 2004-01-29 Eli Zaretskii <eliz@gnu.org>
9883
9884 * alloca.c [!alloca]: Fix the prototype for xfree.
9885
9886 2004-01-29 Kenichi Handa <handa@m17n.org>
9887
9888 * fns.c (string_char_to_byte): Optimize for ASCII only string.
9889 (string_byte_to_char): Likewise.
9890
9891 2004-01-28 Peter Runestig <peter@runestig.com>
9892
9893 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
9894
9895 2004-01-27 Steven Tamm <steventamm@mac.com>
9896
9897 * unexmacosx.c (unexec_copy): Do not copy more than was
9898 requested to prevent overwriting during unexec.
9899
9900 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9901
9902 * process.c (sigchld_handler): Add comment about not calling malloc.
9903
9904 * process.h: Add extern to synch_process_termsig.
9905
9906 2004-01-27 Steven Tamm <steventamm@mac.com>
9907
9908 * macterm.c (make_mac_frame, make_mac_terminal_frame):
9909 Move setting of scroll bars from make_mac_frame to
9910 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
9911
9912 2004-01-26 Richard M. Stallman <rms@gnu.org>
9913
9914 * search.c (Freplace_match): Handle nonexistent
9915 back-references properly.
9916
9917 2004-01-03 Richard M. Stallman <rms@gnu.org>
9918
9919 * window.c (decode_any_window): New function.
9920 (Fwindow_height, Fwindow_width, Fwindow_edges)
9921 (Fwindow_pixel_edges, Fwindow_inside_edges)
9922 (Fwindow_inside_pixel_edges): Use decode_any_window.
9923
9924 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9925
9926 * process.h: synch_process_termsig new variable.
9927
9928 * callproc.c: Define synch_process_termsig.
9929 (Fcall_process): Initiate synch_process_termsig to zero and
9930 check if non-zero and get signal name after subprocess has ended.
9931
9932 * process.c (sigchld_handler): Set synch_process_termsig
9933 if terminated by a signal. synch_process_death setting removed.
9934
9935 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
9936
9937 2004-01-26 Andreas Schwab <schwab@suse.de>
9938
9939 * print.c (print_preprocess): Declare size as EMACS_INT to not
9940 lose bits.
9941 (print_object): Likewise.
9942 * alloc.c (Fpurecopy): Likewise.
9943
9944 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
9945
9946 * window.c (Fwindow_minibuffer_p): Doc fix.
9947
9948 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
9949
9950 * editfns.c (Fformat): Make both passes accept the same set of flags.
9951
9952 2004-01-23 Kenichi Handa <handa@m17n.org>
9953
9954 * fns.c (Fmd5): If OBJECT is a buffer different from the current
9955 one, set buffer to OBJECT temporarily.
9956
9957 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * keyboard.c (kbd_buffer_gcpro): Remove.
9960 (kbd_buffer_store_event, clear_event, Fdiscard_input)
9961 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
9962 Don't initialize and/or maintain the variable any more. It was made
9963 redundant by my commit of 2003-06-15.
9964
9965 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
9966
9967 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9968
9969 * lisp.h: Add undef DECL_ALIGN.
9970
9971 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * process.c (wait_reading_process_input) [SYNC_INPUT]:
9974 Check interrupt_input_pending explicitly.
9975
9976 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
9977
9978 * keyboard.c (handle_async_input): New fun,
9979 extracted from input_available_signal.
9980 (input_available_signal, reinvoke_input_signal): Use it.
9981
9982 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
9985
9986 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
9987 manipulation macros for when tags are in the lower bits.
9988 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
9989 (DECL_ALIGN): New macro.
9990 (DEFUN): Use it.
9991
9992 * lisp.h [ENABLE_CHECKING]: Don't force union type.
9993
9994 * s/darwin.h (__attribute__): Remove outdated workaround.
9995
9996 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
9997
9998 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
9999 Don't check range of malloc address.
10000 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
10001
10002 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
10003
10004 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
10005
10006 2004-01-19 Kenichi Handa <handa@m17n.org>
10007
10008 * fontset.c (fontset_font_pattern): Fix previous change.
10009
10010 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
10011
10012 * xdisp.c (Voverflow_newline_into_fringe)
10013 (move_it_in_display_line_to, redisplay_internal)
10014 (update_window_fringes, redisplay_window, display_line, window):
10015 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
10016 that it compiles without a window-system.
10017 * dispnew.c (direct_output_for_insert, update_window): Likewise.
10018
10019 2004-01-16 Kim F. Storm <storm@cua.dk>
10020
10021 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
10022
10023 * buffer.c (init_buffer_once): Set buffer_defaults and
10024 buffer_local_flags for indicate_buffer_boundaries.
10025 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
10026 default- variable for it.
10027
10028 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
10029 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
10030 New members exact_window_width_line_p and cursor_in_fringe_p for
10031 overflowing newlines into right fringe.
10032 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
10033 and indicate_bottom_line_p for buffer boundaries and scrolling.
10034 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
10035 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
10036 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
10037 and HOLLOW_SQUARE_BITMAP.
10038 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
10039 Add prototypes.
10040
10041 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
10042 instead of related indicator fields.
10043 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
10044 (direct_output_for_insert): Handle exact width lines like
10045 contined lines. Call update_window_fringes.
10046 (update_window): Call update_window_fringes.
10047 (scrolling_window): Don't skip desired rows with changed bitmaps.
10048 Check if fringe bitmaps changes when assigning scrolled rows.
10049
10050 * xdisp.c (Voverflow_newline_into_fringe): New variable.
10051 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
10052 (move_it_in_display_line_to): Overflow newline into fringe for
10053 rows that are exactly as wide as the window.
10054 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
10055 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
10056 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
10057 (fringe_bitmaps): Add new bitmaps.
10058 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
10059 Select proper bitmap for cursor in fringe when appropriate.
10060 Handle alignment of bitmap to top or bottom of row.
10061 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
10062 done by update_window_fringes.
10063 (update_window_fringes, draw_window_fringes): New functions.
10064 (redisplay_internal): Call update_window_fringes in case only
10065 cursor row is updated.
10066 (redisplay_window): Call update_window_fringes.
10067 Explicitly call draw_window_fringes if redisplay was done using
10068 the current matrix or the overlay arrow is in the window.
10069 (try_window_reusing_current_matrix): Mark scrolled rows for
10070 fringe update (to update buffer-boundaries / scrolling icons).
10071 (find_last_unchanged_at_beg_row): Handle exact width lines line
10072 continued lines.
10073 (display_line): Overflow newline into fringe for rows that are
10074 exactly as wide as the window. Don't append space for newline
10075 in this case.
10076 (notice_overwritten_cursor): Explicitly clear cursor bitmap
10077 in fringe as if it had been overwritten.
10078 (erase_phys_cursor): Erase cursor bitmap in fringe.
10079 (syms_of_xdisp): Mark show-trailing-whitespace and
10080 void-text-area-pointer as user options.
10081 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
10082
10083 * xterm.c (x_update_window_end): Call draw_window_fringes.
10084 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
10085 in row instead of actually drawing fringe bitmaps.
10086 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
10087 (x_draw_window_cursor): Draw cursor in fringe.
10088
10089 * w32term.c (x_update_window_end): Call draw_window_fringes.
10090 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
10091 in row instead of actually drawing fringe bitmaps.
10092 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
10093 (w32_draw_window_cursor): Draw cursor in fringe.
10094
10095 * macterm.c (x_update_window_end): Call draw_window_fringes.
10096 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
10097 in row instead of actually drawing fringe bitmaps.
10098 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
10099 (mac_draw_window_cursor): Draw cursor in fringe.
10100
10101 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10102
10103 * xterm.c (handle_one_xevent): Don't handle characters that are part
10104 of an old style (XLookupString) compose sequence.
10105
10106 2004-01-15 Kenichi Handa <handa@m17n.org>
10107
10108 * search.c (Freplace_match): Use make_multibyte_string or
10109 make_unibyte_string according to the buffer multibyteness.
10110
10111 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * alloc.c (struct interval_block, struct string_block)
10114 (struct symbol_block, struct marker_block, live_string_p)
10115 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
10116 Better preserve alignment for objects in blocks.
10117 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
10118
10119 * lread.c (defvar_per_buffer): Remove dead declaration.
10120
10121 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
10122 space size.
10123
10124 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10125
10126 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
10127 if a key press should pop down. Only pop down if a key is pressed
10128 outside the menu/dialog.
10129 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
10130 popup_get_selection.
10131 (create_and_show_dialog): Pass 1 for down_on_keypress to
10132 popup_get_selection.
10133
10134 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10135
10136 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
10137 BLOCK/UNBLOCK_INPUT.
10138
10139 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10140
10141 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
10142 specified.
10143
10144 2004-01-08 Kenichi Handa <handa@m17n.org>
10145
10146 * editfns.c (Fformat): Fix '&' to '&&'.
10147
10148 2004-01-08 Andreas Schwab <schwab@suse.de>
10149
10150 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
10151 size if PSEUDOVECTOR_FLAG is set.
10152
10153 2004-01-07 Kenichi Handa <handa@m17n.org>
10154
10155 * charset.c (Fdeclare_equiv_charset): Fix docstring.
10156
10157 * fontset.c (fontset_ref_via_base): Fix previous change.
10158
10159 2004-01-07 Kim F. Storm <storm@cua.dk>
10160
10161 * process.c (read_process_output): Only activate adaptive
10162 buffering if we read less than 256 bytes at a time.
10163
10164 2004-01-06 Kim F. Storm <storm@cua.dk>
10165
10166 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
10167 object and image object. Return glyph width and height.
10168 (mode_line_string, marginal_area_string): Ditto.
10169
10170 * dispextern.h (buffer_posn_from_coords, mode_line_string)
10171 (marginal_area_string): Fix prototypes.
10172
10173 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
10174 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
10175 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
10176
10177 * keyboard.c (make_lispy_position): Use modified mode_line_string,
10178 buffer_posn_from_coords, and marginal_area_string functions to
10179 include both string object and image object in the lispy position.
10180 Also add actual glyph width and height to position.
10181 (read_key_sequence): Use real buffer position from mouse
10182 event to find keymap property even when click is in marginal area.
10183
10184 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
10185 mode_line_string and marginal_area_string functions to handle
10186 both string object and image object properties.
10187
10188 2004-01-06 Andreas Schwab <schwab@suse.de>
10189
10190 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
10191 character.
10192
10193 2004-01-02 Andreas Schwab <schwab@suse.de>
10194
10195 * macterm.c (emacs_options, x_initialized, same_x_server):
10196 Remove unused (and duplicated) definitions.
10197
10198 2004-01-02 Kim F. Storm <storm@cua.dk>
10199
10200 * process.h (struct Lisp_Process): New members for adaptive read
10201 buffering: adaptive_read_buffering, read_output_delay, and
10202 read_output_skip.
10203
10204 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
10205 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
10206 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
10207 (process_output_delay_count, process_output_skip): New vars.
10208 (Vprocess_adaptive_read_buffering): New variable.
10209 (make_process): Initialize adaptive read buffering members.
10210 (Fstart_process): Set adaptive_read_buffering member.
10211 (deactivate_process): Cleanup adaptive read buffering.
10212 (wait_reading_process_input): Temporarily omit delayed
10213 subprocesses from the set of file descriptors to read from;
10214 adjust the select timeout if we skipped any subprocesses.
10215 (read_process_output): Increase adaptive read buffering delay if
10216 we read less than a full buffer; reduce delay when we read a
10217 full buffer.
10218 (send_process): Simplify using local Lisp_Process var.
10219 Reset adaptive read buffering delay after write.
10220 (init_process): Initialize process_output_delay_count and
10221 process_output_skip.
10222 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
10223
10224 2004-01-01 Jason Rumney <jasonr@gnu.org>
10225
10226 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
10227
10228 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10229
10230 * print.c (Ferror_message_string): Add hyperlink in the docstring
10231 to the definition of `signal' in the Elisp manual.
10232 * eval.c (Fsignal): Ditto.
10233
10234 2003-12-29 James Clark <jjc@jclark.com>
10235
10236 * fns.c (internal_equal): Return t for two NaN arguments.
10237
10238 2003-12-29 Richard M. Stallman <rms@gnu.org>
10239
10240 * data.c (store_symval_forwarding): Handle setting
10241 default-fill-column, etc., by changing the value in
10242 buffers that use the default.
10243
10244 * minibuf.c (Fset_minibuffer_window): Doc fix.
10245
10246 * fileio.c (choose_write_coding_system): Ignore auto_saving
10247 if using the visited file for auto saves.
10248 (Fwrite_region): Don't update SAVE_MODIFF
10249 if auto-saving in visited file.
10250
10251 2003-12-29 Kenichi Handa <handa@m17n.org>
10252
10253 * dispextern.h (face_font_available_p): Extern it.
10254
10255 * fontset.c (Voverriding_fontspec_alist): New variable.
10256 (lookup_overriding_fontspec): New function.
10257 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
10258 (fontset_font_pattern): Likewise.
10259 (regulalize_fontname): New function.
10260 (Fset_fontset_font): Call regulalize_fontname.
10261 (Fset_overriding_fontspec_internal): New function.
10262 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
10263 Defsubr Sset_overriding_fontspec_internal.
10264
10265 * xfaces.c (face_font_available_p): New function.
10266
10267 2003-12-28 Richard M. Stallman <rms@gnu.org>
10268
10269 * buffer.c (Fother_buffer): Don't crash if BUF is nil
10270 or if its name is nil.
10271
10272 * buffer.c (Fkill_buffer): Don't delete auto-save file
10273 if it's the same as the visited file.
10274
10275 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
10276
10277 * coding.c (Fcheck_coding_system): Doc fix.
10278
10279 2003-12-28 Kim F. Storm <storm@cua.dk>
10280
10281 * Makefile.in (eval.o): Depend on dispextern.h.
10282
10283 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
10284 image glyph using image's ascent.
10285 (mode_line_string): Return image glyph as object clicked on.
10286 Adjust y0 for image glyph using image's ascent.
10287
10288 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
10289 (struct glyph): New members, ascent and descent. Used to save
10290 this glyph's ascent and descent, instead of having.
10291 (struct glyph): Declare member face_id using FACE_ID_BITS.
10292 (find_hot_spot): Add prototype.
10293
10294 * keyboard.c (Qimage): Remove extern (now in lisp.h).
10295 (QCmap): Declare extern.
10296 (make_lispy_position): When position is inside image hot-spot,
10297 use hot-spot element's id as posn element.
10298
10299 * lisp.h (IMAGEP): New macro to test for image object type.
10300 (Qimage): Declare extern.
10301
10302 * macfns.c (Qimage): Remove extern (now in lisp.h).
10303 (valid_image_p, parse_image_spec): Use IMAGEP macro.
10304
10305 * macterm.c (Qface, Qmouse_face): Remove unused externs.
10306
10307 * w32fns.c (Qimage): Remove extern (now in lisp.h).
10308 (valid_image_p, parse_image_spec): Use IMAGEP macro.
10309
10310 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
10311
10312 * w32term.c (Qface, Qmouse_face): Remove unused externs.
10313
10314 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
10315 pointer types.
10316 (Qrelative_width, Qalign_to): Remove unused variables.
10317 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
10318 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
10319 image maps.
10320 (x_y_to_hpos_vpos): Return glyph relative coordinates through
10321 new dx and dy args.
10322 Remove buffer_only_p arg (always 0). Simplify code accordingly.
10323 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
10324 than row's ascent and height, to get sensible height on tall rows.
10325 (build_desired_tool_bar_string): Remove Qimage extern.
10326 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
10327 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
10328 image glyph is alone on the last line.
10329 (append_glyph, append_composite_glyph, produce_image_glyph)
10330 (append_stretch_glyph): Set glyph's ascent and descent.
10331 (on_hot_spot_p): New function to check if position is inside an
10332 rectangular, circular, or polygon-shaped image hot-spot,
10333 (find_hot_spot): New function to search for image hot-spot.
10334 (Flookup_image_map): New defun to search for image hot-spot.
10335 (define_frame_cursor1): New aux function to determine frame pointer.
10336 (note_mode_line_or_margin_highlight, note_mouse_highlight):
10337 Handle `pointer' text property and :pointer image property to
10338 control frame pointer shape. Detect image hot-spots for pointer
10339 and help_echo properties. Use define_frame_cursor1.
10340 (note_mouse_highlight): Use Vvoid_text_area_pointer.
10341 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
10342 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
10343
10344 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
10345
10346 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
10347 (Qimage): Remove extern (now in lisp.h).
10348 (valid_image_p, parse_image_spec): Use IMAGEP macro.
10349
10350 * xmenu.c (show_help_event): Remove unused code.
10351
10352 * xterm.c (Qface, Qmouse_face): Remove unused externs.
10353 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
10354 row's ascent and descent, to get a sensible height on tall rows.
10355
10356 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
10357
10358 * minibuf.c (Fcompleting_read): Undo previous change.
10359
10360 2003-12-25 Lars Hansen <larsh@math.ku.dk>
10361
10362 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
10363 Arguments GCPRO'ed in call to file name handler.
10364
10365 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
10366
10367 * termcap.c (tgetst1): Scan for "%pN"; if all
10368 N are continuous in [1,9], remove all "%pN".
10369
10370 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10371
10372 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
10373
10374 * xfaces.c (lface_fully_specified_p): Take into account that
10375 MAC OS always have unspecified stipple.
10376
10377 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10378
10379 * tparam.c (tparam1): Add handling for `%pN', which
10380 means use param N for the next substitution.
10381
10382 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10383
10384 * xfaces.c (Fcolor_gray_p): Fix omission bug:
10385 In case `frame' is nil, consult the selected frame.
10386 (Fcolor_supported_p): Likewise.
10387
10388 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
10389
10390 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
10391 Doc fixes.
10392
10393 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
10394 and an integer. Adapt the introductory comment accordingly.
10395 (Fread_from_minibuffer): Delete code moved into read_minibuf.
10396 Doc fix.
10397 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
10398 read_minibuf.
10399 (Fcompleting_read): Delete code moved into read_minibuf.
10400 (Ftest_completion): Make it handle obarrays and hash tables correctly.
10401
10402 2003-12-03 Kenichi Handa <handa@m17n.org>
10403
10404 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
10405 encoding sequence.
10406
10407 2003-12-01 Kenichi Handa <handa@m17n.org>
10408
10409 * composite.c (syms_of_composite): Don't make the compostion hash
10410 table week.
10411
10412 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10413
10414 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
10415 * textprop.c (Fget_char_property_and_overlay): New function.
10416 (syms_of_textprop): Defsubr it.
10417
10418 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10419
10420 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
10421 to compile on terminal configuration.
10422
10423 * fileio.c (Fread_file_name): Check use_file_dialog also before
10424 calling Fx_file_dialog.
10425
10426 * fns.c (use_file_dialog): New variable.
10427 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
10428
10429 2003-11-29 Kim F. Storm <storm@cua.dk>
10430
10431 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
10432 (syms_of_msdos): Don't intern and staticpro them.
10433
10434 2003-11-27 Kim F. Storm <storm@cua.dk>
10435
10436 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
10437 coordinates relative to glyph at posn. If glyph is an image,
10438 return that as object at posn. Callers changed.
10439 (mode_line_string, marginal_area_string): Calculate and return
10440 pixel coordinates relative to glyph. Callers changed.
10441
10442 * dispextern.h (buffer_posn_from_coords, mode_line_string)
10443 (marginal_area_string): Fix prototypes.
10444 (window_box_left_offset, window_box_right_offset): Add prototypes.
10445
10446 * frame.h (get_specified_cursor_type, get_window_cursor_type):
10447 Remove prototypes.
10448
10449 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
10450
10451 * keyboard.c (make_lispy_position): Add x and y coordinates
10452 relative to the current glyph as 7th element of position.
10453 If glyph is an image, return it in the object element.
10454 (read_key_sequence): Skip checks for keymap property in cases
10455 where POSN_STRING is not a string (e.g. an image).
10456
10457 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
10458 (Vshow_text_cursor_in_void): New variable.
10459 (glyph_to_pixel_coords): Don't use negative hpos.
10460 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
10461 (append_stretch_glyph): Change ascent arg to be actual value
10462 in pixels rather than ratio to height. Callers changed.
10463 (calc_pixel_width_or_height): New aux function, implementing
10464 pixel based artihmetic for glyph widths and heights.
10465 (produce_stretch_glyph): Use calc_pixel_width_or_height for
10466 :width, :height, :align-to, and :ascent, thus allowing these to
10467 be specified in pixels as well as multiples of characters.
10468 Don't produce stretch glyphs with zero width or height.
10469 (get_specified_cursor_type): Declare static.
10470 (get_window_cursor_type): Declare static. Add glyph arg to be
10471 able to know when cursor is on an image; always substitute
10472 hollow-box cursor for filled-box cursor on images, to avoid
10473 negative images and flicker when blinking the cursor.
10474 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
10475 (note_mode_line_or_margin_highlight): Use non-text cursor rather
10476 than vertical scroll-bar cursor in display margins.
10477 (note_mouse_highlight): Use non-text cursor rather than text
10478 cursor in fringes and over images in the text area.
10479 Use non-text cursor when mouse pointer is outside editable text,
10480 i.e. in the void after end-of-line or end-of-buffer; this was
10481 already done for W32, but is now standard for all systems --
10482 user can toggle show-text-cursor-in-void to get old behaviour.
10483 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
10484 Vdisplay_pixels_per_inch.
10485
10486 2003-11-25 Andreas Schwab <schwab@suse.de>
10487
10488 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
10489 EMACS_INT to not lose bits.
10490 (Ffillarray): Don't set bits beyond the size of a bool vector.
10491
10492 2003-11-25 Kim F. Storm <storm@cua.dk>
10493
10494 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
10495 define this defun on systems that cannot use stderr as lvalue.
10496
10497 2003-11-24 Gerd Moellmann <gerd@gnu.org>
10498
10499 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
10500 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
10501 ld's default is incompatible with unexec.
10502
10503 2003-11-23 Kim F. Storm <storm@cua.dk>
10504
10505 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
10506 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
10507 (Fforce_window_update): New defun.
10508 (syms_of_window): Defsubr it.
10509 (Fset_window_margins, Fset_window_fringes): Doc fix.
10510
10511 * print.c (Fredirect_debugging_output): New defun.
10512 (syms_of_print): Defsubr it.
10513
10514 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
10515
10516 * fns.c (Fset_char_table_parent): Doc fix.
10517
10518 2003-11-22 Kim F. Storm <storm@cua.dk>
10519
10520 * dispnew.c (buffer_posn_from_coords): Return actual row/column
10521 for glyph clicked on, rather than (unused) pixel positions.
10522 (mode_line_string, marginal_area_string): Change X and Y args to
10523 pointers for returning actual row/column for glyph clicked on.
10524 Simplify and optimize loops.
10525
10526 * dispextern.h (mode_line_string, marginal_area_string):
10527 Update prototypes.
10528
10529 * keyboard.c (make_lispy_position): New function for generating
10530 mouse click positions from frame and pixel coordinates.
10531 Enhanced to return buffer position and actual row/column for
10532 events outside the text area using updated mode_line_string and
10533 marginal_area_string functions.
10534 Return left-fringe and right-fringe clicks as such, rather than
10535 clicks in text area.
10536 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
10537 pixel_to_glyph_coords, as we never use the results.
10538 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
10539 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
10540 Eliminate unused code in WHEEL_EVENT handling.
10541 (make_lispy_movement): Use make_lispy_position.
10542
10543 * window.c (coordinates_in_window): Remove redundant tests.
10544 Fix returned X pixel value for left-margin.
10545
10546 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
10547 mode_line_string and marginal_area_string parameters.
10548
10549 2003-11-22 Lars Hansen <larsh@math.ku.dk>
10550
10551 * w32.c (struct the_group, getgrgid): Add.
10552 * mac.c (struct my_group, getgrgid): Add.
10553
10554 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
10555
10556 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
10557
10558 2003-11-21 Lars Hansen <larsh@math.ku.dk>
10559
10560 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
10561 include in call to file name handler. Optionally translate numeric
10562 UID and GID to strings. Update docstring.
10563 (directory_files_internal): Add parameter ID-FORMAT.
10564 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
10565 include in call to file name handler and call to
10566 directory_files_internal. Update Docstring.
10567 (Fdirectory_files): Add dummy parameter in call to
10568 directory_files_internal.
10569 * lisp.h (Qinteger): Add.
10570 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
10571 (Ffile_attributes): Add parameter.
10572 * data.c (Qinteger): Export.
10573
10574 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
10575
10576 * fns.c (Freverse, Fnreverse): Doc fixes.
10577
10578 2003-11-19 Kim F. Storm <storm@cua.dk>
10579
10580 * xdisp.c (init_iterator): Initialize it->start to position
10581 before reseating (in case start position is invisible).
10582 (init_to_row_start): Set it->start to row-start.
10583 (redisplay_window): Accept optional_new_start if start position
10584 is invisible (in which case IT_CHARPOS overshoots PT).
10585 (display_line): Setup row->start from it->start (rather than
10586 it->current which is wrong if first char on line is invisible).
10587 When done, reseat it->start to it->current (= start of next row).
10588 (expose_area): Fix exposure of text area when first char (e.g. TAB)
10589 is only partially visible.
10590
10591 * dispextern.h (struct it): New member start.
10592
10593 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * alloc.c (make_float, Fcons): Clear the markbit at init time.
10596 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
10597 of block_index outside of the macro call.
10598 (Fgarbage_collect): Remove null code.
10599
10600 * m/amdx86-64.h: Don't redefine XPNTR.
10601
10602 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
10603 of VALMASK.
10604
10605 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
10606 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
10607 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
10608
10609 * lisp.h (VALMASK): Only define for non-union type.
10610 (MARKBIT): Remove.
10611 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
10612 (XTYPE): Define unconditionally.
10613 (XSETTYPE): Remove one more remnant.
10614 (EQ): Define differently for the union and non-union cases.
10615 (INTMASK): New bit mask.
10616 (struct Lisp_Marker): Move down to prepare for upcoming patch.
10617 (GC_EQ): Delegate to EQ.
10618
10619 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
10620
10621 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10622
10623 * xterm.c (x_window_to_scroll_bar): Move check of display to
10624 where window_id is compared.
10625
10626 2003-11-17 Kim F. Storm <storm@cua.dk>
10627
10628 * dispextern.h (struct it): New member first_vpos.
10629
10630 * xdisp.c (start_display): Set it->first_vpos.
10631 (try_window_id): Use first_vpos to start display in first _text_
10632 line if no reusable lines at start of window with header line.
10633
10634 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10635
10636 * w32fns.c (XPutPixel):
10637 * w32bdf.c (w32_init_bdf_font):
10638 * sunfns.c (sel_read):
10639 * process.c (Fmake_network_process):
10640 * frame.c (store_frame_param):
10641 * fontset.c (Fset_fontset_font):
10642 * emacs.c (shut_down_emacs):
10643 * ccl.c (ccl_driver): Remove period at end of error message.
10644
10645 * config.in: Regenerate.
10646
10647 * xfns.c (x_window_to_frame, x_any_window_to_frame)
10648 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
10649 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
10650 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
10651 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
10652
10653 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
10654
10655 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
10656 (XTmouse_position, handle_one_xevent): Pass Display* to
10657 x_window_to_scroll_bar.
10658 (x_window_to_scroll_bar): Take a Display* argument.
10659 Check that display for frame is equal to Display* argument.
10660 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
10661 x_display_info_for_display instead. Use Display in xev instead
10662 of GDK_DISPLAY.
10663 (x_dispatch_event): Call x_display_info_for_display.
10664 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
10665 (x_connection_closed): Call xg_display_close for GTK.
10666 (x_term_init): Call xg_display_open for additional displays.
10667 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
10668 for GTK.
10669
10670 * xmenu.c (single_menu_item, mouse_position_for_popup)
10671 (x_activate_menubar): Formatting adjustments.
10672
10673 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
10674 adjustments.
10675
10676 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
10677 (xg_display_close, xg_create_default_cursor)
10678 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
10679 handling.
10680 (xg_left_ptr_cursor): Remove.
10681 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
10682 cursor here.
10683 (xg_win_to_widget): Take Display* argument, call
10684 gdk_xid_table_lookup_for_display.
10685 (xg_create_frame_widgets, xg_get_file_name, create_menus)
10686 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
10687 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
10688 in FRAME_X_DISPLAY_INFO.
10689 (xg_get_scroll_id_for_window): Take Display* argument.
10690 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
10691 (xg_initialize): Remove xg_left_ptr_cursor.
10692
10693 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
10694 Display* argument.
10695 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
10696
10697 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10698
10699 * xterm.c (x_detect_focus_change): Do not change focus frame for
10700 Enter/LeaveNotify if the current focus frame has explicit focus.
10701
10702 2003-11-14 Kim F. Storm <storm@cua.dk>
10703
10704 * dispnew.c (update_text_area): Fix redisplay error when hscroll
10705 is active and first glyph is only partially visible.
10706
10707 2003-11-13 Kenichi Handa <handa@m17n.org>
10708
10709 * xdisp.c (select_frame_for_redisplay): New function.
10710 (redisplay_internal): Record also selected_frame for
10711 unwind_redisplay. Call select_frame_for_redisplay before
10712 redrawing each frame.
10713 (unwind_redisplay): Argument changed to a cons.
10714
10715 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10716
10717 * fns.c (Fstring_to_multibyte): Doc fix.
10718
10719 2003-11-11 Kenichi Handa <handa@m17n.org>
10720
10721 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
10722
10723 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10724
10725 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
10726 program specified positions.
10727
10728 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10729
10730 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
10731
10732 2003-11-08 Kenichi Handa <handa@m17n.org>
10733
10734 * Makefile.in (lisp): Add kannada.el.
10735 (shortlisp): Likewise.
10736
10737 2003-11-07 Kenichi Handa <handa@m17n.org>
10738
10739 * coding.c (coding_allocate_composition_data):
10740 Reset coding->composing to COMPOSITION_NO.
10741 (coding_restore_composition): Detect invalid composition data.
10742 Give Fstring and Fvector a Lispy integer, not C int.
10743
10744 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * floatfns.c (Flogb): Don't use VALMASK.
10747
10748 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
10749 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
10750
10751 * lisp.h (XINT): Move the cast to clarify what is going on.
10752 (GCTYPEMASK, XSETTYPE): Remove.
10753 (XGCTYPE): Make it an alias of XTYPE.
10754
10755 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10756
10757 * xterm.c (x_term_init): Fix formatting.
10758
10759 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10760
10761 * gtkutil.h (xg_have_tear_offs): Declare.
10762 (xg_keep_popup, xg_did_tearoff): Remove.
10763
10764 * gtkutil.c: Remove variable xg_did_tearoff.
10765 (xg_have_tear_offs): New function.
10766 (tearoff_remove): Just decrease xg_detached_menus.
10767 (tearoff_activate): Increase xg_detached_menus and call
10768 tearoff_remove when tearoff is removed.
10769 (xg_keep_popup): Remove function.
10770 (create_menus): Give add_tearoff_p as argument to recursive
10771 call to create_menus.
10772 (xg_create_widget): Use variables instead of multiple
10773 strcmp. Tell create_menus to create tear off only for
10774 menu bar menus.
10775 (xg_update_menubar): Change title for a detached menu also.
10776 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
10777 of deep_p.
10778 (xg_initialize): Initialize xg_detached_menus, remove
10779 initialization of xg_did_tearoff.
10780
10781 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
10782 xg_have_tear_offs returns non-zero.
10783 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
10784 call to xg_keep_popup.
10785
10786 2003-11-01 Andrew Choi <akochoi@shaw.ca>
10787
10788 * macterm.c (XTread_socket): Handle menubar selection and grow
10789 window only for mouseDown events.
10790
10791 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10792
10793 * xterm.c (x_term_init): For GTK part, increase x_initialized
10794 to check for more than one display. Use error instead of return 0.
10795
10796 2003-10-31 Andrew Choi <akochoi@shaw.ca>
10797
10798 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
10799 (copy_dysymtab): Call it.
10800
10801 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
10802
10803 * eval.c (Fdefvaralias): Doc fix.
10804
10805 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
10806
10807 * data.c (Fsetplist): Doc fix.
10808
10809 2003-10-14 Lute Kamstra <lute@gnu.org>
10810
10811 * window.c (Fset_window_fringes): Clarify docstring.
10812
10813 2003-10-14 Kim F. Storm <storm@cua.dk>
10814
10815 * window.c (Fset_window_margins): Simplify arg checking.
10816
10817 2003-10-13 Richard M. Stallman <rms@gnu.org>
10818
10819 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
10820 (print_partial_compiled_pattern): Replace assert with a printout.
10821 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
10822
10823 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
10824
10825 * window.c (Fset_window_margins): Allow only integers as args.
10826 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
10827 Doc fixes.
10828
10829 2003-10-13 Lute Kamstra <lute@gnu.org>
10830
10831 * window.c (Fset_window_fringes): Elaborate docstring.
10832
10833 2003-10-12 Andrew Choi <akochoi@shaw.ca>
10834
10835 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
10836
10837 * s/darwin.h (GC_MARK_STACK): Define.
10838
10839 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10840
10841 * window.c (shrink_windows): New function.
10842 (size_window): Call shrink_windows to calculate window sizes when
10843 shrinking frame with more than one window.
10844
10845 2003-10-12 Kim F. Storm <storm@cua.dk>
10846
10847 * xdisp.c (compute_fringe_widths): Doc fix.
10848
10849 2003-10-08 Kenichi Handa <handa@m17n.org>
10850
10851 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
10852
10853 2003-10-07 Kenichi Handa <handa@m17n.org>
10854
10855 * coding.c (Qcoding_system_define_form): New variable.
10856 (syms_of_coding): Intern and staticpro it.
10857 (Fcheck_coding_system): Try to autoload the definition of
10858 CODING-SYSTEM.
10859
10860 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
10861
10862 * fns.c (Frequire): Doc fix.
10863
10864 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10865
10866 * xfns.c (Fx_send_client_event): New function as a base for
10867 manipulating extended window manager hints.
10868 (Fx_send_client_event): Remove unused variable s.
10869
10870 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
10871 that function is removed.
10872
10873 * xterm.c (x_set_offset): Use move_offset_left/top instead of
10874 x/y_pixels_outer_diff.
10875 (x_check_expected_move): Calculate move_offset_left/top.
10876
10877 * xterm.h (struct x_output): New members: move_offset_top/left.
10878
10879 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
10880 call x_set_offset directly.
10881
10882 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
10883
10884 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
10885
10886 * xterm.c (x_delete_display): Free font names and font_encoder
10887 in dpyinfo->font_table.
10888
10889 * xfns.c (Fx_close_connection): Only call XFreeFont here.
10890 Move xfree of font names to x_delete_display.
10891
10892 * xterm.h (struct x_display_info): New member, wm_type.
10893 (struct x_output): New members, expected_top/left and
10894 check_expected_move.
10895
10896 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
10897 is received.
10898 (handle_one_xevent): Rename x_check_expected_move from
10899 x_check_fullscreen_move.
10900 (x_set_offset): Only add WM decoration sizes to modified_top/left
10901 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
10902 (x_check_expected_move): Rename from x_check_fullscreen_move.
10903 Removed fullscreen specific code. Use check_expected_move,
10904 expected_left/top instead. Also, set wm_type.
10905 (x_term_init): Initialize wm_type to unknown.
10906
10907 * frame.c (x_fullscreen_move): Remove addition of WM decoration
10908 sizes to move_x/y.
10909
10910 2003-10-03 Kenichi Handa <handa@m17n.org>
10911
10912 * macterm.c (x_load_font): Clear all members of FONTP before start
10913 filling them.
10914
10915 2003-10-02 Kenichi Handa <handa@m17n.org>
10916
10917 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
10918 before calling find_ccl_program_func. Call find_ccl_program_func
10919 only when fontp->font_encoder is not NULL.
10920
10921 * xterm.c (x_load_font): Clear all members of FONTP before start
10922 filling them.
10923
10924 2003-10-03 John Paul Wallington <jpw@gnu.org>
10925
10926 * keymap.c (map_keymap): Don't abort when binding is a vector.
10927
10928 2003-10-02 Jason Rumney <jasonr@gnu.org>
10929
10930 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
10931 Sync dependencies with Makefile.in.
10932 (alloca.o): Remove.
10933
10934 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
10935 filling them.
10936
10937 * w32bdf.c (w32_load_bdf_font): Likewise.
10938
10939 2003-09-30 Richard M. Stallman <rms@gnu.org>
10940
10941 * term.c (set_tty_color_mode): Calculate current_mode_spec
10942 regardless of value of VAL.
10943
10944 * intervals.c (graft_intervals_into_buffer):
10945 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
10946 Handle over_used when splitting UNDER.
10947
10948 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10949
10950 * regex.c (regex_compile): Free the stack when returning from function.
10951
10952 2003-09-28 Kenichi Handa <handa@m17n.org>
10953
10954 * fontset.c (Finternal_char_font): Change return value to
10955 cons (FONT-NAME . GLYPH-CODE).
10956
10957 2003-09-28 Eli Zaretskii <eliz@gnu.org>
10958
10959 * term.c (tty_setup_colors): Treat any negative argument as -1.
10960
10961 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
10962
10963 * process.c (send_process): Delete unused temp_buf.
10964
10965 2003-09-26 Dave Love <fx@gnu.org>
10966
10967 * xterm.c (x_bitmap_mask): Declare.
10968
10969 2003-09-25 Dave Love <fx@gnu.org>
10970
10971 * Makefile.in (fns.o): Depend on md5.h.
10972
10973 2003-09-25 Kim F. Storm <storm@cua.dk>
10974
10975 * window.c (set_window_buffer): Fix redisplay problems when
10976 switching between buffers with different display margin widths.
10977
10978 2003-09-23 Kim F. Storm <storm@cua.dk>
10979
10980 * process.c (set_socket_option): Fix :bindtodevice option.
10981 (Fset_network_process_option): Update process contact list when
10982 setting option succeeds.
10983 (Fmake_network_process): Doc fix.
10984
10985 2003-09-23 Dave Love <fx@gnu.org>
10986
10987 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
10988
10989 2003-09-22 Eli Zaretskii <eliz@gnu.org>
10990
10991 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
10992 color mode is an integer number (it could be -1).
10993
10994 2003-09-22 Richard M. Stallman <rms@gnu.org>
10995
10996 * intervals.c (graft_intervals_into_buffer): Correct the main loop
10997 in the case where OVER is longer than UNDER.
10998
10999 2003-09-22 Masatake YAMATO <jet@gyve.org>
11000
11001 * window.c (Fset_window_scroll_bars): Validate the value of
11002 `vertical_type'.
11003
11004 2003-09-21 Kim F. Storm <storm@cua.dk>
11005
11006 * frame.c (Vdefault_frame_scroll_bars): New variable.
11007 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
11008 (syms_of_frame): DEFVAR_LISP it, and initialize according to
11009 window-system default scroll bar position.
11010
11011 * window.c (Fwindow_scroll_bars): Doc fix.
11012
11013 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11014
11015 * xterm.c (x_set_offset): Take window manager decorations into account.
11016
11017 2003-09-19 Richard M. Stallman <rms@gnu.org>
11018
11019 * atimer.h: Don't include lisp.h.
11020 (P_): Define it here (as well as elsewhere).
11021
11022 * print.c (Fprin1_to_string): Move the PRINTPREPARE
11023 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
11024
11025 * data.c (Fvariable_binding_locus): New function.
11026 (syms_of_data): defsubr it.
11027 (Flocal_variable_p): Delete duplicate call to indirect_variable.
11028
11029 2003-09-18 Dave Love <fx@gnu.org>
11030
11031 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
11032
11033 * process.c (Fnetwork_interface_info): Fix type error.
11034 (Fnetwork_interface_list): Doc fix.
11035 (read_process_output, read_process_output): Delete unused var.
11036
11037 2003-09-17 Kim F. Storm <storm@cua.dk>
11038
11039 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
11040 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
11041 (Fnetwork_interface_info): Check that ifreq struct has required
11042 fields before accessing them; this requires that those fields are
11043 defined as macros, which may be too restrictive on some platforms,
11044 but it is better than failing on other platforms.
11045 (syms_of_process): Only defsubr above fns when included.
11046
11047 2003-09-17 Dave Love <fx@gnu.org>
11048
11049 * unexalpha.c: Don't include varargs.h.
11050
11051 2003-09-17 Kim F. Storm <storm@cua.dk>
11052
11053 * process.c (Fset_process_sentinel): Add sentinel to childp plist
11054 for network process.
11055 (socket_options): Add `:' prefix to option names. Add optbit field.
11056 (set_socket_option): Remove no_error arg and special handling of s < 0.
11057 Return 1<<optbit for known option, 0 for unknown.
11058 Do not interpret 0 as false for boolean option (only nil).
11059 Pass failed option and value to report_file_error.
11060 (Fset_network_process_options): Replace by Fset_network_process_option.
11061 (Fset_network_process_option): New function to set just one option.
11062 (Fmake_network_process): Allow :coding arg to be a cons.
11063 Allow :server arg to be an integer specifying backlog size.
11064 Remove :options arg, and allow options to be specified directly
11065 as :KEY, VALUE pairs. Parse these options before binding socket.
11066 As before, :reuseaddr t is default for a server process, but this
11067 can now be disabled by specifying :reuseaddr nil.
11068 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
11069 (init_process): Availability of network options is now checked with
11070 simpler syntax (featurep 'make-network-process :OPTION); use loop to
11071 setup features.
11072 (syms_of_process): Fix defsubr's for the replaced functions.
11073
11074 2003-09-16 Dave Love <fx@gnu.org>
11075
11076 * Makefile.in: Depend on coding.h.
11077
11078 2003-09-14 Kim F. Storm <storm@cua.dk>
11079
11080 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
11081 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
11082 (syms_of_process): Defsubr them.
11083
11084 * config.in: Regenerate.
11085
11086 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
11089 * m/news-r6.h (XUNMARK): Remove.
11090 * m/mips.h (XUNMARK): Remove.
11091 * m/mips-siemens.h (XUNMARK): Remove.
11092 * m/iris4d.h (XUNMARK): Remove.
11093 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
11094
11095 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * lisp.h (VALBITS): Don't remove 1 for the markbit.
11098 (union Lisp_Object): Use unsigned int for types. Remove markbit.
11099 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
11100 (XTYPE): Use unsigned right-shift.
11101 (XMARKBIT, XMARK, XUNMARK): Remove.
11102
11103 * alloc.c (init_intervals, init_symbol, init_marker):
11104 Don't preallocate anything.
11105 (Fgarbage_collect, mark_object): Ignore the markbit.
11106
11107 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
11108
11109 2003-09-08 Lute Kamstra <lute@gnu.org>
11110
11111 * xdisp.c (pint2hrstr): New function.
11112 (decode_mode_spec): Add `%i' and `%I' specs.
11113 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
11114 for `mode-line-format'.
11115
11116 2003-09-07 Andreas Schwab <schwab@suse.de>
11117
11118 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
11119 avoid warning.
11120
11121 2003-09-07 Eli Zaretskii <eliz@gnu.org>
11122
11123 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
11124
11125 2003-09-03 Kim F. Storm <storm@cua.dk>
11126
11127 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
11128 change (superseded by 2002-08-30 change); the default blink-off
11129 cursor is now again "no cursor".
11130
11131 2003-09-01 Jason Rumney <jasonr@gnu.org>
11132
11133 * makefile.w32-in (alloca.o): Remove.
11134 (coding.o): Depend on intervals.h
11135 (emacs.o, bytecode.o): Depend on window.h
11136
11137 2003-09-01 Dave Love <fx@gnu.org>
11138
11139 * Makefile.in (alloca.o): Remove commands.
11140 (coding.o): Depend on intervals.h composite.h window.h.
11141 (emacs.o): Depend on window.h keyboard.h keymap.h.
11142 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
11143 (bytecode.o): Depend on window.h.
11144
11145 2003-08-31 Jason Rumney <jasonr@gnu.org>
11146
11147 * w32term.c (w32_per_char_metric): Allow cached metrics to be
11148 returned even when font_type is unknown.
11149
11150 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
11151
11152 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11153
11154 * xterm.c (x_term_init): Initialize new fields in x_display_info.
11155
11156 * xterm.h (struct x_display_info): Add red/green/blue_bits and
11157 *_offset.
11158
11159 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
11160 calculate pixel value.
11161
11162 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
11163
11164 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
11165 Don't tell redisplay display is accurate when it's actually been
11166 paused for pending input.
11167
11168 2003-08-29 Richard M. Stallman <rms@gnu.org>
11169
11170 * dispnew.c (adjust_glyph_matrix): Call window_box
11171 whenever W is nonzero.
11172
11173 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
11174 (Fkill_local_variable, Fmake_variable_frame_local)
11175 (Flocal_variable_p, Flocal_variable_if_set_p):
11176 Use indirect_variable to trace thru variable aliases.
11177
11178 * config.in: Updated.
11179
11180 * callint.c (Fcall_interactively): Save and restore
11181 Vthis_command, Vthis_original_command, real_this_command,
11182 and current_kboard->Vlast_command.
11183
11184 * abbrev.c (Fexpand_abbrev): Insert before deleting.
11185
11186 2003-08-29 Gerd Moellmann <gerd@gnu.org>
11187
11188 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
11189
11190 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
11191
11192 * coding.c (decode_coding_iso2022): Initialize local variable c2.
11193 (decode_coding_sjis_big5): Likewise.
11194
11195 2003-08-27 Jason Rumney <jasonr@gnu.org>
11196
11197 * w32.c (sys_pipe): Protect against file descriptor overflow.
11198
11199 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
11200
11201 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
11202
11203 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
11204
11205 * xfns.c (Vgtk_version_string): New variable.
11206 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
11207
11208 2003-08-24 Eli Zaretskii <eliz@gnu.org>
11209
11210 * term.c (term_init): Remove `const' from buffer_size's declaration.
11211
11212 * Makefile.in (msdos.o): Depend on intervals.h.
11213
11214 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
11215
11216 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11217
11218 * xterm.h (struct x_display_info): New fields: client_leader_window
11219 and Xatom_wm_client_leader.
11220
11221 * xterm.c (x_initialize): Move call to x_session_initialize to ...
11222 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
11223
11224 * xsmfns.c (create_client_leader_window): New function.
11225 (x_session_initialize): Call create_client_leader_window, take
11226 dpyinfo as argument.
11227
11228 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
11229
11230 * Makefile.in (xsmfns.o): Add more depenedencies.
11231
11232 2003-08-21 Dave Love <fx@gnu.org>
11233
11234 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
11235
11236 2003-08-21 Kenichi Handa <handa@m17n.org>
11237
11238 * term.c (term_init): Fix previous change; don't rely on the
11239 length of `buffer' if TERMINFO is defined.
11240
11241 2003-08-20 Dave Love <fx@gnu.org>
11242
11243 * atimer.h: Include lisp.h.
11244
11245 * lisp.h (EMACS_LISP_H): New.
11246 (popup_activated_flag): Don't declare.
11247
11248 * alloca.c: Some merging with gnulib. Change logic and doc
11249 concerning (x)malloc/(x)free -- no longer Emacs-specific.
11250 [DO_BLOCK_INPUT]: Don't include lisp.h.
11251 (xmalloc, xfree): Declare.
11252 (malloc): Don't declare.
11253
11254 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
11255 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
11256 atimer.h, blockinput.h.
11257
11258 * alloc.c (lisp_align_malloc): Change type of `aligned'.
11259
11260 * alloca.s: Remove.
11261
11262 2003-08-19 Gerd Moellmann <gerd@gnu.org>
11263
11264 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
11265 use -lncurses.
11266
11267 * term.c (term_init): Use a buffer of size 4096 for tgetent since
11268 FreeBSD returns something longer than 2044. Abort if the end of
11269 the buffer is overwritten.
11270
11271 2003-08-19 Miles Bader <miles@gnu.org>
11272
11273 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
11274
11275 2003-08-19 Gerd Moellmann <gerd@gnu.org>
11276
11277 * alloc.c (lisp_align_malloc): Check for memory full when
11278 allocating ablocks, which also avoids freeing a pointer into an
11279 ablocks structure.
11280
11281 * puresize.h (BASE_PURESIZE): Increase to 1100000.
11282
11283 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
11284
11285 2003-08-16 Richard M. Stallman <rms@gnu.org>
11286
11287 * editfns.c (Fencode_time): Doc fix.
11288
11289 2003-08-16 David Ponce <david@dponce.com>
11290
11291 * fileio.c (Fwrite_region): Fix conditional expression to issue
11292 the right message.
11293
11294 2003-08-16 Juri Linkov <juri@jurta.org>
11295
11296 * syntax.c (Fforward_word): Argument changed to optional.
11297 Set default value to 1.
11298
11299 2003-08-15 Kenichi Handa <handa@m17n.org>
11300
11301 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
11302 what autoscaled.
11303 (best_matching_font): Once we find a better scalable font, set
11304 non_scalable_has_exact_height_p to 1.
11305 (try_font_list): Call try_alternative_families to try any family
11306 with the given registry.
11307
11308 2003-08-09 Andreas Schwab <schwab@suse.de>
11309
11310 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
11311
11312 * print.c (print_string): Fix printing of multibyte string with
11313 nontrivial printcharfun.
11314
11315 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11316
11317 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
11318
11319 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
11320
11321 2003-07-31 Kenichi Handa <handa@m17n.org>
11322
11323 * process.c (read_process_output): Return the actually read bytes
11324 instead of the result of decoding.
11325
11326 2003-07-31 Kenichi Handa <handa@m17n.org>
11327
11328 * xterm.h (struct x_bitmap_record): New member have_mask.
11329
11330 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
11331 to 0.
11332 (x_create_bitmap_from_file): Likewise.
11333 (x_destroy_bitmap): Check have_mask member before freeing a mask.
11334 (x_destroy_all_bitmaps): Likewise.
11335 (x_create_bitmap_mask): Set have_mask member to 1.
11336
11337 2003-07-30 Richard M. Stallman <rms@gnu.org>
11338
11339 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
11340
11341 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11342
11343 * gtkutil.c (xg_mark_data): Update calls to mark_object.
11344
11345 2003-07-29 Richard M. Stallman <rms@gnu.org>
11346
11347 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
11348 Conditionalize XIM code on HAVE_XIM.
11349
11350 * fns.c (Fclear_string): New function.
11351 (syms_of_fns): defsubr it.
11352
11353 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
11354
11355 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
11356
11357 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
11358
11359 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
11360
11361 * buffer.c (delete_all_overlays): New function.
11362 * buffer.h (delete_all_overlays): Declare.
11363 * coding.c (run_pre_post_conversion_on_str):
11364 * print.c (temp_output_buffer_setup):
11365 * fileio.c (Finsert_file_contents):
11366 * minibuf.c (get_minibuffer): Use it.
11367
11368 2003-07-22 Andrew Choi <akochoi@shaw.ca>
11369
11370 * unexmacosx.c (unexec_regions_sort_compare):
11371 (unexec_regions_merge): New functions. Sort and merge unexec
11372 regions before dumping them.
11373
11374 2003-07-22 Dave Love <fx@gnu.org>
11375
11376 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
11377
11378 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
11379
11380 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
11381 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
11382 MARKBIT as the gcmarkbit for strings.
11383
11384 2003-07-21 Richard M. Stallman <rms@gnu.org>
11385
11386 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
11387
11388 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
11389 (syms_of_fns): Corresponding change.
11390
11391 * alloc.c (syms_of_alloc): Doc fixes.
11392
11393 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
11394
11395 * s/netbsd.h: Use -Wl syntax.
11396
11397 2003-07-17 Richard M. Stallman <rms@gnu.org>
11398
11399 * xterm.c (xim_initialize): Redo 6/24 change.
11400
11401 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
11402
11403 * buffer.c (copy_overlays): Use EMACS_INT for positions.
11404 (Fswitch_to_buffer): Don't signal an error when switching to the same
11405 buffer in a dedicated window.
11406
11407 * alloc.c: Use bitmaps for cons, as was done for floats.
11408 (init_float, init_cons): Let the normal code allocate the first block.
11409 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
11410 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
11411 New macros.
11412 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
11413 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
11414 (live_cons_p): Check the pointer is not past the `conses' array.
11415 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
11416 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
11417 (survives_gc_p): Use CONS_MARKED_P and simplify.
11418 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
11419
11420 2003-07-13 Paul Eggert <eggert@twinsun.com>
11421
11422 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
11423 puts it into BSS instead, at least on Solaris 8 and 9.
11424 This is a valid optimization, and it may occur on other platforms,
11425 so Emacs should not assume that initializing a static variable to
11426 zero puts it into data.
11427 * alloc.c (pure, staticvec):
11428 Initialize these arrays to nonzero, so that they're not
11429 put into BSS by that optimization.
11430
11431 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
11432
11433 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
11434 (lisp_align_malloc): Use posix_memalign is available.
11435 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
11436 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
11437 for consistency. Update users.
11438
11439 2003-07-13 Richard M. Stallman <rms@gnu.org>
11440
11441 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
11442
11443 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
11444
11445 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
11446 and use the Gtk+ function gtk_window_icon_from_file if available.
11447
11448 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
11449 handle mask of bitmaps.
11450 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
11451 mask property.
11452 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
11453
11454 * xterm.h (xg_set_icon): New function.
11455
11456 2003-07-12 Paul Eggert <eggert@twinsun.com>
11457
11458 * unexelf.c (unexec): Consider a section to precede the .bss
11459 section if its addresses overlap that of .bss.
11460
11461 2003-07-12 Richard M. Stallman <rms@gnu.org>
11462
11463 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
11464
11465 * config.in (HAVE_CRTIN): Add #undef.
11466 (INLINE): Really inline only if OPTIMIZE is defined.
11467
11468 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
11469 END_FILES_1.
11470 (START_FILES_1, END_FILES_1): New macros (conditional).
11471 (LD_SWITCH_SYSTEM_TEMACS): Define.
11472
11473 * s/openbsd.h: Don't include bsd4-3.h.
11474 (TERMINFO): Define.
11475 (LIBS_TERMCAP): Define.
11476 (LD_SWITCH_SYSTEM): Define (two definitions).
11477
11478 * xfns.c: Include libpng/png.h instead of png.h.
11479
11480 2003-07-11 Andreas Schwab <schwab@suse.de>
11481
11482 * buffer.c (modify_overlay): Update prototype.
11483 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
11484 Likewise.
11485
11486 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
11487
11488 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
11489 (struct interval): Move to intervals.h.
11490 (struct Lisp_Marker): Use EMACS_INT for position info.
11491 (forward_point): Remove prototype of defunct function.
11492 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
11493 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
11494 (syms_of_textprop, set_text_properties): Remove prototypes that are
11495 already in intervals.h.
11496
11497 * intervals.h (struct interval): Move from lisp.h.
11498 Use EMACS_INT for position and size info.
11499
11500 * coding.c: Include intervals.h for Fset_text_properties.
11501
11502 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
11503 position and length information.
11504
11505 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
11506
11507 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
11508 position and length information.
11509
11510 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
11511
11512 Change overlays_after and overlays_before so the overlays themselves
11513 are linked into lists, rather than using cons cells. After all each
11514 Lisp_Misc already occupies 5 words, so we can add a `next' field to
11515 Lisp_Overlay for free and save up one cons cell per overlay (not
11516 to mention one indirection when traversing the list of overlay).
11517
11518 * lisp.h (struct Lisp_Overlay): New field `next'.
11519
11520 * buffer.h (struct buffer): Change overlays_before and overlays_after
11521 from Lisp lists of overlays to pointers to overlays.
11522
11523 * buffer.c (overlay_strings, recenter_overlay_lists):
11524 Fix typo in eassert in last commit.
11525 (unchain_overlay): New function.
11526 (add_overlay_mod_hooklist): Use AREF.
11527 (copy_overlays, reset_buffer, overlays_at, overlays_in)
11528 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
11529 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
11530 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
11531 (report_overlay_modification, evaporate_overlays, init_buffer_once):
11532 Adjust to new type of overlays_(before|after).
11533
11534 * alloc.c (mark_object): Mark the new `next' field of overlays.
11535 (mark_buffer): Manually mark the overlays_(after|before) fields.
11536
11537 * coding.c (run_pre_post_conversion_on_str):
11538 * editfns.c (overlays_around):
11539 * xdisp.c (load_overlay_strings):
11540 * fileio.c (Finsert_file_contents):
11541 * indent.c (current_column):
11542 * insdel.c (signal_before_change, signal_after_change):
11543 * intervals.c (set_point_both):
11544 * print.c (temp_output_buffer_setup): Use new type for
11545 overlays_(before|after).
11546
11547 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
11548
11549 * buffer.c (report_overlay_modification): Don't run hooks while
11550 traversing the list of overlays.
11551
11552 * buffer.h (struct buffer): Use an int for overlay_center.
11553 (overlays_at, evaporate_overlays, recenter_overlay_lists)
11554 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
11555
11556 * buffer.c (reset_buffer, recenter_overlay_lists)
11557 (adjust_overlays_for_insert, adjust_overlays_for_delete)
11558 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
11559 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
11560 (overlays_at, evaporate_overlays, recenter_overlay_lists)
11561 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
11562
11563 * xdisp.c (fast_find_position): Remove unused var.
11564
11565 * cmds.c (Qexpand_abbrev): New sym.
11566 (syms_of_cmds): Initialize it.
11567 (internal_self_insert): Use it to call expand-abbrev.
11568
11569 2003-07-09 Kim F. Storm <storm@cua.dk>
11570
11571 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
11572 was configured with --without-xim.
11573 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
11574
11575 2003-07-07 Richard M. Stallman <rms@gnu.org>
11576
11577 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
11578
11579 * alloc.c (Fgarbage_collect): Doc fix.
11580
11581 2003-07-07 Nozomu Ando <nand@mac.com>
11582
11583 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
11584
11585 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11586
11587 * minibuf.c (read_minibuf): UNGCPRO before returning.
11588 (Ftry_completion, Fall_completions): Doc fix.
11589
11590 * alloc.c (live_float_p): Check that p is not past the `floats' array,
11591 now that `floats' is not the last element of the struct any more.
11592
11593 2003-07-06 Jason Rumney <jasonr@gnu.org>
11594
11595 * w32term.h (ClipboardSequence_Proc): New type.
11596
11597 * w32fns.c (clipboard_sequence_fn): New variable.
11598 (globals_of_w32fns): Initialize it.
11599
11600 * w32select.c (last_clipboard_sequence_number): New variable.
11601 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
11602 number if possible.
11603
11604 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11605
11606 * m/amdx86-64.h (MARKBIT):
11607 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
11608 MARKBIT and ARRAY_MARK_FLAG any more.
11609
11610 * m/hp800.h (XSETMARKBIT):
11611 * m/sr2k.h (XSETMARKBIT):
11612 * lisp.h (XSETMARKBIT): Remove unused macro.
11613
11614 * lisp.h (mark_object): Change prototype.
11615
11616 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
11617 (last_marked): Change accordingly.
11618 (mark_interval, mark_maybe_object, mark_maybe_pointer)
11619 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
11620 (mark_buffer): Update calls to mark_object.
11621
11622 * bytecode.c (mark_byte_stack):
11623 * fns.c (sweep_weak_table):
11624 * keyboard.c (mark_kboards): Update calls to mark_object.
11625
11626 2003-07-06 Jason Rumney <jasonr@gnu.org>
11627
11628 * alloc.c (struct ablock): Only include padding when there is some.
11629
11630 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11631
11632 * alloc.c (ALIGN): Add casts to simplify usage.
11633 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
11634 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
11635 (struct ablock, struct ablocks): New types.
11636 (free_ablock): New global var.
11637 (lisp_align_malloc, lisp_align_free): New functions.
11638 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
11639 (struct float_block): Reorder and add gcmarkbits.
11640 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
11641 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
11642 (init_float, make_float): Use lisp_align_malloc.
11643 (free_float, live_float_p): Don't use `type' any more.
11644 (make_float): Use FLOAT_UNMARK to access to mark bit.
11645 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
11646 Use FLOAT_MARKED_P to access the mark bit.
11647 (pure_alloc): Simplify use of ALIGN.
11648 (mark_object): Use FLOAT_MARK to access the mark bit.
11649 (gc_sweep): Use new macros to access the float's mark bit.
11650 (init_alloc_once): Init free_ablock.
11651
11652 * lisp.h (struct Lisp_Float): Remove unused field `type'.
11653
11654 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
11655
11656 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
11657 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
11658 (allocate_buffer): Move.
11659 (string_bytes): Don't mask markbit of `size_byte'.
11660 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
11661 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
11662 Use the `size' field of buffers (rather than the `name' field) for
11663 the mark bit, as is done for all other vectorlike objects.
11664 Use the new macros to access the mark bit of vectorlike objects.
11665
11666 2003-06-26 Richard M. Stallman <rms@gnu.org>
11667
11668 * puresize.h (BASE_PURESIZE): Increment base size.
11669
11670 * xdisp.c (fast_find_position): Enable Gerd's new definition.
11671
11672 * xterm.c (xim_initialize): Undo previous change.
11673
11674 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
11675
11676 * alloc.c (survives_gc_p): Simplify.
11677
11678 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
11679
11680 * window.c (Fset_window_dedicated_p): Simplify.
11681 (display_buffer_1): Don't raise the win from which minibuf was entered.
11682 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
11683 (Fminibuffer_selected_window): Simplify.
11684
11685 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
11686
11687 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
11688 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
11689
11690 * insdel.c (check_markers, adjust_markers_for_delete)
11691 (adjust_markers_for_insert, adjust_markers_for_replace)
11692 (prepare_to_modify_buffer, RESTORE_VALUE):
11693 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
11694 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
11695 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
11696 * alloc.c (Fmake_marker, free_marker, gc_sweep):
11697 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
11698 * editfns.c (save_excursion_restore, transpose_markers):
11699 * window.c (delete_window):
11700 * xdisp.c (message_dolog): Update for new types.
11701
11702 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11703
11704 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
11705 (realize_default_face): Use default_face_done_p for the force_p
11706 argument to set_lface_from_font_name. Set default_face_done_p to one.
11707
11708 * frame.c (make_frame): Initialize default_face_done_p.
11709
11710 * frame.h (struct frame): Add default_face_done_p.
11711
11712 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
11713 will be defined.
11714
11715 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
11716
11717 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
11718 Initialize the new field `gcmarkbit'.
11719 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
11720 (mark_interval_tree): Don't mark the tree separately from the nodes.
11721 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
11722 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
11723 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
11724
11725 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
11726 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
11727 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
11728 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
11729 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
11730
11731 2003-06-24 Dave Love <fx@gnu.org>
11732
11733 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
11734
11735 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
11736 from gnulib.
11737
11738 2003-06-21 Richard M. Stallman <rms@gnu.org>
11739
11740 * fileio.c (Fwrite_region): Alternate messages
11741 for append and partial write.
11742
11743 * keyboard.c (read_key_sequence): When converting upcase fn key to
11744 downcase, update fkey and keytran so `backspace' gets translated.
11745
11746 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
11747
11748 * process.c (wait_reading_process_input): Don't signal SIGIO
11749 in batch mode.
11750
11751 2003-06-17 Kenichi Handa <handa@m17n.org>
11752
11753 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
11754 composite.h.
11755
11756 * xselect.c: Don't include charset.h, coding.h, composite.h.
11757 (Qforeign_selection): New variable.
11758 (syms_of_xselect): Intern and static it.
11759 (selection_data_to_lisp_data): Return a unibyte string made from
11760 data with `foreign-selection' text property.
11761
11762 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
11763
11764 * termhooks.h (EVENT_INIT): New macro.
11765
11766 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
11767
11768 * alloc.c (mark_kboards): Move to keyboard.c.
11769
11770 * keyboard.c (record_asynch_buffer_change, read_avail_input):
11771 * xterm.c (x_dispatch_event):
11772 * xmenu.c (find_and_call_menu_selection):
11773 * xdisp.c (handle_tool_bar_click):
11774 * w32menu.c (menubar_selection_callback):
11775 * sysdep.c (kbd_input_ast, read_input_waiting):
11776 * msdos.c (dos_rawgetc):
11777 * macterm.c (mac_check_for_quit_char):
11778 * macmenu.c (menubar_selection_callback):
11779 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
11780 data to kbd_buffer_store_event.
11781
11782 2003-06-15 Kim F. Storm <storm@cua.dk>
11783
11784 * xdisp.c (x_fix_overlapping_area): Always use area relative X
11785 to fix redisplay problem with tall characters (such as \e,AC\e(B).
11786
11787 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
11788
11789 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
11790
11791 2003-06-12 Kenichi Handa <handa@m17n.org>
11792
11793 * fileio.c (Fwrite_region): Save and restore restriction.
11794
11795 2003-06-12 Dave Love <fx@gnu.org>
11796
11797 * alloca.c (alloca): Declare arg as size_t.
11798
11799 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
11800 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
11801
11802 2003-06-11 Dave Love <fx@gnu.org>
11803
11804 * search.c (shrink_regexp_cache): Use xrealloc.
11805 (syms_of_search): Use xmalloc.
11806
11807 2003-06-10 Kim F. Storm <storm@cua.dk>
11808
11809 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
11810 Adjust phys_cursor.x to be relative to window box, rather than
11811 text area before checking -- to ensure cursor is redrawn when
11812 exposing window.
11813 Note: This also fixes a similar (older) bug if display margins
11814 are present.
11815
11816 2003-06-06 Kenichi Handa <handa@m17n.org>
11817
11818 * coding.c (encoding_buffer_size): If coding->type is
11819 coding_type_ccl, double magnification on CRLF encoding.
11820
11821 2003-06-06 Jason Rumney <jasonr@gnu.org>
11822
11823 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
11824 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
11825
11826 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
11827 Mac too.
11828
11829 2003-06-05 Dave Love <fx@gnu.org>
11830
11831 * strftime.c: Merge changes from gnulib.
11832
11833 * mktime.c (__mktime_internal): Merge changes from gnulib
11834 involving year 69 and dst2.
11835
11836 Changes to merge with gnulib version and be consistent with the
11837 autoconf test:
11838
11839 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
11840 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
11841 [HAVE_LOCALE_H]: Include locale.h.
11842 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
11843
11844 2003-06-05 Kim F. Storm <storm@cua.dk>
11845
11846 * window.c (coordinates_in_window): Convert X and Y to window
11847 relative coordinates inside mode-line and header-line parts.
11848 Convert X and Y to margin area relative coordinates inside left
11849 and right display margin parts.
11850
11851 2003-06-05 Jason Rumney <jasonr@gnu.org>
11852
11853 * w32fns.c (add_system_logical_colors_to_map): New function.
11854 (Fx_open_connection): Use it.
11855
11856 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
11857
11858 * process.c (allocate_pty): Revert part of the previous patch.
11859 (Faccept_process_output): Simplify.
11860
11861 2003-06-04 Jason Rumney <jasonr@gnu.org>
11862
11863 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
11864
11865 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
11866 (lispy_mouse_wheel_names): Remove.
11867 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
11868 Always define drag_and_drop_syms.
11869
11870 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
11871 WHEEL_EVENT events.
11872
11873 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
11874
11875 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
11876
11877 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
11878
11879 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11880
11881 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
11882 menu item label.
11883
11884 2003-06-03 Richard M. Stallman <rms@gnu.org>
11885
11886 * window.c (Fwindow_edges): Doc fix.
11887 (Fwindow_pixel_edges, Fwindow_inside_edges)
11888 (Fwindow_inside_pixel_edges): New functions.
11889 (syms_of_window): defsubr them.
11890
11891 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
11892 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
11893
11894 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
11895
11896 * dispnew.c (Fsit_for): Don't lie about the number of args.
11897
11898 2003-06-02 Dave Love <fx@gnu.org>
11899
11900 * callproc.c: Use HAVE_FCNTL_H, not USG5.
11901 (syms_of_callproc) <process-environment>: Doc fix.
11902
11903 * doc.c: Use HAVE_FCNTL_H, not USG5.
11904
11905 * xfaces.c (font_rescale_ratio): Fix for K&R.
11906
11907 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
11908
11909 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
11910
11911 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
11912
11913 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
11914 (xg_create_frame_widgets): Use ENCODE_UTF_8.
11915
11916 * xterm.c (Qutf_8): Move to coding.c
11917
11918 * xmenu.c (ENCODE_MENU_STRING): New.
11919 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
11920 Use it.
11921
11922 * coding.h (ENCODE_UTF_8): New.
11923 (Qutf_8): Declare.
11924
11925 * coding.c (Qutf_8): New.
11926 (syms_of_coding): Intern it.
11927
11928 * fns.c: Doc fixes.
11929
11930 2003-06-02 Kenichi Handa <handa@m17n.org>
11931
11932 * buffer.c (Fset_buffer_multibyte): Fix previous change.
11933
11934 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
11935
11936 * lread.c (openp): Make sure STR is a string.
11937
11938 2003-06-01 David Ponce <david@dponce.com>
11939
11940 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
11941 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
11942
11943 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
11944 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
11945 (discard_mouse_events): Discard WHEEL_EVENT events too.
11946 (lispy_wheel_names, wheel_syms): New.
11947 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
11948 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
11949 (make_lispy_event): Add WHEEL_EVENT handler.
11950
11951 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
11952 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
11953 WHEEL_EVENT events.
11954
11955 2003-05-31 John Paul Wallington <jpw@gnu.org>
11956
11957 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
11958 timer are in lisp/emacs-lisp.
11959
11960 2003-05-31 Kenichi Handa <handa@m17n.org>
11961
11962 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
11963 region when a buffer is changed to unibyte.
11964
11965 * charset.h (VALID_LEADING_CODE_P): New macro.
11966 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
11967
11968 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
11969 is nonzero, accept multibyte form of eight-bit-control chars.
11970 (decode_composition_emacs_mule): Likewise.
11971 (decode_coding_emacs_mule): Likewise.
11972 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
11973 multibyte form of eight-bit-control chars.
11974
11975 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
11976 (Finsert_file_contents): If coding-system-for-read is bound to
11977 Qauto_save_coding, use the coding system emacs-mule with special
11978 setting for recovering a file.
11979 (choose_write_coding_system): On auto saving, use the coding
11980 system emacs-mule with special setting for auto saving.
11981 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
11982
11983 2003-05-30 Kenichi Handa <handa@m17n.org>
11984
11985 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
11986 properly before calling ccl_driver.
11987
11988 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
11989
11990 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
11991 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
11992 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
11993
11994 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
11995
11996 * xfaces.c (realize_default_face): Do not abort if lface is
11997 non-existent - reverts change from 2003-05-19.
11998
11999 2003-05-29 Kenichi Handa <handa@m17n.org>
12000
12001 * coding.c (decode_coding_iso2022): Pay attention to the byte
12002 sequence of CTEXT extended segment, and retain those bytes as is.
12003
12004 2003-05-28 Kenichi Handa <handa@m17n.org>
12005
12006 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
12007 of CODING_REPLACEMENT_CHARACTER.
12008 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
12009 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
12010 check this flag on encoding.
12011 (encode_coding_sjis_big5):
12012 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
12013 (Fset_terminal_coding_system_internal):
12014 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
12015 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
12016
12017 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
12018 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
12019 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
12020
12021 2003-05-28 Richard M. Stallman <rms@gnu.org>
12022
12023 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
12024
12025 * eval.c (unbind_to): Move init of this_binding to separate statement.
12026
12027 2003-05-28 Kim F. Storm <storm@cua.dk>
12028
12029 * xdisp.c (expose_window): Fix error in calculation of
12030 window relative coordinates of area to redisplay.
12031
12032 2003-05-27 Jason Rumney <jasonr@gnu.org>
12033
12034 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
12035
12036 2003-05-27 David Ponce <david@dponce.com>
12037
12038 Handle W32 mouse wheel events as mouse click events, like in X.
12039
12040 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
12041 MOUSE_WHEEL_EVENT anymore.
12042
12043 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
12044 Scrolling down/up the mouse wheel is respectively mapped to mouse
12045 button 4 and 5.
12046 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
12047 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
12048 WM_MOUSEWHEEL events.
12049
12050 2003-05-27 Andreas Schwab <schwab@suse.de>
12051
12052 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
12053
12054 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
12055 partially visible line.
12056
12057 * alloc.c (Fgarbage_collect): Fix last change.
12058
12059 2003-05-26 John Paul Wallington <jpw@gnu.org>
12060
12061 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
12062
12063 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
12064
12065 * window.c (Fset_window_buffer): Add type of `keep_margins'.
12066 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
12067
12068 * window.h (window_box_text_cols): Declare.
12069
12070 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
12071 (x_draw_vertical_border): Remove unused var `f'.
12072
12073 * xfaces.c (build_scalable_font_name): Remove `unused var
12074 pixel_size' warning.
12075
12076 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
12077
12078 * unexelf.c (unexec): Remove `unused var n' warning.
12079
12080 * strftime.c (my_strftime_localtime_r): Remove `defined but
12081 unused' warning.
12082
12083 * process.c (allocate_pty): Remove `unused var stb' and
12084 `cp might be used uninitialized' warnings.
12085
12086 * dispnew.c (mode_line_string): Remove unused var `f'.
12087
12088 * coding.c (find_safe_codings): Remove unused var `i'.
12089
12090 * bytecode.c (Fbyte_code): Remove `unused val' warning.
12091
12092 * buffer.c (Fkill_buffer): Remove unused var `list'.
12093
12094 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
12095
12096 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12097
12098 * frame.c (make_frame): Condition want_fullscreen with
12099 HAVE_WINDOW_SYSTEM.
12100
12101 2003-05-25 Juanma Barranquero <lektu@terra.es>
12102
12103 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
12104 (Fwindow_scroll_bars): Fix typo in docstring.
12105
12106 2003-05-24 Kim F. Storm <storm@cua.dk>
12107
12108 The following changes serve several purposes:
12109
12110 1) Swap the position of fringes and display margins in windows, i.e.
12111 the fringes are now displayed between the margins and the text area
12112 (by default).
12113
12114 2) Allow fringe and scroll bar parameters to be set per-buffer and
12115 per-window (like display margins). Such settings are now stored
12116 in window configurations, preserved when frames are resized, and
12117 copied when windows are split vertically or horizontally.
12118 Several bugs related to display margins have been fixed.
12119
12120 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
12121
12122 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
12123 rather than FRAME_WIDTH (FRAME_FONT (f)).
12124
12125 5) Introduce a consistent naming of variables, members and macros
12126 depending on whether their value is measured in pixels or in
12127 canonical columns/lines. Pixel dimensions are named *_width and
12128 *_height, while canonical columns/lines are named *_cols and
12129 *_lines. Pixel positions are named *_x and *_y, while column/line
12130 positions are named *_col and *_line.
12131
12132 6) Consolidate more of the X, W32, and MAC gui code by moving
12133 common data into struct frame, and generalize it for the non-gui
12134 case by using suitable defaults.
12135
12136 7) Cleanup and consolidate the macros controlling frame and window
12137 layout into frame.h and window.h, and generalize the use of the
12138 various window_box_* functions (enhanced to handle the new fringe
12139 position and the per-window fringe and scroll bar settings).
12140
12141 * frame.h (struct frame): Rename members height to text_lines,
12142 width to text_cols, window_height to total_lines, window_width to
12143 total_cols, new_height to new_text_lines, new_width to
12144 new_text_cols. All uses changed.
12145 (struct frame): New members which consolidate common members of
12146 x_output, w32_output, and mac_output structures: left_pos,
12147 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
12148 win_gravity, size_hint_flags, border_width, internal_border_width,
12149 line_height, fringe_cols, left_fringe_width, right_fringe_width,
12150 want_fullscreen. All uses changed.
12151 (struct frame): New member column_width contaning the canonical
12152 column width, analogue to line_height. All uses changed.
12153 (struct frame): Rename members scroll_bar_pixel_width to
12154 config_scroll_bar_width, and scroll_bar_cols to
12155 config_scroll_bar_cols. All uses changed.
12156 (struct frame): New member scroll_bar_actual_width which
12157 consolidates and renames the vertical_scroll_bar_extra member of
12158 x_output, w32_output, and mac_output structures. All uses changed.
12159 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
12160 from x/w32/macterm.h files. All uses changed. Also change code
12161 which referred to f->output_data...->pixel_height.
12162 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
12163 from x/w32/macterm.h files. All uses changed. Also change code
12164 which referred to f->output_data...->pixel_width.
12165 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
12166 Also change code which referred to f->height.
12167 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
12168 Also change code which referred to f->width.
12169 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
12170 to update new_text_lines and new_text_cols members directly.
12171 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
12172 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
12173 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
12174 FRAME_SCROLL_BAR_COLS. All uses changed.
12175 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
12176 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
12177 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
12178 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
12179 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
12180 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
12181 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
12182 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
12183 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
12184 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
12185 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
12186 Unconditionally return line_height member (it now has proper value
12187 also for non-window frames).
12188 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
12189 return new column_width member (rather than the default font width).
12190 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
12191 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
12192 from x/w32/macterm.h files. Unconditionally return corresponding
12193 member of frame structure (they now have proper values also for
12194 non-window frames).
12195 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
12196 Calculate return value from left and right widths.
12197 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
12198 internal_border_width member (has proper value for non-window frame).
12199 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
12200 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
12201 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
12202 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
12203 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
12204 consolidated from xterm.h, macterm.h, and w32term.h.
12205 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
12206 consolidated from xterm.h, macterm.h, and w32term.h.
12207 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
12208 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
12209 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
12210 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
12211 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
12212 consolidated from x/mac/w32term.h.
12213 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
12214 consolidated from x/mac/w32term.h.
12215 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
12216 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
12217 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
12218 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
12219
12220 * window.h (struct window): Rename members left to left_col,
12221 top to top_line, height to total_lines, width to total_cols,
12222 left_margin_width to left_margin_cols, right_margin_width to
12223 right_margin_cols, orig_height to orig_total_lines, orig_top to
12224 orig_top_line. All uses changed.
12225 (struct window): New members left_fringe_width, right_fringe_width,
12226 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
12227 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
12228 New macros primarily used to simplify other macros.
12229 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
12230 referred to XINT (w->width).
12231 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
12232 referred to XINT (w->height).
12233 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
12234 referred to XINT (w->width) * canon_x_unit.
12235 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
12236 referred to XINT (w->height) * canon_y_unit.
12237 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
12238 referred to XINT (w->left).
12239 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
12240 all uses and code that referred to XINT (w->left) + XINT (w->width).
12241 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
12242 referred to XINT (w->top).
12243 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
12244 referred to XINT (w->top) + XINT (w->height).
12245 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
12246 referred to XINT (w->left) * canon_x_unit.
12247 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
12248 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
12249 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
12250 referred to XINT (w->top) * canon_y_unit.
12251 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
12252 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
12253 (WINDOW_LEFTMOST_P): New macro.
12254 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
12255 All uses changed.
12256 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
12257 All uses changed.
12258 (WINDOW_BOX_LEFT_EDGE_X): Rename from
12259 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
12260 Do not exclude left fringe width.
12261 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
12262 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
12263 Do not exclude fringe widths.
12264 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
12265 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
12266 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
12267 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
12268 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
12269 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
12270 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
12271 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
12272 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
12273 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
12274 New macros. Change code which referenced corresponding
12275 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
12276 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
12277 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
12278 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
12279 allow per-window scroll-bar settings.
12280 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
12281 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
12282 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
12283 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
12284 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
12285 FRAME_SCROLL_BAR_WIDTH.
12286 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
12287 (WINDOW_SCROLL_BAR_AREA_X): New macros.
12288 (WINDOW_HEADER_LINE_HEIGHT): Rename from
12289 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
12290 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
12291 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
12292 (WINDOW_BOX_TEXT_HEIGHT): Rename from
12293 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
12294 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
12295 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
12296 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
12297 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
12298 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
12299 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
12300 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
12301 (window_from_coordinates): Update prototype.
12302 (Fset_window_buffer): Update EXFUN.
12303 (set_window_buffer): Update prototype.
12304
12305 * dispextern.h (struct glyph_matrix): Rename members window_left_x
12306 to window_left_col, window_top_y to window_top_line. All uses
12307 changed.
12308 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
12309 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
12310 internal_border_width is now set to 0 for non-window frames.
12311 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
12312 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
12313 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
12314 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
12315 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
12316 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
12317 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
12318 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
12319 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
12320 Move to window.h and renamed [see window.h changes].
12321 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
12322 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
12323 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
12324 Use WINDOW_TOTAL_LINES.
12325 (frame_update_line_height): Remove prototype.
12326
12327 * buffer.h (struct buffer): Rename members measured in columns:
12328 left_margin_width to left_margin_cols, right_margin_width to
12329 right_margin_cols. All uses changed.
12330 New members left_fringe_width, right_fringe_width,
12331 fringes_outside_margins for per-buffer fringe settings.
12332 New members scroll_bar_width and vertical_scroll_bar_type for
12333 per-buffer scroll bar settings.
12334
12335 * buffer.c (init_buffer_once): Set buffer_defaults and
12336 buffer_local_flags for new buffer-local variables
12337 left_fringe_width, right_fringe_width, fringes_outside_margins,
12338 scroll_bar_width, and vertical_scroll_bar_type.
12339 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
12340 default-* variables for them.
12341
12342 * dispnew.c: Make (many) trivial substitutions for renamed and
12343 new macros in dispextern.h, frame.h and window.h.
12344 (mode_line_string): No need to adjust width for mode lines, as it
12345 is already adjusted by the caller.
12346 (marginal_area_string): Handle fringes inside/outside margins.
12347
12348 * frame.c: Make (many) trivial substitutions for renamed and
12349 new macros in dispextern.h, frame.h and window.h.
12350 (make_frame): Initialize left_fringe_width, right_fringe_width,
12351 fringe_cols, scroll_bar_actual_width, border_width,
12352 internal_border_width, column_width, line_height, x_pixels_diff,
12353 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
12354 members with values suitable for a non-window frames.
12355
12356 * gtkutil.c: Make (many) trivial substitutions for renamed and
12357 new macros in dispextern.h, frame.h and window.h.
12358
12359 * indent.c: Make (few) trivial substitutions for renamed and
12360 new macros in dispextern.h, frame.h and window.h.
12361
12362 * keyboard.c: Make (many) trivial substitutions for renamed and
12363 new macros in dispextern.h, frame.h and window.h.
12364 (make_lispy_event): Use window positions returned from
12365 window_from_coordinates when constructing the lisp event for
12366 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
12367 (incorrect) values locally.
12368 (make_lispy_movement): Use window positions returned from
12369 window_from_coordinates when constructing the lisp event, rather
12370 than calculating (incorrect) values locally.
12371
12372 * scroll.c: Make (some) trivial substitutions for renamed and
12373 new macros in dispextern.h, frame.h and window.h.
12374
12375 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
12376 scroll-bars.
12377
12378 * sysdep.c: Make (few) trivial substitutions for renamed and
12379 new macros in dispextern.h, frame.h and window.h.
12380
12381 * term.c: Make (some) trivial substitutions for renamed and
12382 new macros in dispextern.h, frame.h and window.h.
12383
12384 * widget.c: Make (few) trivial substitutions for renamed and
12385 new macros in dispextern.h, frame.h and window.h.
12386
12387 * window.c: Make (many) trivial substitutions for renamed and
12388 new macros in dispextern.h, frame.h and window.h.
12389 (make_window): Initialize new members
12390 left_margin_cols, right_margin_cols, left_fringe_width,
12391 right_fringe_width, fringes_outside_margins, scroll_bar_width,
12392 and vertical_scroll_bar_type.
12393 (coordinates_in_window): Adapt to new fringe/margin positions
12394 and per-window fringes and scroll-bars.
12395 Fix bug related to incorrectly adjusting coordinates by
12396 frame's internal_border_width (the effect normally negible since
12397 the internal_border_width is typically 0 or 1 pixel, but very
12398 noticeable for an internal_border_width of e.g. 25 pixels).
12399 Upon successful return (other than ON_NOTHING), the coordinates
12400 are now always properly converted to window relative for the
12401 given display element.
12402 (window_from_coordinates): Add new parameters wx and wy to
12403 return the window relative x and y position in the returned
12404 window and part. A null arg means, don't return the position.
12405 All callers changed.
12406 (adjust_window_margins): New function which may reduce the width
12407 of the display margins if a window's text area is too small after
12408 resizing or splitting windows.
12409 (size_window): Fix bug that did not account for display margin
12410 widths when checking the minimum width of a window; use
12411 adjust_window_margins.
12412 (set_window_buffer): Call Fset_window_fringes and
12413 Fset_window_scroll_bars to setup per-window elements.
12414 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
12415 existing display margin, fringe widths, and scroll bar settings
12416 (e.g. after splitting a window or resizing the frame).
12417 All callers changed.
12418 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
12419 (Fsplit_window): Duplicate original window's display margin,
12420 fringe, and scroll-bar settings; then call Fset_window_buffer with
12421 KEEP_MARGINS non-nil. This fixes a bug which caused a split
12422 window to only preserve the display margins in one of the windows.
12423 When splitting horizontally, call adjust_window_margins on both
12424 windows to ensure that the text area of the new windows is non too
12425 narrow. This fixes a bug which could cause Emacs to trap if the
12426 width of the split window was less than the width of the display
12427 margins.
12428 (window_box_text_cols): Rename from window_internal_width.
12429 All uses changed. Adapt to per-window fringes and scroll bars.
12430 Fix bug that caused vertical separator to be subtracted also on
12431 window frames. Fix another bug that did not reduce the returned
12432 value by the columns used for display margins.
12433 (window_scroll_line_based): Fix bug related to scrolling too much
12434 when display margins are present (implicitly fixed by the fix to
12435 window_box_text_cols).
12436 (scroll_left, scroll_right): Fix bug related to scrolling too far
12437 by default when display margins are present (implicitly fixed by
12438 the fix to window_box_text_cols).
12439 (struct saved_window): Rename members left to left_col, top to
12440 top_line, width to total_cols, height to total_lines, orig_top to
12441 orig_top_line, orig_height to orig_total_lines. All uses changed.
12442 New members left_margin_cols, right_margin_cols,
12443 left_fringe_width, right_fringe_width, fringes_outside_margins,
12444 scroll_bar_width, and vertical_scroll_bar_type for saving
12445 per-window display elements.
12446 (Fset_window_configuration): Restore display margins, fringes,
12447 and scroll bar settings. This fixes a bug which caused display
12448 margins to be discarded when saving and restoring a window
12449 configuration.
12450 (save_window_save): Save display margins, fringes, and scroll bar
12451 settings. This fixes a bug which caused display margins to be
12452 discarded when saving and restoring a window configuration.
12453 (Fset_window_margins): Do nothing if display margins are not
12454 really changed. Otherwise, call adjust_window_margins to ensure
12455 the text area doesn't get too narrow. This fixes a bug which
12456 could cause Emacs to trap if setting display margins wider than
12457 the width of the window.
12458 (Fset_window_fringes): New defun to allow user to specifically set
12459 this window's fringe widths and position vs. display margins.
12460 (Fwindow_fringes): New defun to return window's actual fringe settings.
12461 (Fset_window_scroll_bars): New defun to allow user to specifically
12462 set this window's scroll bar width and position.
12463 (Fwindow_scroll_bars): New defun to return window's actual scroll
12464 bar settings.
12465 (compare_window_configurations): Also compare display margins,
12466 fringes, and scroll bar settings.
12467 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
12468
12469 * xdisp.c: Make (many) trivial substitutions for renamed and
12470 new macros in dispextern.h, frame.h and window.h.
12471 (window_box_width): Adapt to per-window fringes and scroll bars,
12472 and new fringe vs. display margin position. Note that returned
12473 value is no longer guaranteed to be a whole multiple of the frame
12474 column width, since per-window fringes may now be any width.
12475 (window_box_left_offset): New function like window_box_left, but
12476 value is relative to left border of window (rather than frame).
12477 (window_box_right_offset): New function like window_box_right,
12478 but value is relative to left border of window.
12479 (window_box_left): Adapt to per-window fringes and scroll bars,
12480 and new fringe vs. display margin position. Simplify by using
12481 WINDOW_LEFT_EDGE_X and window_box_left_offset.
12482 (window_box): Allow null args for unnecessary return values;
12483 change/simplify relevant callers.
12484 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
12485 and new fringe vs. display margin position.
12486 Use window_box_left_offset and window_box_right_offset
12487 (get_glyph_string_clip_rect): Adapt to per-window fringes and
12488 scroll bars, and new fringe vs. display margin position.
12489 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
12490 (draw_fringe_bitmap): Rework to handle per-window fringes and new
12491 fringe vs. display margin position.
12492 (hscroll_window_tree): Use window_box_width instead of window_box.
12493 (redisplay_window): Adapt to per-window scroll bars.
12494 (draw_glyphs): Rework to handle per-window fringes and scroll
12495 bars, and new fringe vs. display margin position.
12496 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
12497 (x_clear_end_of_line): Adapt to per-window fringes and scroll
12498 bars, and new fringe vs. display margin position. Fix bug which
12499 increased total width of full_width rows by width of scroll bars
12500 although window's total width already includes that.
12501 (x_fix_overlapping_area): Simplify using window_box_left_offset.
12502 (expose_area): Simplify using window_box_left_offset.
12503 (x_draw_vertical_border): Handle per-window scroll bar settings,
12504 mixing windows with left, right and no scroll bars.
12505
12506 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
12507 where it's used in x_list_fonts (for clarity).
12508 (frame_update_line_height): Remove unused function; functionality
12509 is now done directly when setting the default font in x_set_font.
12510
12511 * xfns.c: Make (many) trivial substitutions for renamed and
12512 new macros in dispextern.h, frame.h and window.h.
12513
12514 * xmenu.c: Make (some) trivial substitutions for renamed and
12515 new macros in dispextern.h, frame.h and window.h.
12516
12517 * xterm.h (struct x_output): Move members left_pos, top_pos,
12518 border_width, pixel_height, pixel_width, line_height,
12519 internal_border_width, vertical_scroll_bar_extra,
12520 left_fringe_width, right_fringe_width, fringe_cols,
12521 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
12522 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
12523 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
12524 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
12525 (PIXEL_WIDTH, PIXEL_HEIGHT)
12526 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
12527 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
12528 frame.h and renamed [see frame.h changes].
12529 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
12530 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
12531 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
12532 and renamed [see frame.h changes].
12533
12534 * xterm.c: Make (several) trivial substitutions for renamed and
12535 new macros in dispextern.h, frame.h and window.h.
12536 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
12537 (scroll_run): Adapt to new fringe position.
12538 (glyph_rect): Use window coordinates returned from
12539 window_from_coordinates rather than frame_to_window_pixel_xy.
12540 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
12541 scroll-bars.
12542 (handle_one_xevent): Simplify a USE_GTK conditional.
12543 (x_clip_to_row): Remove superfluous whole_line_p arg and code
12544 (fringes are now inside margins, i.e. always in the clipping area).
12545 All callers changed.
12546 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
12547 directly, then call compute_fringe_widths. Don't call
12548 frame_update_line_height.
12549
12550 * w32term.h (struct w32_output): Move members left_pos, top_pos,
12551 border_width, pixel_height, pixel_width, line_height,
12552 internal_border_width, vertical_scroll_bar_extra,
12553 left_fringe_width, right_fringe_width, fringe_cols,
12554 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
12555 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
12556 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
12557 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
12558 (PIXEL_WIDTH, PIXEL_HEIGHT)
12559 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
12560 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
12561 frame.h and renamed [see frame.h changes].
12562 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
12563 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
12564 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
12565 and renamed [see frame.h changes].
12566
12567 * w32term.c: Make (several) trivial substitutions for renamed and
12568 new macros in dispextern.h, frame.h and window.h.
12569 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
12570 (glyph_rect): Use window coordinates returned from
12571 window_from_coordinates rather than frame_to_window_pixel_xy.
12572 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
12573 scroll-bars.
12574 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
12575 (fringes are now inside margins, i.e. always in the clipping area).
12576 All callers changed.
12577 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
12578 directly, then call compute_fringe_widths. Don't call
12579 frame_update_line_height.
12580
12581 * w32console.c: Make (few) trivial substitutions for renamed and
12582 new macros in dispextern.h, frame.h and window.h.
12583
12584 * w32fns.c: Make (many) trivial substitutions for renamed and
12585 new macros in dispextern.h, frame.h and window.h.
12586
12587 * w32menu.c: Make (few) trivial substitutions for renamed and
12588 new macros in dispextern.h, frame.h and window.h.
12589
12590 * macterm.h (struct mac_output): Move members left_pos, top_pos,
12591 border_width, pixel_height, pixel_width, line_height,
12592 internal_border_width, vertical_scroll_bar_extra,
12593 left_fringe_width, right_fringe_width, fringe_cols,
12594 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
12595 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
12596 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
12597 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
12598 (PIXEL_WIDTH, PIXEL_HEIGHT)
12599 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
12600 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
12601 frame.h and renamed [see frame.h changes].
12602 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
12603 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
12604 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
12605 and renamed [see frame.h changes].
12606
12607 * macterm.c: Make (several) trivial substitutions for renamed and
12608 new macros in dispextern.h, frame.h and window.h.
12609 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
12610 (glyph_rect): Use window coordinates returned from
12611 window_from_coordinates rather than frame_to_window_pixel_xy.
12612 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
12613 scroll-bars.
12614 (x_clip_to_row): Remove superfluous whole_line_p arg and code
12615 (fringes are now inside margins, i.e. always in the clipping area).
12616 All callers changed.
12617 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
12618 directly, then call compute_fringe_widths. Don't call
12619 frame_update_line_height.
12620
12621 * macfns.c: Make (several) trivial substitutions for renamed and
12622 new macros in dispextern.h, frame.h and window.h.
12623 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
12624
12625 * macmenu.c: Make (few) trivial substitutions for renamed and
12626 new macros in dispextern.h, frame.h and window.h.
12627
12628 * msdos.h (struct x_output): Remove members left_pos, top_pos,
12629 and line_height, and use corresponding new members in struct
12630 frame. All uses changed.
12631 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
12632 superseeded by corresponding macros in frame.h.
12633
12634 * msdos.c: Make (several) trivial substitutions for renamed and
12635 new macros in dispextern.h, frame.h and window.h.
12636 (IT_note_mouse_highlight): Use updated window coordinates returned
12637 by window_from_coordinates, rather than adjusting them locally.
12638 (internal_terminal_init): No need to initialize line_height here;
12639 it now defaults to 1.
12640
12641 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
12642
12643 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
12644 dropping `down' events.
12645
12646 2003-05-24 Andreas Schwab <schwab@suse.de>
12647
12648 * coding.c (find_safe_codings): Fix last change.
12649
12650 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
12651
12652 * xfns.c (x_window): Fix typo from 2003-05-21 change.
12653
12654 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
12655
12656 * xdisp.c (display_mode_element): Increase max depth.
12657 Simplify the error handling code. Use a different error string
12658 for the case where we hit the depth limit.
12659
12660 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
12661
12662 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
12663
12664 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
12665
12666 * intervals.c (get_local_map): Don't get char-property of previous
12667 point any more: get_pos_property already does it and better.
12668
12669 2003-05-21 Dave Love <fx@gnu.org>
12670
12671 [Merged from unicode branch.]
12672
12673 * xfns.c (x_window, x_window): Use use_xim.
12674
12675 * xterm.c (use_xim): Initialize.
12676 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
12677 (x_term_init): Maybe set use_xim.
12678
12679 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
12680
12681 2003-05-21 Jason Rumney <jasonr@gnu.org>
12682
12683 * unexw32.c (_start): Remove _fmode initialization.
12684
12685 * emacs.c (main) [WINDOWSNT]: Move it here.
12686
12687 2003-05-20 Dave Love <fx@gnu.org>
12688
12689 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
12690
12691 2003-05-19 Richard M. Stallman <rms@gnu.org>
12692
12693 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
12694 as value for QCfont attribute.
12695 (realize_default_face): lface should already exist; crash if not.
12696 Specify 0 for FORCE_P when calling set_lface_from_font_name.
12697
12698 * frame.c (Fignore_event): Doc fix.
12699
12700 2003-05-19 Kenichi Handa <handa@m17n.org>
12701
12702 * coding.c (decode_coding_string): Handle post-read-conversion
12703 even if the coding doesn't require decoding.
12704
12705 2003-05-18 Richard M. Stallman <rms@gnu.org>
12706
12707 * callproc.c (Fcall_process_region): Doc fix.
12708
12709 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
12710
12711 * lread.c (Fload): Print a message if package is obsolete.
12712
12713 * window.c (Fselect_window): Add optional `norecord' arg.
12714 (select_window_1): Fold into Fselect_window.
12715 (select_window_norecord): New function.
12716 (temp_output_buffer_show): Use it. Preserve current buffer.
12717
12718 * window.h (Fselect_window): Update declaration.
12719
12720 * window.c (delete_window, Fother_window, Fset_window_configuration):
12721 * minibuf.c (read_minibuf):
12722 * macterm.c (x_new_focus_frame):
12723 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
12724 * callint.c (Fcall_interactively):
12725 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
12726
12727 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
12728
12729 2003-05-17 David Kastrup <dak@gnu.org>
12730
12731 * process.c (read_process_output): Back out change from 2003-03-09.
12732
12733 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
12734
12735 * editfns.c (get_pos_property): Don't assume that `object' = nil.
12736
12737 * textprop.c (text_property_stickiness): New arg `buffer'.
12738
12739 * intervals.h (text_property_stickiness): New arg `buffer'.
12740 (get_pos_property): Declare.
12741
12742 * intervals.c (get_local_map): Use get_pos_property, to obey
12743 stickiness and empty overlays.
12744 (create_root_interval, graft_intervals_into_buffer): Use BEG.
12745 (merge_properties, intervals_equal, merge_properties_sticky):
12746 Use XCAR, XCDR.
12747 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
12748
12749 2003-05-17 Richard M. Stallman <rms@gnu.org>
12750
12751 * minibuf.c (read_minibuf): If buffer is empty, record the default
12752 in the history.
12753 (Fminibuffer_complete_word): When deleting the overlap, take account
12754 of its real position.
12755
12756 * fns.c (map_char_table): Fix previous change.
12757
12758 * syntax.c (find_defun_start):
12759 When open_paren_in_column_0_is_defun_start,
12760 return beginning of buffer.
12761
12762 * lisp.h (map_char_table): Declare added arg.
12763
12764 * fns.c (map_char_table): New arg TABLE gets the master table.
12765 All calls changed.
12766 Process default and inheritance, resorting to Faref if necessary.
12767
12768 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
12769 (Faccessible_keymaps): Pass new arg to map_char_table.
12770
12771 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
12772
12773 * casetab.c (set_case_table): Pass new arg to map_char_table.
12774
12775 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
12776
12777 * lisp.h (specbinding_func): New typedef.
12778 (struct specbinding): Use specbinding_func, to put the `volatile'
12779 in the right place.
12780
12781 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
12782 to avoid GCC warning.
12783
12784 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
12785
12786 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
12787
12788 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
12789
12790 * keyboard.c (apply_modifiers): Don't fill the other cache.
12791
12792 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
12793
12794 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
12795
12796 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
12797 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
12798 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
12799 (Fset_window_configuration, Fcurrent_window_configuration)
12800 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
12801 (Fpos_visible_in_window_p, mark_window_cursors_off)
12802 (window_internal_height, window_internal_width, Frecenter)
12803 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
12804 (replace_buffer_in_all_windows, init_window_once, init_window)
12805 (syms_of_window, keys_of_window): Move from lisp.h.
12806 * lisp.h: Move window.c declarations to window.h.
12807
12808 * bytecode.c: Include window.h.
12809 * emacs.c: Include window.h.
12810
12811 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
12812 (keyremap): Add `parent' field.
12813 (keyremap_step): Use it. Remove `parent' argument.
12814 (read_key_sequence): Setup and use the new `parent' field.
12815
12816 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
12817
12818 * keyboard.c (adjust_point_for_property): Ensure termination.
12819
12820 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
12821
12822 * keyboard.c (follow_key): Remove dead variable `did_meta'.
12823 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
12824 duplicated handling of function-key-map and key-translation-map
12825 in read_key_sequence.
12826 (read_key_sequence): Use them.
12827
12828 * keyboard.c (adjust_point_for_property): Try harder to move point
12829 to the non-sticky end of an invisible property.
12830
12831 * xdisp.c (single_display_prop_intangible_p): Make `space' display
12832 property intangible as well.
12833
12834 2003-05-10 Andreas Schwab <schwab@suse.de>
12835
12836 * xmenu.c (single_menu_item): Change last parameter to void* to
12837 avoid warning.
12838
12839 2003-05-09 Richard M. Stallman <rms@gnu.org>
12840
12841 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
12842 Bind Qinhibit_modification_hooks to t so there will be no GC.
12843 Rename local `tem' to `save_deactivate_mark'.
12844
12845 * eval.c (specpdl_ptr): Declare volatile.
12846 (unbind_to): Copy the whole binding and decrement specpdl_ptr
12847 before doing the work of unbinding it.
12848
12849 * lisp.h (struct specbinding): Declare elements volatile.
12850 (specpdl_ptr): Declare volatile.
12851
12852 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
12853
12854 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
12855 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
12856
12857 2003-05-08 Dave Love <fx@gnu.org>
12858
12859 * coding.c (Vlast_coding_system_used): Doc fix.
12860
12861 2003-05-07 Jason Rumney <jasonr@gnu.org>
12862
12863 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
12864 when system does not support them.
12865
12866 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
12867
12868 * fileio.c (Qwrite_region_annotate_functions): New var.
12869 (build_annotations): Use it to process the global part of the hook.
12870 (syms_of_fileio): Init and staticpro it.
12871
12872 * keyboard.c (safe_run_hooks_error): Display a message instead of
12873 silently ignoring the error.
12874
12875 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
12876
12877 * keyboard.c (input_available_signal): Mark static.
12878 (menu_bar_items): Use map_keymap.
12879 (menu_bar_one_keymap): Remove.
12880 (menu_bar_item): Adjust arglist (for use in map_keymap).
12881 Properly hide a second binding when not both are keymaps.
12882
12883 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
12884 (single_keymap_panes): Use it and map_keymap.
12885 (single_menu_item): Use skp as well.
12886
12887 * keymap.h (map_keymap_function_t): New type.
12888 (map_keymap): Declare.
12889
12890 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
12891 (map_keymap_call, Fmap_keymap): New functions.
12892 (syms_of_keymap): Defsubr map-keymap.
12893
12894 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12895
12896 * gtkutil.c (create_dialog, make_widget_for_menu_item)
12897 (make_menu_item, create_menus, xg_update_menu_item): Don't call
12898 ..._with_mnemonic functions for menu items.
12899
12900 2003-05-01 Kenichi Handa <handa@m17n.org>
12901
12902 * coding.c (coding_system_accept_latin_extra_p): Delete this
12903 function.
12904 (find_safe_codings): Pay attention to
12905 the property tranlsation-table-for-encode of each codings.
12906 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
12907
12908 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
12909
12910 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
12911
12912 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
12913
12914 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
12915
12916 * lisp.h (CHECK): Wrap args in parenthesis.
12917 (specbind): Fix doc: symbol = Qnil is not supported any more.
12918
12919 * bytecode.c (Fbyte_code) <unwind-protect>:
12920 Use Fprogn rather than 0 and Qnil.
12921
12922 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
12923 `double', and `triple' modifiers as well.
12924
12925 2003-04-30 Richard M. Stallman <rms@gnu.org>
12926
12927 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
12928
12929 * alloc.c (abort_on_gc): New variable.
12930 (Fgarbage_collect): Abort if abort_on_gc is set.
12931
12932 * lisp.h (abort_on_gc): Add decl.
12933
12934 * eval.c (Fsignal): Clear abort_on_gc.
12935
12936 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
12937 Reinit FORMAT_START and END before second scan.
12938
12939 * xdisp.c (move_it_vertically_backward): Do the final big else
12940 even if nlines is 0.
12941
12942 * xdisp.c (redisplay_internal): Finish the per-frame loop
12943 even if redisplay is suspended by input.
12944
12945 2003-04-24 Andrew Choi <akochoi@shaw.ca>
12946
12947 * macterm.c (x_list_fonts): Return all fonts that match if
12948 maxnames = -1.
12949
12950 2003-04-25 Kenichi Handa <handa@m17n.org>
12951
12952 * syntax.c (skip_chars): Fix previous change.
12953
12954 2003-04-24 Kenichi Handa <handa@m17n.org>
12955
12956 * syntax.c (skip_chars): Make the code faster by using the common
12957 technique of *p, *stop, and *endp.
12958
12959 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12960
12961 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
12962 tool_bar_items so GTK tool bar expose callback does not access items
12963 being updated.
12964
12965 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
12966
12967 * eval.c (Fapply): Undo last change and add a comment about why.
12968
12969 2003-04-18 Miles Bader <miles@gnu.org>
12970
12971 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
12972 pickier PARSE_MULTIBYTE_SEQ.
12973
12974 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
12975
12976 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
12977 Use XCDR, XCAR, CONSP.
12978 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
12979 (Fapply): Remove unnecessary GCPRO.
12980
12981 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
12982
12983 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
12984
12985 * buffer.h: Don't hardcode BEG==1.
12986
12987 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
12988
12989 2003-04-16 Richard M. Stallman <rms@gnu.org>
12990
12991 * xdisp.c (try_window, try_window_reusing_current_matrix):
12992 When at end of window, set window_end_pos to Z-ZV.
12993
12994 * buffer.c (Foverlay_recenter): Doc fix.
12995
12996 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
12997
12998 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
12999
13000 2003-04-14 Andrew Choi <akochoi@shaw.ca>
13001
13002 * macterm.c (mac_check_for_quit_char): Don't check more often than
13003 once a second.
13004
13005 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
13006
13007 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
13008 specially, so that they can't hide an implicit switch-frame event.
13009 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
13010 (head_table): Use switch-frame as event_kind for select-window.
13011 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
13012
13013 * editfns.c (Fformat): Lisp_Object/int mixup.
13014 (format2): Remove unused var numargs.
13015
13016 2003-04-11 Kenichi Handa <handa@m17n.org>
13017
13018 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
13019 (Qafter_insert_file_set_coding): New variable.
13020 (syms_of_fileio): Initialize and staticpro it. Delete declaration
13021 for after-insert-file-adjust-coding-function.
13022 (Finsert_file_contents): Call Qafter_insert_file_set_coding
13023 instead of Vafter_insert_file_adjust_coding_function.
13024
13025 2003-04-11 Kenichi Handa <handa@m17n.org>
13026
13027 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
13028
13029 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
13030 string. Callers changed.
13031
13032 2003-04-10 Kenichi Handa <handa@m17n.org>
13033
13034 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
13035 (syms_of_fileio): Declare it as a lisp variable.
13036 (Finsert_file_contents):
13037 Call Vafter_insert_file_adjust_coding_function before calling
13038 decode-format.
13039
13040 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13041
13042 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
13043 get GtkAdjustment as widget now is a GtkRange.
13044
13045 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
13046 GtkRange to avoid memory leak.
13047
13048 2003-04-09 Kenichi Handa <handa@m17n.org>
13049
13050 * xfaces.c (Vface_font_rescale_alist): New variable.
13051 (struct font_name): New member rescale_ratio.
13052 (font_rescale_ratio): New function.
13053 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
13054 (better_font_p): On comparing point sized, pay attention to
13055 recale_ratio member of fonts.
13056 (build_scalable_font_name): Reflect font->rescale_ratio in the
13057 font name.
13058 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
13059
13060 * lread.c (read1): Before calling index, check if the 2nd
13061 arguemnt is in ASCII range.
13062
13063 2003-04-08 Richard M. Stallman <rms@gnu.org>
13064
13065 * fileio.c (Ffile_symlink_p): Doc fix.
13066
13067 * editfns.c (Fformat): Translate positions of text properties
13068 in the format string to apply them to the result.
13069
13070 * fileio.c (Finsert_file_contents): Doc fix.
13071 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
13072
13073 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
13074
13075 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
13076
13077 2003-04-08 Steven Tamm <steventamm@mac.com>
13078
13079 * mac.c (init_mac_osx_environment): Switch libexec and bin so
13080 that self-contained application finds libexec files.
13081
13082 2003-04-08 Kenichi Handa <handa@m17n.org>
13083
13084 * coding.c (code_convert_region_unwind):
13085 Set Vlast_coding_system_used to the argument.
13086 (code_convert_region): If post-read-conversion function changed
13087 the value of last-coding-sytem, keep the new value in
13088 coding->symbol so that it won't be overridden.
13089 (run_pre_post_conversion_on_str): Likewise.
13090 (coding_system_accept_latin_extra_p): New function.
13091 (find_safe_codings): Pay attention to characters registered in
13092 latin-extra-code-table.
13093
13094 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
13095
13096 * Makefile.in (md5.o): Add missing dependency info.
13097
13098 2003-04-06 Richard M. Stallman <rms@gnu.org>
13099
13100 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
13101
13102 * marker.c (verify_bytepos): New function.
13103
13104 * intervals.c (set_intervals_multibyte_1): When becoming
13105 multibyte, adjust right and left child sizes to a whole set of
13106 characters. If an interval gets zero total-length, delete it.
13107 If an interval consists of just its children, delete one of them.
13108
13109 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
13110 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
13111
13112 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
13113 All calls deleted.
13114 (lisp_malloc): Do the work here directly.
13115
13116 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
13117
13118 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
13119 char tables.
13120
13121 2003-04-04 Kenichi Handa <handa@m17n.org>
13122
13123 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
13124 destructively change "%S" to "%s".
13125
13126 2003-04-03 Miles Bader <miles@gnu.org>
13127
13128 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
13129 always set.
13130
13131 2003-04-01 Dave Love <fx@gnu.org>
13132
13133 * xfns.c (xpm_lookup_color): Grok "opaque".
13134
13135 2003-03-31 Andrew Choi <akochoi@shaw.ca>
13136
13137 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
13138 parent window ID.
13139
13140 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
13141
13142 * macterm.h (struct mac_output): Define x_pixels_diff and
13143 y_pixels_diff.
13144
13145 2003-03-31 Juanma Barranquero <lektu@terra.es>
13146
13147 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
13148 blockinput.h and files included from it.
13149
13150 2003-03-31 Kim F. Storm <storm@cua.dk>
13151
13152 The following changes consolidates the common code related to
13153 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
13154 files into frame.c.
13155
13156 * frame.c: Include blockinput.h.
13157 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
13158 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
13159 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
13160 related vars here.
13161 (struct frame_parm_table, frame_parms): New table for describing
13162 frame parameters and their associated Q-variable.
13163 The order of the parameters corresponds to the sequence of the
13164 frame_parm_handlers table in redisplay_interface.
13165 (x_fullscreen_move, x_set_frame_parameters)
13166 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
13167 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
13168 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
13169 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
13170 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
13171 Generic functions for processing of frame parameters.
13172 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
13173 (display_x_get_resource, x_get_resource_string): Functions for
13174 generic access to X resources.
13175 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
13176 (x_default_parameter, Fx_parse_geometry): Functions for generic
13177 access to frame parameters.
13178 (x_figure_window_size): Generic calculation of frame size.
13179 Fixed to add space needed for tool bar. Also setup size_hint_flags.
13180 (syms_of_frame): Intern and staticpro frame parameter variables.
13181 Defvar_lisp Vx_resource_class and Vx_resource_name here.
13182 Defsubr Sx_get_resource and Sx_parse_geometry.
13183
13184 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
13185 parameter related vars defined in frame.c.
13186 (EMACS_CLASS): Define here.
13187 (enum FULLSCREEN_*): Define here.
13188 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
13189 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
13190 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
13191 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
13192 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
13193 (x_set_visibility, x_set_autoraise, x_set_autolower)
13194 (x_set_unsplittable, x_set_vertical_scroll_bars)
13195 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
13196 (x_figure_window_size): Add prototypes.
13197
13198 * dispextern.h (frame_parm_handler): New typedef.
13199 (struct redisplay_interface): New member frame_parm_handlers.
13200 (enum resource_types): Move declaration here.
13201 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
13202 (x_default_parameter): Add prototypes.
13203
13204 * window.c: Remove extern decl for frame parameter vars.
13205 (change_window_heights): New generic function;
13206 replaces x_change_window_heights. All users changed.
13207
13208 * window.h (change_window_heights): Add prototype.
13209
13210 * xfaces.c: Remove extern decl for frame parameter vars.
13211
13212 * xterm.h (EMACS_CLASS): Remove. Use generic define.
13213 (struct w32_display_info): Fix type of xrdb member.
13214 (enum FULLSCREEN_*): Remove.
13215 Remove prototypes for generic functions (in frame.h).
13216
13217 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
13218 parameters now defined in frame.h and frame.c.
13219 (Vx_resource_name): Remove. Use generic var.
13220 (enum x_frame_parms): Remove (bogus, unused enum).
13221 (check_x_display_info): Make non-static (for frame.c).
13222 (struct x_frame_parm_table, x_frame_parms): Remove.
13223 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
13224 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
13225 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
13226 (x_change_window_heights, x_set_autoraise, x_set_autolower)
13227 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
13228 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
13229 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
13230 Remove. Use generic functions instead.
13231 (enum resource_types): Remove.
13232 (x_set_scroll_bar_default_width): New global function (for frame.c).
13233 (Fx_create_frame): Depend on x_figure_window_size to add space for
13234 toolbar and setup size_hint_flags.
13235 (x_frame_parm_handlers): New table for redisplay_interface.
13236 (syms_of_xfns): Don't intern/staticpro removed vars.
13237
13238 * xterm.c: Remove unnecessary extern declarations.
13239 (x_fullscreen_adjust): Remove. Use generic instead.
13240 (x_redisplay_interface): Add x_frame_parm_handlers member.
13241
13242 * w32gui.h (XrmDatabase): New (dummy) typedef.
13243
13244 * w32term.h (EMACS_CLASS): Remove. Use generic define.
13245 (struct w32_display_info): Fix type of xrdb member.
13246 (enum FULLSCREEN_*): Remove.
13247 (x_fullscreen_adjust): Remove prototype.
13248
13249 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
13250 parameters now defined in frame.h and frame.c.
13251 (Vx_resource_name): Remove. Use generic var.
13252 (enum x_frame_parms): Remove (bogus, unused enum).
13253 (check_x_display_info): Make non-static (for frame.c).
13254 (struct x_frame_parm_table, x_frame_parms): Remove.
13255 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
13256 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
13257 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
13258 (x_change_window_heights, x_set_autoraise, x_set_autolower)
13259 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
13260 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
13261 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
13262 Remove. Use generic functions instead.
13263 (enum resource_types): Remove.
13264 (x_set_scroll_bar_default_width): New global function (for frame.c).
13265 (Fx_create_frame): Depend on x_figure_window_size to add space for
13266 toolbar and setup size_hint_flags.
13267 (w32_frame_parm_handlers): New table for redisplay_interface.
13268 (syms_of_w32fns): Don't intern/staticpro removed vars.
13269
13270 * w32term.c: Remove unnecessary extern declarations.
13271 (x_fullscreen_adjust): Remove. Use generic instead.
13272 (x_redisplay_interface): Add w32_frame_parm_handlers member.
13273
13274 * w32reg.c (x_get_string_resource): Use XrmDatabase.
13275
13276 * macgui.h (XrmDatabase): New (dummy) typedef.
13277
13278 * macterm.h (EMACS_CLASS): Remove.
13279 (struct mac_display_info): Add xrdb member.
13280 (struct mac_output): Add want_fullscreen member.
13281
13282 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
13283 parameters now defined in frame.h and frame.c.
13284 (Vx_resource_name): Remove. Use generic var.
13285 (check_x_display_info): Make non-static (for frame.c).
13286 (struct x_frame_parm_table, x_frame_parms): Remove.
13287 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
13288 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
13289 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
13290 (x_change_window_heights, x_set_autoraise, x_set_autolower)
13291 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
13292 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
13293 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
13294 Remove. Use generic functions instead.
13295 (enum resource_types): Remove.
13296 (x_set_scroll_bar_default_width): New global function (for frame.c).
13297 (mac_frame_parm_handlers): New table for redisplay_interface.
13298 (syms_of_macfns): Don't intern/staticpro removed vars.
13299
13300 * macterm.c: Remove unnecessary extern declarations.
13301 (x_redisplay_interface): Add mac_frame_parm_handlers member.
13302
13303 * Makefile.in (frame.o): Add dependency on blockinput.h and files
13304 included from it (atimer.h and systime.h).
13305
13306 2003-03-30 Andreas Schwab <schwab@suse.de>
13307
13308 * xdisp.c (x_insert_glyphs): Fix swapped width and height
13309 parameters for shift_glyphs_for_insert.
13310
13311 * macterm.c (x_redisplay_interface): Add missing entry for
13312 draw_vertical_window_border.
13313
13314 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
13315
13316 * fileio.c (Fexpand_file_name): In the no-handler case, after
13317 expanding, look again for a handler and invoke it. This is needed
13318 for filenames like "/foo/../user@host:/bar/../baz" -- the first
13319 expansion produces "/user@host:/bar/../baz" which needs to be
13320 expanded again for the finame result "/user@host:/baz".
13321
13322 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13323
13324 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
13325 of area to be redrawn for better performance.
13326
13327 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
13328
13329 * xterm.c (take_vertical_position_into_account): Remove.
13330 (xt_action_hook): Call set_vertical_scroll_bar if needed.
13331 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
13332 (xm_scroll_callback, x_create_toolkit_scroll_bar)
13333 (x_set_toolkit_scroll_bar_thumb): Simplify.
13334 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
13335 (XTread_socket): Remove unused var.
13336 (x_make_frame_invisible): Replace goto with else.
13337
13338 * xdisp.c (set_vertical_scroll_bar): New fun.
13339 (redisplay_window): Use it.
13340
13341 2003-03-26 Richard M. Stallman <rms@gnu.org>
13342
13343 * xdisp.c (update_tool_bar): Recompute tool bar if
13344 update_mode_lines is set. Set w->update_mode_line
13345 only if the tool bar contents actually change.
13346 (update_menu_bar): Undo previous change.
13347
13348 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13349
13350 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
13351 (xg_frame_set_char_size): Calculate scroll bar width before frame
13352 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
13353 (xg_separator_p): Check for all documented separator types.
13354 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
13355 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
13356
13357 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
13358 so tool bar gets updated.
13359
13360 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
13361
13362 * data.c (store_symval_forwarding): Re-instate part of the code
13363 that was deleted with too much enthusiasm.
13364
13365 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
13366
13367 * data.c (store_symval_forwarding): Delete special read-only
13368 hack for type == -1, since we now use ->constant instead.
13369 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
13370
13371 * buffer.c (overlays_in): Declare static.
13372 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
13373 `constant' field rather than the variable's `type' field.
13374
13375 2003-03-24 Andrew Choi <akochoi@shaw.ca>
13376
13377 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
13378
13379 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
13380
13381 * fns.c [MAC_OSX]: Do not redefine vector.
13382
13383 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
13384
13385 * macgui.h: Remove definition of No_Cursor.
13386
13387 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
13388
13389 * xdisp.c: Define No_Cursor.
13390 (x_write_glyphs, notice_overwritten_cursor)
13391 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
13392 (note_mouse_highlight): Remove Mac-specific code.
13393 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
13394
13395 2003-03-24 John Paul Wallington <jpw@gnu.org>
13396
13397 * xdisp.c (redisplay_window): If mini window's buffer is not
13398 empty, then redisplay it like other windows.
13399
13400 2003-03-23 Kim F. Storm <storm@cua.dk>
13401
13402 * w32term.c (w32_draw_window_cursor): Fix last change.
13403
13404 2003-03-23 Kenichi Handa <handa@m17n.org>
13405
13406 * alloc.c (make_string_from_bytes, make_specified_string):
13407 Add `const' for the arg CONTENTS.
13408
13409 * lisp.h (make_string_from_bytes, make_specified_string):
13410 Prototypes adjusted.
13411
13412 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13413
13414 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
13415
13416 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
13417 (XG_SB_RANGE): New define.
13418
13419 * gtkutil.c (xg_fixed_handle_expose): New function.
13420 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
13421 expose events.
13422 (xg_update_scrollbar_pos): Take two more arguments, left and width
13423 of scroll bar including borders.
13424 Clear left and right part outside scroll bar separately as some
13425 themes have bars that are not an even number of pixels.
13426 Don't set reallocate_redraws, don't call
13427 gdk_window_process_all_updates.
13428 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
13429 so no need to change it. Calculate size and value with XG_SB_RANGE.
13430
13431 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
13432 Pass left and width of scroll bar including borders to
13433 xg_update_scrollbar_pos.
13434
13435 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13436
13437 * Makefile.in: Make sure space precedes end-of-line backslashes.
13438
13439 2003-03-22 Kim F. Storm <storm@cua.dk>
13440
13441 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
13442 Add generic versions here. Remove system specific versions
13443 defined elsewhere.
13444
13445 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
13446 Add prototypes.
13447
13448 * xterm.h (STORE_NATIVE_RECT): New macro.
13449
13450 2003-03-21 Kim F. Storm <storm@cua.dk>
13451
13452 * xdisp.c (get_glyph_string_clip_rect):
13453 Use FRAME_INTERNAL_BORDER_WIDTH.
13454
13455 * dispextern.h (struct redisplay_interface): Add active_p
13456 argument to draw_window_cursor member. All uses changed.
13457
13458 2003-03-21 Kim F. Storm <storm@cua.dk>
13459
13460 The following changes consolidate code related to writing and
13461 inserting glyphs, exposing frame, the tool bar, the mouse face,
13462 the output cursor, and help echo from xterm.c, w32term.c and
13463 macterm.c into xdisp.c. It also generalizes the use of the
13464 window_part enum instead of using numeric values throughout.
13465
13466 * xdisp.c: Consolidate gui-independent code here.
13467 Include keymap.h.
13468 (Qhelp_echo): Import.
13469 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
13470 (help_echo_string, help_echo_window, help_echo_object)
13471 (previous_help_echo_string, help_echo_pos): Declare here.
13472 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
13473 (estimate_mode_line_height): Define here. Handle windowing
13474 systems directly (without using estimate_mode_line_height_hook).
13475 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
13476 (update_window_cursor, update_cursor_in_window_tree)
13477 (fast_find_position, fast_find_string_pos)
13478 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
13479 (expose_area, expose_line, expose_overlaps, expose_window)
13480 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
13481 declared static as they are only used locally in xdisp.c.
13482 (draw_glyphs): Rename from x_draw_glyphs and make static.
13483 (tool_bar_item_info, notice_overwritten_cursor): Make static.
13484 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
13485 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
13486 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
13487 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
13488 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
13489 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
13490 (note_mouse_highlight, x_clear_window_mouse_face)
13491 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
13492 (x_intersect_rectangles): New generic functions for use by xdisp.c
13493 and GUI front-ends.
13494 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
13495 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
13496
13497 * dispextern.h (Display_Info): Generic typedef for *_display_info.
13498 (NativeRectangle): Generic typedef for rectangle type.
13499 (enum window_part): Move here from window.c.
13500 (struct redisplay_interface): New members flush_display_optional,
13501 define_frame_cursor, clear_frame_area, draw_window_cursor,
13502 draw_vertical_window_border, shift_glyphs_for_insert.
13503 Rename member clear_mouse_face to clear_window_mouse_face.
13504 (estimate_mode_line_height_hook): Remove hook.
13505 (auto_raise_tool_bar_buttons_p): Don't declare extern.
13506 (tool_bar_item_info): Remove prototype.
13507 (help_echo_string, help_echo_window, help_echo_object)
13508 (previous_help_echo_string, help_echo_pos)
13509 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
13510 (x_stretch_cursor_p, output_cursor): Declare extern.
13511 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
13512 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
13513 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
13514 (display_and_set_cursor, set_output_cursor, x_cursor_to)
13515 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
13516 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
13517 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
13518 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
13519 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
13520 Add prototypes.
13521 (mode_line_string, marginal_area_string): Fix prototypes.
13522
13523 * window.c (enum window_part): Move to dispextern.h.
13524 (coordinates_in_window): Use enum window_part member names
13525 instead of numbers to describe return value.
13526 (struct check_window_data): Change part member to window_part.
13527 (check_window_containing): Return window_part unaltered.
13528 (window_from_coordinates): Change part arg from int to enum
13529 window_part. Allow part arg to be null. All users changed.
13530
13531 * window.h (window_from_coordinates): Fix prototype.
13532
13533 * term.c (estimate_mode_line_height): Move to xdisp.c.
13534
13535 * keyboard.c (make_lispy_event): Use enum window_part.
13536
13537 * dispnew.c (mode_line_string, marginal_area_string): Use enum
13538 window_part instead of int in arg list. Users changed.
13539
13540 * xterm.h (No_Cursor): Declare as None for X.
13541 (struct mac_output): Replace member cross_cursor by hand_cursor.
13542
13543 * xterm.c: Remove consolidated defines and code.
13544 (BETWEEN): Remove unused macro.
13545 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
13546 (x_define_frame_cursor, x_clear_frame_area)
13547 (x_draw_window_cursor): New X-specific functions for RIF.
13548 (x_redisplay_interface): Add new members.
13549
13550 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
13551
13552 * w32term.h (struct w32_output): Remove cross_cursor member.
13553
13554 * w32term.c: Remove consolidated defines and code.
13555 (BETWEEN): Remove unused macro.
13556 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
13557 (w32_define_frame_cursor, w32_clear_frame_area)
13558 (w32_draw_window_cursor): New W32-specific functions for RIF.
13559 (w32_redisplay_interface): Add new members.
13560
13561 * w32gui.h (No_Cursor): Define as 0 for W32.
13562 (XRectangle): Add X compatible rectangle type.
13563 (NativeRectangle): Declare as RECT for W32.
13564 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
13565
13566 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
13567
13568 * w32console.c: Remove consolidated defines and code.
13569
13570 * msdos.h (Display_Info): Add generic typedef.
13571
13572 * msdos.c: Remove consolidated defines and code.
13573 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
13574
13575 * macterm.h (struct mac_output): Replace member cross_cursor by
13576 hand_cursor.
13577 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
13578
13579 * macterm.c: Remove consolidated defines and code.
13580 (BETWEEN): Remove unused macro.
13581 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
13582 (mac_define_frame_cursor, mac_clear_frame_area)
13583 (mac_draw_window_cursor): New Mac-specific functions for RIF.
13584 (x_redisplay_interface): Add new members.
13585
13586 * macgui.h (No_Cursor): Define as 0 for Mac.
13587 (XRectangle): Add X compatible rectangle type.
13588 (NativeRectangle): Declare as Rect for Mac.
13589 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
13590
13591 * macfns.c (x_set_mouse_color): Setup hand_cursor.
13592 (x_set_cursor_color): Use x_display_and_set_cursor.
13593
13594 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
13595 included from it. Add dependency on keymap.h.
13596
13597 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
13598
13599 2003-03-21 Kenichi Handa <handa@m17n.org>
13600
13601 * fileio.c (Fexpand_file_name): Fix previous change.
13602
13603 2003-03-19 Kenichi Handa <handa@m17n.org>
13604
13605 * fileio.c (Ffile_name_directory): Reconstruct file name by
13606 make_specified_string.
13607 (Ffile_name_nondirectory, Ffile_name_as_directory)
13608 (Fdirectory_file_name, Fexpand_file_name)
13609 (Fsubstitute_in_file_name): Likewise.
13610 (Fread_file_name): Compare decoded homedir with DIR and
13611 DEFAULT_FILENAME.
13612
13613 * alloc.c (make_specified_string): If NCHARS is negative, count
13614 the number of characters.
13615
13616 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13617
13618 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
13619 all widgets.
13620
13621 * gtkutil.h: Removed xg_ignore_next_thumb.
13622
13623 2003-03-18 Kenichi Handa <handa@m17n.org>
13624
13625 * coding.c (Vchar_coding_system_table): Remove this variable.
13626 (Vcoding_system_safe_chars): New variable.
13627 (intersection): Remove this function.
13628 (find_safe_codings): Don't use Vchar_coding_system_table, but try
13629 all codings in SAFE_CODINGS.
13630 (Ffind_coding_systems_region_internal): Adjust for the change of
13631 find_safe_codings. Get generic coding systems from
13632 Vcoding_system_safe_chars.
13633 (Fdefine_coding_system_internal): New function.
13634 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
13635 Initialize and staticpro Vcoding_system_safe_chars.
13636
13637 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13638
13639 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
13640 equal old values before updating.
13641
13642 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
13643
13644 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
13645
13646 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13647
13648 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
13649 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
13650 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
13651 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
13652 (xg_create_scroll_bar): Pass bar to button event callback.
13653 (xg_find_top_left_in_fixed): New function.
13654 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
13655 whole scroll bar area. Get old position with
13656 xg_find_top_left_in_fixed, calculate and only clear needed areas.
13657 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
13658 dragging is in progress. Calculate whole as for Motif.
13659 Remove code that saved last values. Call gtk_range functions to
13660 set scroll bar sizes.
13661
13662 * gtkutil.h: Removed xg_ignore_next_thumb.
13663
13664 2003-03-17 Juanma Barranquero <lektu@terra.es>
13665
13666 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
13667 and files included from it.
13668
13669 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
13670
13671 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
13672 multiple occurrences of the same keymap under different prefixes.
13673 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
13674
13675 2003-03-16 Jason Rumney <jasonr@gnu.org>
13676
13677 * w32gui.h: Use HDC for Display.
13678
13679 * w32term.c (w32_encode_char): Prevent double-byte chars from
13680 crashing Emacs.
13681
13682 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
13683 as binary.
13684
13685 2003-03-16 Juanma Barranquero <lektu@terra.es>
13686
13687 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
13688
13689 2003-03-16 Kim F. Storm <storm@cua.dk>
13690
13691 The following changes consolidate some of the gui-independent
13692 parts of the processing and drawing of "glyph strings" from
13693 xterm.c, w32term.c, and macterm.c into xdisp.c.
13694
13695 * dispextern.h (struct glyph): Reduce face_id member from 22 to
13696 21 bits (this reduces number of faces from 4M to 2M).
13697 Replace W32 specific w32_font_type member (2 bits) by generic
13698 font_type member (3 bits) for portability.
13699 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
13700 (enum draw_glyphs_face): Define here.
13701 (struct glyph_string): Define here. Merge W32 and X versions.
13702 (struct redisplay_interface): New members per_char_metric,
13703 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
13704 (VCENTER_BASELINE_OFFSET): Define here.
13705 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
13706 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
13707
13708 * xdisp.c: Consolidate gui-independent "glyph string" code here.
13709 (dump_glyph_string): Moved here.
13710 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
13711 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
13712 (fill_composite_glyph_string, fill_glyph_string)
13713 (fill_image_glyph_string, fill_stretch_glyph_string)
13714 (left_overwritten, left_overwriting, right_overwritten)
13715 (right_overwriting, get_char_face_and_encoding)
13716 (set_glyph_string_background_width, compute_overhangs_and_x)
13717 (append_glyph, append_composite_glyph, produce_image_glyph)
13718 (take_vertical_position_into_account, append_stretch_glyph)
13719 (produce_stretch_glyph): New generic functions (based on X version).
13720 Call platform specific functions through rif.
13721 (INIT_GLYPH_STRING): New macro, hides W32 details.
13722 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
13723 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
13724 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
13725 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
13726 (notice_overwritten_cursor):
13727 Generic functions exported to platform modules. Users changed.
13728
13729 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
13730 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
13731 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
13732 New macros for consolidated code.
13733
13734 * xterm.c: Remove consolidated defines and code.
13735 (x_per_char_metric, x_encode_char)
13736 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
13737 (x_redisplay_interface): Add new members.
13738
13739 * w32gui.h (Display): Add dummy typedef for consolidation.
13740 (XChar2b): Define alias for wchar_t for consolidation.
13741 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
13742
13743 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
13744 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
13745 New macros for consolidation.
13746
13747 * w32term.c: Remove consolidated defines and code.
13748 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
13749 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
13750 (w32_per_char_metric): Change font_type arg to int for RIF.
13751 (w32_encode_char): Return int according to RIF requirements.
13752 (w32_compute_glyph_string_overhangs): Adapt to RIF.
13753 (w32_get_glyph_overhangs): New function for RIF. Uses generic
13754 x_get_glyph_overhangs.
13755 (w32_redisplay_interface): Add new members.
13756
13757 * macgui.h (XChar2b): Move typedef here for consolidation.
13758 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
13759
13760 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
13761 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
13762 consolidation.
13763
13764 * macterm.c: Remove consolidated defines and code.
13765 (mac_per_char_metric): New function for RIF.
13766 (mac_encode_char): Adapt to new RIF requirements.
13767 (mac_compute_glyph_string_overhangs): Adapt for RIF.
13768 (x_redisplay_interface): Add new members.
13769
13770 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
13771
13772 * keymap.c (Vmenu_events): New var.
13773 (syms_of_keymap): Initialize it.
13774 (where_is_internal): Check more carefully what is a menu event.
13775
13776 2003-03-14 Richard M. Stallman <rms@gnu.org>
13777
13778 * lread.c (read1): After #!, exit loop on eof.
13779
13780 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13781
13782 * gtkutil.h: Add declaration for xg_frame_cleared.
13783
13784 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
13785
13786 * gtkutil.c (struct xg_last_sb_pos): New structure.
13787 (handle_fixed_child): New function.
13788 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
13789 and force a redraw on them.
13790 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
13791 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
13792 so we can avoid unneeded redraws.
13793 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
13794 and force a redraw on the scroll bar.
13795 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
13796 if xg_last_sb_pos shows the positions are up to date.
13797 (xg_frame_cleared): New function.
13798
13799 2003-03-13 Kenichi Handa <handa@m17n.org>
13800
13801 * coding.c (Fdetect_coding_region): Fix docstring.
13802 (Fdetect_coding_string): Fix docstring.
13803
13804 2003-03-13 Andreas Schwab <schwab@suse.de>
13805
13806 * gtkutil.c: Add prototype for create_menus.
13807
13808 * data.c (long_to_cons): Fix type of top.
13809
13810 * xselect.c (selection_data_to_lisp_data): Use int instead of
13811 long for an integer of size 4.
13812
13813 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
13814 (xg_tool_bar_help_callback): Likewise.
13815
13816 2003-03-12 Andreas Schwab <schwab@suse.de>
13817
13818 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
13819
13820 2003-03-12 Kim F. Storm <storm@cua.dk>
13821
13822 The following changes consolidate the fringe handling from
13823 xterm.c, w32term.c, and macterm.c into xdisp.c.
13824
13825 * xdisp.c: Consolidate fringe handling code here.
13826 (left_bits, right_bits, continued_bits, continuation_bits)
13827 (ov_bits, zv_bits): Define fringe bitmaps.
13828 (fringe_bitmaps): New array holding fringe bitmaps.
13829 (draw_fringe_bitmap): Draw a specific bitmap; call display
13830 specific drawing routine via rif->draw_fringe_bitmap.
13831 (draw_row_fringe_bitmaps): Generic replacement for
13832 x_draw_row_fringe_bitmaps; all callers changed.
13833 (compute_fringe_widths): Generic replacement for
13834 x_compute_fringe_widths; all callers changed.
13835
13836 * dispextern.h (enum fringe_bitmap_type): Define here.
13837 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
13838 (fringe_bitmaps): Declare extern.
13839 (struct redisplay_interface): New member draw_fringe_bitmap.
13840 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
13841
13842 * xterm.c: Remove generic fringe code.
13843 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
13844 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
13845
13846 * w32term.c: Remove generic fringe code.
13847 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
13848 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
13849
13850 * macterm.c: Remove generic fringe code.
13851 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
13852 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
13853
13854 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
13855
13856 * print.c (Fprin1_to_string): Return unibyte string if possible.
13857
13858 2003-03-09 David Kastrup <dak@gnu.org>
13859
13860 * process.c (read_process_output): We have allocated enough space
13861 for readmax and carryover, so actually use the alloted space.
13862
13863 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13864
13865 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
13866 toolkit scrollbar click.
13867
13868 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
13869 for USE_GTK.
13870 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
13871 also.
13872 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
13873 scrollbar and control is pressed, call x_scroll_bar_handle_click.
13874
13875 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
13876
13877 * gtkutil.c (xg_get_scroll_id_for_window): New function.
13878 (xg_tool_bar_item_expose_callback): New function.
13879 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
13880 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
13881 on the tool bar widget.
13882 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
13883 to expose on the tool bar item widgets.
13884
13885 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13886
13887 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
13888 struct image* when deciding to update (struct image* may have been
13889 deleted from the image cache).
13890
13891 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
13892 the event isn't for a frame (i.e. for dialogs).
13893
13894 2003-03-07 Kenichi Handa <handa@m17n.org>
13895
13896 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
13897 composition components reaches the limit, terminate composing.
13898 (COMPOSITION_OK): New macro.
13899 (detect_coding_iso2022): Use it if an escape sequence for
13900 composition is found.
13901 (coding_restore_composition): Adjust the number of composition
13902 components if it is not sane.
13903
13904 2003-03-06 Juanma Barranquero <lektu@terra.es>
13905
13906 * w32term.h (struct w32_display_info): Add xrdb member to support
13907 passing resources via -xrm on Windows.
13908
13909 * w32term.c (w32_make_rdb): New function.
13910 (w32_term_init): Use it to initialize xrdb member of w32_display_info
13911 struct. Delete leftover code.
13912
13913 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
13914 for resources passed on the command line.
13915
13916 * w32reg.c (w32_get_rdb_resource): New function.
13917 (x_get_string_resource): Use it, so resources passed with -xrm
13918 supercede the ones in the registry.
13919
13920 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13921
13922 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
13923 instead of x_top_window_to_frame.
13924
13925 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13926
13927 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
13928 when restarting Emacs.
13929
13930 2003-03-03 Richard M. Stallman <rms@gnu.org>
13931
13932 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
13933 to run kill-buffer-query-functions.
13934 (Qkill_buffer_query_functions): New var.
13935 (syms_of_buffer): Init and staticpro it.
13936
13937 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13938
13939 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
13940
13941 2003-02-25 Kim F. Storm <storm@cua.dk>
13942
13943 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
13944 If centering point failed to make whole line visible and vscroll
13945 is non-zero, disable vscroll and try centering point again.
13946
13947 * lread.c (read1): Accept `single space' syntax like (? x).
13948
13949 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13950
13951 * keyboard.c (cancel_hourglass_unwind): Surround with
13952 #ifdef HAVE_X_WINDOWS
13953
13954 2003-02-25 Kenichi Handa <handa@m17n.org>
13955
13956 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
13957 process only when "subprocesses" is defined.
13958
13959 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
13960
13961 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
13962
13963 2003-02-24 Juanma Barranquero <lektu@terra.es>
13964
13965 * callint.c (fix_command): Declare as static void and move before
13966 Fcall_interactively.
13967
13968 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
13969 (syms_of_xdisp): Don't initialize Qwhen.
13970
13971 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13972
13973 * keyboard.c (cancel_hourglass_unwind): New function.
13974 (command_loop_1): Cancel hourglass with unwind-protect.
13975
13976 2003-02-23 Richard M. Stallman <rms@gnu.org>
13977
13978 * callint.c (fix_command): New subroutine, from Fcall_interactively.
13979 Detect (when ... (region-beginning)) etc.
13980 (Fcall_interactively): Call fix_command.
13981 (Qif, Qwhen): New variables.
13982 (syms_of_callint): Init and staticpro them.
13983
13984 * regex.c (print_partial_compiled_pattern): Output to stderr.
13985
13986 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
13987
13988 * dired.c (directory_files_internal): Don't expand directory.
13989 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
13990 instead. From Lars Hansen <larsh@math.ku.dk>.
13991
13992 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
13993
13994 * fns.c (string_to_multibyte): Remove unused var i.
13995 (Flanginfo): Fix int/Lisp_Object mixup.
13996 (void_call2): New fun.
13997 (Fmap_char_table): Use it in place of call2.
13998
13999 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
14000
14001 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
14002
14003 * keymap.c (copy_keymap_1): Make it static.
14004
14005 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
14006
14007 2003-02-22 David Ponce <david@dponce.com>
14008
14009 * lread.c (Fload): Don't check STRING_MULTIBYTE.
14010
14011 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14012
14013 * process.h: Removed subtty field from struct Lisp_Process.
14014
14015 * process.c (create_process): Remove setting of subtty.
14016 (emacs_get_tty_pgrp): New function.
14017 (Fprocess_running_child_p, process_send_signal):
14018 Call emacs_get_tty_pgrp instead of ioctl.
14019 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
14020
14021 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
14022
14023 * keymap.c (Fdefine_key): Doc fix.
14024
14025 2003-02-21 Juanma Barranquero <lektu@terra.es>
14026
14027 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
14028
14029 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
14030 POLLING_PROBLEM_IN_SELECT.
14031
14032 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
14033 Delete #undef of POLLING_PROBLEM_IN_SELECT.
14034
14035 * s/hpux10-20.h: New file.
14036
14037 * process.c (wait_reading_process_input):
14038 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
14039
14040 2003-02-20 Kenichi Handa <handa@m17n.org>
14041
14042 * fontset.c (check_fontset_name): If NAME is nil, return the
14043 default fontset.
14044 (override_font_info): New function.
14045 (Fset_fontset_font): Document that NAME nil means the default fontset.
14046 (Ffontset_info): If FONTSET is not the default fontset, merge
14047 FONTSET onto the copy of the default fontset, and work on that
14048 copy. Document that NAME nil means the default fontset.
14049 (Ffontset_font): Document that NAME nil means the default fontset.
14050
14051 * process.c (setup_process_coding_systems): If the process's
14052 in/out descriptor is -1, do nothing.
14053
14054 2003-02-19 Andreas Schwab <schwab@suse.de>
14055
14056 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
14057 Add prototypes.
14058
14059 2003-02-19 Kenichi Handa <handa@m17n.org>
14060
14061 * xfaces.c (try_alternative_families): Try all scalable fonts if
14062 Vscalable_fonts_allowed is not Qt.
14063
14064 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14065
14066 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
14067
14068 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14069
14070 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
14071 names.
14072
14073 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
14074 (sorted_font_list): Move allocation of struct font_name to
14075 x_face_list_fonts.
14076 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
14077 (Fx_list_fonts): Set maxnames to -1 to get all font names.
14078
14079 2003-02-18 Kim F. Storm <storm@cua.dk>
14080
14081 * lread.c (read1): Fix last change.
14082 "`" is not always special. Allow "?" after a character constant.
14083
14084 2003-02-18 Andrew Choi <akochoi@shaw.ca>
14085
14086 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
14087
14088 2003-02-18 Andreas Schwab <schwab@suse.de>
14089
14090 * window.c (window_scroll_pixel_based): Move outside a
14091 multi-glyph character before setting new window start.
14092
14093 * xdisp.c (in_display_vector_p): New function.
14094 * dispextern.h (in_display_vector_p): Declare.
14095
14096 2003-02-18 Kim F. Storm <storm@cua.dk>
14097
14098 * lread.c (read1): Fix and relax read syntax.
14099 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
14100 Only recognize "," after dotted-pair dot if inside backquote.
14101 Never include "`" or "," (inside backquote) in a symbol.
14102 Allow dotted-pair dot after a character constant.
14103 Allow "`" and "," (inside backquote) after a character constant.
14104
14105 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14106
14107 * gtkutil.c (xg_tool_bar_expose_callback): New function.
14108 (xg_create_tool_bar): Force style of tool bar to be horizontal with
14109 icons. Set name of tool bar to emacs-toolbar.
14110 (update_frame_tool_bar): Connect expose event to
14111 xg_tool_bar_expose_callback.
14112
14113 2003-02-17 Richard M. Stallman <rms@gnu.org>
14114
14115 * keyboard.c (this_command_key_count_reset): New variable.
14116 Initiatize to 0 where this_command_key_count is set.
14117 (read_char): Save and restore this_command_key_count_reset
14118 around input method code.
14119 (read_char): If this_command_key_count_reset, echo reread commands.
14120 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
14121
14122 2003-02-17 Kenichi Handa <handa@m17n.org>
14123
14124 * fns.c (string_to_multibyte): Always return a multibyte string.
14125
14126 2003-02-16 Jason Rumney <jasonr@gnu.org>
14127
14128 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
14129 Negative max_fonts parameter means list all.
14130
14131 2003-02-14 Dave Love <fx@gnu.org>
14132
14133 * fns.c (Flanginfo): Doc fix.
14134
14135 2003-02-13 Kim F. Storm <storm@cua.dk>
14136
14137 * lread.c (read_escape): Interpret \s as a SPACE character, except
14138 for \s-X in a character constant which still is the super modifier.
14139 (read1): Signal an `invalid read syntax' error if a character
14140 constant is immediately followed by a digit or symbol character.
14141
14142 * search.c (Fmatch_data): Doc fix. Explicitly state that
14143 match-data is undefined if last search failed.
14144
14145 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
14146 All uses changed.
14147
14148 2003-02-12 Juanma Barranquero <lektu@terra.es>
14149
14150 * eval.c (Fdefmacro): Fix typo.
14151
14152 2003-02-12 Kim F. Storm <storm@cua.dk>
14153
14154 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
14155 macro is a string, convert meta modifiers in string when copying
14156 the string into a vector.
14157
14158 2003-02-11 Kim F. Storm <storm@cua.dk>
14159
14160 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
14161
14162 2003-02-11 Kenichi Handa <handa@m17n.org>
14163
14164 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
14165
14166 2003-02-10 Kim F. Storm <storm@cua.dk>
14167
14168 * process.c: Doc fixes.
14169 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
14170
14171 2003-02-10 Kenichi Handa <handa@m17n.org>
14172
14173 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
14174
14175 * process.c (QCfilter_multibyte): New variable.
14176 (setup_process_coding_systems): New function.
14177 (Fset_process_buffer, Fset_process_filter):
14178 Call setup_process_coding_systems.
14179 (Fstart_process): Initialize the member `filter_multibyte' of
14180 struct Lisp_Process.
14181 (create_process): Call setup_process_coding_systems.
14182 (Fmake_network_process): New keyward `:filter-multibyte'.
14183 Initialize the member `filter_multibyte' of struct Lisp_Process.
14184 Call setup_process_coding_systems.
14185 (server_accept_connection): Call setup_process_coding_systems.
14186 (read_process_output): If the process has a filter, decide the
14187 multibyteness of a string to given to the filter by
14188 `filter_multibyte' member of the process. If the process doesn't
14189 have a filter and the result of conversion is unibyte, use
14190 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
14191 multibyte form.
14192 (Fset_process_coding_system): Call setup_process_coding_systems.
14193 (Fset_process_filter_multibyte): New function.
14194 (Fprocess_filter_multibyte_p): New function.
14195 (syms_of_process): Intern and staticpro QCfilter_multibyte.
14196 Defsubr Sset_process_filter_multibyte and
14197 Sprocess_filter_multibyte_p.
14198
14199 * process.h (struct Lisp_Process): New member filter_multibyte.
14200
14201 * lisp.h (setup_process_coding_systems): Add prototype.
14202
14203 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
14204 process, update coding systems for the process.
14205
14206 2003-02-09 Kenichi Handa <handa@m17n.org>
14207
14208 * fns.c (string_to_multibyte): New function.
14209 (Fstring_to_multibyte): New function.
14210 (syms_of_fns): Defsubr it.
14211
14212 2003-02-08 Andreas Schwab <schwab@suse.de>
14213
14214 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
14215 instead of the substitution.
14216
14217 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14218
14219 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
14220
14221 * xmenu.c (menu_position_func): Adjust menu popup position so that
14222 the menu is fully visible.
14223
14224 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14225
14226 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
14227 (x_make_frame_invisible, x_wm_set_icon_position):
14228 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
14229
14230 * xfns.c (x_set_name, x_set_title): Ditto.
14231
14232 2003-02-04 Richard M. Stallman <rms@gnu.org>
14233
14234 * keyboard.c (echo_now): Update before_command_echo_length.
14235 (Freset_this_command_lengths): Reset this_command_key_count etc.
14236 immediately rather than arranging to do it later.
14237 (before_command_key_count_1, before_command_echo_length_1)
14238 (before_command_restore_flag): Vars deleted.
14239 (add_command_key): Don't handle before_command_restore_flag.
14240 (read_char, record_menu_key): Don't update before_command_key_count or
14241 before_command_echo_length.
14242 (read_char): Don't handle before_command_restore_flag.
14243
14244 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
14245 in direct-output clauses if it wouldn't be called in the ordinary case.
14246
14247 2003-02-04 Kim F. Storm <storm@cua.dk>
14248
14249 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
14250
14251 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14252
14253 * gtkutil.c (remove_from_container): Copying list is not needed.
14254 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
14255 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
14256 on list returned from gtk_container_get_children to avoid memory leak.
14257
14258 2003-02-01 Jason Rumney <jasonr@gnu.org>
14259
14260 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
14261 local malloc.
14262 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
14263 definitions in xpm.h.
14264 (init_xpm_functions): New function.
14265 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
14266 (init_external_image_libraries): Try to load libXpm.dll.
14267
14268 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
14269 timestamp.
14270
14271 2003-01-31 Dave Love <fx@gnu.org>
14272
14273 * syntax.c (Fskip_chars_forward)
14274 (open-paren-in-column-0-is-defun-start): Doc fix.
14275
14276 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
14277
14278 * fileio.c: Support // at start of name for Cygwin (just added proper
14279 preprocessor tests).
14280
14281 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
14282
14283 * Makefile.in: Use @EXEEXT@ for Cygwin.
14284
14285 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
14286
14287 * s/cygwin.h: Added for Cygwin port.
14288
14289 2003-01-31 Juanma Barranquero <lektu@terra.es>
14290
14291 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
14292 when including gif_lib.h.
14293 (init_gif_functions, init_tiff_functions): New functions.
14294 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
14295 Windows. Disable color table lookups. Call library functions
14296 through pointers determined at runtime.
14297 (init_external_image_libraries): Try to load libungif.dll and
14298 libtiff.dll.
14299
14300 2003-01-31 Kenichi Handa <handa@m17n.org>
14301
14302 * xdisp.c (SKIP_GLYPHS): New macro.
14303 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
14304
14305 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14306
14307 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
14308
14309 2003-01-30 Dave Love <fx@gnu.org>
14310
14311 * alloc.c (Vgc_elapsed, gcs_done): New variables.
14312 (Fgarbage_collect): Use them.
14313 (init_alloc, syms_of_alloc): Set them up.
14314
14315 2003-01-30 Juanma Barranquero <lektu@terra.es>
14316
14317 * w32fns.c (init_external_image_libraries): Add missing operator.
14318
14319 2003-01-29 Jason Rumney <jasonr@gnu.org>
14320
14321 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
14322 an alternative name for jpeg.dll.
14323
14324 2003-01-29 Kenichi Handa <handa@m17n.org>
14325
14326 * xdisp.c (set_cursor_from_row): Pay attention to string display
14327 properties.
14328
14329 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14330
14331 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
14332 <escape>.
14333 (keycode_to_xkeysym_table): Reformat and add more comments.
14334 (XTread_socket): Drop special case for backspace.
14335
14336 2003-01-28 Andrew Choi <akochoi@shaw.ca>
14337
14338 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
14339 values in old-style RGB specs.
14340
14341 2003-01-27 Juanma Barranquero <lektu@terra.es>
14342
14343 * w32fns.c (init_external_image_libraries): Try alternate names for the
14344 jpeg dll.
14345
14346 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14347
14348 * gtkutil.c (create_dialog, xg_separator_p)
14349 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
14350 before calling strcmp or strlen.
14351
14352 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14353
14354 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
14355 and handle image load failure.
14356
14357 2003-01-26 Jason Rumney <jasonr@gnu.org>
14358
14359 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
14360 New functions.
14361 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
14362 Disable color table lookups. Call jpeg library functions
14363 through pointers determined at runtime.
14364 (init_external_image_libraries): Try to load jpeg.dll.
14365
14366 2003-01-25 Richard M. Stallman <rms@gnu.org>
14367
14368 * lisp.h: Declare format2 instead of format1.
14369
14370 * fileio.c (barf_or_query_if_file_exists):
14371 Call format2 instead of format1.
14372
14373 * editfns.c (format2): New function, replaces format1
14374 but takes exactly two Lisp Objects as format args.
14375
14376 * buffer.c (Fkill_buffer): Call format2 instead of format1.
14377
14378 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14379
14380 * xterm.h: Change to return value of x_dispatch_event to int.
14381
14382 * xterm.c (x_filter_event): New function.
14383 (event_handler_gdk, XTread_socket): Call x_filter_event.
14384 (x_dispatch_event): Change to return value of finish.
14385 (event_handler_gdk): Use return value from x_dispatch_event.
14386
14387 * xfns.c (x_window): Call create_frame_xic for GTK version to
14388 initialize input methods.
14389
14390 * gtkutil.h: Add (void) prototypes.
14391
14392 * gtkutil.c (create_menus): Remove code that puts the help menu to
14393 the right.
14394
14395 2003-01-25 Jason Rumney <jasonr@gnu.org>
14396
14397 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
14398 [HAVE_PNG]: Sync with xfns.c version.
14399 (png_load): Adjust colors for Windows. Use Windows
14400 bitmaps. Disable color table lookups.
14401 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
14402 (init_png_functions): New function.
14403 (png_read_from_memory, png_load): Call png library functions
14404 through pointers determined at runtime.
14405 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
14406 (init_external_image_libraries): New function.
14407 (init_xfns): Call it.
14408
14409 2003-01-24 Andreas Schwab <schwab@suse.de>
14410
14411 * minibuf.c (Fminibuffer_message): Verify type of parameter.
14412
14413 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14414
14415 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
14416 of static initializer.
14417
14418 2003-01-24 Dave Love <fx@gnu.org>
14419
14420 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
14421 architectures.
14422
14423 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
14424 Use __alignof__.
14425
14426 2003-01-24 Kenichi Handa <handa@m17n.org>
14427
14428 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
14429 It it is nonzero, don't pretend that an invisible area doesn't exist.
14430 (command_loop_1): Call adjust_point_for_property with proper
14431 second arg.
14432
14433 2003-01-22 Jason Rumney <jasonr@gnu.org>
14434
14435 Sync changes with xterm.c and xfns.c.
14436
14437 * w32term.c (x_draw_glyph_string_foreground)
14438 (x_draw_composite_glyph_string_foreground): Implement overstriking.
14439
14440 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
14441 phys_cursor's hpos is overwritten. This is still not completely
14442 correct, as it doesn't really make sense to use hpos at all to
14443 get the cursor glyph (as that is relative to the width of the
14444 characters on the line, which may have changed during the update).
14445
14446 * w32term.c (notice_overwritten_cursor): Handle the special case
14447 of the cursor being in the first blank non-text line at the
14448 end of a window.
14449
14450 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
14451 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
14452 Compute from the x position returned by x_draw_glyphs.
14453
14454 (x_display_and_set_cursor): Don't set phys_cursor_width here,
14455 except for NO_CURSOR and system caret, to make phys_cursor_width
14456 contain what its name suggests.
14457 (notice_overwritten_cursor): Consider the cursor image erased if
14458 the output area intersects the cursor image in y-direction.
14459
14460 * w32term.c (note_mode_line_or_margin_highlight): Rename from
14461 note_mode_line_highlight and extend.
14462
14463 * w32term.c (last_window): New variable.
14464 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
14465 (note_mouse_movement): Remove reimplemented code in #if 0.
14466
14467 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
14468 not update_mode_lines, and always set it to 1.
14469
14470 2003-01-21 Jason Rumney <jasonr@gnu.org>
14471
14472 * w32fns.c (IDC_HAND): Define it if system headers don't.
14473
14474 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
14475
14476 * w32term.h (struct w32_output): New member hand_cursor.
14477 (WM_EMACS_SETCURSOR): New message definition.
14478
14479 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
14480 function w32_define_cursor.
14481 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
14482 position, change member name output_data.x to output_data.w32 and
14483 add function w32_define_cursor.
14484 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
14485 and change member name output_data.x to output_data.w32.
14486 (w32_initialize_display_info):
14487 Setup dpyinfo->vertical_scroll_bar_cursor.
14488
14489 * w32fns.c (Vx_hand_shape): New variable.
14490 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
14491 WM_EMACS_SETCURSOR.
14492 (x-create-frame): Setup Cursor types.
14493
14494 2003-01-21 David Ponce <david@dponce.com>
14495
14496 * w32term.c (w32_encode_char): For DIM=1 charset, set
14497 ccl->reg[2] to -1 before calling ccl_driver.
14498 (Sync. with xterm.c x_encode_char change by Kenichi Handa
14499 <handa@m17n.org> on 2002-09-30.)
14500 (w32_draw_relief_rect): Declare all args.
14501 (w32_define_cursor): New.
14502
14503 * w32fns.c (w32_load_cursor): New function.
14504 (w32_init_class): Use it.
14505 (x_put_x_image): Declare all args.
14506
14507 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
14508
14509 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
14510
14511 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14512
14513 * gtkutil.c: Must include stdio.h before termhooks.h
14514
14515 2003-01-21 Dave Love <fx@gnu.org>
14516
14517 * alloc.c (Fgc_status): Print zombie list.
14518 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
14519 Fix assignment of zombies.
14520 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
14521 Don't take car of non-cons.
14522
14523 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
14524
14525 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
14526
14527 2003-01-20 David Ponce <david@dponce.com>
14528
14529 * w32menu.c (digest_single_submenu): Declare all args.
14530
14531 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
14532 changes in xmenu.c:
14533
14534 (parse_single_submenu): Use individual keymap's prompt
14535 string as pane name, if there is one.
14536 (set_frame_menubar): Save menu_items_n_panes from each call to
14537 parse_single_submenu and use it when calling digest_single_submenu.
14538
14539 2003-01-20 Steven Tamm <steventamm@mac.com>
14540
14541 * macterm.c (XTread_socket): Check for valid, visible window
14542 before sending a scroll-wheel event.
14543
14544 2003-01-20 Richard M. Stallman <rms@gnu.org>
14545
14546 * xdisp.c (redisplay_window): If mini window's buffer is not
14547 a minibuffer, then redisplay it like other windows.
14548
14549 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14550
14551 * gtkutil.c (xg_create_frame_widgets): Check if there is an
14552 external tool bar before setting tool bar height.
14553
14554 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14555
14556 * xterm.c (handle_one_xevent): Surround popup_activated
14557 with #ifdef:s for non-toolkit version.
14558
14559 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
14560 (gtkutil.o): New file.
14561 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
14562 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
14563
14564 * gtkutil.c: New file for GTK version.
14565
14566 * gtkutil.h: New file for GTK version.
14567
14568 * xterm.h: Add xt_or_gtk_widget.
14569 Include gtk files for USE_GTK.
14570 (struct x_output): Add toolbar_height.
14571 (struct x_output): Add GTK widgets and Gdk size_hints.
14572 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
14573 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
14574 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
14575
14576 * xterm.c: Include gtkutil.h for USE_GTK.
14577 (free_frame_menubar): Declare extern void for USE_GTK.
14578 (note_mouse_highlight): Check popup_activated for USE_GTK.
14579 (xt_action_hook): Don't compile if USE_GTK.
14580 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
14581 (xg_scroll_callback): New function.
14582 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
14583 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
14584 for USE_GTK.
14585 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
14586 xg_show_scroll_bar for USE_GTK.
14587 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
14588 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
14589 (event_handler_gdk): New function for USE_GTK.
14590 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
14591 (handle_one_xevent): Make sure widget is mapped before
14592 calling x_real_positions for USE_GTK.
14593 (XTread_socket): Add GTK event loop for USE_GTK.
14594 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
14595 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
14596 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
14597 (x_iconify_frame): Add code for USE_GTK.
14598 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
14599 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
14600 is in gtkutil.c.
14601 (x_term_init): Add initialization for GTK.
14602 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
14603
14604 * xmenu.c: Include gtkutil.h for USE_GTK.
14605 (Fx_popup_menu): Use current position if x and y is NIL.
14606 (single_menu_item, single_menu_item, Fx_popup_dialog):
14607 Check for USE_GTK.
14608 (popup_widget_loop): New function for USE_GTK.
14609 (x_activate_menubar): Add code for USE_GTK.
14610 (popup_activate_callback, popup_deactivate_callback)
14611 (menu_highlight_callback, menubar_selection_callback):
14612 Add USE_GTK versions.
14613 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
14614 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
14615 (free_frame_menubar): Only compile if not USE_GTK. GTK version
14616 is in gtkutil.c.
14617 (popup_selection_callback): New version for USE_GTK.
14618 (create_and_show_popup_menu): New fuction, one USE_GTK version and
14619 one USE_X_TOOLKIT version.
14620 (xmenu_show): Call create_and_show_popup_menu.
14621 (dialog_selection_callback): New version for USE_GTK.
14622 (create_and_show_dialog): New fuction, one USE_GTK version and
14623 one USE_X_TOOLKIT version.
14624 (xdialog_show): Call create_and_show_dialog.
14625
14626 * xfns.c: Include gtkutil for USE_GTK.
14627 (x_window_to_frame, x_any_window_to_frame)
14628 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
14629 (x_top_window_to_frame): Add code for USE_GTK.
14630 (x_set_background_color): Call xg_set_background_color for GTK.
14631 (x_set_menu_bar_lines): Check for USE_GTK.
14632 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
14633 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
14634 (x_window): Call xg_create_frame_widgets for USE_GTK.
14635 (Fx_create_frame): Check for USE_GTK
14636 (Fx_file_dialog): New implementation for USE_GTK.
14637
14638 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
14639 (update_menu_bar): Add check for USE_GTK.
14640 (update_tool_bar): Add check for USE_GTK and external tool bar.
14641 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
14642 (redisplay_internal): Add check for USE_GTK and popup_activated.
14643 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
14644 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
14645 (display_menu_bar): Add check for USE_GTK
14646
14647 * lisp.h (Vx_resource_name): Declare extern.
14648
14649 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
14650 for USE_GTK.
14651 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
14652
14653 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
14654 (FRAME_EXTERNAL_TOOL_BAR): New macro.
14655 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
14656
14657 * fileio.c (Fread_file_name): Add check for USE_GTK.
14658
14659 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
14660 Add check for USE_GTK.
14661
14662 * config.in: Added HAVE_GTK
14663
14664 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
14665
14666 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
14667
14668 * charset.h (Funibyte_char_to_multibyte): Export.
14669
14670 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14671
14672 * xmenu.c (mouse_position_for_popup): New function.
14673 (Fx_popup_menu): Call mouse_position_for_popup for X and
14674 mouse_position_hook for others.
14675
14676 2003-01-17 Kim F. Storm <storm@cua.dk>
14677
14678 * editfns.c (Finsert): Mention `string-make-multibyte' and
14679 `string-as-multibyte' in doc string.
14680
14681 2003-01-17 Kenichi Handa <handa@m17n.org>
14682
14683 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
14684
14685 * editfns.c (Fformat): Convert an unibyte char argument that is
14686 formatted by "%c" to multibyte if the total result must be a
14687 multibyte string.
14688
14689 2003-01-16 Kim F. Storm <storm@cua.dk>
14690
14691 * process.c (set-process-filter): Document unibyte/multibyte-ness
14692 of string argument.
14693
14694 2003-01-16 Kenichi Handa <handa@m17n.org>
14695
14696 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
14697
14698 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
14699 (re_search_2): Likewise.
14700
14701 2003-01-15 Kenichi Handa <handa@m17n.org>
14702
14703 * xdisp.c (message_dolog): Fix bug of the case that *Message*
14704 buffer is unibyte.
14705
14706 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
14707
14708 * fns.c (Fsubstring): Clarify doc string.
14709
14710 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
14711 (Fprevious_char_property_change)
14712 (Fnext_single_char_property_change)
14713 (Fprevious_single_char_property_change, Fnext_property_change)
14714 (Fnext_single_property_change, Fprevious_property_change)
14715 (Fprevious_single_property_change, Fadd_text_properties)
14716 (Fput_text_property, Fset_text_properties)
14717 (Fremove_text_properties, Fremove_list_of_text_properties)
14718 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
14719
14720 2003-01-14 Kim F. Storm <storm@cua.dk>
14721
14722 * process.h (struct Lisp_Process): New member plist replaces old
14723 member private_vars. All uses changed.
14724
14725 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
14726 (QCplist): Rename from QCvars. Change all uses.
14727 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
14728 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
14729 (syms_of_process): Intern, staticpro, defsubr these.
14730 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
14731
14732 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
14733
14734 * m/delta.h: Remove (obsolete).
14735
14736 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
14737
14738 * fileio.c (Fdelete_directory, Fdelete_file): Document the
14739 behaviour in front of symlinks.
14740 (Fdelete_file): Raise an error on directories.
14741
14742 2003-01-13 Dave Love <fx@gnu.org>
14743
14744 * fns.c (Freverse): Use QUIT.
14745
14746 2003-01-13 Richard M. Stallman <rms@gnu.org>
14747
14748 * minibuf.c (minibuffer_completion_contents):
14749 Error if point is inside prompt.
14750
14751 * keyboard.c (command_loop_1): Don't redisplay directly
14752 if there's a post-command-hook.
14753
14754 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
14755 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
14756
14757 2003-01-12 Kim F. Storm <storm@cua.dk>
14758
14759 * process.h (struct Lisp_Process): New member private_vars.
14760
14761 * process.c (QCvars): New variable.
14762 (syms_of_process): Intern and staticpro it.
14763 (Fset_process_contact): Removed function.
14764 (Fprocess_variable, Fset_process_variable): New functions.
14765 (syms_of_process): Defsubr them.
14766 (Fstart_process): Initialize private_vars plist to nil.
14767 (Fmake_network_process): New arg :vars to setup the private
14768 variables for new network process.
14769 (server_accept_connection): Copy server's private variables to
14770 client process.
14771
14772 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
14773 crashes). Code rewritten and simplified. Now directly aligns the
14774 pointer and recalculates pure_bytes_used, rather than aligning the
14775 size and adjusting the pointer.
14776
14777 2003-01-11 Kim F. Storm <storm@cua.dk>
14778
14779 * process.c (Fset_process_contact): New function.
14780 (syms_of_process): defsubr it.
14781 (make-network-process): Update doc.
14782
14783 2003-01-10 Andreas Schwab <schwab@suse.de>
14784
14785 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
14786 Reported by Berthold Gunreben <b.gunreben@web.de>.
14787
14788 2003-01-10 Dave Love <fx@gnu.org>
14789
14790 * composite.c (syms_of_composite): Make composition_hash_table weak.
14791
14792 2003-01-09 Kim F. Storm <storm@cua.dk>
14793
14794 * process.c (Fmake_network_process): Convert new port number
14795 to host byte order for `:service t' case. From Mario Lang.
14796
14797 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14798
14799 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
14800 instead of XtAppProcessEvent.
14801
14802 * xterm.c (handle_one_xevent): New function.
14803 (x_dispatch_event): New function.
14804 (XTread_socket): Call handle_one_xevent.
14805
14806 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
14807
14808 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
14809 call XQueryPointer to get coordinates.
14810 (popup_get_selection): Do not set popup_activated_flag to zero,
14811 let popup_deactivate_callback do that. Needed for Motif.
14812 Call x_dispatch_event instead of XtDispatchEvent.
14813 (xmenu_show): Calculate root coordinate from frame top/left position.
14814
14815 2003-01-08 Kim F. Storm <storm@cua.dk>
14816
14817 * process.c (server_accept_connection): Fix recording of new
14818 connection's local address in :local property of contact info.
14819 (Fmake_network_process): Record local network address for new
14820 client processes in :local property of contact info.
14821 (format-network-address): Add arg OMIT-PORT. Change callers.
14822
14823 2003-01-07 Dave Love <fx@gnu.org>
14824
14825 * Makefile.in (fns.o): Depend on coding.h.
14826
14827 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
14828
14829 * minibuf.c (Fread_variable): Doc fix.
14830
14831 * eval.c (Fuser_variable_p): Doc change. For custom variables,
14832 use the same test as for custom-variable-p.
14833
14834 2003-01-05 Richard M. Stallman <rms@gnu.org>
14835
14836 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
14837 Count LAST_LINE_MISFIT in scroll margin for end of window.
14838 Move label too_near_end before setting SCROLL_MARGIN_POS.
14839 Set LAST_LINE_MISFIT before jumping there.
14840
14841 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
14842 scroll_conservatively case. If scrolling that much doesn't change
14843 STARTP, move it down one line.
14844
14845 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
14846 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
14847
14848 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
14849 selected frame.
14850
14851 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
14852 (syms_of_keymap): Staticpro them.
14853 (Fapropos_internal): Initialize them and clear them out.
14854 Don't GCPRO them.
14855
14856 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
14857 Doc fixes.
14858
14859 * lisp.h: New misc type Lisp_Save_Value.
14860 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
14861 (XSAVE_VALUE): New macro.
14862 (struct Lisp_Save_Value): New data type.
14863 (union Lisp_Misc): Add u_save_value alternative.
14864 (make_save_value): Declare.
14865
14866 * alloc.c (make_save_value): New function.
14867
14868 * xterm.c (x_catch_errors): Save dpy using make_save_value.
14869 (x_catch_errors_unwind): Call XSync.
14870
14871 2003-01-01 Richard M. Stallman <rms@gnu.org>
14872
14873 * window.c (window_scroll_pixel_based): Partially undo last change.
14874
14875 * keyboard.c (command_loop_1): Call adjust_point_for_property
14876 in direct action cases for Qforward_char and Qbackward_char.
14877 Set already_adjusted so it won't be done twice.
14878
14879 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
14880
14881 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
14882 type definition of size_t.
14883
14884 2003-01-02 Steven Tamm <steventamm@mac.com>
14885
14886 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
14887 distinguish Carbon GUI builds from X11 builds on darwin.
14888
14889 2002-12-30 Steven Tamm <steventamm@mac.com>
14890
14891 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
14892 to default to t.
14893
14894 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
14895
14896 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
14897
14898 2002-12-28 Steven Tamm <steventamm@mac.com>
14899
14900 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
14901 allow building in a different directory than source. Uses some
14902 GNU Make extensions, but there is no other make on Mac OS X.
14903
14904 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
14905
14906 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
14907 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
14908 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
14909 (Fstring_to_number): Mention the returned value in the doc strings.
14910
14911 2002-12-23 Richard M. Stallman <rms@gnu.org>
14912
14913 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
14914 <scroll-down-aggressively>: Doc fix.
14915
14916 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
14917 string as pane name, if there is one.
14918 (set_frame_menubar): Save menu_items_n_panes from each call to
14919 parse_single_submenu and use it when calling digest_single_submenu.
14920
14921 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
14922 Don't try to make last line fully visible if it is past end of window.
14923
14924 2002-12-22 Steven Tamm <steventamm@mac.com>
14925
14926 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
14927 (mac_menu_show): Add support for hierarchical popup menus.
14928 (add_menu_item): Remove indentation support.
14929 (fill_submenu, fill_menu): Create hierarchical menus
14930 instead of using indentation.
14931
14932 2002-12-22 Richard M. Stallman <rms@gnu.org>
14933
14934 * xdisp.c (try_cursor_movement): Don't call try_window here.
14935 (redisplay_window): Never redisplay minibuffer when inactive.
14936
14937 * window.c (select_window_1): Undo 9/21 change.
14938
14939 2002-12-22 Steven Tamm <steventamm@mac.com>
14940
14941 * macterm.c (XTread_socket): Call KeyTranslate for control and
14942 meta to deal correctly shifted non-alpha characters, like C-S-5
14943 being treated like C-%. Do not look for shift key to deal
14944 with masking off control-key with mac-reverse-ctrl-meta.
14945
14946 2002-12-21 Richard M. Stallman <rms@gnu.org>
14947
14948 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
14949 If it is non-nil, run timers. Use an unwind-protect to requeue
14950 the events that were read ahead.
14951 (popup_get_selection_unwind): New subroutine.
14952 (popup_get_selection_queue): File-scope variable now holds that queue.
14953 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
14954 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
14955 Use an unwind-protect to pop down the dialog box.
14956 (xdialog_show_unwind): New subroutine implements that.
14957
14958 * xdisp.c (row_containing_pos): Change exit test using last_y.
14959 (try_window_id): Abort if row_containing_pos returns null.
14960
14961 * lread.c (load_error_handler): New function.
14962 (Fload): Handle errors in Fsubstitute_in_file_name.
14963 Don't expect Fsignal to return.
14964
14965 * eval.c: Errors and throws work right with interrupt blocking.
14966 (struct catchtag): New elt interrupt_input_blocked.
14967 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
14968 (internal_catch, Fcondition_case, internal_condition_case)
14969 (internal_condition_case_1, internal_condition_case_2): Save it.
14970 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
14971
14972 * editfns.c (Fformat): Add parens.
14973
14974 * dired.c (file_name_completion): Fix that change.
14975 Delete special quit-handling code; just use QUIT.
14976
14977 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
14978
14979 * dired.c (file_name_completion): Close directory on error
14980 just as in directory_files_internal.
14981
14982 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
14983
14984 * window.c (Fset_window_configuration): Set old_point to correct
14985 value when new_current_buffer == current_buffer.
14986
14987 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
14988
14989 Revisited my earlier fix for the following entry in etc/PROBLEMS:
14990 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
14991 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
14992
14993 These changes were in part based upon suggestions made by Peter
14994 'Luna' Runestig [peter@runestig.com].
14995
14996 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
14997 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
14998 (g_b_init_get_sid_identifier_authority ): Add several static
14999 global variables.
15000
15001 * w32.c (globals_of_w32): New function. Used to initialize those
15002 global variables that must always be initialized on startup even
15003 when the global variable initialized is non zero. Its primary
15004 purpose at this time is to set the global variables
15005 g_b_init_is_windows_9x, g_b_init_open_process_token,
15006 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
15007 g_b_init_get_sid_identifier_authority to 0 on startup.
15008 Called from main.
15009
15010 * w32.c (is_windows_9x): Perform initialization only if
15011 g_b_init_is_windows_9x is equal to 0. On initialization set
15012 g_b_init_is_windows_9x equal to 1.
15013
15014 * w32.c (open_process_token): Perform initialization only if
15015 g_b_init_open_process_token is equal to 0. On initialization set
15016 g_b_init_open_process_token equal to 1.
15017
15018 * w32.c (get_token_information): Perform initialization only if
15019 g_b_init_get_token_information is equal to 0. On initialization
15020 set g_b_init_get_token_information equal to 1.
15021
15022 * w32.c (lookup_account_sid): Perform initialization only if
15023 g_b_init_lookup_account_sid is equal to 0. On initialization
15024 set g_b_init_lookup_account_sid equal to 1.
15025
15026 * w32.c (get_sid_identifier_authority): Perform initialization
15027 only if g_b_init_get_sid_identifier_authority is equal to 0.
15028 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
15029
15030 * w32fns.c (globals_of_w32fns): New function. Used to initialize
15031 those global variables that must always be initialized on startup
15032 even when the global variable initialized is non zero.
15033 Its primary purpose at this time is to initialize the global variable
15034 track_mouse_event_fn.
15035
15036 * w32fns.c (w32_wnd_proc): Remove initialization of
15037 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
15038
15039 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
15040
15041 * w32menu.c (globals_of_w32menu): New function. Used to
15042 initialize those global variables that must always be initialized
15043 on startup even when the global variable initialized is non zero.
15044 Its primary purpose at this time is to initialize the global
15045 variables get_menu_item_info and set_menu_item_info.
15046
15047 * w32menu.c (initialize_frame_menubar): Remove initialization of
15048 get_menu_item_info and set_menu_item_info.
15049
15050 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
15051
15052 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
15053 Declare them.
15054
15055 * emacs.c (main): Call globals_of_w32 prior to calling
15056 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
15057 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
15058 is defined.
15059
15060 * w32term.c (x_update_window_begin): Fix Windows API error
15061 detected by BoundsChecker. Test to determine if
15062 w32_system_caret_hwnd is NULL prior to attempting to use
15063 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
15064
15065 * w32term.c (x_update_window_end): Fix Windows API error
15066 detected by BoundsChecker. Test to determine if
15067 w32_system_caret_hwnd is NULL prior to attempting to use
15068 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
15069
15070 2002-12-17 Kenichi Handa <handa@m17n.org>
15071
15072 * coding.c (coding_system_require_warning): New variable.
15073 (syms_of_coding): DEFVAR it.
15074
15075 * coding.h (coding_system_require_warning): Extern it.
15076
15077 * fileio.c (choose_write_coding_system): Even if
15078 Vcoding_system_for_write is non-nil, if
15079 coding_system_require_warning is nonzero, call
15080 Vselect_safe_coding_system_function.
15081
15082 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
15083
15084 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
15085 (lisp): Add font-core.
15086
15087 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
15088
15089 * textprop.c (text_read_only): New arg `propval'.
15090 (get_char_property_and_overlay): Remove unused var `next_overlay'.
15091 (verify_interval_modification): Use text_read_only's new arg.
15092
15093 2002-12-13 Kenichi Handa <handa@m17n.org>
15094
15095 * coding.c (Funencodable_char_position): Set pend correctly.
15096
15097 2002-12-12 Jason Rumney <jasonr@gnu.org>
15098
15099 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
15100 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
15101 Be more careful about when help_events are generated.
15102
15103 2002-12-12 Steven Tamm <steventamm@mac.com>
15104
15105 * macterm.c (mac_check_for_quit_char): Correctly set the
15106 modifiers of the event to 0.
15107 * mac.c (sys_select): Duplicate rfds before calling select to
15108 ensure that rfds survive the while loop.
15109
15110 2002-12-11 Kim F. Storm <storm@cua.dk>
15111
15112 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
15113 row_containing_pos returned NULL.
15114
15115 2002-12-10 Steven Tamm <steventamm@mac.com>
15116
15117 * mac.c (sys_read): Fix sys_read to not call select if IO is
15118 non-blocking.
15119 (sys_select): Fix sys_select to not use a timeout larger than
15120 the one given.
15121
15122 2002-12-10 Juanma Barranquero <lektu@terra.es>
15123
15124 * editfns.c (Fformat): Use alloca, not _alloca.
15125
15126 2002-12-09 Richard M. Stallman <rms@gnu.org>
15127
15128 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
15129 as the last thing.
15130
15131 2002-12-09 Dave Love <fx@gnu.org>
15132
15133 * s/sol2-8.h: Removed. (Not necessary.)
15134
15135 2002-12-09 Matthew Swift <swift@alum.mit.edu>
15136
15137 * editfns.c (Fformat): Handle precision in string conversion
15138 specifiers like libc functions do (ie, print at most that many
15139 characters).
15140
15141 2002-12-08 Richard M. Stallman <rms@gnu.org>
15142
15143 * xdisp.c (row_containing_pos): Check more carefully
15144 whether charpos is really in the row before returning it.
15145
15146 2002-12-07 Steven Tamm <steventamm@mac.com>
15147
15148 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
15149
15150 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
15151 each stack frame. This may change as it could be time consuming.
15152
15153 * macterm.c (mac_check_for_quit_char, quit_char_comp)
15154 (init_quit_char_handler, mac_determine_quit_char_modifiers)
15155 (mac_initialize): Add code to check for pressing of quit_char
15156 in the OS event queue.
15157
15158 * mac.c (sys_select): Call mac_check_for_quit_char every second
15159 while blocking on select.
15160
15161 * mac.c (sys_read): Use sys_select to test for input first
15162 before calling read, to allow C-g to break.
15163
15164 2002-12-07 Richard M. Stallman <rms@gnu.org>
15165
15166 * minibuf.c (Fcompleting_read): Doc fix.
15167
15168 * lread.c (syms_of_lread) <load-history>: Doc fix.
15169
15170 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
15171
15172 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
15173 autoload.
15174
15175 * data.c (Fdefalias): Record in load-history redefining an autoload.
15176
15177 * alloca.c: Undo ifdef change accidentally made on 12-04.
15178
15179 2002-12-06 Francesco Potorti` <pot@gnu.org>
15180
15181 * xfns.c (png_load): Avoid double gamma correction for PNG images.
15182
15183 2002-12-04 Richard M. Stallman <rms@gnu.org>
15184
15185 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
15186
15187 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
15188
15189 * alloca.c: Don't use #error.
15190
15191 2002-12-03 Dave Love <fx@gnu.org>
15192
15193 * buffer.c (Qucs_set_table_for_input): New.
15194 (Fget_buffer_create): Use it.
15195 (Qset_buffer_major_mode_hook): Deleted.
15196 (Fset_buffer_major_mode): Revert previous change.
15197 (init_buffer_once): Intern ucs-set-table-for-input.
15198 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
15199 Add &Qucs_set_table_for_input.
15200
15201 2002-12-03 Andreas Schwab <schwab@suse.de>
15202
15203 * callint.c (Fcall_interactively): Use next_event only if less
15204 than key_count.
15205
15206 2002-12-02 Andrew Choi <akochoi@shaw.ca>
15207
15208 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
15209 names to 255 characters.
15210
15211 * macterm.c (XTread_socket): If all frames have been collapsed,
15212 expand the first one before handling drag-and-drop events.
15213
15214 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
15215 which is detected by autoconf.
15216
15217 2002-12-01 Steven Tamm <steventamm@mac.com>
15218
15219 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
15220 offset in two hints table to allow prebinding to be redone and
15221 allow the executable to be stripped.
15222
15223 2002-11-29 Dave Love <fx@gnu.org>
15224
15225 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
15226 already provided.
15227
15228 2002-11-29 Richard M. Stallman <rms@gnu.org>
15229
15230 * xdisp.c (start_display): Check more intelligently for
15231 whether the line is continued.
15232 (move_it_vertically_backward): Clear it->continuation_lines_width.
15233
15234 2002-11-28 Dave Love <fx@gnu.org>
15235
15236 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
15237 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
15238
15239 2002-11-27 Steven Tamm <steventamm@mac.com>
15240
15241 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
15242 more descriptive error output from lread.c:Fload upon most require
15243 cycles during boostrapping.
15244
15245 2002-11-27 Jason Rumney <jasonr@gnu.org>
15246
15247 * fileio.c (Finsert_file_contents): Give a more appropriate error
15248 for files bigger than 2Gb when off_t is 32 bit.
15249
15250 * dired.c (Ffile_attributes): Don't return negative file sizes for
15251 files bigger than 2Gb when off_t is 32 bit.
15252
15253 2002-11-27 Dave Love <fx@gnu.org>
15254
15255 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15256
15257 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
15258 Test GETPGRP_VOID instead.
15259 [BSD_TERMIOS]: Remove definitions (never used).
15260
15261 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
15262 Don't define.
15263 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
15264
15265 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
15266
15267 2002-11-25 Jason Rumney <jasonr@gnu.org>
15268
15269 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
15270 supported.
15271
15272 2002-11-25 Dave Love <fx@gnu.org>
15273
15274 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
15275
15276 * Makefile.in (TEMACS_LDFLAGS): Update last change.
15277
15278 2002-11-25 Andreas Schwab <schwab@suse.de>
15279
15280 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
15281
15282 2002-11-24 Steven Tamm <steventamm@mac.com>
15283
15284 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
15285 determine the size of pointers alloced in unexed space instead
15286 of using possibly invalid emacs_zone pointers. This fixes the
15287 binary incompatibility problems caused by updates to libSystem.B.
15288
15289 2002-11-24 Richard M. Stallman <rms@gnu.org>
15290
15291 * search.c (Fstring_match): Doc fix.
15292
15293 * callint.c (Fcall_interactively): If a command fails because
15294 `*' detects a read-only buffer, but RECORD_FLAG is set,
15295 record it anyway if the args don't actually do tty input.
15296
15297 2002-11-22 Dave Love <fx@gnu.org>
15298
15299 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
15300
15301 * keyboard.c (interrupt_signal): Provide forward declaration.
15302 (kbd_buffer_store_event): Don't declare interrupt_signal.
15303
15304 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
15305
15306 2002-11-21 Richard M. Stallman <rms@gnu.org>
15307
15308 * eval.c (interactive_p): Skip any number of bytecode
15309 and special form frames, in any order.
15310
15311 2002-11-20 Jason Rumney <jasonr@gnu.org>
15312
15313 * w32fns.c (convert_mono_to_color_image): New function.
15314 (xbm_load, xbm_load_image): Use it when foreground or background
15315 is explicitly set.
15316
15317 2002-11-19 Dave Love <fx@gnu.org>
15318
15319 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
15320
15321 2002-11-18 Jason Rumney <jasonr@gnu.org>
15322
15323 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
15324 (XPutPixel): Swap blue and red.
15325 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
15326 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
15327 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
15328 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
15329
15330 2002-11-18 Dave Love <fx@gnu.org>
15331
15332 * m/orion105.h (HAVE_ALLOCA): Don't define.
15333
15334 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
15335
15336 * m/intel386.h: Don't include alloca.h or define alloca.
15337
15338 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
15339 malloc, realloc, calloc.
15340
15341 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
15342 (bcmp): Don't define.
15343
15344 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
15345
15346 * m/amdahl.h: Don't define LIB_STANDARD.
15347
15348 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
15349
15350 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
15351
15352 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
15353 Don't include alloca.h.
15354
15355 * s/aix3-2.h (HAVE_FSYNC): Don't define.
15356
15357 * regex.c (_GNU_SOURCE): Don't define.
15358
15359 * process.c (_GNU_SOURCE): Don't define.
15360
15361 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
15362
15363 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
15364
15365 * s/sol2-8.h: Include sol2-6.h.
15366
15367 2002-11-18 Miles Bader <miles@gnu.org>
15368
15369 * dispextern.h (struct face): Add `overstrike' field.
15370 * xterm.c (x_draw_glyph_string_foreground)
15371 (x_draw_composite_glyph_string_foreground): Implement overstriking.
15372 * xfaces.c (load_face_font): Set `face->overstrike' based on
15373 result from choose_face_font.
15374 (best_matching_font, choose_face_font): Add `needs_overstrike'
15375 argument, and use it to return whether overstriking is desirable
15376 for this face/font combo.
15377 (set_font_frame_param: Pass new argument to choose_face_font.
15378
15379 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
15380
15381 This change is my fix for the following entry in etc/PROBLEMS:
15382 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
15383 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
15384
15385 * w32.c: Added wrapper functions around the win32 API functions
15386 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
15387 GetSidIdentifierAuthority. These wrapper functions serve two
15388 purposes:
15389 1. They ensure that the wrapped function can never be called
15390 when Emacs is running on an operating system on which they are
15391 not supported (Microsoft Windows 95 / 98 / ME).
15392 2. They call the wrapped functions via function pointers rather
15393 than calling them directly. This avoids taking advantage of the
15394 undocumented fact that although these functions are not supported
15395 in the 9x branch of Microsoft Windows, the functions do exist in
15396 the version of advapi32.dll that is found in the 9x branch of
15397 Microsoft Windows.
15398
15399 * w32.c (init_user_info): Replace the calls to the win32 API
15400 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
15401 and GetSidIdentifierAuthority with calls to the newly added
15402 wrapper functions.
15403
15404 * w32.h: Added extern declarations for the following functions:
15405 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
15406 syms_of_w32menu, and void syms_of_fontset.
15407
15408 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
15409 function pointer track_mouse_event_fn in the handler for the
15410 WM_SETFOCUS message.
15411
15412 * w32menu.c (initialize_frame_menubar): Add code to
15413 reinitialize the function pointers set_menu_item_info and
15414 get_menu_item_info.
15415
15416 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
15417
15418 * sound.c: Added a partial implementation of play-sound-internal
15419 for Microsoft Windows. Added various #ifdef / #else / #endif
15420 code blocks to separate the code that will compile under
15421 Microsoft Windows from the code that is specific to GNU/Linux.
15422 Moved several blocks of code around to make this separation of code
15423 into Windows compatible and GNU/Linux compatible code blocks easier.
15424
15425 * makefile.w32-in: Include sound.c and link with WinMM.lib.
15426
15427 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
15428 added support for play-sound-internal under Windows would be
15429 included in the build of Emacs.
15430
15431 2002-11-16 Jason Rumney <jasonr@gnu.org>
15432
15433 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
15434
15435 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
15436
15437 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
15438
15439 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
15440 (adjust_point_for_property): Move out of display and invisible even if
15441 we were already inside before (in case a property was added while
15442 we weren't looking). Be more careful when handling invisible props.
15443 Skip invisible text as if it really wasn't there at all.
15444
15445 2002-11-15 Jason Rumney <jasonr@gnu.org>
15446
15447 * w32term.c (x_draw_image_foreground)
15448 (w32_draw_image_foreground_1): Use standard copy and invert
15449 operations to draw images.
15450
15451 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
15452 depth of 1.
15453 (xbm_read_bitmap_data): Invert bits as xbm is read in.
15454 (XPutPixel): Don't invert bits here.
15455
15456 2002-11-15 Jason Rumney <jasonr@gnu.org>
15457
15458 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
15459 (w32_draw_image_foreground_1): Handle image masks.
15460 (x_draw_image_glyph_string): Don't BitBlt transparently.
15461
15462 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
15463 (x_from_xcolors): Adjust RGB values for W32.
15464 (image_background, image_background_transparent)
15465 (postprocess_image, x_to_xcolors, x_disable_image)
15466 (x_build_heuristic_mask): Adapt for W32 and enable.
15467 (x_create_x_image_and_pixmap): Mark images with palettes as such.
15468 (xbm_load): Remove unused variable.
15469
15470 2002-11-14 Richard M. Stallman <rms@gnu.org>
15471
15472 * buffer.c (syms_of_buffer): Doc fix.
15473
15474 2002-11-14 Dave Love <fx@gnu.org>
15475
15476 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
15477
15478 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
15479 * xmenu.c (unuse_menu_items, digest_single_submenu):
15480 * xfns.c (x_put_x_image):
15481 * xdisp.c (message2_nolog, set_message):
15482 * undo.c (record_point):
15483 * terminfo.c (tparam):
15484 * syntax.c (scan_sexps_forward):
15485 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
15486 * composite.c (update_compositions):
15487 * cm.c (calccost, cmgoto):
15488 * charset.c (c_string_width): Declare all args (per C99).
15489
15490 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
15491
15492 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
15493 Don't declare.
15494
15495 * emacs.c (main) [!VMS]: Avoid third arg.
15496
15497 * fns.c (Fcopy_sequence): Doc fix.
15498 (Fmap_char_table): Cast `call2'.
15499
15500 2002-11-14 Francesco Potorti` <pot@gnu.org>
15501
15502 * s/sol2-8.h: New file.
15503
15504 2002-11-14 Kim F. Storm <storm@cua.dk>
15505
15506 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
15507 dependency on `risky-local-variable' and the :propertize form.
15508
15509 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
15510
15511 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
15512
15513 * syntax.c (scan_sexps_forward): Undo last patch.
15514 Use a more obvious fix: check eob before updating the syntax table.
15515
15516 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
15517
15518 * syntax.c (scan_sexps_forward): Update syntax table before reading
15519 a char rather than after so we don't update the table past eob.
15520
15521 2002-11-09 Dave Love <fx@gnu.org>
15522
15523 * buffer.c (Fset_buffer_major_mode): Fix last change.
15524
15525 * regex.c (regexec): Fix pmatch declaration.
15526
15527 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
15528
15529 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
15530 to self-inserting characters.
15531 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
15532
15533 * coding.c (Vtranslation_table_for_input): New.
15534 (syms_of_coding): DEFVAR it.
15535
15536 2002-11-08 Juanma Barranquero <lektu@terra.es>
15537
15538 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
15539 window.
15540
15541 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15542
15543 * process.c (Fformat_network_address): Remove unused locals p,
15544 cp, and i.
15545
15546 2002-11-06 Dave Love <fx@gnu.org>
15547
15548 * buffer.c (Qset_buffer_major_mode_hook): New.
15549 (Fset_buffer_major_mode): Use it.
15550
15551 2002-11-06 Richard M. Stallman <rms@gnu.org>
15552
15553 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
15554 and stop_polling.
15555
15556 * process.c (wait_reading_process_input):
15557 Test POLLING_PROBLEM_IN_SELECT, not hpux.
15558 Avoid initialization for auto Lisp_Object var.
15559
15560 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
15561
15562 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
15563
15564 2002-11-05 Richard M. Stallman <rms@gnu.org>
15565
15566 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
15567
15568 * callint.c (Fcall_interactively): New local filter_specs.
15569 (Fcall_interactively): Check for progn as well as let.
15570 Add a gcpro.
15571 (Qprogn): New variable.
15572 (syms_of_callint): Staticpro and init Qprogn.
15573
15574 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
15575
15576 * lread.c (Feval_buffer): Doc fix.
15577
15578 2002-11-04 Dave Love <fx@gnu.org>
15579
15580 * keyboard.c (read_char): Always translate iff
15581 Vkeyboard_translate_table is a char table and c is valid.
15582
15583 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
15584 and fix C types.
15585
15586 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
15587
15588 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
15589
15590 * editfns.c (get_pos_property): Don't hardcode Qfield.
15591
15592 * keyboard.c (adjust_point_for_property): Handle `display' prop on
15593 overlays. Also handle `invisible' prop.
15594
15595 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
15596
15597 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
15598 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
15599
15600 2002-11-01 Andreas Schwab <schwab@suse.de>
15601
15602 * editfns.c (Fmessage): Revert last change to properly handle %%.
15603
15604 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
15605
15606 * xmenu.c (unuse_menu_items): New fun.
15607 (menu_items_inuse): New var.
15608 (syms_of_xmenu): Initialize it.
15609 (init_menu_items): Use it to detect re-entrance.
15610 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
15611 (Fx_popup_menu): Remove spurious XSETFRAME.
15612
15613 * editfns.c (find_field): Make an exception for nil fields.
15614
15615 2002-11-01 Dave Love <fx@gnu.org>
15616
15617 * m/gec63.h: Deleted.
15618
15619 2002-10-31 Dave Love <fx@gnu.org>
15620
15621 * xterm.c (XTread_socket): Fix last change.
15622 (xaw_scroll_callback): Cast call_data to long to avoid warning.
15623
15624 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
15625
15626 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
15627
15628 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
15629
15630 * editfns.c (overlays_around, get_pos_property): New funs.
15631 (find_field): Use them.
15632 Also be careful not to modify POS before its last use.
15633 (Fmessage): Don't Fformat if there's nothing to format.
15634
15635 2002-10-30 Dave Love <fx@gnu.org>
15636
15637 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
15638 [HAVE_PTY_H]; Include pty.h.
15639
15640 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
15641
15642 * xterm.c (Qeql): Declare.
15643 (Vx_keysym_table): New.
15644 (syms_of_xterm): Initialize it.
15645 (XTread_socket): Use it. Deal with ASCII keysyms.
15646 (XSetIMValues) [HAVE_X11R6]: Prototype.
15647
15648 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
15649 (lispy_kana_keys): Comment out.
15650 (make_lispy_event) [XK_kana_A]: Comment out.
15651 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
15652 Fix sprintf call.
15653
15654 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
15655 regexp.h change).
15656 (TERMINFO, LIBS_TERMCAP): Define.
15657
15658 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
15659 (bcmp): Define conditional on HAVE_BCMP.
15660 (NO_SIOCTL_H): Don't define.
15661 (TIOCSIGSEND): Don't make conditional on IRIX6.
15662
15663 * s/sol2-5.h: Don't include strings.h.
15664 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
15665
15666 * s/irix6-0.h (IRIX6): Don't define.
15667 (bcopy, bcmp, bzero): Don't undef.
15668
15669 * s/irix6-5.h: Don't include strings.h.
15670 (IRIX6): Don't define.
15671 (bcopy, bcmp, bzero): Don't undef.
15672
15673 * syntax.c (Fforward_comment): Doc fix.
15674
15675 2002-10-29 Kim F. Storm <storm@cua.dk>
15676
15677 * process.c (Fsignal_process): Allow PROCESS to be specified by
15678 name in addition to pid (as integer or string).
15679
15680 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
15681
15682 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
15683 environments.
15684
15685 2002-10-27 Kim F. Storm <storm@cua.dk>
15686
15687 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
15688
15689 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
15690
15691 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
15692
15693 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
15694
15695 2002-10-26 Richard M. Stallman <rms@gnu.org>
15696
15697 * editfns.c (Fformat): Detect invalid format letters for floats.
15698
15699 2002-10-25 Kenichi Handa <handa@m17n.org>
15700
15701 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
15702 (x_set_title): Likewise.
15703
15704 2002-10-25 Juanma Barranquero <lektu@terra.es>
15705
15706 * macgui.h:
15707 * w32gui.h: Remove definition of XColor.
15708
15709 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
15710
15711 2002-10-24 Kim F. Storm <storm@cua.dk>
15712
15713 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
15714 Callers changed (supply dummy arg).
15715
15716 * lisp.h (get_window_cursor_type): Update prototype.
15717
15718 * w32term.c (x_display_and_set_cursor): Get active_cursor from
15719 get_window_cursor_type to track system caret.
15720
15721 2002-10-24 Kim F. Storm <storm@cua.dk>
15722
15723 * process.c (Fformat_network_address): New function.
15724 (syms_of_process): Defsubr it.
15725 (list_processes_1): Use it to format :local/:remote address if
15726 service/host is not set; before Emacs would crash in that case.
15727 (Fmake_network_process): Don't use Ffind_operation_coding_system
15728 to setup coding system if host or service is not set.
15729
15730 2002-10-23 Juanma Barranquero <lektu@terra.es>
15731
15732 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
15733
15734 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
15735 COLORREF.
15736
15737 * macgui.h:
15738 * w32gui.h: Add definition of XColor.
15739
15740 * macfns.c:
15741 * w32fns.c:
15742 * xfaces.c: Remove definition of XColor.
15743
15744 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
15745
15746 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
15747
15748 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
15749 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
15750 window if it is dedicated.
15751 (Fshrink_window): Add preserve_before as was done for enlarge_window.
15752 (Vspecial_display_function): Update docstring.
15753
15754 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
15755 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
15756 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
15757
15758 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
15759
15760 * casefiddle.c (casify_region): Don't treat a prefix char as part
15761 of a word when at the beginning.
15762
15763 2002-10-17 Juanma Barranquero <lektu@terra.es>
15764
15765 * lread.c (syms_of_lread): Fix typos.
15766
15767 2002-10-17 Dave Love <fx@gnu.org>
15768
15769 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
15770
15771 2002-10-16 Richard M. Stallman <rms@gnu.org>
15772
15773 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
15774
15775 2002-10-14 Juanma Barranquero <lektu@terra.es>
15776
15777 * w16select.c (syms_of_win16select): Fix docstring for
15778 `selection-coding-system'.
15779
15780 * w32select.c (syms_of_w32select): Likewise.
15781
15782 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
15783
15784 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
15785 a backslash-quoted char.
15786 (scan_lists, scan_sexps_forward): Pacify the compiler.
15787
15788 2002-10-13 Richard M. Stallman <rms@gnu.org>
15789
15790 * window.c (window_scroll): Set immediate_quit.
15791
15792 * print.c (print): When backquote form is the car of a list,
15793 output in old style. Use old_backquote_output to output all
15794 comma forms inside it in old style too.
15795
15796 * buffer.h (struct buffer): Move `undo_list' down below `name'.
15797
15798 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
15799
15800 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
15801 batch mode).
15802
15803 * lread.c (Fload): Doc fix (load-suffixes).
15804
15805 2002-10-10 Steven Tamm <steventamm@mac.com>
15806
15807 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
15808 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
15809 Also switch the default to Qnil from Qt.
15810
15811 2002-10-08 Kenichi Handa <handa@m17n.org>
15812
15813 * coding.c (code_convert_region): When we need more GAP for
15814 conversion, pay attention to the case that coding->produced is not
15815 greater than coding->consumed.
15816
15817 2002-10-07 Richard M. Stallman <rms@gnu.org>
15818
15819 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
15820
15821 2002-10-06 Andrew Choi <akochoi@shaw.ca>
15822
15823 * macmenu.c (mac_menu_show): Add j to count menu items; match
15824 menu_item_selection to it to find selected item.
15825
15826 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15827
15828 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
15829 cases. The correct fix is to pass ReparentNotify to Xt.
15830 The shell widget interprets ConfigureNotify differently depending
15831 on if it has been reparented or not.
15832
15833 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
15834
15835 * editfns.c (Fformat_time_string): Doc fix.
15836
15837 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
15838
15839 * fns.c (Flength): Doc fix.
15840
15841 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
15842
15843 * keyboard.c (keyremap): New struct.
15844 (read_key_sequence): Use it: globally replace keytran_foo with
15845 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
15846 keytran_next and fkey_next to just `next'.
15847
15848 2002-10-04 Steven Tamm <steventamm@mac.com>
15849
15850 * macterm.c (keycode_to_xkeysym_table): Change return to be
15851 treated like an X keysym.
15852
15853 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15854
15855 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
15856 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
15857 This is to also handle x/y changes that occur because of a resize.
15858
15859 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
15860
15861 * frame.c (Vdelete_frame_functions): New variable.
15862 (syms_of_frame): Initialize and defvar it.
15863 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
15864 it when frame's `tooltip' parameter is non-nil.
15865
15866 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
15867
15868 * w32fns.c (x_create_tip_frame): Likewise.
15869
15870 * macfns.c (x_create_tip_frame): Likewise.
15871
15872 2002-09-30 Kenichi Handa <handa@m17n.org>
15873
15874 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
15875 -1 before calling ccl_driver.
15876
15877 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
15878 Only when it is non-nil, handle composition sequence.
15879 (setup_coding_system) <0>: Don't force composition handling.
15880
15881 * Makefile.in (lisp, shortlisp): Add utf-16.elc
15882
15883 2002-09-29 Richard M. Stallman <rms@gnu.org>
15884
15885 * search.c (Freplace_match): Adjust match data for the substitution
15886 just made in the buffer.
15887
15888 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
15889 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
15890
15891 2002-09-27 Richard M. Stallman <rms@gnu.org>
15892
15893 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
15894 (read_char): Use them. Do all exits thru the end of the function.
15895
15896 2002-09-27 Kenichi Handa <handa@etl.go.jp>
15897
15898 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
15899 is nil.
15900
15901 2002-09-26 Richard M. Stallman <rms@gnu.org>
15902
15903 * regex.h (__restrict_arr): Don't define if already defined.
15904
15905 * coding.c (run_pre_post_conversion_on_str):
15906 Save and restore Vdeactivate_mark.
15907
15908 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
15909
15910 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
15911
15912 2002-09-26 Kenichi Handa <handa@etl.go.jp>
15913
15914 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
15915 nonzero, try face's family at first. Otherwise try FAMILY at first.
15916 (choose_face_font): If C is a single byte char or latin-1, call
15917 try_font_list with PREFER_FACE_FAMILY 1.
15918
15919 2002-09-21 Richard M. Stallman <rms@gnu.org>
15920
15921 * window.c (select_window_1): Don't select frame.
15922 Set frame's selected window only when frame itself is selected.
15923 (Fselect_window): Doc fix.
15924
15925 2002-09-18 Kim F. Storm <storm@cua.dk>
15926
15927 * process.c (make-network-process): Doc fix (there is no
15928 network-server-log-function hook).
15929
15930 2002-09-18 Richard M. Stallman <rms@gnu.org>
15931
15932 * print.c (print): Clear out the unused parts of Vprint_number_table.
15933 (syms_of_print): Doc fix for `print-number-table'.
15934
15935 * unexelf.c (unexec): Undo previous change.
15936
15937 2002-09-17 Andreas Schwab <schwab@suse.de>
15938
15939 * m/alpha.h [LINUX]: Don't define DATA_START.
15940
15941 2002-09-16 Dave Love <fx@gnu.org>
15942
15943 * unexelf.c (unexec): Deal with .got, reinstating change from
15944 25-08-1999.
15945
15946 2002-09-13 Richard M. Stallman <rms@gnu.org>
15947
15948 * s/sol2-6.h (UNEXEC): Comment out definition.
15949
15950 * unexsol.c (unexec): Don't downcase first letter of error msg.
15951
15952 * xfaces.c (Fcolor_supported_p): Just one arg is required.
15953
15954 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
15955
15956 * unexsol.c: Include buffer.h, charset.h, coding.h.
15957
15958 2002-09-11 Richard M. Stallman <rms@gnu.org>
15959
15960 * unexsol.c: Don't use report_file_error; do it by hand
15961 using dlerror.
15962
15963 * process.c (wait_reading_process_input, both versions):
15964 Before calling turn_on_atimers, call stop_polling.
15965
15966 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
15967
15968 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
15969 we go to too_near_end, call clear_glyph_matrix.
15970 (redisplay_window): After make_cursor_line_fully_visible,
15971 call clear_glyph_matrix and bypass `goto done'.
15972
15973 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
15974 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
15975
15976 2002-09-10 Richard M. Stallman <rms@gnu.org>
15977
15978 * fileio.c (Fdo_auto_save): Catch error making directory.
15979 Only call push_message if we need to.
15980 At the same time, make an unwind-protect to pop it.
15981 Rename local message_p to old_message_p.
15982 (do_auto_save_make_dir, do_auto_save_eh): New functions.
15983 (do_auto_save_unwind): Don't call pop_message.
15984
15985 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
15986
15987 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
15988
15989 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
15990
15991 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
15992
15993 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
15994
15995 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
15996 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
15997 (re_match_2_internal): Be more careful with infinite loops.
15998
15999 2002-09-10 Kim F. Storm <storm@cua.dk>
16000
16001 * macros.c (end_kbd_macro): New function.
16002 (Fend_kbd_macro): Use it.
16003
16004 * macros.h (end_kbd_macro): Declare extern.
16005
16006 * keyboard.c (Fdiscard_input): If defining keyboard macro,
16007 end and save it instead of discarding it.
16008
16009 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
16010
16011 * s/sol2-6.h: Fix typo. Add comment.
16012
16013 2002-09-09 Richard M. Stallman <rms@gnu.org>
16014
16015 * regex.c (regnum_t): Use signed int, not unsigned int.
16016
16017 * s/sol2-6.h: New file.
16018
16019 * s/sol2-5.h (UNEXEC): Definition deleted.
16020
16021 2002-09-08 Kim F. Storm <storm@cua.dk>
16022
16023 * macros.c (executing_macro_index): Change type to EMACS_INT.
16024 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
16025
16026 * macros.h (executing_macro_index): Change type to EMACS_INT.
16027
16028 2002-09-06 Richard M. Stallman <rms@gnu.org>
16029
16030 * casetab.c (set_case_table): Make canon table point to eqv table.
16031
16032 2002-09-06 Juanma Barranquero <lektu@terra.es>
16033
16034 * coding.c (syms_of_coding): Fix spacing.
16035
16036 * composite.c (Fcompose_region_internal)
16037 (Fcompose_string_internal): Likewise.
16038
16039 * data.c (Flsh): Likewise.
16040
16041 * fontset.c (Fset_fontset_font): Likewise.
16042
16043 * macfns.c (Fx_server_max_request_size): Likewise.
16044
16045 * w16select.c (syms_of_win16select): Likewise.
16046
16047 * w32select.c (syms_of_w32select): Likewise.
16048
16049 * xselect.c (syms_of_xselect): Likewise.
16050
16051 2002-09-05 Richard M. Stallman <rms@gnu.org>
16052
16053 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
16054 call EXTEND_RANGE_TABLE and return a proper value.
16055 (set_image_of_range): Don't call set_image_of_range_1
16056 if no TRANSLATE or if range includes all of Latin-1.
16057 Only call it for the Latin-1 part of the range.
16058 For other cases, make two separate ranges,
16059 one for the original specified characters and one for
16060 their case-conversions.
16061
16062 2002-09-04 Richard M. Stallman <rms@gnu.org>
16063
16064 * s/sol2-5.h (UNEXEC): Use unexsol.o.
16065
16066 * window.c (displayed_window_lines): Correct for one-off bug
16067 in HEIGHT on non-window displays.
16068
16069 * regex.c (set_image_of_range_1): New function.
16070 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
16071 Return a value to indicate running out of memory.
16072 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
16073 (extend_range_table_work_area): New subroutine.
16074 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
16075 Different calling conventions, and used from set_image_of_range{,_1}.
16076 (IMMEDIATE_QUIT_CHECK): Definitions moved.
16077
16078 2002-09-04 Juanma Barranquero <lektu@terra.es>
16079
16080 * makefile.w32-in: All dependencies updated.
16081
16082 2002-09-01 Richard M. Stallman <rms@gnu.org>
16083
16084 * unexsol.c: New file.
16085
16086 * xfns.c (Qbox): Declare external, don't define.
16087
16088 * xdisp.c (redisplay_window) <force-start case>:
16089 If point is on semi-visible last line, reposition
16090 it at previous line.
16091
16092 * alloc.c (display_malloc_warning): Use display-warning.
16093 (malloc_warning_1): Function deleted.
16094
16095 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
16096
16097 * lread.c (read1): Handle #! by skipping the line.
16098
16099 2002-08-31 Richard M. Stallman <rms@gnu.org>
16100
16101 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
16102 Don't include LDFLAGS.
16103 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
16104
16105 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
16106
16107 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
16108 member of x_display_info unless we compile for some window system.
16109
16110 2002-08-31 Kim F. Storm <storm@cua.dk>
16111
16112 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
16113 (get_window_cursor_type): Don't use them.
16114 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
16115
16116 2002-08-30 Kenichi Handa <handa@etl.go.jp>
16117
16118 * xdisp.c (get_next_display_element): Fix previous change.
16119
16120 2002-08-30 Andrew Choi <akochoi@shaw.ca>
16121
16122 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
16123 (expose_window): Use it to fix the display of overlapping
16124 rows (merge code from xterm.c).
16125
16126 * macfns.c (Qbox): Add extern declaration.
16127
16128 2002-08-30 Juanma Barranquero <lektu@terra.es>
16129
16130 * w32fns.c (Qbox): Make extern.
16131 (syms_of_w32fns): Remove initialization of Qbox.
16132
16133 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
16134
16135 * xfns.c (Fx_open_connection): Fix error message.
16136
16137 2002-08-30 Kim F. Storm <storm@cua.dk>
16138
16139 The following changes consolidates the handling of the cursor
16140 type in xdisp.c, moving duplicate code and functionality from
16141 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
16142
16143 * frame.h (enum text_cursor_kinds): Consolidated here.
16144 Added DEFAULT_CURSOR value.
16145 (struct frame) <desired_cursor, cursor_width>
16146 <blink_off_cursor, blink_off_cursor_width>: New fields.
16147 Consolidated from output_x, output_w32 and output_mac structs.
16148 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
16149 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
16150
16151 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
16152 Variables consolidated here.
16153 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
16154 (Vcursor_in_non_selected_windows): Renamed from
16155 cursor_in_non_selected_windows and changed to Lisp_Object.
16156 (syms_of_xdisp): Define and staticpro new and moved variables.
16157 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
16158 consolidated here. Recognize Qhollow setting.
16159 (set_frame_cursor_types): New function to set frame cursor types
16160 based on the frame parameters.
16161 (get_window_cursor_type): New function to calculate new cursor
16162 type and width for the specified window. Based on duplicated
16163 code consolidated here.
16164 Enhancements: cursor-in-non-selected-windows may be a cursor type,
16165 check buffer-local alternate-cursor-type and blink-cursor-alist
16166 before using built-in blink off methods.
16167
16168 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
16169
16170 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
16171 (get_specified_cursor_type, get_window_cursor_type)
16172 (set_frame_cursor_types): Added prototypes.
16173
16174 * macfns.c (x_specified_cursor_type): Removed.
16175 (x_set_cursor_type): Use set_frame_cursor_types.
16176 (Qbar, Qbox): Removed.
16177 (syms_of_macfns): Don't intern or staticpro them.
16178
16179 * macterm.c (x_specified_cursor_type): Remove prototype.
16180 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
16181 (x_display_and_set_cursor): Use get_window_cursor_type.
16182 Remove unused local variables cursor_non_selected, active_cursor.
16183 Redraw cursor if hbar cursor width changes.
16184 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
16185
16186 * macterm.h (enum text_cursor_kinds): Removed.
16187 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
16188 <blink_off_cursor, blink_off_cursor_width>: Members removed.
16189 (FRAME_DESIRED_CURSOR): Macro removed.
16190
16191 * w32fns.c (Vblink_cursor_alist): Removed.
16192 (Qbar, Qhbar, Qbox, Qhollow): Removed.
16193 (syms_of_w32fns): Don't intern, staticpro, or define them.
16194 (x_specified_cursor_type): Removed.
16195 (x_set_cursor_type): Use set_frame_cursor_types.
16196
16197 * w32term.c (x_specified_cursor_type): Remove prototype.
16198 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
16199 (x_display_and_set_cursor): Use get_window_cursor_type.
16200 Remove unused local variables cursor_off_state.
16201 Redraw cursor if hbar cursor width changes.
16202 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
16203
16204 * w32term.h (enum text_cursor_kinds): Removed.
16205 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
16206 <blink_off_cursor, blink_off_cursor_width>: Members removed.
16207 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
16208 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
16209 (struct w32_display_info) <x_highlight_frame>: Renamed member from
16210 w32_highlight_frame.
16211
16212 * xfns.c (Vblink_cursor_alist): Removed.
16213 (Qbar, Qhbar, Qbox, Qhollow): Removed.
16214 (syms_of_xfns): Don't intern, staticpro, or define them.
16215 (x_specified_cursor_type): Removed.
16216 (x_set_cursor_type): Use set_frame_cursor_types.
16217
16218 * xterm.c (x_specified_cursor_type): Remove prototype.
16219 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
16220 (x_display_and_set_cursor): Use get_window_cursor_type.
16221 Remove unused local variables cursor_off_state.
16222 Redraw cursor if hbar cursor width changes.
16223
16224 * xterm.h (enum text_cursor_kinds): Removed.
16225 (struct output_x) <current_cursor, desired_cursor, cursor_width>
16226 <blink_off_cursor, blink_off_cursor_width>: Members removed.
16227 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
16228 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
16229 (x_specified_cursor_type): Remove prototype.
16230
16231 2002-08-28 Richard M. Stallman <rms@gnu.org>
16232
16233 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
16234 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
16235 (Vblink_cursor_alist): New variable.
16236 (syms_of_w32fns): Initialize and defvar it.
16237 (x_specified_cursor_type): Recognize Qbox for filled box.
16238 Exceptions are hollow boxes.
16239 (Qbox, Qhollow): New variables.
16240 (syms_of_w32fns): Initialize and staticpro them.
16241
16242 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
16243 New macros.
16244 (struct w32_output): New fields blink_off_cursor,
16245 blink_off_cursor_width.
16246 (FRAME_CURSOR_WIDTH): New macro.
16247
16248 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
16249 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
16250
16251 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
16252 for bar cursor.
16253
16254 * w32term.c (expose_overlaps): New function.
16255 (expose_window): Use it to fix the display of overlapping rows.
16256
16257 2002-08-28 Simon Josefsson <jas@extundo.com>
16258
16259 * xfns.c (Fx_open_connection): Improve help when X connection
16260 fails, xhost is insecure and xauth is better.
16261
16262 2002-08-28 Juanma Barranquero <lektu@terra.es>
16263
16264 * makefile.w32-in: Add missing dependencies on w32term.h and
16265 composite.h.
16266
16267 * emacs.c (USAGE1): Add missing newline.
16268
16269 2002-08-27 Andrew Choi <akochoi@shaw.ca>
16270
16271 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
16272
16273 2002-08-27 Richard M. Stallman <rms@gnu.org>
16274
16275 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
16276 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
16277 (Vblink_cursor_alist): New variable.
16278 (syms_of_xfns): Initialize and defvar it.
16279 (x_specified_cursor_type): Recognize Qbox for filled box.
16280 Exceptions are hollow boxes.
16281 (Qbox, Qhollow): New variables.
16282 (syms_of_xfns): Initialize and staticpro them.
16283
16284 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
16285 New macros.
16286 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
16287
16288 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
16289 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
16290
16291 * emacs.c (main): Handle --script.
16292 (USAGE1): Mention --script.
16293 (standard_args): Define sort order for --script.
16294
16295 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
16296
16297 * xdisp.c (redisplay_updating_p): Variable removed.
16298 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
16299 New variables.
16300 (init_iterator): Don't free realized faces if
16301 inhibit_free_realized_faces is set.
16302 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
16303 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
16304 initialize Qinhibit_free_realized_faces.
16305
16306 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
16307 when iterator is adding glyphs to a glyph matrix.
16308
16309 2002-08-27 Kenichi Handa <handa@etl.go.jp>
16310
16311 * xdisp.c (get_next_display_element): In unibyte case, don't use
16312 octal form for such eight-bit characters that can be converted to
16313 multibyte char.
16314
16315 2002-08-26 Kim F. Storm <storm@cua.dk>
16316
16317 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
16318 foreground and background colors. From Joe Buehler.
16319
16320 2002-08-26 Miles Bader <miles@gnu.org>
16321
16322 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
16323
16324 2002-08-25 Andrew Choi <akochoi@shaw.ca>
16325
16326 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
16327 defined instead of MAC_OSX.
16328
16329 * s/darwin.h (select): Define select to sys_select only if
16330 HAVE_CARBON is defined.
16331 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
16332 (DONT_REOPEN_PTY): #def it.
16333
16334 * macterm.c (XTread_socket): Remove code to call
16335 SendEventToEventTarget for keys with command modifiers when
16336 mac_command_key_is_meta is nil.
16337
16338 2002-08-24 Andreas Schwab <schwab@suse.de>
16339
16340 * eval.c (Fdefvar): Fix last change.
16341
16342 2002-08-23 Richard M. Stallman <rms@gnu.org>
16343
16344 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
16345 Record variables in load history as (defvar . VAR).
16346 (Fdefvar): Don't record in load history if no initial value.
16347 (Qdefvar): New variable.
16348 (syms_of_eval): Init and staticpro it.
16349
16350 * lread.c (syms_of_lread): Doc fix.
16351 (build_load_history): Use Fmember to see if a definition
16352 is already in the Vload_history element.
16353
16354 * process.c (Fstart_process): Remove /: from program name.
16355
16356 * emacs.c (decode_env_path): Don't add /: if file name handler
16357 has a `safe-magic' property.
16358
16359 * callproc.c (Fcall_process): Remove /: from program name.
16360
16361 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
16362
16363 * regex.c (PATFETCH): Remove the translating fetch.
16364 (PATFETCH_RAW): Rename to PATFETCH.
16365 (set_image_of_range): New fun.
16366 (SET_RANGE_TABLE_WORK_AREA): Use it.
16367 (regex_compile): Don't translate the pattern chars so eagerly.
16368 Only do it when inserting an `exactn' bytecode or when handling
16369 a char-range.
16370 (mutually_exclusive_p): Avoid empty statement.
16371
16372 2002-08-22 Kim F. Storm <storm@cua.dk>
16373
16374 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
16375 end up on a partially visible line; this reverts a specific part
16376 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
16377 display error which has been reported several times now.
16378 However it introduces the problem that changes was supposed to fix.
16379 See my comments in the source if you want to debug this further.
16380
16381 2002-08-20 Kenichi Handa <handa@etl.go.jp>
16382
16383 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
16384
16385 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
16386
16387 * msdos.c (croak): Add `void' to definition.
16388
16389 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
16390 Don't define them, they are defined in msdos.c.
16391
16392 * mem-limits.h [MSDOS]: Declare etext.
16393
16394 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
16395 `const' since CORRECT_DIR_SEPS modifies its target.
16396
16397 2002-08-19 Kim F. Storm <storm@cua.dk>
16398
16399 * keyboard.c (Fclear_this_command_keys): Add optional arg
16400 KEEP-RECORD to avoid clearing lossage when we just want to clear
16401 the current key sequence (kmacro needs this).
16402
16403 2002-08-19 Kenichi Handa <handa@localhost>
16404
16405 * composite.c (run_composition_function): Call FUNC if it is fboundp.
16406
16407 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
16408 cons, return Qnil.
16409
16410 2002-08-17 Richard M. Stallman <rms@gnu.org>
16411
16412 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
16413
16414 * sysdep.c [!VMS]: Include sys/files.h.
16415
16416 * editfns.c (save_restriction_restore): Defend from unchained marker.
16417
16418 * buffer.c (overlays_at): Handle extending vec uniformly.
16419 (overlays_in): Handle extending vec from length 0 as in overlays_at.
16420
16421 2002-08-15 Andrew Choi <akochoi@shaw.ca>
16422
16423 * mac.c (init_mac_osx_environment): New function.
16424
16425 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
16426
16427 2002-08-14 Kim F. Storm <storm@cua.dk>
16428
16429 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
16430 executing macro before appending to it (when used from Lisp).
16431 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
16432 which is called prior to each iteration of macro (for kmacro.el).
16433 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
16434
16435 * lisp.h (Fexecute_kbd_macro): Update prototype.
16436
16437 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
16438
16439 2002-08-14 Kenichi Handa <handa@etl.go.jp>
16440
16441 * xselect.c (QUTF8_STRING): New variable.
16442 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
16443 (x_atom_to_symbol): Likewise.
16444 (x_get_local_selection): New argument local_request. If it is
16445 nonzero, call handler_fn with the second arg nil.
16446 (x_handle_selection_request): Call x_get_local_selection with
16447 local_request 0.
16448 (lisp_data_to_selection_data): Don't encode the string here.
16449 (Fx_get_selection_internal): Call x_get_local_selection with
16450 local_request 1.
16451 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
16452
16453 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
16454
16455 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
16456
16457 2002-08-13 Richard M. Stallman <rms@gnu.org>
16458
16459 * minibuf.c (Fminibufferp): New function.
16460 (syms_of_minibuf): Defsubr it.
16461 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
16462
16463 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
16464
16465 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
16466
16467 2002-08-12 Richard M. Stallman <rms@gnu.org>
16468
16469 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
16470 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
16471 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
16472 already.
16473
16474 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
16475
16476 2002-08-11 Andrew Choi <akochoi@shaw.ca>
16477
16478 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
16479 (Vmac_pass_command_to_system): New variable.
16480 (Vmac_pass_control_to_system): New variable.
16481 (do_mouse_moved): Check wp with is_emacs_window.
16482 (XTread_socket): Check window_ptr with is_emacs_window.
16483 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
16484 events back to Mac Toolbox for processing, depending on values of
16485 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
16486 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
16487 Vmac_pass_control_to_system.
16488
16489 2002-08-10 Kenichi Handa <handa@etl.go.jp>
16490
16491 * coding.c (unencodable_char_position): New function.
16492 (Funencodable_char_position): New function.
16493 (syms_of_coding): Defsubr Funencodable_char_position.
16494
16495 2002-08-10 Andrew Choi <akochoi@shaw.ca>
16496
16497 * mac.c (sys_select) [MAC_OSX]: New function.
16498
16499 * macterm.c (MakeMeTheFrontProcess): New function.
16500 (mac_initialize): Call MakeMeTheFrontProcess.
16501
16502 * s/darwin.h: Define select to sys_select.
16503
16504 2002-08-09 Richard M. Stallman <rms@gnu.org>
16505
16506 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
16507
16508 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
16509
16510 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
16511 end of the buffer.
16512
16513 2002-08-08 Ken Raeburn <raeburn@gnu.org>
16514
16515 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
16516
16517 * puresize.h (BASE_PURESIZE): Increase to 910000.
16518
16519 2002-08-08 Kenichi Handa <handa@etl.go.jp>
16520
16521 * coding.c (Ffind_operation_coding_system): For write-region, if
16522 VISIT is a filename, make it the target.
16523
16524 2002-08-07 Richard M. Stallman <rms@gnu.org>
16525
16526 * alloc.c (mark_object): Detect long lists for debugging.
16527 (mark_object_loop_halt): New variable.
16528
16529 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
16530
16531 * data.c (Fmake_variable_frame_local): Doc fix.
16532
16533 2002-08-01 David Ponce <david@dponce.com>
16534
16535 * w32menu.c (local_heap, local_alloc, local_free): New macros.
16536 (malloc_widget_value, free_widget_value)
16537 (w32_free_submenu_strings): Use them.
16538
16539 (push_submenu_start, push_submenu_end, push_left_right_boundary)
16540 (push_menu_pane, push_menu_item, single_keymap_panes)
16541 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
16542 (single_submenu, set_frame_menubar)
16543 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
16544
16545 (Fx_popup_menu): Don't show pop up menu until preceding one is
16546 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
16547
16548 * w32menu.c: Changes adapted from xmenu.c
16549 (set_frame_menubar): First parse all submenus,
16550 then make widget_value trees from them.
16551 Don't allocate any widget_value objects
16552 until we are done with the parsing.
16553 (parse_single_submenu): New function.
16554 (digest_single_submenu): New function.
16555 (single_submenu): Function deleted, replaced by those two.
16556
16557 2002-08-04 Andrew Choi <akochoi@shaw.ca>
16558
16559 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
16560 returns a valid window pointer before proceeding for keyDown and
16561 autoKey events.
16562
16563 2002-08-03 Andrew Choi <akochoi@shaw.ca>
16564
16565 * macterm.c (USE_CARBON_EVENTS): New macro.
16566 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
16567 (x_iconify_frame): Call CollapseWindow.
16568 (Vmac_reverse_ctrl_meta): New variable.
16569 (Vmac_wheel_button_is_mouse_2): New variable.
16570 (init_mac_drag_n_drop): New function.
16571 (mac_do_receive_drag): New function.
16572 (mac_handle_service_event): New function.
16573 (init_service_handler): New function.
16574 (mac_to_emacs_modifiers): New function.
16575 (mac_event_to_emacs_modifiers): New function.
16576 (mac_get_mouse_btn): New function.
16577 (mac_convert_event_ref): New function.
16578 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
16579 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
16580 mac_get_mouse_btn.
16581 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
16582
16583 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
16584 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
16585 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
16586 TOOL_BAR_EVENT for MAC_OS as well.
16587 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
16588 as for WINDOWS_NT.
16589 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
16590
16591 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
16592
16593 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
16594
16595 * xdisp.c (forward_to_next_line_start): Fix a condition that
16596 lead to a newline being skipped.
16597
16598 2002-08-02 Andrew Choi <akochoi@shaw.ca>
16599
16600 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
16601
16602 2002-08-01 Richard M. Stallman <rms@gnu.org>
16603
16604 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
16605
16606 2002-07-31 Andrew Choi <akochoi@shaw.ca>
16607
16608 * macfns.c: #undef init_process before #define-ing it.
16609
16610 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
16611 HAVE_CARBON is defined.
16612
16613 2002-07-31 Richard M. Stallman <rms@gnu.org>
16614
16615 * xmenu.c (set_frame_menubar): First parse all submenus,
16616 then make widget_value trees from them.
16617 Don't allocate any widget_value objects
16618 until we are done with the parsing.
16619 (parse_single_submenu): New function.
16620 (digest_single_submenu): New function.
16621 (single_submenu): Function deleted, replaced by those two.
16622
16623 2002-07-30 Juanma Barranquero <lektu@terra.es>
16624
16625 * w32proc.c (syms_of_ntproc): Fix docstring of
16626 `w32-get-true-file-attributes'.
16627
16628 2002-07-28 Richard M. Stallman <rms@gnu.org>
16629
16630 * s/hpux8.h (HPUX8): Define this before including hpux.h.
16631 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
16632
16633 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
16634
16635 * keyboard.c (make_lispy_event):
16636 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
16637 Explicitly clear up_modifier in event->modifiers.
16638
16639 2002-07-27 Richard M. Stallman <rms@gnu.org>
16640
16641 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
16642
16643 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
16644 for bar cursor.
16645
16646 2002-07-26 Kenichi Handa <handa@etl.go.jp>
16647
16648 * coding.c (detect_coding_iso2022): While checking a byte sequence
16649 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
16650 it in the normal loop.
16651
16652 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
16653
16654 * xterm.c (expose_overlaps): New function.
16655 (expose_window): Use it to fix the display of overlapping rows.
16656
16657 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
16658
16659 2002-07-23 Ken Raeburn <raeburn@gnu.org>
16660
16661 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
16662 since it only depends on XUINT.
16663
16664 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
16665 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
16666 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
16667 Macros deleted.
16668
16669 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
16670 its value over other approaches.
16671 * sysdep.c (start_of_data): Don't define the function if a macro
16672 form has been defined.
16673
16674 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
16675
16676 * xdisp.c (redisplay_updating_p): New variable.
16677 (init_iterator): Don't free realized faces when
16678 redisplay_updating_p is set.
16679 (redisplay_internal): Set redisplay_updating_p while updating
16680 the display.
16681
16682 2002-07-23 Richard M. Stallman <rms@gnu.org>
16683
16684 * editfns.c (Fmessage): Treat "" like nil.
16685
16686 2002-07-23 Kenichi Handa <handa@etl.go.jp>
16687
16688 * xdisp.c (face_before_or_after_it_pos):
16689 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
16690
16691 2002-07-22 Juanma Barranquero <lektu@terra.es>
16692
16693 * callproc.c (init_callproc) [DOS_NT]:
16694 Initialize Vshared_game_score_directory to nil.
16695 (syms_of_callproc) [DOS_NT]: Likewise.
16696
16697 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
16698
16699 * xdisp.c (display_line): Replace an abort with xassert.
16700
16701 2002-07-21 Richard M. Stallman <rms@gnu.org>
16702
16703 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
16704 and END_UNCHANGED when setting buffer_unchanged_p.
16705 Use current_matrix_up_to_date_p to decide whether to use
16706 try_cursor_movement.
16707
16708 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
16709
16710 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
16711
16712 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
16713 Set to nil if dir does not exist.
16714 (syms_of_callproc): Init unconditionally and simply.
16715
16716 * buffer.c (Fbuffer_list): Doc fix.
16717
16718 2002-07-21 Ken Raeburn <raeburn@gnu.org>
16719
16720 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
16721
16722 * buffer.c (mmap_realloc): When shrinking, make sure number of
16723 pages to unmap is rounded towards zero.
16724
16725 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
16726 (XSETINT): Deleted.
16727
16728 * m/att3b.h (XINT): Don't define.
16729 (VALBITS, VALMASK, XTYPE): Deleted.
16730 (DATA_SEG_BITS): Define.
16731 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
16732 ARRAY_MARK_FLAG): Deleted.
16733 (DATA_SEG_BITS): Define.
16734 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
16735 (DATA_SEG_BITS): Define.
16736
16737 2002-07-20 Richard M. Stallman <rms@gnu.org>
16738
16739 * print.c (print_error_message): New args CONTEXT and CALLER.
16740 Calls changed.
16741
16742 * lisp.h (print_error_message): Declare new args.
16743
16744 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
16745 and CONTEXT to print_error_message, don't print them here.
16746 For a Quit, don't use Vsignaling_function.
16747 Call message_log_maybe_newline.
16748
16749 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
16750
16751 2002-07-20 Kim F. Storm <storm@cua.dk>
16752
16753 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
16754
16755 2002-07-19 Ken Raeburn <raeburn@gnu.org>
16756
16757 * bytecode.c (struct byte_stack): Pointers into byte string now
16758 point to const.
16759 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
16760 const.
16761 * charset.h (BCOPY_SHORT): Source pointer now points to const.
16762 * coding.c (encode_eol, detect_coding, detect_eol):
16763 (decode_coding, encode_coding, detect_coding_system):
16764 Source strings now treated as const.
16765 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
16766 modify Lisp string contents.
16767 * coding.h (decode_coding, encode_coding, detect_coding,
16768 detect_eol): Declarations updated.
16769 * composite.c (compose_chars_in_text): Treat Lisp string contents
16770 as const.
16771 * dispnew.c (safe_bcopy): Source pointer now points to const.
16772 * lisp.h (STRING_COPYIN): New macro.
16773 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
16774 (internal_with_output_to_temp_buffer): Declarations updated.
16775 * print.c (temp_output_buffer_setup):
16776 (internal_with_output_to_temp_buffer): Buffer name argument is now
16777 pointer to const.
16778 * sound.c (struct sound_device): Function pointer field "write"
16779 buffer argument now points to const.
16780 (vox_write): Buffer argument points to const.
16781 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
16782 contents as const.
16783 * sysdep.c (emacs_write): Buffer pointer now const.
16784 * term.c (encode_terminal_code): Buffer pointer now const.
16785 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
16786 (x_face_list_fonts, x_update_menu_appearance):
16787 (hash_string_case_insensitive): Treat Lisp string contents as const.
16788
16789 2002-07-19 Juanma Barranquero <lektu@terra.es>
16790
16791 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
16792
16793 * fileio.c (syms_of_fileio): Likewise.
16794 (Ffile_name_as_directory): Fix argument name in docstring.
16795 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
16796
16797 2002-07-18 Richard M. Stallman <rms@gnu.org>
16798
16799 * data.c (Fdefalias): Doc fix.
16800
16801 2002-07-17 Dave Love <fx@gnu.org>
16802
16803 * intervals.h (text_property_stickiness): Use P_.
16804
16805 * ccl.c: Remove `emacs' conditionals.
16806 (ccl_backtrace_table): Fix size spec.
16807 (ccl_driver): Fix type errors.
16808
16809 2002-07-16 Ken Raeburn <raeburn@gnu.org>
16810
16811 * alloc.c (xstrdup, make_string, make_unibyte_string)
16812 (make_multibyte_string, build_string): String pointer args now
16813 point to const.
16814 * charset.c (find_charset_in_text, c_string_width):
16815 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
16816 * fileio.c (report_file_error):
16817 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
16818 (count_combining_before, count_combining_after, insert_1_both):
16819 (insert, insert_and_inherit, insert_string):
16820 (insert_before_markers, insert_before_markers_and_inherit):
16821 * lread.c (intern, oblookup, hash_string):
16822 * minibuf.c (temp_echo_area_glyphs):
16823 * search.c (fast_c_string_match_ignore_case):
16824 * sysdep.c (emacs_open, set_file_times):
16825 * xfaces.c (xstricmp):
16826 * xdisp.c (store_frame_title, string_char_and_length):
16827 (message_dolog, message2, message2_nolog, set_message): Likewise.
16828 (set_message_1): Cast message string argument to const pointer.
16829 * editfns.c (general_insert_function): Insertion function now
16830 takes pointer to const for input data.
16831 * charset.h (find_charset_in_text, c_string_width):
16832 (parse_str_as_multibyte): Declarations updated.
16833 * dispextern.h (xstricmp): Declaration updated.
16834 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
16835 (count_size_as_multibyte, count_combining_before):
16836 (count_combining_after, insert_1, insert_1_both, message_dolog):
16837 (insert, insert_and_inherit, insert_before_markers)
16838 (insert_before_markers_and_inherit, set_message, message2):
16839 (message2_dolog, build_string, make_string, make_unibyte_string):
16840 (make_multibyte_string, intern, oblookup, report_file_error):
16841 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
16842 (emacs_open, xstrdup): Declarations updated.
16843 * systime.h (set_file_times): Declaration updated.
16844
16845 * charset.c (find_charset_in_text, lisp_string_width): Use const
16846 for pointer to lisp string data.
16847 * charset.h (FETCH_STRING_CHAR_ADVANCE):
16848 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
16849 * coding.c (Ffind_coding_systems_region_interval):
16850 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
16851 (Fmake_directory_internal, Fdelete_directory):
16852 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
16853 * fontset.c (font_family_registry, fs_query_fontset):
16854 (list_fontsets):
16855 * frame.c (Fframe_parameter):
16856 * keyboard.c (cmd_error_internal):
16857 * keymap.c (Fdescribe_buffer_bindings):
16858 * lread.c (complete_filename_p, openp):
16859 * minibuf.c (Fminibuffer_complete_word):
16860 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
16861 (face_before_or_after_it_pos, next_element_from_string):
16862 (get_overlay_arrow_glyph_row, display_mode_element):
16863 (decode_mode_spec_coding):
16864 * xterm.c (same_x_server): Likewise.
16865
16866 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
16867 settings of non-existent fields.
16868
16869 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
16870 copy a lisp value.
16871
16872 * lread.c (Fintern_soft): Use string macros instead of
16873 Lisp_String fields.
16874 * keyboard.c (echo_char, parse_modifiers_uncached):
16875 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
16876 * textprop.c (validate_interval_range, interval_of): Likewise.
16877
16878 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
16879
16880 * charset.h (FETCH_STRING_CHAR_ADVANCE)
16881 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
16882 XSTRING()->size_byte.
16883
16884 * lisp.h (SDATA, SREF): Produce rvalue.
16885 (SSET): New macro.
16886 * alloc.c (make_event_array): Use SSET for storing into a string.
16887 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
16888 a string.
16889 * casefiddle.c (casify_object): Use SSET.
16890 * charset.h (FETCH_STRING_CHAR_ADVANCE)
16891 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
16892 address of string contents.
16893 * data.c (Faref): Use SDATA.
16894 (Faset): Use SDATA, SSET.
16895 * dired.c (directory_files_internal): Use SSET.
16896 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
16897 (Fread_file_name): Use SREF, SSET.
16898 * fns.c (concat): Use SSET.
16899 (concat, Fdelete): Use SDATA.
16900 * insdel.c (insert_from_string_1): Use SDATA.
16901 * keyboard.c (Fevent_convert_list): Use SREF.
16902 * lread.c (Fload): Use SDATA, SSET.
16903 * macfns.c (validate_x_resource_name): Use SSET.
16904 * process.c (status_message): Use SSET.
16905 * search.c (wordify): Use SDATA.
16906 (Freplace_match): Use SREF.
16907 * w32fns.c (validate_x_resource_name): Use SSET.
16908 * xfns.c (validate_x_resource_name): Use SSET.
16909 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
16910
16911 2002-07-16 Richard M. Stallman <rms@gnu.org>
16912
16913 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
16914
16915 * xdisp.c (reconsider_clip_changes):
16916 Don't test prevent_redisplay_optimizations_p.
16917 (redisplay_internal): Test prevent_redisplay_optimizations_p
16918 along with clip_changed in some cases.
16919 (try_window_id): Likewise.
16920 (redisplay_window): New local var buffer_unchanged_p.
16921
16922 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
16923
16924 * process.c (create_process): Test USG_SUBTTY_WORKS.
16925 (process_send_signal): Clean up handling of GID.
16926 Detect errors in ioctls meant to set GID.
16927
16928 * window.c (temp_output_buffer_show):
16929 Don't set prevent_redisplay_optimizations_p.
16930
16931 2002-07-15 Juanma Barranquero <lektu@terra.es>
16932
16933 * eval.c (Fdefvaralias): Add docstring argument.
16934
16935 2002-07-15 Ken Raeburn <raeburn@gnu.org>
16936
16937 * lisp.h (STRING_INTERVALS): Produce rvalue.
16938 (STRING_SET_INTERVALS): New macro.
16939 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
16940 * fns.c (Fstring_as_multibyte): Likewise.
16941 * intervals.c (balance_possible_root_interval, delete_interval)
16942 (create_root_interval, copy_intervals_to_string): Likewise.
16943 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
16944 instead of 0.
16945
16946 2002-07-14 Ken Raeburn <raeburn@gnu.org>
16947
16948 * lisp.h (STRING_SET_CHARS): New macro.
16949 (SCHARS, SBYTES): Produce rvalues.
16950 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
16951 * fns.c (concat): Likewise.
16952 * lread.c (read_vector): Likewise.
16953
16954 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
16955 (STRING_SET_UNIBYTE): New macro.
16956 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
16957 length of -1) changed to use STRING_SET_UNIBYTE.
16958 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
16959 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
16960 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
16961 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
16962 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
16963 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
16964 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
16965 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
16966 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
16967 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
16968 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
16969 STRING_BYTES or indirection changed to SCHARS, SBYTES,
16970 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
16971 unchanged for now.
16972
16973 2002-07-13 Kim F. Storm <storm@cua.dk>
16974
16975 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
16976
16977 2002-07-12 Richard M. Stallman <rms@gnu.org>
16978
16979 * fileio.c (Fwrite_region): Doc fix.
16980
16981 * print.c (print_error_message): Don't handle Vsignaling_function here.
16982
16983 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
16984 (command_loop_1): Avoid certain actions after memory-full error.
16985
16986 * eval.c (Fsignal): Don't call cancel_hourglass.
16987 For a memory-full error, don't call Vsignal_hook_function
16988 and don't set Vsignaling_function.
16989
16990 * process.c (process_send_signal): Add abort call.
16991
16992 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
16993
16994 * keymap.c (Fkey_binding): Fix typo.
16995
16996 2002-07-11 Richard M. Stallman <rms@gnu.org>
16997
16998 * alloc.c (Vmemory_full): New variable.
16999 (Vmemory_signal_data): Rename from memory_signal_data.
17000 Uses changed.
17001 (syms_of_alloc): Defvar them.
17002 (memory_full, buffer_memory_full): Set Vmemory_full.
17003
17004 * lisp.h (Vmemory_full): Add declaration.
17005 (current_column, indented_beyond_p): Change declaration.
17006
17007 * indent.c (last_known_column): Declare as double, not float.
17008 (current_column, current_column_1, string_display_width)
17009 (position_indentation): Return `double'.
17010 (indented_beyond_p): Arg `column' is `double'. Callers changed.
17011
17012 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
17013 (back_to_previous_visible_line_start)
17014 (reseat_at_next_visible_line_start, next_element_from_buffer):
17015 Use `double', not `float', when calling indented_beyond_p.
17016
17017 * s/hpux11.h (BROKEN_SA_RESTART): Define.
17018
17019 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
17020
17021 2002-07-11 Juanma Barranquero <lektu@terra.es>
17022
17023 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
17024 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
17025 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
17026 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
17027 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
17028 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
17029
17030 2002-07-10 Juanma Barranquero <lektu@terra.es>
17031
17032 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
17033 All callers changed.
17034
17035 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
17036
17037 * data.c (Fdefalias): Add an optional `docstring' argument.
17038 (set_internal, Fsetq_default): Use XCAR/XCDR.
17039
17040 * composite.c (HASH_VALUE, HASH_KEY):
17041 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
17042
17043 2002-07-09 Kenichi Handa <handa@etl.go.jp>
17044
17045 * callproc.c (Fcall_process): Fix previous change.
17046
17047 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
17048
17049 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
17050 Add support for hash-tables.
17051 (Ftry_completion): Return t even if the string appears multiple times.
17052
17053 * fns.c (Fnconc): Use XCDR.
17054 (Fprovide): Use CONSP and XCDR.
17055 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
17056 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
17057 (Fmake_hash_table): Accept `:size nil'.
17058 (Fmakehash): Delete: moved to subr.el.
17059 (syms_of_fns): Don't defsubr makehash.
17060
17061 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
17062 (HASH_TABLE_SIZE): Move from fns.c.
17063
17064 2002-07-07 Richard M. Stallman <rms@gnu.org>
17065
17066 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
17067 Instead just return 0 when there is something to be done.
17068 (try_scrolling): If make_cursor_line_fully_visible returns 0,
17069 retry scrolling as if cursor were off the bottom.
17070 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
17071 return CURSOR_MOVEMENT_MUST_SCROLL.
17072 (redisplay_window): If make_cursor_line_fully_visible returns 0,
17073 go to try_to_scroll.
17074
17075 * buffer.c (Fbuffer_local_value): Store current value into its binding
17076 so we get the up-to-date value for the binding that is loaded.
17077
17078 * eval.c (Fdefmacro): Doc fix.
17079
17080 2002-07-05 Dave Love <fx@gnu.org>
17081
17082 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
17083 correctly.
17084
17085 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
17086 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
17087 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
17088 CCL_LookupCharConstTbl.
17089 (syms_of_ccl): Defvar translation-hash-table-vector.
17090
17091 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17092
17093 * xdisp.c: Remove unused variable `face'.
17094
17095 2002-07-04 Juanma Barranquero <lektu@terra.es>
17096
17097 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
17098 obsolescence information.
17099
17100 2002-07-03 Andrew Choi <akochoi@shaw.ca>
17101
17102 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
17103 pattern. Search cache first.
17104 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
17105 for Japanese font.
17106 (XLoadQueryFont): Use it.
17107
17108 2002-07-02 Richard M. Stallman <rms@gnu.org>
17109
17110 * keymap.c (Fdefine_key): Doc fix.
17111
17112 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
17113
17114 2002-07-02 Juanma Barranquero <lektu@terra.es>
17115
17116 * keymap.c (syms_of_keymap): Fix typo.
17117
17118 2002-07-01 Andrew Choi <akochoi@shaw.ca>
17119
17120 * s/darwin.h: Define POSIX_SIGNALS.
17121
17122 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
17123 and FSRefMakePath to convert FSSpec returned with Apple Event to
17124 Posix pathname.
17125 (mac_initialize) [TARGET_API_MAC_CARBON]:
17126 Call init_required_apple_events and disable the `Quit' menu item
17127 provided automatically by the Carbon Toolbox.
17128
17129 2002-07-01 Dave Love <fx@gnu.org>
17130
17131 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
17132 for K&R.
17133
17134 * xterm.c: Fix prototype for K&R.
17135
17136 * term.c (costs_set): Declare static, non-initialized for pcc.
17137
17138 2002-07-01 Richard M. Stallman <rms@gnu.org>
17139
17140 * keyboard.c (timer_last_idleness_start_time): New variable.
17141 (timer_start_idle): Set that.
17142 (read_key_sequence): Use that to reset timer_idleness_start_time
17143 to previous value.
17144
17145 * window.c (Frecenter): With arg, set optional_new_start.
17146
17147 * xdisp.c (redisplay_internal): Make optional_new_start really work.
17148
17149 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
17150 buffer for completion.
17151
17152 2002-06-29 Ken Raeburn <raeburn@gnu.org>
17153
17154 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
17155
17156 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17157
17158 * keyboard.c (readable_filtered_events): New function that filters
17159 FOCUS_IN_EVENT depending on parameter.
17160 (readable_events): Calls readable_filtered_events, not filtering
17161 FOCUS_IN_EVENT.
17162 (get_filtered_input_pending): New function, filtering parameter passed
17163 to readable_filtered_events.
17164 (get_input_pending): Calls get_filtered_input_pending, not filtering
17165 FOCUS_IN_EVENT.
17166 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
17167 FOCUS_IN_EVENT.
17168
17169 * xterm.h (struct x_output): Add focus_state.
17170
17171 * xterm.c (x_focus_changed): New function.
17172 (x_detect_focus_change): New function.
17173 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
17174 EnterNotify and LeaveNotify to track X focus changes.
17175
17176 2002-06-28 Andreas Schwab <schwab@suse.de>
17177
17178 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
17179
17180 2002-06-27 Kim F. Storm <storm@cua.dk>
17181
17182 * xdisp.c (mode_line_string_list, mode_line_string_face)
17183 (mode_line_string_face_prop): New variables.
17184 (store_mode_line_string): New function.
17185 (display_mode_element): Use store_mode_line_string to
17186 add mode-line string elements to mode_line_string_list
17187 when mode_line_string_list is non-nil.
17188 (Fformat_mode_line): Now returns propertized string by
17189 default. New arg NO-PROPS to ignore properties.
17190 (decode_mode_spec): Only add two dashes for %- in propertized
17191 mode-line string.
17192 (syms_of_xdisp): Init and staticpro mode_line_string_list.
17193
17194 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
17195
17196 * minibuf.c (minibuffer_completion_contents): Add return type.
17197
17198 2002-06-27 Juanma Barranquero <lektu@terra.es>
17199
17200 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
17201
17202 2002-06-26 Juanma Barranquero <lektu@terra.es>
17203
17204 * fileio.c (read_file_name_cleanup): Add missing return.
17205
17206 2002-06-26 Richard M. Stallman <rms@gnu.org>
17207
17208 * window.c (Frecenter): Don't set force_start flag.
17209
17210 * minibuf.c (do_completion, Fminibuffer_complete_word)
17211 (Fminibuffer_completion_help): Complete just the text before point.
17212 (minibuffer_completion_contents): New function.
17213
17214 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
17215
17216 * frame.c (frames_bury_buffer): Function deleted.
17217
17218 2002-06-25 Miles Bader <miles@gnu.org>
17219
17220 * callint.c (Fcall_interactively): When checking to see if doprnt hit
17221 the end of callint_message, allow for a terminating '\0'.
17222
17223 2002-06-24 Juanma Barranquero <lektu@terra.es>
17224
17225 * w32select.c: Include composite.h.
17226
17227 * w16select.c: Likewise.
17228
17229 2002-06-24 Kenichi Handa <handa@etl.go.jp>
17230
17231 * callproc.c (Fcall_process): If code detection is necessary,
17232 call detect_coding directly here.
17233
17234 * coding.c (detect_eol): Preserve coding->cmp_data.
17235
17236 * w16select.c (Fw16_get_clipboard_data):
17237 * w32fns.c (w32_to_x_font):
17238 * w32select.c (Fw32_get_clipboard_data):
17239 * xselect.c (selection_data_to_lisp_data):
17240 * xterm.c (XTread_socket): Disable composition handling.
17241
17242 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
17243
17244 * print.c (temp_output_buffer_setup): Kill all local variables.
17245
17246 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
17247
17248 * lread.c (Fread): Remove redundant and imprecise declaration.
17249
17250 * xfns.c (check_x_display_info): Use check_x_frame.
17251
17252 * .gdbinit (xprintsym): Use the new `xname' field.
17253 (xsymbol): Use it.
17254
17255 2002-06-22 Jason Rumney <jasonr@gnu.org>
17256
17257 * w32fns.c (file_dialog_callback): New function.
17258 (Fx_file_dialog): Allow selecting directories as well as files.
17259
17260 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17261
17262 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
17263 OpenBSD. Add support for mipseb-*-netbsd* machines.
17264
17265 2002-06-17 Andrew Choi <akochoi@shaw.ca>
17266
17267 * macterm.c (mac_scroll_area): Set foreground and backcolor to
17268 black and white before scrolling. Restore frame background and
17269 foreground color after scrolling.
17270 (do_window_update): Call XClearWindow before calling expose_frame.
17271 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
17272 FRAME_FOREGROUND_PIXEL of frame.
17273
17274 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
17275 test Mac command key as <ALT> key.
17276
17277 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
17278
17279 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
17280
17281 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
17282 Lookup keys in function-key-map immediately so that key-translation-map
17283 can be applied earlier.
17284 Remove function_key_possible and key_translation_possible, replaced
17285 by checking `keytran_start < t'.
17286
17287 * .gdbinit (xsymbol): Use the new `xname' field.
17288
17289 2002-06-17 Andrew Choi <akochoi@shaw.ca>
17290
17291 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
17292 test Mac command key as <ALT> key.
17293
17294 * mac.c (do_applescript): Call initialize_applescript if necessary
17295 when first called. Dispose of result_desc only when there is no error.
17296 (Fdo_applescript): Use %d format specifier instead of %ld.
17297
17298 2002-06-16 Andrew Choi <akochoi@shaw.ca>
17299
17300 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
17301 of FrontWindow for cases keyDown and autoKey.
17302
17303 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
17304 Vdefault_fontset to Monaco with mac-roman coding.
17305
17306 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
17307 init_process before and after inclusion of Carbon/Carbon.h, resp.
17308
17309 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
17310 cursor_gc.
17311 (add_font_name_table_entry): New function.
17312 (init_font_name_table): Use add_font_name_table_entry; add italic,
17313 bold, and bold-italic entries for truetype fonts.
17314
17315 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
17316 for Mac too.
17317 (try_font_list) [MAC_OS]: If no font matches given registry, try
17318 fonts with any registry matching face_family.
17319 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
17320
17321 * s/darwin.h: If autoconf detects the Ncurses library, define
17322 LIBS_TERMCAP to -lncurses to use it.
17323
17324 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
17325
17326 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
17327
17328 2002-06-15 Richard M. Stallman <rms@gnu.org>
17329
17330 * window.c (Fset_window_configuration): Explicitly preserve
17331 the point value that new_current_buffer had at the start.
17332
17333 2002-06-14 Juanma Barranquero <lektu@terra.es>
17334
17335 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
17336 Fix typos.
17337
17338 2002-06-14 Kim F. Storm <storm@cua.dk>
17339
17340 * insdel.c (insert_1_both, insert_from_string_1)
17341 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
17342 insert happened in the end_unchanged region. Otherwise, the
17343 redisplay may be confused and duplicate the last line in the
17344 buffer [seen after save-buffer when require-final-newline==t].
17345
17346 2002-06-13 Jason Rumney <jasonr@gnu.org>
17347
17348 * w32.c (init_environment): Remove EMACSLOCKDIR.
17349 (stat): Swap _S_IFDIR and _S_IFREG.
17350
17351 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17352
17353 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
17354 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
17355 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
17356 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
17357 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
17358 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
17359 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
17360 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
17361 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
17362 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
17363 SELECTION_REQUEST_EVENT, selection_clear_event to
17364 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
17365 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
17366 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
17367 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
17368 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
17369 no_event to NO_EVENT.
17370
17371 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17372
17373 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
17374
17375 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
17376
17377 * intervals.c (textget): Don't forget to `return'.
17378 (lookup_char_property): Use XCAR/XCDR.
17379
17380 2002-06-12 Juanma Barranquero <lektu@terra.es>
17381
17382 * xdisp.c (Fformat_mode_line): Fix typo.
17383
17384 2002-06-12 Kim F. Storm <storm@cua.dk>
17385
17386 * xdisp.c (Fformat_mode_line): New function.
17387 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
17388 (store_frame_title_char, store_frame_title): Use unconditionally.
17389 (init_xdisp): Defsubr Fformat_mode_line.
17390 Initialize frame_title_buf etc. unconditionally.
17391
17392 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
17393
17394 * keyboard.c (read_key_sequence):
17395 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
17396 things through those maps after downcasing events.
17397 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
17398 applies after function-key-map.
17399 Make sure that keytran can be done in the middle in the sequence.
17400 Be careful not to throw away events past the one we downcase.
17401
17402 * lread.c (read_integer): Remove unused var `tem'.
17403 (read1): Fix int/Lisp_Object mixup.
17404
17405 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
17406
17407 2002-06-11 Richard M. Stallman <rms@gnu.org>
17408
17409 * keyboard.c (readable_events): Ignore any number of
17410 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
17411
17412 2002-06-09 Miles Bader <miles@gnu.org>
17413
17414 * xfaces.c (Ftty_supports_face_attributes_p): New function.
17415 (parse_rgb_list, tty_lookup_color): New functions.
17416 (tty_defined_color): Use `tty_lookup_color' to do all the work.
17417 (color_distance, Fcolor_distance): New functions.
17418 (TTY_SAME_COLOR_THRESHOLD): New macro.
17419 (Qtty_color_standard_values): New variable.
17420 (syms_of_xfaces): Initialize new vars & functions.
17421
17422 2002-06-08 Colin Walters <walters@verbum.org>
17423
17424 * textprop.c (Vchar_property_alias_alist): New variable.
17425 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
17426
17427 * intervals.c (lookup_char_property): New function for looking up
17428 overlay and text properties, created from textget.
17429 (textget): Use it.
17430
17431 * intervals.h (lookup_char_property): Declare.
17432 (Vchar_property_alias_alist): Declare.
17433
17434 * buffer.c (Foverlay_get): Use lookup_char_property.
17435
17436 2002-06-07 Sam Steingold <sds@gnu.org>
17437
17438 * xselect.c (lisp_data_to_selection_data): Fix last change:
17439 *data_ret is not a Lisp string, while unibyte_string is.
17440
17441 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
17442
17443 * xselect.c (lisp_data_to_selection_data): Fix last change:
17444 set size_ret.
17445
17446 2002-06-07 Andreas Schwab <schwab@suse.de>
17447
17448 * m/amdx86-64.h: New file.
17449
17450 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
17451
17452 * fns.c (Fstring_make_unibyte): Doc fix.
17453
17454 * xselect.c (lisp_data_to_selection_data): If the requested type
17455 is STRING, call string_make_unibyte to encode the selected text
17456 as a string.
17457
17458 * window.c (Fset_window_hscroll): Doc fix.
17459
17460 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17461
17462 * fileio.c (choose_write_coding_system):
17463 Call select-safe-coding-system properly.
17464
17465 2002-06-03 Richard M. Stallman <rms@gnu.org>
17466
17467 * xdisp.c (message_with_string): Error if STRING is not a string.
17468
17469 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
17470
17471 * fileio.c (choose_write_coding_system): Pass FILE arg to
17472 Vselect_safe_coding_system_function.
17473
17474 2002-06-03 Ken Raeburn <raeburn@gnu.org>
17475
17476 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
17477
17478 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
17479
17480 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
17481 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
17482 * keymap.c (describe_command): Likewise.
17483 * minibuf.c (read_minibuf): Likewise.
17484
17485 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
17486 Cast `current_column' return value to int.
17487 (back_to_previous_visible_line_start)
17488 (reseat_at_next_visible_line_start, next_element_from_buffer):
17489 Cast `indented_beyond_p' 3rd arg to float.
17490
17491 * indent.c (last_known_column): Now a float.
17492 (current_column_1, position_indentation, current_column)
17493 (string_display_width): Return float.
17494 (Fcurrent_column): Cast `current_column' return value to int.
17495 (Fcurrent_indentation): Cast `position_indentation' retval to int.
17496 (indented_beyond_p): Third arg now a float.
17497 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
17498
17499 * lisp.h (current_column): Now returns float.
17500 (indented_beyond_p): 3rd arg now a float.
17501
17502 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
17503
17504 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
17505 is Qcompound_text_with_extensions.
17506
17507 * xselect.c (lisp_data_to_selection_data): Always set selection
17508 type as string if x_encode_text returns streingp non-NULL.
17509
17510 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
17511
17512 2002-05-30 Richard M. Stallman <rms@gnu.org>
17513
17514 * window.c (Fset_window_configuration): Correct the handling
17515 of point in current buffer, to work with multiple windows.
17516
17517 2002-05-29 Colin Walters <walters@verbum.org>
17518
17519 * lread.c (Fread_from_string): Don't depend on order of evaluation
17520 for C function parameters.
17521
17522 2002-05-28 Richard M. Stallman <rms@gnu.org>
17523
17524 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
17525 way for blinked-off state and for a nonselected window.
17526
17527 * window.c (window_scroll_pixel_based): Don't call Fbolp;
17528 instead, see if the new start pos is at beginning of line.
17529
17530 * fileio.c (Fwrite_region): If START is a string, don't
17531 make any annotations.
17532
17533 * eval.c (syms_of_eval): Doc fix.
17534
17535 2002-05-28 Colin Walters <walters@debian.org>
17536
17537 * emacs.c (USAGE1): Add --no-splash.
17538 (standard_args): Ditto.
17539
17540 2002-05-28 Colin Walters <walters@gnu.org>
17541
17542 * lread.c (readchar_count): New variable.
17543 (readchar): Increment it.
17544 (unreadchar): Decrement it.
17545 (read_multibyte): Decrement it.
17546 (Vread_with_symbol_positions): New variable.
17547 (Vread_symbol_positions_list): New variable.
17548 (read_internal_start): New function, created from Fread and
17549 Fread_from_string. Handle Vread_symbol_positions_list and
17550 Vread_with_symbol_positions.
17551 (readevalloop, Fread, Fread_from_string): Use it.
17552 (read1): Use readchar_count to add symbol positions to
17553 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
17554 (syms_of_lread): DEFVAR_LISP and initialize them.
17555
17556 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
17557 (substitute_object_recurse, substitute_object_in_subtree)
17558 (substitute_in_interval): Prototype.
17559 (read_multibyte): Return c if it's less than zero.
17560
17561 2002-05-28 Kim F. Storm <storm@cua.dk>
17562
17563 * fileio.c (Fread_file_name_internal): Added brute-force
17564 speed up for using predicate file-directory-p.
17565
17566 2002-05-28 Kim F. Storm <storm@cua.dk>
17567
17568 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
17569 New variables.
17570 (syms_of_fileio): DEFVAR_LISP them.
17571 (read_file_name_cleanup): New unwind function.
17572 (Fread_file_name_internal): Only return completions satifying
17573 Vread_file_name_predicate. Temporarily unwind protect and rebind
17574 default-directory while checking completions against the predicate.
17575 (Fread_file_name): Added PREDICATE argument. Specbind it to
17576 Vread_file_name_predicate during completion.
17577 Call Vread_file_name_function to read the file name if non-nil.
17578
17579 * lisp.h (Fread_file_name): Now has 6 args.
17580
17581 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
17582 predicate for Fread_file_name when reading directory name.
17583 Supply Qnil for predicate in other calls to Fread_file_name.
17584
17585 2002-05-26 Miles Bader <miles@gnu.org>
17586
17587 * term.c (tty_capable_p): New function.
17588 * dispextern.h (tty_capable_p): New function declaration.
17589 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
17590 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
17591
17592 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
17593
17594 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
17595 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
17596 (Vwrite_region_annotate_functions): Docstring fix.
17597
17598 2002-05-23 Kim F. Storm <storm@cua.dk>
17599
17600 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
17601 phys_cursor's hpos is overwritten. This is still not completely
17602 correct, as it doesn't really make sense to use hpos at all to
17603 get the cursor glyph (as that is relative to the width of the
17604 characters on the line, which may have changed during the update).
17605
17606 2002-05-22 Jason Rumney <jasonr@gnu.org>
17607
17608 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
17609 Lisp_Object.
17610 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
17611 Use modified enumfont_t struct.
17612
17613 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
17614
17615 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
17616 Handle the `hbar' cursor type.
17617 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
17618
17619 * w32fns.c (Qhbar): New variable.
17620 (x_specified_cursor_type): Use it.
17621
17622 2002-05-21 Ken Raeburn <raeburn@gnu.org>
17623
17624 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
17625 now, when the address is needed.
17626
17627 2002-05-21 Colin Walters <walters@gnu.org>
17628
17629 * Makefile.in (shortlisp): Add font-core.el.
17630
17631 2002-05-20 Richard M. Stallman <rms@gnu.org>
17632
17633 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
17634
17635 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
17636 equivalent key bindings here.
17637
17638 2002-05-20 Ken Raeburn <raeburn@gnu.org>
17639
17640 Change symbol structure to contain a lisp object for the symbol
17641 name:
17642 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
17643 object field named "xname".
17644 (SYMBOL_NAME): New macro.
17645 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
17646 name field.
17647 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
17648 (mark_object, gc_sweep): Use symbol xname field and XSTRING
17649 instead of name field.
17650 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
17651 SYMBOL_NAME instead of XSYMBOL and name field.
17652 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
17653 instead of XSYMBOL and name field.
17654 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
17655 and SYMBOL_NAME instead of XSYMBOL and name field.
17656 * coding.c (Fread_coding_system, code_convert_region1)
17657 (code_convert_string1, code_convert_string_norecord)
17658 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
17659 XSYMBOL and name field.
17660 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
17661 (Fmake_variable_buffer_local, Fmake_local_variable)
17662 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
17663 of XSYMBOL and name field.
17664 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
17665 XSYMBOL and name field.
17666 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
17667 instead of XSYMBOL and name field.
17668 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
17669 XSYMBOL and name field.
17670 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
17671 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
17672 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
17673 instead of XSYMBOL and name field.
17674 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
17675 (parse_modifiers, apply_modifiers, Fevent_convert_list)
17676 (parse_solitary_modifier, Fexecute_extended_command):
17677 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
17678 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
17679 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
17680 of XSYMBOL and name field.
17681 (describe_command, describe_translation): Use SYMBOL_NAME and
17682 assignment instead of XSYMBOL and name field and XSETSTRING.
17683 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
17684 instead of XSYMBOL and name field.
17685 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
17686 name field and XSETSTRING.
17687 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
17688 of XSYMBOL and name field.
17689 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
17690 assignment instead of XSYMBOL and name field and XSETSTRING.
17691 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
17692 XSTRING instead of XSYMBOL and name field.
17693 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
17694 and XSTRING instead of XSYMBOL and name field.
17695 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
17696 and XSTRING instead of XSYMBOL and name field.
17697 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
17698 XSTRING instead of XSYMBOL and name field.
17699 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
17700 of XSYMBOL and name field.
17701 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
17702 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
17703
17704 2002-05-19 Ken Raeburn <raeburn@gnu.org>
17705
17706 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
17707 and XCDR real rvalues in most configurations.
17708
17709 * buffer.c (fix_overlays_in_range, fix_overlays_before):
17710 Don't take the address of the cdr part of a cons cell; instead, track
17711 the parent cell and call XSETCDR, or set the variable for the head
17712 of the list if we haven't started down the list yet.
17713
17714 2002-05-19 Richard M. Stallman <rms@gnu.org>
17715
17716 * doc.c (reread_doc_file): Don't ask for confirmation.
17717
17718 2002-05-18 Jason Rumney <jasonr@gnu.org>
17719
17720 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
17721 (xbm_load_image): Use it.
17722 (xbm_load): Ditto.
17723 (xbm_read_bitmap_data): Reverted to xfns.c version.
17724 From David Ponce <david@dponce.com>.
17725
17726 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17727
17728 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
17729 2.02 and later.
17730
17731 2002-05-16 Juanma Barranquero <lektu@terra.es>
17732
17733 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
17734
17735 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
17736
17737 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
17738 meaningful test.
17739 (read_char_minibuf_menu_prompt): Fix typo.
17740
17741 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17742
17743 * eval.c (Fcommandp): Doc fix.
17744
17745 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
17746
17747 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
17748 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
17749 (Fset_keymap_parent): Gcpro a bit more.
17750 (access_keymap): Gcpro around meta_map call and around the main loop.
17751 (get_keyelt): Gcpro when following indirect references.
17752 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
17753 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
17754 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
17755 Remove useless ad-hoc remap code.
17756
17757 2002-05-13 Richard M. Stallman <rms@gnu.org>
17758
17759 * search.c (search_buffer): Give up boyer moore search if inverse
17760 translation change charset_base.
17761
17762 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
17763
17764 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
17765 characters is carried over from the previous block of text, adjust
17766 coding->produced to account for the extra character.
17767
17768 2002-05-11 Andreas Schwab <schwab@suse.de>
17769
17770 * coding.c (intersection): Keep the elements of the returned list
17771 in the same order as in the first list.
17772
17773 2002-05-11 Kim F. Storm <storm@cua.dk>
17774
17775 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
17776 only update cmm_size if realloc actually succeeds.
17777 Testing with initial size of 2 elements revealed that using
17778 realloc on GNU/Linux would cause a random trap in xmalloc
17779 later on, so I rewrote the code to use malloc/bcopy/free instead
17780 of realloc.
17781
17782 2002-05-10 Jason Rumney <jasonr@gnu.org>
17783
17784 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
17785
17786 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
17787
17788 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
17789 parens, to ensure correct evaluation order.
17790
17791 2002-05-10 Kim F. Storm <storm@cua.dk>
17792
17793 * keymap.c (Vemulation_mode_map_alists): New variable.
17794 (syms_of_keymap): DEFVAR_LISP it.
17795 (current_minor_maps): Process keymap alists in that list before
17796 minor-mode-overriding-map-alist and minor-mode-map-alist.
17797
17798 2002-05-09 Richard M. Stallman <rms@gnu.org>
17799
17800 * search.c (Freplace_match): Doc fix.
17801
17802 2002-05-09 Kim F. Storm <storm@cua.dk>
17803
17804 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
17805 Enlarge cursor rectangle drawn around image with non-zero relief.
17806
17807 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
17808 Enlarge cursor rectangle drawn around image with non-zero relief.
17809
17810 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
17811 Enlarge cursor rectangle drawn around image with non-zero relief.
17812
17813 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
17814
17815 * xselect.c (lisp_data_to_selection_data): Don't set selection
17816 type if comes from the Lisp object's car. If the selection
17817 contains a pure ASCII text, always return QSTRING as its type.
17818
17819 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17820
17821 * mac.c (mac-cut-function): Doc fix.
17822
17823 2002-05-05 Richard M. Stallman <rms@gnu.org>
17824
17825 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
17826
17827 2002-05-04 Jason Rumney <jasonr@gnu.org>
17828
17829 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
17830 for event-click-count.
17831
17832 * process.c (init_process): Only add server subfeature if we can
17833 use non-blocking I/O.
17834
17835 2002-05-04 Andrew Choi <akochoi@shaw.ca>
17836
17837 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
17838 repeatedly.
17839
17840 2002-05-03 Jason Rumney <jasonr@gnu.org>
17841
17842 * process.c (Fmake_network_process): Only support server sockets
17843 when we can make them non-blocking.
17844
17845 * s/ms-w32.h (HAVE_SELECT): Define.
17846
17847 * w32.h (FILE_NDELAY): New flag.
17848
17849 * w32.c (sys_getpeername, fcntl): New functions.
17850 (_sys_read_ahead): Temporarily block on non-blocking sockets.
17851
17852 * w32proc.c: Include sys/file.h.
17853
17854 2002-05-03 Colin Walters <walters@verbum.org>
17855
17856 * callproc.c (Vgame_score_directory): Renamed to
17857 Vshared_game_score_directory.
17858
17859 2002-04-30 Richard M. Stallman <rms@gnu.org>
17860
17861 * s/gnu.h [emacs]: Include stdio.h.
17862 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
17863
17864 * eval.c (do_autoload): Error if called while preparing to dump.
17865
17866 * fns.c (Frequire): Error if need to load while preparing to dump.
17867
17868 2002-04-28 Colin Walters <walters@verbum.org>
17869
17870 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
17871 Default to "~/.emacs.d/games".
17872
17873 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
17874
17875 * lread.c (openp): Change arg exec_only to predicate.
17876 (build_load_history): Use XCAR/XCDR.
17877 (Flocate_file_internal): New fun.
17878 (syms_of_lread): Defsubr it.
17879 (Fload): Update call to openp.
17880
17881 * lisp.h (openp): Update prototype.
17882
17883 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
17884 * w32proc.c (sys_spawnve):
17885 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
17886 * w32.c (check_windows_init_file):
17887 * sound.c (Fplay_sound_internal):
17888 * process.c (Fstart_process):
17889 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
17890 * mac.c (run_mac_command):
17891 * emacs.c (init_cmdargs):
17892 * callproc.c (Fcall_process): Update call to openp.
17893
17894 * textprop.c (remove_properties): Don't use XCAR without CONSP.
17895
17896 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
17897
17898 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17899
17900 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
17901 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
17902
17903 2002-04-28 Richard M. Stallman <rms@gnu.org>
17904
17905 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
17906
17907 * eval.c (Fcommandp): New arg for_call_interactively.
17908 * lisp.h (Fcommandp): Declare new arg.
17909
17910 2002-04-28 Jason Rumney <jasonr@gnu.org>
17911
17912 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
17913
17914 * w32.c (stat, fstat): Use file index information to generate
17915 inodes for directories where available.
17916
17917 2002-04-26 Andrew Choi <akochoi@shaw.ca>
17918
17919 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
17920 [HAVE_CARBON]: Include Mac object files.
17921
17922 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
17923 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
17924 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
17925 MAC_OSX, and MAC_OS instead of macintosh.
17926
17927 * editfns.c [MAC_OS8]: Include stdio.h.
17928
17929 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
17930
17931 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
17932 Apple Monaco.
17933
17934 * process.c (QCfamily, QCfilte): Declare extern.
17935 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
17936 calling select.
17937
17938 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
17939
17940 * tparam.c [MAC_OSX]: Don't define BC and UP.
17941
17942 * config.in [HAVE_CARBON]: Add.
17943
17944 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
17945 Move here from mac/src and mac/inc.
17946
17947 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
17948
17949 2002-04-26 Gerd Moellmann <gerd@gnu.org>
17950
17951 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
17952 Compute phys_cursor_width from the x position returned
17953 by x_draw_glyhs, which is cheaper.
17954 (x_display_and_set_cursor): Compute the buffer-local value
17955 of `cursor-in-non-selected-windows' only when needed.
17956
17957 2002-04-25 Gerd Moellmann <gerd@gnu.org>
17958
17959 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
17960 cursor on a stretch glyph has a width that depends on
17961 x_stretch_cursor_p.
17962
17963 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17964
17965 * abbrev.c (abbrev-start-location): Doc fix.
17966
17967 * indent.c (Fvertical_motion): Fix last change.
17968
17969 2002-04-25 Gerd Moellmann <gerd@gnu.org>
17970
17971 * indent.c (Fvertical_motion): Move to the start of the line
17972 containing PT before moving up or down.
17973
17974 2002-04-24 Gerd Moellmann <gerd@gnu.org>
17975
17976 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
17977 case of writing a whole row, more or less analogous to the case of
17978 writing only parts of a row.
17979
17980 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
17981 0 for NO_CURSOR.
17982
17983 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
17984
17985 2002-04-23 Colin Walters <walters@verbum.org>
17986
17987 * buffer.c (syms_of_buffer): Doc fix.
17988
17989 2002-04-23 Gerd Moellmann <gerd@gnu.org>
17990
17991 * xterm.c (notice_overwritten_cursor): Handle the special case
17992 of the cursor being in the first blank non-text line at the
17993 end of a window.
17994
17995 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
17996 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
17997 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
17998 bar cursors only, to make phys_cursor_width contain what its name
17999 suggests.
18000 (notice_overwritten_cursor): Consider the cursor image erased if
18001 the output area intersects the cursor image in y-direction.
18002
18003 2002-04-23 Simon Marshall <simon@gnu.org>
18004
18005 * xfns.c (x_set_mouse_color): Change default for cross_cursor
18006 to XC_hand2.
18007
18008 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18009
18010 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
18011
18012 2002-04-22 Kim F. Storm <storm@cua.dk>
18013
18014 * textprop.c (remove_properties): Fixed trap for malformed plist.
18015
18016 2002-04-22 Richard M. Stallman <rms@gnu.org>
18017
18018 * cmds.c (Fend_of_line): Handle intangible text in mid line.
18019
18020 * window.c (make_window): Initialize height_fixed_p,
18021 last_cursor_off_p, and p->cursor_off_p slots.
18022
18023 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18024
18025 * fns.c (use-dialog-box): Doc fix.
18026
18027 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18028
18029 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
18030 variables `row', `i' and `area'.
18031 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
18032 toolkit library.
18033
18034 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
18035
18036 * xfaces.c (clear_font_table): Don't free the default font of
18037 a frame even if it's on another display.
18038 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
18039 that could be Qt.
18040
18041 2002-04-19 Juanma Barranquero <lektu@terra.es>
18042
18043 * indent.c (Fmove_to_column): Remove unused local variable
18044 `next_boundary_byte'.
18045 (current_column_1): Likewise.
18046
18047 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
18048
18049 * msdos.c (Qhbar): New variable.
18050 (syms_of_msdos): Intern and staticpro it.
18051 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
18052 cursor type.
18053
18054 2002-04-19 Dave Lambert <dlambert@acm.org>
18055
18056 Theses change implement an underscore-like (`hbar') cursor.
18057
18058 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
18059
18060 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
18061 Handle the `hbar' cursor type.
18062 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
18063
18064 * xfns.c (Qhbar): New variable.
18065 (syms_of_xfns): Intern and staticpro it.
18066 (x_specified_cursor_type): Handle `hbar' cursor.
18067
18068 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
18069 not defined.
18070
18071 2002-04-18 Richard M. Stallman <rms@gnu.org>
18072
18073 * textprop.c (remove_properties): New arg LIST allows scanning
18074 either a list or a plist.
18075 (interval_has_some_properties_list): New function, like
18076 interval_has_some_properties using list instead of plist.
18077 All callers changed.
18078 (Fremove_list_of_text_properties): New function.
18079 (syms_of_textprop): Defsubr it.
18080
18081 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
18082
18083 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
18084
18085 2002-04-17 Juanma Barranquero <lektu@terra.es>
18086
18087 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
18088
18089 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
18090
18091 * window.c (coordinates_in_window): Don't report on margin area
18092 if its width is zero.
18093
18094 2002-04-16 Jason Rumney <jasonr@gnu.org>
18095
18096 * w32fns.c (Fx_file_dialog): Decode file name before using.
18097
18098 * w32term.c (construct_drag_n_drop): Likewise.
18099
18100 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
18101
18102 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
18103 store load-history in pure space.
18104
18105 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
18106
18107 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
18108
18109 * xterm.c (Qlatin_1, Qutf_8): New vars.
18110 (syms_of_xterm): Initialize them.
18111 (XTread_socket): Eliminate incorrect optimization that tried to avoid
18112 decoding the output of X*LookupString.
18113 Always use latin-1 to decode the output of XLookupString.
18114 Try Xutf8LookupString if XmbLookupString failed.
18115
18116 * region-cache.c (new_region_cache): Use BEG.
18117
18118 2002-04-16 Gerd Moellmann <gerd@gnu.org>
18119
18120 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
18121 configuration files.
18122 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
18123 returns 0.
18124
18125 2002-04-15 Andreas Schwab <schwab@suse.de>
18126
18127 * config.in: Regenerated using autoheader.
18128
18129 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
18130 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
18131 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
18132 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
18133 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
18134 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
18135 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
18136 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
18137 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
18138 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
18139 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
18140 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
18141 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
18142 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
18143 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
18144 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
18145 STACK_DIRECTION, now set by autoconf.
18146
18147 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18148
18149 * dispnew.c (marginal_area_string): Sort arguments.
18150
18151 * dispextern.h (marginal_area_string): Add prototype.
18152
18153 2002-04-13 Richard M. Stallman <rms@gnu.org>
18154
18155 * fileio.c (Finsert_file_contents):
18156 Don't call temp_output_buffer_setup--do just part, by hand.
18157
18158 * coding.c (run_pre_post_conversion_on_str):
18159 Don't call temp_output_buffer_setup--do just part, by hand.
18160
18161 * keyboard.c (command_loop_1): Don't call start_hourglass
18162 or cancel_hourglass when executing a macro.
18163
18164 * marker.c (count_markers): New function.
18165
18166 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
18167 grow without limit. Move recently used elements to the front.
18168
18169 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18170
18171 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
18172
18173 2002-04-12 Gerd Moellmann <gerd@gnu.org>
18174
18175 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
18176 rows marginal areas.
18177 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
18178 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
18179
18180 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
18181
18182 2002-04-12 Dave Love <fx@gnu.org>
18183
18184 * dispnew.c (marginal_area_string): New.
18185
18186 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
18187 (Qleft_margin, Qright_margin): Declare.
18188 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
18189
18190 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
18191 note_mode_line_highlight and extended.
18192
18193 * keyboard.c (Qleft_margin, Qright_margin): Declare.
18194 (make_lispy_event): Deal with mouse events in margins.
18195
18196 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
18197
18198 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
18199
18200 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
18201 than deactivating the mark if tmm is set to `lambda'.
18202 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
18203 Use a single event for HELP_EVENT.
18204 (Fexecute_extended_command): Save last_point_position.
18205
18206 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18207
18208 * lisp.h (Fpropertize): Add prototype.
18209
18210 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
18211
18212 2002-04-10 Colin Walters <walters@verbum.org>
18213
18214 * config.in: Add HAVE_SHARED_GAME_DIR.
18215
18216 * callproc.c (Vgame_score_directory): New variable.
18217 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
18218
18219 2002-04-10 Richard M. Stallman <rms@gnu.org>
18220
18221 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
18222
18223 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
18224
18225 * minibuf.c (read_minibuf): Use empty_string.
18226 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
18227 Short-circuit the search as soon as it "failed".
18228 (Fall_completions): Allow lambda forms and lists of strings for alist.
18229 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
18230 when require_match is nil.
18231 (Ftest_completion): Rename from `test_completion' and export to elisp.
18232 Call the predicate also when alist is a list.
18233 Obey Vcompletion_regexp_list.
18234 (do_completion, Fminibuffer_complete_and_exit): Use it.
18235 (Fassoc_string): Rename from `assoc_for_completion'.
18236 Allow list of strings as well and export to elisp.
18237
18238 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
18239
18240 * puresize.h (BASE_PURESIZE): Increase to 900KB.
18241
18242 2002-04-08 Juanma Barranquero <lektu@terra.es>
18243
18244 * w32.c (sys_accept): Don't hide variable `s'.
18245
18246 2002-04-05 Gerd Moellmann <gerd@gnu.org>
18247
18248 * callint.c (Fcall_interactively): Use INTEGERP instead of
18249 NUMBERP for checking Vhistory_length.
18250
18251 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18252
18253 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
18254 Doc fix to reflect it.
18255
18256 2002-04-04 Richard M. Stallman <rms@gnu.org>
18257
18258 * xdisp.c (display_mode_element): New arg RISKY.
18259 Disregard text props found or specified within a variable
18260 that isn't marked risky-local-variable.
18261 (Qrisky_local_variable): New variable.
18262 (syms_of_xdisp): Init and staticpro it.
18263
18264 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
18265
18266 * undo.c (record_point): New fun.
18267 (record_delete, record_insert): Use it.
18268
18269 2002-04-03 Juanma Barranquero <lektu@terra.es>
18270
18271 * doc.c (Fdocumentation): Add missing parentheses.
18272 (Fdocumentation_property): Likewise.
18273
18274 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
18275
18276 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
18277 data is 0, just return nil.
18278
18279 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
18280
18281 * msdos.c (syms_of_msdos): Fix last change with
18282 mouse_autoselect_window.
18283
18284 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18285
18286 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
18287 mouse_autoselect_window.
18288
18289 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
18290
18291 * keyboard.c (make_lispy_event): Handle unknown keysyms together
18292 with system-specific keysyms. Use it also for unknown function keys.
18293
18294 * doc.c (reread_doc_file): Return whether reload was attempted.
18295 (Fdocumentation, Fdocumentation_property): Don't try to reload
18296 if the doc is 0 and only ask once.
18297
18298 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
18299
18300 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
18301
18302 * keyboard.c (read_char): If the event was Qselect_window,
18303 restore timer_idleness_start_time to its previous value.
18304
18305 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
18306
18307 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
18308
18309 * region-cache.c (new_region_cache): Use BEG.
18310
18311 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
18312 Use BEG and BEG_BYTE.
18313
18314 * doc.c (get_doc_string): Return nil if the location is wrong.
18315 (reread_doc_file): New fun.
18316 (Fdocumentation, Fdocumentation_property):
18317 Call it if get_doc_string fails.
18318 (Fsnarf_documentation): Make it work for a dumped Emacs.
18319
18320 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
18321 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
18322
18323 * charset.c (Fstring): Allow 0 arguments.
18324
18325 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
18326
18327 * process.c (DATAGRAM_CONN_P, list_processes_1)
18328 (Fprocess_datagram_address, Fset_process_datagram_address)
18329 (Fset_network_process_options, server_accept_connection):
18330 Fix some int/Lisp_Object confusions (thank you union types).
18331
18332 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18333
18334 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
18335
18336 * w32term.c: Likewise.
18337 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
18338
18339 * keyboard.c (Qselect_window): New symbol.
18340 (head_table): Use it.
18341 (keys_of_keyboard): Bound select-window event to handle-select-window.
18342 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
18343
18344 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
18345 (last_window): New variable.
18346 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
18347 (note_mouse_movement): Remove reimplemented code in #if 0.
18348 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
18349 Emacs windows.
18350
18351 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
18352
18353 2002-03-31 Gerd Moellmann <gerd@gnu.org>
18354
18355 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
18356 Callers changed.
18357
18358 2002-03-30 Richard M. Stallman <rms@gnu.org>
18359
18360 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
18361 loop whenever it stops making progress.
18362
18363 * widget.c (set_frame_size): Don't call change_frame_size.
18364
18365 2002-03-30 Gerd Moellmann <gerd@gnu.org>
18366
18367 * dispnew.c (direct_output_for_insert):
18368 Call mark_window_display_accurate.
18369
18370 2002-03-29 Jason Rumney <jasonr@gnu.org>
18371
18372 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
18373
18374 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
18375
18376 * Makefile.in (lread.o): Depend on coding.h.
18377
18378 * lread.c (openp, Fload): Encode the file name before passing it
18379 to `stat', `access', and `emacs_open'.
18380 (openp): GCPRO the encoded file name. Don't recompute Lisp
18381 strings unnecessarily.
18382
18383 2002-03-29 Kim F. Storm <storm@cua.dk>
18384
18385 * fns.c (Flax_plist_put): Doc fix.
18386
18387 2002-03-28 Miles Bader <miles@gnu.org>
18388
18389 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
18390
18391 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18392
18393 * process.c (set-network-process-options): Add usage.
18394 (make-network-process): Doc fix.
18395
18396 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
18397
18398 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
18399
18400 2002-03-26 Richard M. Stallman <rms@gnu.org>
18401
18402 * fns.c (Fsubstring_no_properties): New function.
18403 (Flax_plist_get, Flax_plist_put): New functions.
18404 (syms_of_fns): defsubr them.
18405
18406 * xdisp.c (update_menu_bar): Test only update_mode_lines;
18407 don't test or alter w->update_mode_line.
18408
18409 * window.c (Fdisplay_buffer): Doc fix.
18410
18411 2002-03-24 Richard M. Stallman <rms@gnu.org>
18412
18413 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
18414
18415 2002-03-24 Gerd Moellmann <gerd@gnu.org>
18416
18417 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
18418 (Fdefmacro): Handle `(declare ...)'.
18419 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
18420 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
18421
18422 2002-03-24 Jason Rumney <jasonr@gnu.org>
18423
18424 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
18425 (xbm_file_p): Add prototypes.
18426 (xbm_format, xbm_image_p): Sync with xfns.c.
18427 (reflect_byte): New function.
18428 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
18429 (xbm_load_image): Create bitmaps with a depth of 1.
18430 (init_xfns): Enable XBM images.
18431
18432 2002-03-23 Jason Rumney <jasonr@gnu.org>
18433
18434 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
18435 correctly. Do not pass up_modifier to keyboard buffer.
18436
18437 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
18438
18439 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
18440
18441 * Makefile.in (bootstrapclean): New target.
18442 (bootstrap-temacs, bootstrap-doc): Remove.
18443 (bootstrap-emacs): Use a bog-standard `temacs'.
18444 Don't bother to build a DOC file.
18445
18446 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
18447
18448 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
18449 in temacs even if !CANNOT_DUMP.
18450 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
18451
18452 * alloc.c (check_pure_size): Only output a warning.
18453
18454 2002-03-22 Jason Rumney <jasonr@gnu.org>
18455
18456 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
18457 supported.
18458
18459 * w32term.c (zv_bits): Declare as short, for word alignment.
18460 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
18461 (syms_of_w32term): Define x-use-underline-position-properties.
18462
18463 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
18464 (clear_image_cache): Block input, fix logic, clear matrices in
18465 all frames that share this cache.
18466
18467 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
18468
18469 * emacs.c (main): Update the Copyright year in the blurb printed
18470 by "emacs --version".
18471
18472 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
18473
18474 * xterm.c (XTread_socket): If XK_ISO_Lock and
18475 XK_ISO_Last_Group_Lock are defined, handle keysyms between
18476 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
18477
18478 2002-03-21 Kim F. Storm <storm@cua.dk>
18479
18480 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
18481 menu-bar bindings in keymap and local-map properties _are_ used.
18482 But try keymap property first in accordance with 2002-01-03 patch.
18483 Added comment describing why this is not always reliable.
18484 (tool_bar_items): Ditto for tool-bar.
18485
18486 2002-03-21 Jason Rumney <jasonr@gnu.org>
18487
18488 * w32fns.c (x_clear_image_1): Disable color table code.
18489
18490 2002-03-21 Kim F. Storm <storm@cua.dk>
18491
18492 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
18493 removed the wrong version of the DEFUN macro; fixed it.
18494
18495 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
18496 Fmember rather than Fmemq).
18497 (Fprovide): Check that subfeatures is a list.
18498
18499 * process.c (QCfeature, QCdatagram): Removed variables.
18500 (QCtype, Qdatagram): New variables.
18501 (network_process_featurep): Removed function.
18502 (Fmake_network_process): Removed :feature check.
18503 Use :type 'datagram instead of :datagram t to create a datagram
18504 socket. This allows us to add other connection types (e.g. raw
18505 sockets) later in a consistent manner.
18506 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
18507 supported subfeatures for feature make-network-process.
18508 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
18509 Intern and staticpro QCtype and Qdatagram.
18510 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
18511
18512 * xfns.c: (QCtype): Remove duplicate declaration and
18513 initialization (is now declared in process.c).
18514
18515 * w32fns.c: (QCtype): Remove duplicate declaration and
18516 initialization (is now declared in process.c).
18517
18518 2002-03-21 Richard M. Stallman <rms@gnu.org>
18519
18520 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
18521 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
18522 when jumping to `fail' to avoid undoing reg changes in the
18523 last iteration of the loop.
18524 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
18525
18526 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
18527 Depend on process.h.
18528
18529 2002-03-20 Jason Rumney <jasonr@gnu.org>
18530
18531 Most of the following changes are still conditional on HAVE_IMAGES
18532 which is not set by default on Windows.
18533
18534 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
18535
18536 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
18537 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
18538 (four_corners_best, x_clear_image_1, x_clear_image)
18539 (x_alloc_image_color, postprocess_image)
18540 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
18541 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
18542 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
18543
18544 * w32gui.h (struct XImage): Define.
18545
18546 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
18547 extract mouse co-ordinates.
18548
18549 2002-03-20 Jason Rumney <jasonr@gnu.org>
18550
18551 * w32.c (init_winsock): Dynamically load new server and UDP
18552 socket functions.
18553 (socket_to_fd): New function.
18554 (sys_socket): Use it.
18555 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
18556 (sys_recvfrom, sys_sendto): New wrapper functions.
18557
18558 * process.c (QCfamily, QCfilter): Remove duplicate declaration
18559 and initialization.
18560
18561 * makefile.w32-in (LIBS): Remove $(WSOCK32).
18562
18563 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
18564
18565 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
18566 Don't use "sun" as a variable, it's a predefined constant on Sun
18567 machines.
18568
18569 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18570
18571 * bytecode.c (Fbyte_code): Revert last change.
18572
18573 2002-03-19 Kim F. Storm <storm@cua.dk>
18574
18575 * makefile.w32-in (LIBS): Add $(WSOCK32).
18576 From David Ponce <dponce@voila.fr>.
18577
18578 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18579
18580 * process.c (wait_reading_process_input): Move variables `pname'
18581 and `pnamelen' down where they are used.
18582
18583 * bytecode.c (Fbyte_code): Discard unused computed value to
18584 prevent gcc warning.
18585
18586 * lisp.h (Fplist_member): Add prototype.
18587
18588 2002-03-18 Kim F. Storm <storm@cua.dk>
18589
18590 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
18591 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
18592
18593 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
18594 Remove explicit GNU_LINUX settings for datagram support.
18595
18596 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18597
18598 * process.c (Fmake_network_process): Remove unused variable `sa'.
18599 Doc fix. Add usage:.
18600 (set_socket_options): Remove unused variables `optnum' and `opttype'.
18601
18602 2002-03-17 Richard M. Stallman <rms@gnu.org>
18603
18604 * xdisp.c (cursor_type_changed): New variable.
18605 (redisplay_internal): Redisplay all windows if cursor_type_changed.
18606 Clear it when clearing windows_or_buffers_changed.
18607 (try_cursor_movement, redisplay_window, try_window_id)
18608 (try_window_reusing_current_matrix): Test cursor_type_changed
18609 along with windows_or_buffers_changed.
18610
18611 * window.h (cursor_type_changed): New variable.
18612
18613 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
18614 not update_mode_lines, and always set it to 1.
18615
18616 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
18617 if no frames needed redrawing.
18618
18619 2002-03-17 Kim F. Storm <storm@cua.dk>
18620
18621 The following changes add support for network server processes,
18622 datagram connections, and local (unix) sockets.
18623
18624 * process.h (struct Lisp_Process): New member log.
18625 Doc fix: Member command used to indicate stopped network process.
18626 Doc fix: Member childp contains plist for network process.
18627 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
18628
18629 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
18630 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
18631 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
18632 New variables.
18633 (NETCONN1_P): New macro.
18634 (DATAGRAM_SOCKETS): New conditional symbol.
18635 (datagram_address): New array.
18636 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
18637 (status_message): Use concat3.
18638 (Fprocess_status): Add `listen' status to doc string. Return `stop'
18639 for a stopped network process.
18640 (Fset_process_buffer): Update contact plist for network process.
18641 (Fset_process_filter): Ditto. Don't enable input for stopped
18642 network processes. Server must listen, even if filter is t.
18643 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
18644 New functions.
18645 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
18646 (Fprocess_contact): Added KEY argument. Handle datagrams.
18647 (list_processes_1): Optionally show only processes with the query
18648 on exit flag set. Dynamically adjust column widths. Omit tty
18649 column if not needed. Report stopped network processes.
18650 Identify server and datagram network processes.
18651 (Flist_processes): New optional arg `query-only'.
18652 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
18653 (conv_lisp_to_sockaddr, set_socket_options)
18654 (network_process_featurep, unwind_request_sigio): New helper functions.
18655 (Fprocess_datagram_address, Fset_process_datagram_address):
18656 (Fset_network_process_options): New lisp functions.
18657 (Fopen_network_stream): Removed. Now defined in simple.el.
18658 (Fmake_network_process): New lisp function. Code is based on previous
18659 Fopen_network_stream, but heavily reworked with new property list based
18660 argument list, support for datagrams, server processes, and local
18661 sockets in addition to old client-only functionality.
18662 (server_accept_connection): New function.
18663 (wait_reading_process_input): Use it to handle incoming connects.
18664 Do not enable input on a new connection if process is stopped.
18665 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
18666 (send_process): Handle datagram sockets.
18667 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
18668 network process is indicated by setting command field to t .
18669 (Fprocess_send_eof): No-op if datagram connection.
18670 (Fstatus_notify): Don't read input for a stream server socket or a
18671 stopped network process.
18672 (init_process): Initialize datagram_address array.
18673 (syms_of_process): Intern and staticpro new variables, defsubr new
18674 functions.
18675
18676 2002-03-16 Jason Rumney <jasonr@gnu.org>
18677
18678 * w32fns.c (w32_to_all_x_charsets): Return correct type in
18679 startup case.
18680
18681 2002-03-16 Richard M. Stallman <rms@gnu.org>
18682
18683 * xdisp.c (redisplay_internal, redisplay_windows):
18684 Use list_of_error to call internal_condition_case_1.
18685 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
18686 so as to catch all errors with no possibility of debugger redisplay.
18687 (list_of_error): New variable.
18688 (syms_of_xdisp): Init and staticpro it.
18689
18690 * print.c (print_object): Delete `\ ' from printed rep of frame.
18691
18692 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
18693
18694 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
18695 until its implementation is fixed.
18696
18697 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18698
18699 * xfns.c (png_load): Remove unused variable `gamma_str'.
18700
18701 2002-03-14 Richard M. Stallman <rms@gnu.org>
18702
18703 * xfns.c (x_real_positions): Handle failure in XQueryTree.
18704
18705 2002-03-14 Miles Bader <miles@gnu.org>
18706
18707 * intervals.c (adjust_for_invis_intang): New function.
18708 (set_point_both): Use `adjust_for_invis_intang' to do most of the
18709 work for dealing with invisible+intangible regions. Do so before
18710 and after both forward and backward movements, to handle both
18711 front-sticky and rear-sticky cases.
18712 * textprop.c (text_property_stickiness): Function moved here from
18713 `editfns.c'.
18714 * intervals.h (text_property_stickiness): New declaration.
18715 * editfns.c (char_property_eq): Function removed.
18716 (text_property_stickiness): Function moved to `textprop.c'.
18717
18718 2002-03-13 Jason Rumney <jasonr@gnu.org>
18719
18720 * config.in: Add STRFTIME_NO_POSIX2.
18721
18722 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
18723 and %OX when underlying strftime does not.
18724
18725 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
18726
18727 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
18728 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
18729 line) to avoid annoying flicker.
18730 (xm_scroll_callback): Get rid of the now unnecessary kludge.
18731 (XTread_socket): Mark it static.
18732
18733 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
18734
18735 2002-03-13 Kim F. Storm <storm@cua.dk>
18736
18737 * puresize.h (BASE_PURESIZE): Increase to 775000.
18738
18739 2002-03-12 Juanma Barranquero <lektu@terra.es>
18740
18741 * editfns.c (syms_of_editfns): Fix typo.
18742
18743 2002-03-12 Gerd Moellmann <gerd@gnu.org>
18744
18745 * xsmfns.c: Include stdio.h because termhooks.h needs it.
18746 Include termopt.h for interrupt_input.
18747
18748 2002-03-11 Andreas Schwab <schwab@suse.de>
18749
18750 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
18751
18752 2002-03-11 Gerd Moellmann <gerd@gnu.org>
18753
18754 * xterm.c (note_mouse_movement): Put code for
18755 x_autoselect_window_p in #if 0.
18756
18757 * lread.c (Fload): Don't assume that message_with_string uses the
18758 string it is given like a C string.
18759
18760 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18761
18762 * xterm.h (x_session_check_input, x_session_initialize): Declare.
18763
18764 * xterm.c (XTread_socket): Add call to x_session_check_input and
18765 x_session_have_connection.
18766 (x_initialize): Add call to x_session_initialize.
18767
18768 * termhooks.h (enum event_kind): Add save_session_event.
18769
18770 * keyboard.c: Add Emacs event save_session_event.
18771
18772 * emacs.c (main): Add call to syms_of_xsmfns.
18773
18774 * lisp.h (syms_of_xsmfns): Declare extern.
18775
18776 * config.in: Add HAVE_X_SM.
18777
18778 * Makefile.in (LIBXT): Add -lSM -lICE
18779 if HAVE_X_SM and not USE_X_TOOLKIT.
18780 (XOBJ): New file xsmfns.c added.
18781
18782 * xsmfns.c: New file for X session management.
18783
18784 2002-03-09 Jason Rumney <jasonr@gnu.org>
18785
18786 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
18787 read-only when setting modified time.
18788
18789 2002-03-08 Gerd Moellmann <gerd@gnu.org>
18790
18791 * xdisp.c (move_it_vertically_backward): At the end of the function,
18792 when moving forward by lines, treat terminal frames specially.
18793
18794 * keyboard.c (echo_char): Make sure to add a separator between
18795 keys even if echo_dash hasn't been called.
18796
18797 * xdisp.c: Use new string macros.
18798 (update_echo_area): Pass number of bytes to message3 instead of
18799 number of chars.
18800 (set_message_1): Don't access a string's size_byte directly.
18801 (decode_mode_spec_coding): Use number of bytes of eoltype string
18802 instead number of chars.
18803
18804 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
18805
18806 2002-03-08 Juanma Barranquero <lektu@terra.es>
18807
18808 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
18809 24-bit.
18810
18811 2002-03-06 Jason Rumney <jasonr@gnu.org>
18812
18813 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
18814
18815 2002-03-06 Gerd Moellmann <gerd@gnu.org>
18816
18817 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
18818 (cancel_echoing, echo_length, echo_truncate): Changed to
18819 work with new kboard definition.
18820 (echo_now): Use message3_nolog instead of message2_nolog.
18821
18822 * alloc.c (mark_kboards): Mark echo_string.
18823
18824 * keyboard.h (ECHOBUFSIZE): Removed.
18825 (struct kboard): Member echoptr removed, member echobuf renamed
18826 to echo_string.
18827
18828 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
18829 message3 instead of message2 to display the message using STRING's
18830 text properties.
18831
18832 2002-03-05 Andreas Schwab <schwab@suse.de>
18833
18834 * xdisp.c (hscroll_margin): Change to EMACS_INT.
18835
18836 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
18837
18838 * frame.c (default-frame-alist): Explain that setting it doesn't
18839 affect existing frames.
18840
18841 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
18842
18843 * indent.c (skip_invisible): Fix my brain fart.
18844
18845 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
18846
18847 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
18848
18849 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
18850 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
18851 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
18852 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
18853 and variables to use EMACS_INT instead of just int.
18854
18855 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
18856
18857 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
18858
18859 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
18860 environment, pass it down with corrected value.
18861
18862 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18863
18864 * lread.c (read_filtered_event): Do not call start_hourglass
18865 before returning.
18866
18867 2002-03-04 Juanma Barranquero <lektu@terra.es>
18868
18869 * w32term.c (x_display_and_set_cursor): Fix typo.
18870
18871 2002-03-03 Richard M. Stallman <rms@gnu.org>
18872
18873 * fileio.c (Fmake_temp_name): Doc fix.
18874
18875 2002-03-03 Gary Wong <gtw@gnu.org>
18876
18877 * termcap.c [!emacs]: Replace ospeed for building standalone
18878 libtermcap, for binary compatibility.
18879
18880 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
18881
18882 2002-03-03 Richard M. Stallman <rms@gnu.org>
18883
18884 * xrdb.c (file_p): Rename arg `path' to `filename'.
18885
18886 * abbrev.c (Fexpand_abbrev): Increment plist as use count
18887 only if it is an integer.
18888
18889 * xfns.c (png_load): Set screen_gamma based on f->gamma.
18890 If png_get_sRGB gives an answer, call png_set_gamma
18891 using the default image gamma value.
18892
18893 * lread.c (read1): When reading from a file, default string to
18894 multibyte only if it has some multibyte characters.
18895
18896 * print.c (print_object): Output multibyte chars 128...255
18897 using \x even if ! print_escape_multibyte.
18898
18899 * xdisp.c (display_mode_element): Move the places where
18900 bytepos, charpos, this, and lisp_string are set.
18901 Use lisp_string to set bytepos.
18902
18903 * xdisp.c (redisplay_internal):
18904 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
18905
18906 * xdisp.c (display_mode_element): Merge properties specified with
18907 :propertize onto those that come with the string.
18908
18909 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
18910
18911 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
18912 automatic-hscrolling. Users changed.
18913 <hscroll-margin>: Renamed from automatic-hscroll-margin.
18914 Users changed.
18915 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
18916
18917 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
18918
18919 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
18920
18921 2002-03-02 Kim F. Storm <storm@cua.dk>
18922
18923 * window.c (Fminibuffer_selected_window): New function.
18924 (syms_of_window): Defsubr it.
18925
18926 2002-03-01 Kim F. Storm <storm@cua.dk>
18927
18928 * window.h (struct window): New member phys_cursor_width.
18929
18930 * window.c (make_window, replace_window): Init phys_cursor_width.
18931
18932 * xterm.c (x_display_and_set_cursor): Blink box cursor using
18933 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
18934
18935 * w32term.c (x_display_and_set_cursor): Blink box cursor using
18936 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
18937
18938 * lisp.h (GCPRO6): New macro.
18939
18940 * process.c (Fopen_network_stream): Use GCPRO6.
18941
18942 2002-03-01 Kim F. Storm <storm@cua.dk>
18943
18944 * process.c (Qconnect, Qfailed): New variables.
18945 (syms_of_process): Intern and staticpro them.
18946 (Fprocess_status): Document connect and failed return values.
18947 [NON_BLOCKING_CONNECT]: New conditional.
18948 (connect_wait_mask, num_pending_connects): New variables.
18949 (status_message): Convert Qfailed status.
18950 (Fopen_network_stream): Added support for non-blocking connect.
18951 New optional args: filter, sentinel, non_blocking. Doc updated.
18952 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
18953 (deactivate_process): Handle pending non-blocking connect.
18954 (wait_reading_process_input): Poll for status of non-blocking
18955 connects. Exec sentinel directly when connect succeeds.
18956 (status_notify): Don't read process output if not yet connected.
18957
18958 2002-02-28 Kim F. Storm <storm@cua.dk>
18959
18960 * window.c: (minibuf_selected_window): Renamed from
18961 Vminibuf_selected_window. Users changed.
18962 (syms_of_window): Staticpro it.
18963
18964 2002-02-26 Kim F. Storm <storm@cua.dk>
18965
18966 The following changes add a new Vminibuf_selected_window variable
18967 which is similar to Vminibuf_scroll_window, but which is only set
18968 on entry to the minibuffer (from a non-minibuffer window):
18969
18970 * window.c: (Vminibuf_selected_window): New variable.
18971 (struct save_window_data): New member minibuf_selected_window.
18972 (Fset_window_configuration): Restore Vminibuf_selected_window.
18973 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
18974 Set minibuf_scroll_window member to nil if minibuf_level is 0.
18975 (compare_window_configurations): Compare minibuf_selected_window.
18976
18977 * window.h: (Vminibuf_selected_window): Declare extern.
18978
18979 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
18980 entry to minibuffer or on entry from a non-minibuffer window.
18981
18982 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
18983 Vminibuf_selected_window instead of Vminibuf_scroll_window.
18984
18985 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
18986 instead of Vminibuf_scroll_window when deciding in which window
18987 the region should be highlighted. Consequently, the region remains
18988 highlighteded even when a completion buffer is also displayed.
18989
18990 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
18991
18992 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
18993
18994 * xselect.c (Qcompound_text_with_extensions): Renamed from
18995 Qcompound_text_no_extensions.
18996 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
18997
18998 2002-02-26 Juanma Barranquero <lektu@terra.es>
18999
19000 * w32proc.c (syms_of_ntproc): Doc fix.
19001
19002 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19003
19004 * intervals.h: Include "dispextern.h" unconditionally.
19005
19006 2002-02-24 Jason Rumney <jasonr@gnu.org>
19007
19008 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
19009 and disp-table.elc.
19010 (lisp): Add emacs-lisp/backquote.elc.
19011
19012 2002-02-24 Kim F. Storm <storm@cua.dk>
19013
19014 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
19015 The validation of the event type was too strict as it didn't
19016 allow string events; buffer names are used in bindings for
19017 menu-bar-select-buffer (see `menu-bar-update-buffers').
19018
19019 2002-02-23 Kim F. Storm <storm@cua.dk>
19020
19021 The following changes rework my patch of 2002-02-06 which
19022 added command remapping by entering the commands directly into
19023 the keymaps. Now, command remapping uses an explicit `remap'
19024 prefix in the keymaps, i.e. [remap COMMAND].
19025
19026 * keymap.c (Qremap, remap_command_vector): New variables.
19027 (is_command_symbol): Remove function.
19028 (Fdefine_key): No longer accept a symbol for KEY.
19029 Added validation of [remap COMMAND] argument for KEY.
19030 The DEF is no longer required to be a symbol when remapping a command.
19031 (Fremap_command): New function to remap command through keymaps.
19032 (Flookup_key): Perform command remapping initiated by
19033 Fremap_command directly for speed.
19034 (Fkey_binding): Use Fremap_command for command remapping.
19035 (where_is_internal): Handle new command remapping representation.
19036 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
19037 staticpro them. Defsubr Fremap_command.
19038
19039 * keymap.h (Fremap_command): Declare extern.
19040 (is_command_symbol): Remove extern.
19041
19042 * keyboard.c (command_loop_1): Use Fremap_command for command
19043 remapping; now try command remapping for all symbols.
19044
19045 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
19046
19047 * coding.h (run_pre_post_conversion_on_str): Add prototype.
19048
19049 2002-02-23 Jason Rumney <jasonr@gnu.org>
19050
19051 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
19052 on the string before encoding it.
19053 (Fw32_get_clipboard_data): Run post-read-conversion on the string
19054 after decoding it.
19055
19056 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
19057
19058 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19059
19060 * w32term.c (enter_timestamp): Remove unused static variable to
19061 prevent warning.
19062
19063 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
19064
19065 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
19066
19067 * w16select.c (Fw16_get_clipboard_data): Fix last change.
19068
19069 * xselect.c (selection_data_to_lisp_data): Fix last change.
19070
19071 2002-02-22 Jason Rumney <jasonr@gnu.org>
19072
19073 * w32term.h (struct w32_output): New member menu_command_in_progress.
19074
19075 * w32menu.c (menubar_selection_callback): Free the menu and
19076 clear the menu_command_in_progress flag.
19077
19078 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
19079 (menu_free_timer): New variable.
19080 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
19081 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
19082 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
19083 menu command is in progress.
19084 <WM_COMMAND>: Set the menu_command_in_progress flag.
19085 Kill any menu_free_timer that is running.
19086
19087 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
19088 Call ExtTextOutA rather than ExtTextOut.
19089
19090 2002-02-22 Eli Zaretskii <eliz@gnu.org>
19091
19092 * puresize.h (BASE_PURESIZE): Increase to 755000.
19093
19094 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
19095
19096 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
19097 on the string before encoding it.
19098 (Fw16_get_clipboard_data): Run post-read-conversion on the string
19099 after decoding it.
19100
19101 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
19102
19103 Support for ICCCM Extended Segments in X selections:
19104
19105 * xselect.c <Qcompound_text_no_extensions>: New variable.
19106 (syms_of_xselect): Intern and staticpro it.
19107 (selection_data_to_lisp_data): Run post-read-conversion on decoded
19108 selection text.
19109 (lisp_data_to_selection_data): If next-selection-coding-system is
19110 compound-text-no-extensions, set the type of selection to be
19111 compound-text.
19112
19113 * xterm.h (x_encode_text): Update prototype.
19114
19115 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
19116 callers changed. If SELECTIONP is non-zero, run the
19117 pre-write-conversion function before encoding the selection text.
19118
19119 2002-02-21 Kim F. Storm <storm@cua.dk>
19120
19121 * frame.c (syms_of_frame): Change mouse-highlight default to t.
19122
19123 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
19124 Correct composing of language-change event.
19125
19126 2002-02-20 Kim F. Storm <storm@cua.dk>
19127
19128 * keyboard.c (menu_bar_items): Don't include keymap or local-map
19129 bindings at PT when building menu (the menu is not updated often
19130 enough for this to work reliable).
19131 (tool_bar_items): Likewise.
19132 (current_active_maps): Removed unused (and buggy) function.
19133
19134 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19135
19136 * xfns.c (gif_load): Use correct width and height for GIF images.
19137
19138 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
19139
19140 * floatfns.c (Fatan): Accept an optional second arg and call
19141 atan2 if passed 2 args.
19142
19143 2002-02-18 Jason Rumney <jasonr@gnu.org>
19144
19145 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
19146
19147 2002-02-17 Jason Rumney <jasonr@gnu.org>
19148
19149 * w32term.c (x_autoselect_window_p): New variable.
19150 (syms_of_w32term): DEFVAR_BOOL and initialize it.
19151 (note_mouse_movement): Use it.
19152
19153 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
19154
19155 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
19156
19157 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
19158 New variables.
19159 (syms_of_w32fns): Intern and staticpro them.
19160 (x_frame_parms) <"fullscreen">: New parameter.
19161 (x_fullscreen_move, x_set_fullscreen): New functions.
19162 (x_set_frame_parameters): Support Qfullscreen.
19163 (x_real_positions): Save x/y_pixels_diff frame params.
19164 (x_figure_window_size): Support full-screen frames.
19165 (Fx_create_frame): Default the fullscreen parameter.
19166
19167 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
19168 (x_fullscreen_adjust): New functions.
19169 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
19170 fullscreen. Call x_check_fullscreen_move, and set the
19171 want_fullscreen member of output_data.w32
19172 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
19173
19174 * w32term.h: New enum for FULLSCREEN_* constants.
19175 (struct w32_output): New members want_fullscreen, x_pixels_diff,
19176 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
19177 (x-fullscreen-adjust): New prototype.
19178
19179 2002-02-17 Kim F. Storm <storm@cua.dk>
19180
19181 * frame.c (Vmouse_highlight): New variable.
19182 (syms_of_frame): DEFVAR_LISP it.
19183
19184 * frame.h (Vmouse_highlight): Declare extern.
19185
19186 * xterm.h (struct x_display_info): Add mouse_face_hidden.
19187
19188 * xterm.c (disable_mouse_highlight): Removed variable.
19189 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
19190 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
19191 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
19192 and on after keyboard input.
19193 (x_term_init): Initialize mouse_face_hidden.
19194
19195 * msdos.h (struct display_info): Add mouse_face_hidden.
19196
19197 * msdos.c (disable_mouse_highlight): Removed variable.
19198 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
19199 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
19200 (internal_terminal_init): Initialize mouse_face_hidden.
19201 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
19202 and on after keyboard input.
19203
19204 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
19205
19206 * w32term.c (disable_mouse_highlight): Removed variable.
19207 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
19208 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
19209 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
19210 and on after keyboard input.
19211 (w32_initialize_display_info): Initialize mouse_face_hidden.
19212
19213 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
19214
19215 * msdos.c (last_mouse_window): New variable.
19216 (dos_rawgetc): Fix last change--if the mouse is in the same window
19217 as recorded in last_mouse_window, don't select this window.
19218
19219 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
19220
19221 * msdos.c (x_autoselect_window_p): New variable.
19222 (syms_of_msdos): Defvar it.
19223 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
19224 which the last mouse movement occured, unless it is already selected.
19225
19226 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
19227 New variables.
19228 (syms_of_xdisp): DEVFAR them.
19229 (hscroll_window_tree): Use automatic_hscroll_margin and
19230 Vautomatic_hscroll_step to compute the amount of window scrolling.
19231
19232 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19233
19234 * xterm.c (x-autoselect-window): New variable.
19235 (note_mouse_movement): Use it.
19236
19237 * keyboard.c: Do not include "systime.h" twice.
19238
19239 2002-02-15 Andreas Schwab <schwab@suse.de>
19240
19241 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
19242
19243 * alloc.c (NSTATICS): Increase to 1280.
19244
19245 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19246
19247 * alloc.c (NSTATICS): Bump to 1026.
19248
19249 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
19250 (Vx_super_keysym): New variables.
19251 (syms_of_xterm): DEFVAR_LISP them.
19252 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
19253 variables to determine which keys to use for the various modifiers.
19254
19255 2002-02-13 Kim F. Storm <storm@cua.dk>
19256
19257 * window.c: (Vmode_line_in_non_selected_windows): Removed.
19258 (mode_line_in_non_selected_windows): New variable.
19259 (syms_of_window): DEFVAR_BOOL it.
19260
19261 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
19262 Use mode_line_in_non_selected_windows.
19263 (mode_line_in_non_selected_windows): Declare extern.
19264 (Vmode_line_in_non_selected_windows): Removed extern.
19265
19266 2002-02-13 Richard M. Stallman <rms@gnu.org>
19267
19268 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
19269 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
19270 (Fclear_this_command_keys): Doc fixes.
19271
19272 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
19273 (update_face_from_frame_parameter): Increment face_change_count
19274 and windows_or_buffers_changed to force redisplay using changed faces.
19275
19276 * xdisp.c (QCpropertize): New variable.
19277 (mode_line_proptrans_alist): New variable.
19278 (display_mode_element): New arg PROPS; all calls changed.
19279 Implement this, for strings.
19280 Handle literal output of strings by sharing the
19281 main-line code for strings, using local var `literal'.
19282 Handle :propertize feature.
19283 (syms_of_xdisp): Initialze and staticpro QCpropertize and
19284 mode_line_proptrans_alist.
19285
19286 2002-02-11 Kim F. Storm <storm@cua.dk>
19287
19288 * window.c: (Vmode_line_in_non_selected_windows): New variable.
19289 (syms_of_window): DEFVAR_LISP it.
19290
19291 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
19292 (CURRENT_MODE_LINE_FACE_ID): Use it.
19293 (Vmode_line_in_non_selected_windows): Declare extern.
19294
19295 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
19296 to get mode line face.
19297
19298 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
19299
19300 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
19301 variables; cus-start.el doesn't need them anymore.
19302
19303 2002-02-09 Kim F. Storm <storm@cua.dk>
19304
19305 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
19306 reduction. This fixes a display problem where stray newlines were
19307 inserted in the window (corrected by C-l). Clarified code (IMHO).
19308
19309 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
19310
19311 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
19312
19313 * xdisp.c (display_mode_lines): Fix last change.
19314
19315 2002-02-09 Jason Rumney <jasonr@gnu.org>
19316
19317 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
19318 match each other.
19319 (w32_load_system_font): Prevent Cleartype fonts from loading.
19320 (Fx_show_tip): Ensure tip frames are above other topmost windows.
19321
19322 2002-02-09 Kim F. Storm <storm@cua.dk>
19323
19324 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
19325 (CURRENT_MODE_LINE_HEIGHT): Use it.
19326 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
19327
19328 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
19329 (pos_visible_p, handle_face_prop): Likewise.
19330 (display_mode_lines): Likewise, but for the real selected window.
19331 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
19332
19333 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
19334 in non-selected windows.
19335 (realize_basic_faces): Realize it.
19336 (syms_of_term): Intern and staticpro it.
19337
19338 2002-02-08 Kim F. Storm <storm@cua.dk>
19339
19340 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
19341 Changed mail addresses to emacs-devel@gnu.org.
19342
19343 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
19344
19345 * fileio.c (Fsubstitute_in_file_name): If the file name includes
19346 ~user, and there's no such user, don't discard everything before ~user.
19347
19348 * floatfns.c (Fround): Doc fix.
19349
19350 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19351
19352 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
19353
19354 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
19355
19356 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
19357
19358 2002-02-07 Kim F. Storm <storm@cua.dk>
19359
19360 * keymap.c (where_is_internal): Only check whether definition is
19361 remapped if it fulfills is_command_symbol.
19362
19363 2002-02-07 Andreas Schwab <schwab@suse.de>
19364
19365 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
19366
19367 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
19368
19369 2002-02-06 Kim F. Storm <storm@cua.dk>
19370
19371 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
19372 defining command remapping. Doc updated.
19373 (Flookup_key): Remap command through keymap if KEY is a symbol.
19374 (is_command_symbol): New function.
19375 (Fkey_binding): Use it. New optional argument NO-REMAP.
19376 Doc updated. Callers changed. Perform command remapping via
19377 recursive call unless that arg is non-nil.
19378 (where_is_internal): New argument no_remap. Callers changed.
19379 Call recursively to find original key bindings for a remapped
19380 comand unless that arg is non-nil.
19381 (Fwhere_is_internal): New optional argument NO-REMAP.
19382 Doc updated. Callers changed. Pass arg to where_is_internal.
19383
19384 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
19385 (is_command_symbol): Add prototype.
19386
19387 * keyboard.c (Vthis_original_command): New variable.
19388 (syms_of_keyboard): DEFVAR_LISP it.
19389 (command_loop_1): Set it, and perform command remapping.
19390
19391 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19392
19393 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
19394
19395 2002-02-06 Jason Rumney <jasonr@gnu.org>
19396
19397 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
19398
19399 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
19400
19401 * charset.c (get_charset_id): Use if-else instead of ?:.
19402
19403 2002-02-06 Richard M. Stallman <rms@gnu.org>
19404
19405 * filelock.c (S_ISLNK): Define if not defined.
19406
19407 2002-02-03 Richard M. Stallman <rms@gnu.org>
19408
19409 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
19410
19411 * lread.c (read1): Redesign strategy for force_multibyte and
19412 force_singlebyte. Now is_multibyte records whether read_buffer
19413 is multibyte. Encountering any multibyte character makes it so.
19414
19415 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
19416
19417 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
19418 with the same sequence, map that sequence to f10 rather than f0.
19419
19420 2002-02-03 Andreas Schwab <schwab@suse.de>
19421
19422 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
19423 latter never being defined on GNU/Linux.
19424
19425 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19426
19427 * xfaces.c (realize_default_face): Don't set the weight and slant of
19428 the default face to Qnormal, unless these attributes are unspecified.
19429
19430 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19431
19432 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
19433 Call cancel_hourglass unconditionally.
19434
19435 * eval.c (Fsignal): Remove duplicated declaration of
19436 the variable `display_hourglass_p'.
19437
19438 2002-01-31 Richard M. Stallman <rms@gnu.org>
19439
19440 * editfns.c (region_limit): Nicer error message.
19441
19442 * coding.c (decode_composition_emacs_mule):
19443 Give up if NCOMPONENT gets too large to index `component'.
19444
19445 * callint.c (check_mark): New arg to specify clearer error message.
19446 Callers changed.
19447
19448 2002-01-27 Richard M. Stallman <rms@gnu.org>
19449
19450 * minibuf.c (Fcompleting_read): Doc fix.
19451
19452 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19453
19454 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
19455 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
19456 Fix doc-strings.
19457
19458 2002-01-26 Richard M. Stallman <rms@gnu.org>
19459
19460 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
19461
19462 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
19463 and scroll_up_aggressively.
19464
19465 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19466
19467 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
19468
19469 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
19470
19471 * textprop.c (Fnext_property_change, Fnext_single_property_change)
19472 (Fprevious_property_change, Fprevious_single_property_change):
19473 Stay within the narrowed-buffer boundaries.
19474
19475 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
19476
19477 * term.c (Ftty_display_color_cells): New function.
19478 (syms_of_term): Defsubr it.
19479 (Ftty_display_color_cells, Ftty_display_color_p): Change the
19480 argument name to DISPLAY. Doc fix.
19481
19482 * dispextern.h: Add prototype for set_tty_color_mode and
19483 tty_setup_colors.
19484
19485 2002-01-24 Jason Rumney <jasonr@gnu.org>
19486
19487 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
19488 If region left to draw is not what was expected, mark the frame as
19489 garbaged.
19490
19491 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
19492 Combine the regions returned by BeginPaint and GetUpdateRect.
19493
19494 2002-01-23 Jason Rumney <jasonr@gnu.org>
19495
19496 * w32term.c (x_update_window_begin): Only hide caret if
19497 w32_use_visible_system_caret is set.
19498 (x_update_window_end): Only show caret if
19499 w32_use_visible_system_caret is set.
19500 (syms_of_w32term): Handle SystemParametersInfo call failing.
19501
19502 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
19503
19504 2002-01-22 Richard M. Stallman <rms@gnu.org>
19505
19506 * unexelf.c (unexec): Define n so as to cause compilation error
19507 for the code where people have often written n instead of nn.
19508
19509 * .gdbinit (hookpost-run): Defined.
19510
19511 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19512
19513 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
19514
19515 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19516
19517 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
19518 if fullscreen is being set.
19519
19520 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19521
19522 * minibuf.c (Fminibuffer_contents)
19523 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
19524 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
19525
19526 2002-01-21 Richard M. Stallman <rms@gnu.org>
19527
19528 * window.c (check_frame_size): Fix minimum height calculation.
19529
19530 2002-01-20 Ken Raeburn <raeburn@gnu.org>
19531
19532 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
19533 height before comparison.
19534 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
19535
19536 2002-01-20 Jason Rumney <jasonr@gnu.org>
19537
19538 * w32term.c (w32_system_caret_width): Remove.
19539 (w32_use_visible_system_caret): New user flag.
19540 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
19541 Windows reports a screen reader running.
19542 (x_update_window_begin): Hide the system caret.
19543 (x_update_window_end): Show the system caret.
19544 (x_display_and_set_cursor): Don't draw a cursor when
19545 w32_use_visible_system_caret is set. Do not adjust width.
19546
19547 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
19548 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
19549 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
19550 the user requests it. Use system default width when creating.
19551 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
19552
19553 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
19554 New window messages.
19555
19556 2002-01-20 Richard M. Stallman <rms@gnu.org>
19557
19558 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
19559
19560 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19561
19562 * doprnt.c (doprnt1): Fix typos in error call.
19563
19564 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
19565
19566 * unexelf.c (unexec) [__sgi]: Support the .got sections.
19567
19568 2002-01-20 Jason Rumney <jasonr@gnu.org>
19569
19570 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
19571 that Windows returns. If a double check fails, try to guess how
19572 ExtTextOut is going to act.
19573
19574 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
19575 in place of stricmp.
19576 (w32_list_synthesized_fonts): Removed.
19577 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
19578 (struct enumfont_t): New element; list.
19579 (enum_font_cb2): List all style and charset variations of a font.
19580 (Fw32_select_font): New optional argument; include_proportional.
19581 Exclude vertical fonts. Exclude proportional fonts unless
19582 include_proportional is non-nil.
19583 (w32_enable_synthesized_fonts): Change to a boolean.
19584 (Fw32_send_sys_command): Doc fix.
19585
19586 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19587
19588 * dispnew.c (update_frame): Move the variable `tem' to the block
19589 where it is used.
19590
19591 2002-01-19 Jason Rumney <jasonr@gnu.org>
19592
19593 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
19594 call to face-set-after-frame-default.
19595
19596 2002-01-18 Richard M. Stallman <rms@gnu.org>
19597
19598 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
19599 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
19600
19601 2002-01-17 Richard M. Stallman <rms@gnu.org>
19602
19603 * window.c (enlarge_window): When exceeding size of parent,
19604 directly delete all the siblings instead of trying to resize it.
19605
19606 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19607
19608 * term.c (set_tty_color_mode): Remove unused variable `tem'.
19609
19610 2002-01-16 Henrik Enberg <henrik@enberg.org>
19611
19612 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
19613
19614 2002-01-16 Kim F. Storm <storm@cua.dk>
19615
19616 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
19617 is invisible. This can happen if cursor is on top line of a
19618 window, and we switch to a buffer with a header line.
19619
19620 * w32term.c (x_erase_phys_cursor): Ditto.
19621
19622 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19623
19624 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
19625 `dont_resize' only when used.
19626
19627 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
19628
19629 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
19630
19631 * xdisp.c (display_mode_element): When computing charpos, depend
19632 on multibyteness of elt, not the text in field.
19633
19634 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19635
19636 * buffer.c (Fkill_all_local_variables):
19637 Increment `update_mode_lines' only once.
19638
19639 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19640
19641 * lisp.h (adjust_after_replace_noundo)
19642 (Fupdate_coding_systems_internal): Add prototypes.
19643
19644 * sound.c (Fplay_sound): Initialize header_size also for :data case.
19645
19646 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
19647
19648 Support for the --color command-line argument and tty-color-mode
19649 frame parameter:
19650
19651 * term.c (tty_default_color_capabilities, tty_setup_colors)
19652 (set_tty_color_mode): New functions.
19653 (term_init): Call tty_default_color_capabilities.
19654 (Qtty_color_mode_alist): New variable.
19655 (syms_of_term): Intern and staticpro it.
19656
19657 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
19658 frames.
19659 (do_switch_frame): For termcap frames, switch the tty
19660 color mode as specified by the frame's parameters.
19661 (Qtty_color_mode): New variable.
19662 (syms_of_frame): Intern and staticpro it.
19663
19664 * emacs.c (USAGE2): Add the --color option.
19665 (standard_args): Ditto.
19666
19667 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19668
19669 * xterm.h (struct x_output): New members want_fullscreen,
19670 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
19671 y_pixels_outer_diff.
19672 New enum for FULLSCREEN_* constants.
19673 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
19674 is NULL.
19675 (x_fullscreen_adjust): Add prototype.
19676
19677 * emacs.c (USAGE2): Add the new full-screen arguments.
19678 (standard_args): Ditto.
19679
19680 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
19681 New variables.
19682 (syms_of_xfns): Intern and staticpro them.
19683 (x_frame_parms) <"fullscreen">: New parameter.
19684 (x_fullscreen_move, x_set_fullscreen): New functions.
19685 (x_set_frame_parameters): Support for Qfullscreen.
19686 (x_real_positions): More accurate computation of the frame position.
19687 (x_figure_window_size): Support full-screen frames.
19688 (Fx_create_frame): Default the fullscreen parameter.
19689
19690 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
19691 (XTread_socket) <Expose>: Call x_check_fullscreen.
19692 <ConfigureNotify>: Don't resize to fullscreen.
19693 Call x_check_fullscreen_move, and set the want_fullscreen member of
19694 output_data.x.
19695
19696 2002-01-13 Jason Rumney <jasonr@gnu.org>
19697
19698 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
19699 for mice with more than 3 buttons.
19700
19701 * w32term.c (parse_button): New parameter xbutton. Callers changed.
19702 (w32_read_socket): Handle new "XBUTTON" messages.
19703
19704 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
19705 (syms_of_w32fns): DEFVAR_BOOL it.
19706 (w32_wnd_proc): Handle new "XBUTTON" messages.
19707
19708 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19709
19710 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
19711
19712 2002-01-13 Andreas Schwab <schwab@suse.de>
19713
19714 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
19715
19716 2002-01-12 Andreas Schwab <schwab@suse.de>
19717
19718 * .gdbinit (xbuffer): Remove address operator since data is now a
19719 pointer.
19720
19721 2002-01-11 Richard M. Stallman <rms@gnu.org>
19722
19723 * insdel.c (adjust_after_replace_noundo): New function.
19724
19725 * coding.c (code_convert_region): Don't copy old text if undo disabled.
19726
19727 2002-01-09 Jason Rumney <jasonr@gnu.org>
19728
19729 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
19730 when checking for multiple frames.
19731
19732 2002-01-08 Richard M. Stallman <rms@gnu.org>
19733
19734 * window.c (delete_window): Rewrite the code for changing the
19735 selected window to handle the case where WINDOW is not a leaf.
19736
19737 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
19738
19739 * process.c (send_process): Set src_multibyte to 1 after the call
19740 top setup_coding_system, not before the call.
19741
19742 2002-01-07 Jason Rumney <jasonr@gnu.org>
19743
19744 * xmenu.c (set_frame_menubar, xmenu_show):
19745 (xdialog_show): Initialize wv->help to Qnil.
19746
19747 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
19748 (w32_dialog_show): Initialize wv->help to Qnil.
19749
19750 2002-01-06 Jason Rumney <jasonr@gnu.org>
19751
19752 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
19753
19754 * w32menu.c (w32_menu_display_help): Revert last change.
19755
19756 * xmenu.c (menu_highlight_callback): Revert last change.
19757
19758 2002-01-06 Andreas Schwab <schwab@suse.de>
19759
19760 * insdel.c (make_gap_larger): Make sure buffer size does not
19761 overflow range of int.
19762
19763 2002-01-05 Jason Rumney <jasonr@gnu.org>
19764
19765 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
19766 OVERLAPS_P.
19767
19768 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
19769
19770 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
19771 to the left or to the right of the pointer, put it against
19772 the left screen edge.
19773 (x_frame_parms): Add missing braces around initializer.
19774
19775 * w32term.c (x_setup_relief_colors): Don't compute an image's
19776 background color if it doesn't have a Pixmap.
19777 (notice_overwritten_cursor): Don't depend on
19778 output_cursor and updated_area. Compare pixel coordinates with
19779 window's cursor pixel coordinates.
19780 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
19781 Call notice_overwritten_cursor with new arg list.
19782 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
19783 unconditionally.
19784 (x_draw_image_relief): Use predefined macro instead of
19785 constant when the value of `tool_bar_button_relief' is negative.
19786
19787 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
19788
19789 2002-01-04 Richard M. Stallman <rms@gnu.org>
19790
19791 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
19792
19793 2002-01-03 Richard M. Stallman <rms@gnu.org>
19794
19795 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
19796 (Fkey_binding): Try the `keymap' property map first.
19797 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
19798 minor mode bindings.
19799
19800 2002-01-03 Kim F. Storm <storm@cua.dk>
19801
19802 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
19803
19804 2002-01-02 Richard M. Stallman <rms@gnu.org>
19805
19806 * keyboard.c (read_key_sequence): Handle the keymap property
19807 before minor mode maps.
19808
19809 * editfns.c (Fformat): Update thissize from field_width
19810 based on the actual width, in the string case.
19811
19812 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19813
19814 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
19815 when used as truth value to prevent gcc warnings.
19816
19817 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
19818 * w32proc.c: Include <config.h>.
19819
19820 2002-01-01 Andreas Schwab <schwab@suse.de>
19821
19822 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
19823 not EMACS_INT, to make them compatible with DEFVAR_INT.
19824 * lisp.h (max_specpdl_size): Adjust declaration.
19825
19826 2002-01-01 Richard M. Stallman <rms@gnu.org>
19827
19828 * print.c (print_object): Test print_escape_nonascii only for
19829 unibyte strings.
19830 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
19831 when outputting to a multibyte buffer.
19832
19833 2001-12-29 Richard M. Stallman <rms@gnu.org>
19834
19835 * print.c (print_object): In multibyte string, use hex escapes.
19836 Use octal only for unibyte strings.
19837 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
19838
19839 * lread.c (read_escape): New arg BYTEREP for reporting whether
19840 escape forces unibyte or multibyte.
19841 (read1): When reading a string, take note of that info.
19842
19843 2001-12-29 Ken Raeburn <raeburn@gnu.org>
19844
19845 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
19846 comparison to test lisp value returned by Fget.
19847
19848 2001-12-29 Richard M. Stallman <rms@gnu.org>
19849
19850 * lisp.h (max_specpdl_size): Add declaration.
19851
19852 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
19853
19854 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
19855 Handle modifier bits. Correct typo in error message.
19856
19857 2001-12-28 Richard M. Stallman <rms@gnu.org>
19858
19859 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
19860 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
19861 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
19862 Update calls to Fdefine_abbrev.
19863 (write_abbrev): Update for changed data format.
19864 Don't list "system" abbrevs.
19865 (Fexpand_abbrev): Update use count with new data format.
19866 (describe_abbrev): Update for changed data format.
19867 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
19868
19869 * config.in (HAVE_MBSINIT): Add #undef.
19870
19871 * strftime.c (mbsinit): Define as no-op if not available.
19872
19873 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
19874 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
19875
19876 * keymap.c (Flookup_key): Error message if key has wrong data type.
19877 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
19878 (exclude_key): New variable.
19879
19880 2001-12-28 Gerd Moellmann <gerd@gnu.org>
19881
19882 * xterm.c (x_setup_relief_colors): Don't compute an image's
19883 background color if it doesn't have a Pixmap.
19884
19885 * xterm.c (notice_overwritten_cursor): Don't depend on
19886 output_cursor and updated_area. Compare pixel coordinates with
19887 window's cursor pixel coordinates.
19888 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
19889 Call notice_overwritten_cursor with new arg list.
19890 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
19891 unconditionally.
19892
19893 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
19894 height of the cursor line to the amount to scroll.
19895
19896 2001-12-27 Richard M. Stallman <rms@gnu.org>
19897
19898 * intervals.c (set_point_both): The position after an invisible,
19899 intangible character is not an acceptable stopping point.
19900
19901 2001-12-27 Ken Raeburn <raeburn@gnu.org>
19902
19903 * window.c (enlarge_window): In new preserve_before code, convert
19904 CURBEG from lisp object to integer before doing arithmetic.
19905
19906 2001-12-27 Richard M. Stallman <rms@gnu.org>
19907
19908 * bytecode.c (Fbyte_code): Undo previous change.
19909
19910 2001-12-26 Kim F. Storm <storm@cua.dk>
19911
19912 * keyboard.c (record_char): Ignore duplicate help-echo events only
19913 separated by mouse-movement. When tracking mouse, only record
19914 first and last mouse-movement event in same window.
19915 Don't record mouse-movement events in keyboard macros.
19916
19917 2001-12-25 Richard M. Stallman <rms@gnu.org>
19918
19919 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
19920 (Fenlarge_window): New arg PRESERVE_BEFORE.
19921
19922 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
19923 instead of Fstring_as_unibyte.
19924
19925 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19926
19927 The following changes remove mocklisp support:
19928
19929 * mocklisp.h, mocklisp.c: Files removed.
19930
19931 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
19932 `Qmocklisp' and `Qmocklisp_arguments'.
19933 Remove prototype of syms_of_mocklisp.
19934
19935 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
19936
19937 * callint.c: Do not include mocklisp.h.
19938 (Fcall_interactively): Do not test for mocklisp case.
19939
19940 * eval.c: Remove variables `Qmocklisp_arguments',
19941 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
19942 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
19943 Do not test for mocklisp case.
19944 (Fwhile): Remove unused variable `tem'.
19945 (syms_of_eval): Remove variable `moclisp-arguments'.
19946
19947 * data.c (wrong_type_argument): Remove mocklisp case.
19948
19949 * doc.c (Fdocumentation): Remove mocklisp case.
19950
19951 * emacs.c (main): Do not call syms_of_mocklisp.
19952
19953 2001-12-21 Richard M. Stallman <rms@gnu.org>
19954
19955 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
19956 to the left or to the right of the pointer, put it against
19957 the left screen edge.
19958
19959 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
19960
19961 * Makefile.in (distclean): Remove .gdbinit if we are building
19962 outside the source tree.
19963
19964 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
19965
19966 * w32.c (emacs_root_dir): New function.
19967
19968 * msdos.c (emacs_root_dir): New function.
19969
19970 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
19971 of the current drive as the fallback for default_directory.
19972
19973 * dired.c (file_name_completion): Run the elements of
19974 completion-ignored-extensions through ENCODE_FILE.
19975
19976 * lisp.h (scmp): Remove prototype, since it's now a static
19977 function private to dired.c.
19978
19979 2001-12-18 Richard M. Stallman <rms@gnu.org>
19980
19981 * dired.c (scmp): Function moved from minibuf.c.
19982 Delete multibyte handling--used only on encoded strings.
19983
19984 * minibuf.c (scmp): Function moved to dired.c.
19985
19986 * fns.c (merge): Add QUIT call.
19987
19988 2001-12-18 Dave Love <fx@gnu.org>
19989
19990 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
19991 language/georgian.el.
19992
19993 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
19994
19995 * Makefile.in (lisp, shortlisp): Synchronize with changes to
19996 lisp/Makefile.in:DONTCOMPILE.
19997
19998 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19999
20000 * xdisp.c (window_box_height): Do not return negative values.
20001 From Gerd Moellmann <gerd@gnu.org>.
20002
20003 * keyboard.c (head_table): Add missing braces around initializer.
20004
20005 * term.c (keys): Likewise.
20006
20007 * xfns.c (x_frame_parms, visual_classes): Likewise.
20008
20009 2001-12-17 Sam Steingold <sds@gnu.org>
20010
20011 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
20012 patch (COMPOSING_P, not COMPOSING).
20013
20014 2001-12-17 Richard M. Stallman <rms@gnu.org>
20015
20016 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
20017
20018 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
20019 before calling decode_coding.
20020
20021 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
20022
20023 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
20024 instead of only for COMPOSITION_DISABLED.
20025
20026 2001-12-16 Richard M. Stallman <rms@gnu.org>
20027
20028 * alloc.c (pure_alloc): After overflow, allocate just a small block.
20029
20030 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
20031
20032 * buffer.h (struct buffer): New field `display_error_modiff'.
20033 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
20034
20035 * window.c (Frecenter): Clear display_error_modiff field.
20036
20037 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
20038 Call redisplay_window, but not if display_error_modiff field says no.
20039 (redisplay_window_error): New function.
20040 (displayed_buffer): New variable.
20041 (redisplay_internal, redisplay_windows): Call the new functions
20042 instead of redisplay_window directly.
20043
20044 2001-12-15 Richard M. Stallman <rms@gnu.org>
20045
20046 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
20047
20048 2001-12-14 Andrew Innes <andrewi@gnu.org>
20049
20050 * makefile.w32-in (EMACSLOADPATH): Define.
20051 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
20052 (bootstrap-temacs): Remove dependency on bootstrap-clean.
20053
20054 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
20055
20056 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
20057 parameter have a numeric value all the time.
20058
20059 * w32fns.c (x_report_frame_params): Likewise.
20060
20061 2001-12-12 Richard M. Stallman <rms@gnu.org>
20062
20063 * fileio.c (Fwrite_region): Doc fix.
20064
20065 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
20066 (redisplay_internal): Call clear_image_cache only for window terminals.
20067
20068 2001-12-12 Gerd Moellmann <gerd@gnu.org>
20069
20070 * xdisp.c (move_it_vertically_backward): Change heuristic
20071 for the case that we didn't move far enough initially.
20072
20073 * window.c (Frecenter): Simplify computation in the case of window
20074 system frames and ARG < 0; use window_box_height.
20075
20076 2001-12-11 Richard M. Stallman <rms@gnu.org>
20077
20078 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
20079 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
20080
20081 2001-12-11 Andrew Innes <andrewi@gnu.org>
20082
20083 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
20084 arg is negative.
20085
20086 2001-12-11 Richard M. Stallman <rms@gnu.org>
20087
20088 * m/hp800.h: Split the __hpux conditional into the parts
20089 that are right for GNU/Linux too and the parts that are not.
20090 Use the former if GNU_LINUX.
20091 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
20092
20093 * s/gnu-linux.h (GNU_LINUX): Defined.
20094
20095 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20096
20097 * macros.c, msdos.c, w16select.c: Change doc-string comments to
20098 `new style' [w/`doc:' keyword].
20099
20100 2001-12-10 Jason Rumney <jasonr@gnu.org>
20101
20102 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
20103 before using.
20104
20105 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20106
20107 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
20108 keyword].
20109
20110 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
20111
20112 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
20113
20114 * s/hpux10.h (srand48): Don't undefine.
20115
20116 2001-12-09 Jason Rumney <jasonr@gnu.org>
20117
20118 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
20119 Add comment to explain where the struct came from.
20120 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
20121 (add_menu_item): Process pop-up menus first to avoid memory leak.
20122 (add_menu_item, w32_menu_display_help): Use `help' field as
20123 Lisp_Object.
20124 (w32_free_submenu_strings): Only free owner-drawn strings.
20125
20126 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20127
20128 * COPYING: Moved back.
20129
20130 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
20131 Add parentheses around && within ||.
20132
20133 * indent.c (compute_motion): Likewise.
20134
20135 * intervals.c (merge_properties_sticky): Likewise.
20136
20137 * coding.c (setup_coding_system, shrink_encoding_region)
20138 (Fdecode_sjis_char): Likewise.
20139
20140 2001-12-07 Andreas Schwab <schwab@suse.de>
20141
20142 * xdisp.c (display_mode_element): Don't read past end of string if
20143 it ends with '%'.
20144
20145 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
20146 can hold.
20147
20148 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
20149 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
20150 type changed to Lisp_Object.
20151 (syms_of_data): DEFVAR_LISP them.
20152
20153 2001-12-07 Richard M. Stallman <rms@gnu.org>
20154
20155 * callproc.c (init_callproc): Set Vdata_directory based on the source
20156 location whenever Emacs was run uninstalled.
20157
20158 2001-12-06 Paul Eggert <eggert@twinsun.com>
20159
20160 * config.in (HAVE_WORKING_VFORK): New #undefs.
20161 * process.c (create_process):
20162 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
20163 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
20164 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
20165 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
20166 * m/intel386.h (HAVE_VFORK): Likewise.
20167 * m/mips-siemens.h (HAVE_VFORK): Likewise.
20168 * m/mips.h (HAVE_VFORK): Likewise.
20169 * s/freebsd.h (vfork): Remove #define.
20170 * s/lynxos.h (HAVE_VFORK): Remove #undef.
20171 * s/usg5-4-2.h: Fix comment about vfork.
20172
20173 2001-12-06 Richard M. Stallman <rms@gnu.org>
20174
20175 * s/hpux10.h (random): Add undef.
20176 (HAVE_RANDOM): Define it just once.
20177
20178 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
20179
20180 * eval.c: Undo last change: the standard syntax is not wanted.
20181
20182 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
20183
20184 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
20185 scroll bars of the frame before deleting the frame itself. If the
20186 frame has a widget, delete the frame with XtDestroyWidget, and do
20187 not call XDestroyWindow before that.
20188
20189 2001-12-06 Kim F. Storm <storm@cua.dk>
20190
20191 * xfns.c (x_report_frame_params): Return actual fringe widths.
20192
20193 * w32fns.c (x_report_frame_params): Return actual fringe widths.
20194
20195 2001-12-05 Andrew Innes <andrewi@gnu.org>
20196
20197 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
20198 excessively large.
20199
20200 * insdel.c (make_gap_larger): New function.
20201 (make_gap_smaller): New function.
20202 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
20203 Call make_gap_smaller if arg is negative.
20204
20205 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
20206
20207 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
20208 Pass a dummy argument when calling interrupt_signal.
20209 (parse_menu_item): Mark disabled items before checking for empty def.
20210 (read_char_minibuf_menu_prompt): Make safety more visible.
20211 (read_key_sequence): Add a `first_unbound' variable.
20212 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
20213 unbound prefix as soon as we can detect it.
20214
20215 * doc.c (Fsnarf_documentation): Add prototype.
20216 (get_doc_string): Handle negative arguments.
20217 (Fdocumentation): Use AREF and ASIZE.
20218 Move the calls to get_doc_string to a single place.
20219 Don't confuse an interactive-spec for a docstring reference.
20220 (Fdocumentation_property): Take advantage of the fact that
20221 get_doc_string now ignores the sign of the docstring position.
20222
20223 * eval.c: Use standard syntax for usage in docstrings.
20224
20225 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20226
20227 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
20228
20229 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20230
20231 * xterm.c (x_draw_image_relief): Use predefined macro instead of
20232 constant when the value of `tool_bar_button_relief' is negative.
20233
20234 2001-12-02 Richard M. Stallman <rms@gnu.org>
20235
20236 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
20237 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
20238
20239 * fileio.c (read_non_regular): Delete Fsignal call.
20240
20241 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
20242
20243 * lisp.h (run_hook_list_with_args): Undo last change.
20244
20245 2001-12-01 Gerd Moellmann <gerd@gnu.org>
20246
20247 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
20248
20249 2001-12-01 Jason Rumney <jasonr@gnu.org>
20250
20251 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
20252
20253 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
20254 [!WM_MOUSELEAVE]: Define.
20255
20256 * w32menu.c (current_popup_menu, get_menu_item_info):
20257 (set_menu_item_info): New vars.
20258 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
20259 (w32_menu_show): Set current_popup_menu.
20260 (add_menu_item): Allocate new strings for owner-drawn menu items
20261 and help strings.
20262 Use owner-draw for disabled menu items again.
20263 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
20264 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
20265
20266 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
20267 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
20268 <WM_EXITMENULOOP>: Free menu strings.
20269 <WM_MOUSELEAVE>: Stop tracking mouse.
20270 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
20271
20272 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
20273 and mouse face.
20274
20275 2001-12-01 Kim F. Storm <storm@cua.dk>
20276
20277 The following changes add left-fringe and right-fringe
20278 frame parameters to adjust fringe widths, or remove one or
20279 both fringes.
20280
20281 * frame.h (struct frame): Remove trunc_area_pixel_width and
20282 trunc_area_cols fields.
20283 (Qleft_fringe, Qright_fringe): Declare.
20284 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
20285
20286 * frame.c (Qleft_fringe, Qright_fringe): New vars.
20287 (syms_of_frame): Initialize them.
20288
20289 * window.c (coordinates_in_window): Handle separate left and right
20290 fringe widths.
20291
20292 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
20293 and fringe_cols fields.
20294 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
20295 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
20296 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
20297 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
20298 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
20299 (x_compute_fringe_widths): Add prototype.
20300
20301 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
20302 fill fringe evenly with small dashes.
20303 (x_draw_fringe_bitmap): Clear background if necessary. Align and
20304 clip the new ZV bitmap to avoid jitter between rows.
20305 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
20306 background. Don't draw fringe bitmaps if fringe width is zero.
20307 (x_compute_fringe_widths): New function.
20308 (x_new_font, x_set_window_size_1): Use it.
20309
20310 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
20311 (x_set_frame_parameters): Process `font' parameter before other
20312 parameters as fringe widths depend on it.
20313 (x_set_fringe_width): New function.
20314 (x_figure_window_size): Use x_compute_fringe_widths.
20315 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
20316 parameters.
20317
20318 * widget.c (set_frame_size): Use x_compute_fringe_widths.
20319 (EmacsFrameSetCharSize): Ditto.
20320
20321 * w32term.h: Merged changes from xterm.h.
20322 * w32term.c: Merged changes from xterm.c.
20323 * w32fns.c: Merged changes from xfns.c.
20324
20325 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20326
20327 * COPYING: Removed.
20328
20329 2001-11-29 Dave Love <fx@gnu.org>
20330
20331 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
20332 extra extra slot.
20333 (detect_coding_mask): Fix call of detect_coding_iso2022.
20334
20335 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20336
20337 * fileio.c (file-name-coding-system)
20338 (default-file-name-coding-system): Doc fix (links to referenced
20339 variables added).
20340
20341 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
20342
20343 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
20344 Add dummy uses of gcproN variables.
20345
20346 * category.c (describe_category, describe_category_1)
20347 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
20348 (syms_of_category): Don't defsubr Sdescribe_categories.
20349
20350 2001-11-28 Richard M. Stallman <rms@gnu.org>
20351
20352 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
20353
20354 * Makefile.in (lispdir): New variable, referring to build dir.
20355 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
20356
20357 2001-11-28 Andrew Innes <andrewi@gnu.org>
20358
20359 * w32menu.c (w32_menu_display_help): Actually add the new argument
20360 OWNER.
20361
20362 2001-11-28 Jason Rumney <jasonr@gnu.org>
20363
20364 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
20365 menu items. From David Ponce <dponce@wanadoo.fr>.
20366 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
20367 conditionally.
20368 (w32_menu_display_help): New argument OWNER. Rewritten to store a
20369 help event in the owner frame's keyboard buffer.
20370
20371 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
20372 (Fx_show_tip): Don't subtract last width from row width.
20373
20374 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
20375 (w32_read_socket): Use EQ to compare frames.
20376
20377 2001-11-28 Gerd Moellmann <gerd@gnu.org>
20378
20379 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
20380 OVERLAPS_P.
20381
20382 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20383
20384 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
20385 `gcpro3' and `gcpro4'.
20386
20387 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
20388
20389 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
20390
20391 * ccl.c: Use AREF and ASIZE.
20392
20393 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
20394
20395 * lisp.h (run_hook_list_with_args): Remove.
20396 (LIST_END_P): Fix call to wrong_type_argument.
20397 (make_fixnum_or_float): Use EMACS_INT rather than int.
20398
20399 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
20400
20401 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
20402 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
20403
20404 * eval.c: Use AREF and ASIZE.
20405 (Ffetch_bytecode): Add the file name to the error message.
20406
20407 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
20408 which match the end of the file-name.
20409 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
20410 is not a valid env var, but leave it as is instead.
20411
20412 * keymap.c (access_keymap): Handle t bindings like nil bindings.
20413 Make nil bindings in char-tables transparent.
20414 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
20415
20416 2001-11-26 Richard M. Stallman <rms@gnu.org>
20417
20418 * textprop.c (set_text_properties_1): Allow START, END in either order.
20419 Do nothing if range is empty.
20420
20421 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
20422
20423 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
20424 (clean): Not here.
20425
20426 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
20427
20428 * textprop.c (set_text_properties_1): Clearly mark that the
20429 interval should not be empty.
20430
20431 * intervals.c (graft_intervals_into_buffer):
20432 Don't call set_text_properties_1 on an empty interval.
20433
20434 2001-11-25 Richard M. Stallman <rms@gnu.org>
20435
20436 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
20437
20438 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
20439 don't lose the data in it.
20440
20441 2001-11-25 Juanma Barranquero <lektu@terra.es>
20442
20443 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
20444
20445 * buffer.c (Fkill_buffer): Likewise.
20446
20447 * print.c (temp_output_buffer_setup): Likewise.
20448
20449 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
20450
20451 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
20452
20453 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
20454
20455 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
20456 Niemitalo <kon@iki.fi>.
20457
20458 2001-11-25 Jason Rumney <jasonr@gnu.org>
20459
20460 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
20461
20462 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
20463 (Fx_show_tip): Block input during frame creation.
20464 (Fx_show_tip, Fx_hide_tip): Enable.
20465
20466 2001-11-24 Richard M. Stallman <rms@gnu.org>
20467
20468 * lread.c (Fload): Detect recursive load error for more than 3
20469 nestings of the same file.
20470 (Vrecursive_load_depth_limit): Variable deleted.
20471 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
20472
20473 2001-11-24 Jason Rumney <jasonr@gnu.org>
20474
20475 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
20476 mouse position if either left or top is not specified.
20477
20478 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
20479 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
20480 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
20481 (my_create_tip_window): Assign tip_window.
20482 (x_create_tip_frame): Use same defaults as X.
20483 (compute_tip_xy): Remove unused variable. Use full screen width.
20484 (Fx_show_tip): Do not double height. Call ShowWindow directly.
20485
20486 * w32term.c (x_after_update_window_line): Doc fix.
20487 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
20488 frames.
20489 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
20490
20491 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
20492 for all Windowed systems.
20493
20494 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
20495
20496 * msdos.c (IT_clear_screen): If the frame's faces are not yet
20497 realized, use the initial screen colors to clear the screen.
20498
20499 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20500
20501 * textprop.c (Fset_text_properties): Remove unused variables
20502 `unchanged', `prev_changed', `s' and `len'.
20503
20504 * search.c (Freplace_match): Remove unused variable `inslen'.
20505
20506 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
20507
20508 2001-11-22 Jason Rumney <jasonr@gnu.org>
20509
20510 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
20511 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
20512 (my_create_tip_window): New function.
20513 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
20514 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
20515
20516 2001-11-20 Jason Rumney <jasonr@gnu.org>
20517
20518 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
20519 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
20520
20521 * w32fns.c (Vw32_system_coding_system): Remove.
20522 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
20523
20524 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
20525
20526 * fileio.c (Fwrite_region): Move choose_write_coding_system to
20527 after build_annotations.
20528
20529 * syntax.c (describe_syntax): Add dummy arg.
20530 (describe_syntax_1): Update call to describe_vector.
20531
20532 * category.c (describe_category): Add dummy arg.
20533 (describe_category_1): Update call to describe_vector.
20534
20535 * keymap.c (Fdescribe_vector): Add `describer' parameter.
20536 (describe_command, describe_translation): Add dummy second param.
20537 (describe_map): Call elt_describer with two arguments.
20538 (describe_vector_princ): Add `fun' parameter.
20539 Call it instead of the hardcoded `princ'.
20540 (describe_vector): Add arg `args'.
20541 Pass it as a new second argument to elt_describer.
20542
20543 * keymap.h (describe_vector): Update prototype.
20544
20545 * frame.c: Don't include keymap.h any more.
20546 (keys_of_frame): Remove.
20547
20548 * lisp.h (keys_of_frame): Remove declaration.
20549
20550 * emacs.c (main): Don't call `keys_of_frame' any more.
20551
20552 2001-11-14 Andreas Schwab <schwab@suse.de>
20553
20554 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
20555 if defined, 0 otherwise.
20556 (MAP_FAILED): Define if not defined and use it to test mmap failure.
20557 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
20558
20559 2001-11-19 Richard M. Stallman <rms@gnu.org>
20560
20561 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
20562
20563 2001-11-18 Jason Rumney <jasonr@gnu.org>
20564
20565 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
20566 (x_draw_bar_cursor): If the background color of the glyph under
20567 the cursor equals the frame's cursor color, use the glyph's
20568 foreground color for drawing the bar cursor.
20569 (x_after_update_window_line): Clear internal border in different
20570 circumstances.
20571 (w32_set_vertical_scroll_bar): Check for width and height > 0.
20572 (w32_draw_relief_rect): Correct relief by 1 pixel.
20573 (x_set_glyph_string_background_width):
20574 Set extends_to_end_of_line_p if the row's fill_line_p is set and
20575 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
20576 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
20577 if cursor_in_non_selected_windows is false.
20578 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
20579 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
20580 Notice if cursor gets overwritten.
20581 (notice_overwritten_cursor): Renamed from
20582 note_overwritten_text_cursor. Rewritten to take glyph widths
20583 into account, and to take X positions as parameters.
20584 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
20585 around call to x_draw_glyphs.
20586 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
20587 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
20588 color to use for image glyph reliefs.
20589 (x_draw_image_relief): Accept zero tool_bar_button_relief.
20590 (glyph_rect): Remove unused variable `area'.
20591
20592 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
20593 some items.
20594 (x_set_internal_border_width): Set frame garbaged when window
20595 doesn't exist yet.
20596 (Fx_create_frame): Accept zero tool_bar_button_relief.
20597 (x_clear_image_1, four_corners_best, image_background)
20598 (image_background_transparent): New functions.
20599 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
20600 (gs_format): Add `:background' entry.
20601 (lookup_image): Set IMG's background color if specified.
20602 (pbm_load, xbm_load_image, png_load): Set IMG's background field
20603 when appropriate.
20604 (x_clear_image_1): Reset `background_valid' and
20605 `background_transparent_valid' fields.
20606 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
20607 calculating it here. Set IMG's background_transparent field.
20608 (enum xpm_keyword_index): Add XPM_BACKGROUND.
20609 (enum png_keyword_index): Add PNG_BACKGROUND.
20610 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
20611 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
20612 (enum gif_keyword_index): Add GIF_BACKGROUND.
20613 (enum gs_keyword_index): Add GS_BACKGROUND.
20614 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
20615 Pre-calculate image background color where necessary.
20616 (x_create_x_image_and_pixmap, xbm_load, gs_load):
20617 Use display info's n_cbits entry for screen depth.
20618 (Fx_show_tip): Remove unused variables `buffer', `top',
20619 `left', `max_width' and `max_height'.
20620
20621 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
20622
20623 2001-11-18 Gerd Moellmann <gerd@gnu.org>
20624
20625 * puresize.h (BASE_PURESIZE): Increase to 750000.
20626
20627 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20628
20629 * frame.c (Fframe_live_p): Doc fix.
20630
20631 2001-11-18 Richard M. Stallman <rms@gnu.org>
20632
20633 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
20634 (message_dolog_marker3): New static variables hold three markers.
20635 (syms_of_xdisp): Initialize and staticpro them.
20636 (message_dolog): Use message_dolog_marker1..3 instead of
20637 allocating markers each time. Unchain them when done.
20638
20639 2001-11-17 Richard M. Stallman <rms@gnu.org>
20640
20641 * doc.c (Fsnarf_documentation): Doc fix.
20642
20643 2001-11-17 Andreas Schwab <schwab@suse.de>
20644
20645 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
20646
20647 2001-11-17 Richard M. Stallman <rms@gnu.org>
20648
20649 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
20650
20651 2001-11-17 Jason Rumney <jasonr@gnu.org>
20652
20653 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
20654
20655 2001-11-17 Gerd Moellmann <gerd@gnu.org>
20656
20657 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
20658 with invalid position.
20659
20660 2001-11-16 Richard M. Stallman <rms@gnu.org>
20661
20662 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
20663
20664 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
20665 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
20666 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
20667
20668 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
20669
20670 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
20671
20672 * fileio.c (build_annotations): Split off the tail.
20673 (build_annotations_2): New fun. Extracted from build_annotations.
20674 (Fwrite_region): Split the call to build_annotations into two
20675 calls to build_annotations and build_annotations_2.
20676
20677 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20678
20679 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
20680 clear_waiting_for_input with argument.
20681
20682 * xterm.h (x_update_cursor): Remove duplicated prototype.
20683
20684 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
20685
20686 * xterm.c (waiting_for_input): Remove unnecessary declaration.
20687
20688 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
20689
20690 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
20691
20692 * fileio.c (choose_write_coding_system): New fun, extracted
20693 from Fwrite_region.
20694 (Fwrite_region): Use it.
20695
20696 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
20697 (funcall_lambda, run_hook_with_args): Make static and add prototype.
20698 (ml_apply, find_handler_clause): Add prototype.
20699
20700 2001-11-16 Eli Zaretskii <eliz@gnu.org>
20701
20702 * config.in: Add #undef HAVE_COFF_H.
20703
20704 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
20705 Required for ISC 4.1.
20706
20707 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
20708
20709 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
20710 Andrew Wiseman <a.wiseman@btclick.com>.
20711
20712 2001-11-16 Kim F. Storm <storm@cua.dk>
20713
20714 The following changes are made to clean up the various internal
20715 references to the fringes to actually use the term `fringe' for
20716 them. Previously, they were called `flags areas', `bitmap areas',
20717 `left/right side of windows', or implicitly as `flags' or
20718 `bitmaps':
20719
20720 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
20721 Comments fixed. Use renamed symbols.
20722
20723 * dispnew.c: Comment fix. Use renamed symbols.
20724
20725 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
20726 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
20727 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
20728
20729 * msdos.c: Comment fix.
20730
20731 * w32fns.c: Use renamed symbols.
20732
20733 * w32term.c: Comment fixes. Use renamed symbols.
20734 (fringe_bitmap_type): Renamed from bitmap_type.
20735 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
20736 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
20737 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
20738
20739 * w32term.h: Comment fixes. Use renamed symbols.
20740 (fringes_extra): Renamed from flags_areas_extra.
20741 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
20742 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
20743 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
20744 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
20745 (FRAME_X_LEFT_FRINGE_WIDTH):
20746 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
20747 (FRAME_X_RIGHT_FRINGE_WIDTH):
20748 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
20749
20750 * widget.c: Use renamed symbols.
20751
20752 * window.c: Comment fixes. Use renamed symbols.
20753 (coordinates-in-window-p): Doc fix.
20754
20755 * xdisp.c: Comment fixes. Use renamed symbols.
20756
20757 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
20758
20759 * xfns.c: Use renamed symbols.
20760
20761 * xterm.c: Comment fixes. Use renamed symbols.
20762 (fringe_bitmap_type): Renamed from bitmap_type.
20763 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
20764 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
20765 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
20766
20767 * xterm.h: Comment fixes. Use renamed symbols.
20768 (fringes_extra): Renamed from flags_areas_extra.
20769 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
20770 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
20771 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
20772 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
20773 (FRAME_X_LEFT_FRINGE_WIDTH):
20774 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
20775 (FRAME_X_RIGHT_FRINGE_WIDTH):
20776 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
20777
20778 2001-11-15 Jason Rumney <jasonr@gnu.org>
20779
20780 * w32menu.c (add-menu-item): Make help_echo and radio buttons
20781 work for most menu items. From David Ponce
20782 <david.ponce@wanadoo.fr>.
20783
20784 2001-11-15 Gerd Moellmann <gerd@gnu.org>
20785
20786 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
20787 Some x_set_* function expect to be called even if old and new
20788 value are equal.
20789
20790 * xdisp.c (build_desired_tool_bar_string): Accept zero
20791 tool_bar_button_relief.
20792
20793 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
20794
20795 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
20796
20797 * xterm.c (x_draw_bar_cursor): If the background color of the
20798 glyph under the cursor equals the frame's cursor color, use
20799 the glyph's foreground color for drawing the bar cursor.
20800
20801 * dispnew.c (direct_output_forward_char): Fix character/byte
20802 position comparison.
20803
20804 2001-11-15 Miles Bader <miles@gnu.org>
20805
20806 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
20807 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
20808 Update arguments to find_field.
20809 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
20810 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
20811 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
20812 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
20813
20814 2001-11-14 Richard M. Stallman <rms@gnu.org>
20815
20816 * editfns.c (Fpropertize): Allow call with 1 arg.
20817
20818 * dispextern.h (image_background, image_background_transparent):
20819 Conditionalize on HAVE_X_WINDOWS.
20820
20821 2001-11-13 Richard M. Stallman <rms@gnu.org>
20822
20823 * print.c (Fprin1_to_string): Doc fix.
20824
20825 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
20826
20827 * floatfns.c (Fceiling, Ffloor): Doc fixes.
20828
20829 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
20830
20831 * fileio.c (Ffile_accessible_directory_p): Doc fix.
20832
20833 * eval.c (syms_of_eval): Doc fix.
20834
20835 * coding.c (syms_of_coding): Doc fix.
20836
20837 * doc.c (Fsnarf_documentation): Doc fix.
20838
20839 * dispnew.c (syms_of_display): Doc fix.
20840
20841 * category.c (Fget_unused_category): Doc fix.
20842
20843 * buffer.c (syms_of_buffer): Doc fixes.
20844
20845 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
20846
20847 * print.c (prin1, print): Doc fix.
20848
20849 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20850
20851 * fontset.h: Remove declarations of variables
20852 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
20853
20854 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
20855 `Vclip_large_size_font'.
20856
20857 2001-11-13 Jason Rumney <jasonr@gnu.org>
20858
20859 * w32fns.c: Doc fix.
20860
20861 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20862
20863 * xfaces.c (Fface_attributes_as_vector): Doc fix.
20864
20865 * fns.c: Doc fix.
20866
20867 * emacs.c: Doc fix.
20868
20869 * coding.c: Doc fix.
20870
20871 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
20872 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
20873 `new style' [w/`doc:' keyword].
20874
20875 2001-11-12 Richard M. Stallman <rms@gnu.org>
20876
20877 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
20878 LeaveNotify events. Only FocusIn and FocusOut do that now.
20879 (x_display_and_set_cursor): Do display hollow cursors in active
20880 minibuffer windows when they are not selected.
20881
20882 2001-11-12 Jason Rumney <jasonr@gnu.org>
20883
20884 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
20885 * w32term.c: Change doc-string comments to `new style'
20886 [w/`doc:' keyword]. Doc fixes.
20887
20888 * w32fns.c: Don't define max.
20889 (Fx_open_connection): Only execute once.
20890
20891 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20892
20893 * ccl.c: Change macros to use do-while block instead of if-else.
20894 Use braces to follow GNU Coding Standards.
20895
20896 2001-11-11 Richard M. Stallman <rms@gnu.org>
20897
20898 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
20899
20900 * lread.c (read_escape): Use end_of_file_error for reporting eof.
20901
20902 * insdel.c (replace_range): Use adjust_markers_for_replace
20903 instead of adjust_markers_for_delete and adjust_markers_for_insert.
20904
20905 * intervals.h (set_text_properties, set_text_properties_1): Declare.
20906
20907 * textprop.c (set_text_properties_1): New subroutine
20908 broken out of set_text_properties.
20909 (set_text_properties): Use set_text_properties_1.
20910
20911 * intervals.c (graft_intervals_into_buffer):
20912 Use set_text_properties_1 to clear out properties.
20913
20914 * search.c (Freplace_match): Use replace_range to insert
20915 and delete. Don't request property inheritance from
20916 surrounding text.
20917
20918 2001-11-10 Jason Rumney <jasonr@gnu.org>
20919
20920 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
20921 vertical fonts. Allow them if face name is explicitly specified.
20922 Do not give up if we find a font that cannot be converted to an xlfd.
20923
20924 2001-11-10 Gerd Moellmann <gerd@gnu.org>
20925
20926 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
20927 instead of malloc/free.
20928
20929 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20930
20931 * xfaces.c (merge_face_vectors): Use braces to follow GNU
20932 Coding Standards.
20933 (Finternal_set_lisp_face_attribute): Likewise.
20934
20935 * buffer.c (Fbury_buffer): Likewise.
20936
20937 * indent.c (current_column_1): Remove unused variable `prev_col'.
20938
20939 * coding.c (encode_coding): Use precomputed value of `src'.
20940 (encode_coding): Remove unused variable `src_end'.
20941 (code_convert_region): Remove unused variables `count'.
20942
20943 2001-11-07 Jason Rumney <jasonr@gnu.org>
20944
20945 * w32term.c (x_display_and_set_cursor): Do not move system caret
20946 if cursor_glyph is NULL.
20947
20948 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20949
20950 * keymap.c (access_keymap): Fix compilation error.
20951
20952 2001-11-07 Miles Bader <miles@gnu.org>
20953
20954 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
20955
20956 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20957
20958 * intervals.c (graft_intervals_into_buffer):
20959 Remove #ifdef'd-out code.
20960 (graft_intervals_into_buffer): Remove unused variable `middle'.
20961
20962 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
20963 code (eval-current-buffer).
20964 Change doc-string comments to `new style' [w/`doc:' keyword].
20965
20966 2001-11-06 Richard M. Stallman <rms@gnu.org>
20967
20968 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
20969
20970 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20971
20972 * lread.c (read1): Fix behavior with nested backquoting.
20973
20974 * keyboard.c (make_lispy_event): Check integerness and fix
20975 Lisp_Object/int mixup.
20976
20977 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20978
20979 * fns.c (copy_hash_table): Remove unused variable `v'.
20980
20981 * fontset.c (fontset_font_pattern): Remove unused variable
20982 `family_registry'.
20983
20984 * indent.c (current_column_1): Remove unused variable `prev_col'.
20985
20986 2001-11-05 Richard M. Stallman <rms@gnu.org>
20987
20988 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
20989
20990 * buffer.c (Fkill_buffer): Don't delete auto save file
20991 if buffer is modified.
20992
20993 2001-11-05 Andrew Innes <andrewi@gnu.org>
20994
20995 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
20996 CHECK_NUMBER_CDR.
20997
20998 2001-11-05 Richard M. Stallman <rms@gnu.org>
20999
21000 * unexelf.c (unexec): Minor changes; clean up comments.
21001
21002 2001-11-05 Sam Steingold <sds@gnu.org>
21003
21004 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
21005
21006 2001-11-05 Andreas Schwab <schwab@suse.de>
21007
21008 * sound.c (sound_perror): Save errno from being clobbered.
21009
21010 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
21011
21012 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
21013 the program image directly.
21014
21015 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21016
21017 * buffer.h (Fbuffer_local_value): Add prototype.
21018
21019 2001-11-04 Richard M. Stallman <rms@gnu.org>
21020
21021 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
21022 and CHECK_BUFFER.
21023
21024 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
21025 (record_char): Likewise.
21026
21027 * keyboard.c (make_lispy_event): Don't insist a drag event must
21028 move to a different buffer position. Instead, check for moving at
21029 least double_click_fuzz.
21030
21031 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
21032
21033 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
21034
21035 * indent.c (current_column_1, Fmove_to_column): Separate the code
21036 for display-table glyphs from the code for buffer text, to fix
21037 bugs in the former.
21038
21039 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
21040
21041 * buffer.c (Fbuffer_local_value): New function.
21042 (syms_of_buffer): Defsubr it.
21043
21044 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
21045 value of `cursor-in-non-selected-windows'.
21046
21047 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
21048 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
21049 (syms_of_xdisp): Initialize it.
21050
21051 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21052
21053 * xfns.c (Fx_create_frame): Doc fix.
21054
21055 * coding.c: Change doc-string comments to `new style' [w/`doc:'
21056 keyword].
21057
21058 * eval.c (top_level_value, top_level_set): Remove commented and
21059 #ifdef'd-out code.
21060 (Fdefvar): Fix usage in doc-string.
21061
21062 2001-11-03 Richard M. Stallman <rms@gnu.org>
21063
21064 * xfns.c: Include unistd.h, if it exists.
21065
21066 * editfns.c: Move the include of ctype.h after unistd.h.
21067
21068 * gmalloc.c: Test BROKEN_PROTOTYPES.
21069
21070 2001-11-03 Ken Raeburn <raeburn@gnu.org>
21071
21072 * lisp.h (CHECK_STRING_CAR): New macro.
21073 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
21074 treating XCAR and XCDR as lvalues.
21075 (openp): Use CHECK_STRING_CAR.
21076 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
21077
21078 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
21079
21080 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
21081 (SIGMASKTYPE): Define.
21082
21083 * syssignal.h (sigunblock): Don't define if already defined.
21084
21085 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21086
21087 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
21088 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
21089 Fix typos in comments.
21090
21091 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
21092 and #ifdef'd-out code.
21093 Fix and reindent comments.
21094
21095 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
21096
21097 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
21098 argument `i' in macros.
21099
21100 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
21101 `i' in macros.
21102
21103 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
21104 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
21105 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
21106 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
21107 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
21108 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
21109 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
21110 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
21111 in macros.
21112
21113 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
21114 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
21115 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
21116 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
21117 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
21118 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
21119 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
21120 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
21121 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
21122 (remove unused second argument).
21123
21124 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
21125
21126 * syntax.c (describe_syntax): New wrapper.
21127 (Finternal_describe_syntax_value): Rename from describe_syntax.
21128 Don't insert space at front and \n at the end.
21129 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
21130
21131 * regex.c (re_wctype): Try to fix some warnings.
21132 (regcomp, regexec): Don't forget the __restrict.
21133
21134 2001-11-02 Richard M. Stallman <rms@gnu.org>
21135
21136 * textprop.c (Fget_char_property): Doc fix.
21137
21138 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21139
21140 * process.c (Fstart_process): Add usage to doc-string.
21141
21142 * data.c (Fsetq_default): Ditto.
21143
21144 * callint.c (Finteractive): Ditto.
21145
21146 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
21147
21148 * macros.c: Don't include keymap.h any more.
21149
21150 2001-11-01 Richard M. Stallman <rms@gnu.org>
21151
21152 * data.c (Fmake_local_variable): Doc fix.
21153
21154 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
21155 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
21156
21157 * keymap.c (Fdescribe_buffer_bindings): Print character property
21158 bindings along with or instead of the buffer local map.
21159 Make the overriding maps override what they should.
21160
21161 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21162
21163 * window.c (grow_mini_window): Fix typo in comment.
21164
21165 2001-11-01 Gerd Moellmann <gerd@gnu.org>
21166
21167 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
21168 (XTset_vertical_scroll_bar): Likewise.
21169
21170 * xfns.c (x_build_heuristic_mask): Use four_corners_best
21171 instead of IMAGE_BACKGROUND.
21172
21173 * xfns.c (four_corners_best): Reindent.
21174
21175 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
21176 Handle :box so that it is possible to specify sexprs.
21177
21178 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
21179
21180 * s/hpux11.h: New file.
21181
21182 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21183
21184 * emacs.c (USAGE1): Show command line option --no-window-system
21185 instead of --no-windows in usage.
21186 (standard_args): Rename --no-windows to --no-window-system.
21187 (bug_reporting_address): Follow Emacs coding conventions.
21188
21189 * eval.c (Fcommandp): Doc fix.
21190 Change doc-string comments to `new style' [w/`doc:' keyword].
21191
21192 * frame.c (Fframe_live_p): Doc fix.
21193
21194 * buffer.c (selective-display-ellipses): Doc fix.
21195
21196 2001-10-31 Gerd Moellmann <gerd@gnu.org>
21197
21198 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
21199
21200 * xfaces.c (realize_x_face): If C is not a single-byte character,
21201 set the face's colors_copied_bitwise_p instead of the defaulted_p
21202 members which have a different meaning.
21203 (free_face_colors): Do nothing for a face whose colors have been
21204 copied bitwise.
21205
21206 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
21207
21208 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21209
21210 * marker.c, mocklisp.c: Change doc-string comments to `new style'
21211 [w/`doc:' keyword].
21212
21213 2001-10-31 Gerd Moellmann <gerd@gnu.org>
21214
21215 * fns.c (require_unwind): Return Lisp_Object.
21216
21217 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21218
21219 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
21220 (last-input-char): Revert doc-string to be the same as the
21221 doc-string of `last-input-event'.
21222
21223 * xdisp.c: Fix typos in comments.
21224
21225 2001-10-31 Gerd Moellmann <gerd@gnu.org>
21226
21227 * window.c (grow_mini_window): Handle case that the root
21228 window is already smaller than the nominal mininum height.
21229
21230 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
21231
21232 * emacs.c (main): Don't call keys_of_macros any more.
21233
21234 * lisp.h (keys_of_macros): Remove.
21235
21236 * macros.c (keys_of_macros): Remove.
21237
21238 * xfaces.c (Fface_attribute_relative_p): Declare args.
21239
21240 2001-10-30 Jason Rumney <jasonr@gnu.org>
21241
21242 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
21243 (enum_font_cb2): Ignore fonts with vertical orientation.
21244
21245 2001-10-30 Richard M. Stallman <rms@gnu.org>
21246
21247 * keyboard.c (Finput_pending_p): Doc fix.
21248
21249 2001-10-30 Gerd Moellmann <gerd@gnu.org>
21250
21251 * xterm.c (x_after_update_window_line): Don't run the code
21252 clearing in borders for rows whose visible height is 0.
21253
21254 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
21255 resized_p flag is set. If not set, use the much less flickering
21256 method previously used.
21257
21258 * dispnew.c (change_frame_size_1): Set frame's resized_p.
21259
21260 * frame.h (struct frame) <resized_p>: New member.
21261
21262 * lread.c (to_multibyte): Ensure read_buffer is at least twice
21263 as large as the number of bytes to convert.
21264
21265 * lread.c (to_multibyte): New function.
21266 (read1): Use it.
21267
21268 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
21269
21270 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
21271
21272 2001-10-30 Gerd Moellmann <gerd@gnu.org>
21273
21274 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
21275 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
21276 if the row's fill_line_p is set and drawing the last glyph with
21277 DRAW_IMAGE_{RAISED,SUNKEN}.
21278
21279 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
21280
21281 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
21282
21283 * xmenu.c: Include coding.h and charset.h.
21284 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
21285 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
21286 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
21287 Explicitly set wv->help. Use `TRUE' rather than `True'.
21288 (menu_help_callback): Use empty_string.
21289
21290 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
21291 (Fx_popup_dialog): Explicitly init f.
21292 (w32_menu_display_help): Use empty_string.
21293
21294 2001-10-29 Richard M. Stallman <rms@gnu.org>
21295
21296 * fns.c (Frequire): Detect recursive try to require the same
21297 feature 3 or more levels deep, and get error.
21298 (require_unwind): New subroutine.
21299 (require_nesting_list): New variable.
21300 (syms_of_fns): Init and staticpro it.
21301
21302 * print.c (print_object): Clarify indication of insertion type.
21303
21304 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
21305
21306 * coding.c (syms_of_coding): Document that locale-coding-system is
21307 used for decoding input on X.
21308
21309 * window.c (Fscroll_left, Fscroll_right): Doc fix.
21310
21311 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21312
21313 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
21314 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
21315
21316 2001-10-29 Gerd Moellmann <gerd@gnu.org>
21317
21318 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
21319 use NO_CURSOR if cursor_in_non_selected_windows is false.
21320
21321 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
21322 the slant attribute if FRAME is t.
21323
21324 * xfns.c (x_set_internal_border_width): Set frame garbaged
21325 when X window doesn't exist yet.
21326
21327 * xterm.c (x_after_update_window_line): Clear internal border
21328 in different circumstances.
21329
21330 * xterm.c (XTread_socket) <KeyPress>: Don't use
21331 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
21332 <handa@etl.go.jp>.
21333
21334 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
21335
21336 * m/ibms390.h: New file. From Adam Thornton
21337 <athornton@sinenomine.net>.
21338
21339 2001-10-28 Gerd Moellmann <gerd@gnu.org>
21340
21341 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
21342
21343 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
21344 a loop counter.
21345
21346 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21347
21348 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
21349
21350 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
21351 keyword].
21352 Fix typos in comments.
21353
21354 * emacs.c (bug_reporting_address): New function.
21355 Use it when displaying usage message.
21356
21357 * minibuf.c (read_minibuf): Remove unused external declaration of
21358 variable `Qread_only'.
21359
21360 * keymap.c (access_keymap): Remove unused variable `charset'.
21361
21362 2001-10-28 Miles Bader <miles@gnu.org>
21363
21364 * xfaces.c (merge_face_heights): Handle TO being relative as well.
21365 Remove #ifdef'd-out code.
21366 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
21367 (syms_of_xfaces): Initialize them.
21368
21369 2001-10-27 Jason Rumney <jasonr@gnu.org>
21370
21371 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
21372 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
21373 position using the system caret.
21374
21375 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
21376 (w32_system_caret_height, w32_system_caret_x)
21377 (w32_system_caret_y): New variables for tracking system caret.
21378 (w32_initialize): Initialize them.
21379 (x_display_and_set_cursor): Make system caret follow the active cursor.
21380
21381 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
21382 New messages types.
21383
21384 * w32term.c (note_mouse_highlight): Clear old help_echo.
21385
21386 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21387
21388 * xterm.c: Fix typo in a comment.
21389
21390 * emacs.c: Fix typos in comments.
21391 Remove unnecessary spaces.
21392 Change doc-string comments to `new style' [w/`doc:' keyword].
21393 (USAGE2): Fix typos in usage string.
21394
21395 * xterm.c: Fix typo in a comment.
21396
21397 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
21398 emacs.c.
21399
21400 2001-10-27 Gerd Moellmann <gerd@gnu.org>
21401
21402 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
21403 instead of 1/2 line_height in the heuristic for skipping
21404 farther backward when target_y was not reached.
21405
21406 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
21407 Display errno only if non-zero.
21408 (sound_warning): New function.
21409 (vox_configure): Don't treat failing to set sample rate as error.
21410 (various places): Improve error messages.
21411
21412 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
21413
21414 * fileio.c (Faccess_file): Run the argument filename through
21415 Fexpand_file_name, before using it.
21416
21417 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
21418 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
21419
21420 2001-10-26 Gerd Moellmann <gerd@gnu.org>
21421
21422 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
21423
21424 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
21425 Fix clearing in the case of scroll bars on the right.
21426
21427 2001-10-26 Juanma Barranquero <lektu@terra.es>
21428
21429 * w32gui.h (XImage): Add a dummy typedef.
21430
21431 2001-10-26 Gerd Moellmann <gerd@gnu.org>
21432
21433 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
21434
21435 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
21436
21437 * frame.c (Fframe_parameter): Fix last change.
21438
21439 * fileio.c: Revert last change (which removed old commented-out
21440 version of expand-file-name). Add a comment that explains why
21441 this old version should not be removed.
21442
21443 2001-10-25 Gerd Moellmann <gerd@gnu.org>
21444
21445 * frame.c (Fframe_parameter): Fix a bug whereby some
21446 ``artificial'' frame parameters, like `minibuffer' were not
21447 obtained by calling Fframe_parameters.
21448
21449 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
21450 cursor differently.
21451
21452 * xdisp.c (move_it_vertically_backward): Compute line height
21453 differently. Add heuristic to try to be more compatible to 20.x.
21454
21455 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
21456
21457 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
21458
21459 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
21460 boolean.
21461
21462 2001-10-25 Miles Bader <miles@gnu.org>
21463
21464 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
21465 BG is a pointer to a structure, not a structure.
21466 (gif_format, png_format): Add missing commas.
21467
21468 2001-10-24 Richard M. Stallman <rms@gnu.org>
21469
21470 * xfaces.c (Fface_attributes_as_vector): New function.
21471 (syms_of_xfaces): Defsubr it.
21472
21473 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21474
21475 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
21476 variable `area'.
21477
21478 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21479
21480 * search.c (scan_newline): Remove unused variable `selective_display'.
21481
21482 2001-10-25 Miles Bader <miles@gnu.org>
21483
21484 * dispextern.h (struct image): Add `background',
21485 `background_valid', and `background_transparent' fields.
21486 (image_background, image_background_transparent): New declarations.
21487 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
21488 * xfns.c (image_background, image_background_transparent)
21489 (four_corners_best): New functions.
21490 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
21491 (gs_format): Add `:background' entry.
21492 (lookup_image): Set IMG's background color if specified.
21493 (pbm_load, xbm_load_image, png_load): Set IMG's background field
21494 when appropriate.
21495 (x_clear_image_1): Reset `background_valid' and
21496 `background_transparent_valid' fields.
21497 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
21498 calculating it here. Set IMG's background_transparent field.
21499 (enum xpm_keyword_index): Add XPM_BACKGROUND.
21500 (enum png_keyword_index): Add PNG_BACKGROUND.
21501 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
21502 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
21503 (enum gif_keyword_index): Add GIF_BACKGROUND.
21504 (enum gs_keyword_index): Add GS_BACKGROUND.
21505 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
21506 Pre-calculate image background color where necessary.
21507 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
21508 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
21509 color to use for image glyph reliefs.
21510
21511 2001-10-24 Gerd Moellmann <gerd@gnu.org>
21512
21513 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
21514 in full-width rows.
21515
21516 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
21517 Fix clearing of area not covered by scroll bar.
21518
21519 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21520
21521 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
21522 and `real_start'.
21523 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
21524 (glyph_rect): Remove unused variable `area'.
21525
21526 2001-10-24 Gerd Moellmann <gerd@gnu.org>
21527
21528 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
21529
21530 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
21531 (row_containing_pos): Take additional argument DY.
21532 Treat rows ending in middle of char differently.
21533 (display_line): Handle tabs on window systems differently.
21534
21535 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
21536 with additional argument.
21537
21538 * dispextern.h (row_containing_pos): Adjust prototype.
21539
21540 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
21541 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
21542 (try_window_id, try_window_reusing_current_matrix)
21543 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
21544 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
21545
21546 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21547
21548 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
21549 gnuemacs).
21550 (HAVE_BOXES): Fix typo in comment.
21551 (push_menu_pane): Fix typo in comment.
21552
21553 * xdisp.c (display_prop_string_p): Remove unused local declaration
21554 of `Qwhen'.
21555 (single_display_prop_string_p): Remove unused local declarations
21556 of `Qwhen' and `Qmargin'.
21557 (string_buffer_position): Remove unused variable `around'.
21558 (store_frame_title): Remove unused variable `width'.
21559
21560 * window.c: Don't define max.
21561 (coordinates_in_window): Remove unused variable `uy'.
21562
21563 * widget.c: Don't define max.
21564
21565 * process.c: Don't define max.
21566 (create_process): Remove unused variable `buffer'.
21567
21568 2001-10-23 Gerd Moellmann <gerd@gnu.org>
21569
21570 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
21571
21572 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
21573
21574 * xfaces.c (Finternal_set_lisp_face_attribute)
21575 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
21576 frame is on a windowed display.
21577
21578 2001-10-23 Gerd Moellmann <gerd@gnu.org>
21579
21580 * dispnew.c (sync_window_with_frame_matrix_rows):
21581 Fix handling of windows which aren't full-width, fix handling
21582 of marginal areas.
21583
21584 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
21585
21586 2001-10-23 Andreas Schwab <schwab@suse.de>
21587
21588 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
21589 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
21590
21591 2001-10-23 Gerd Moellmann <gerd@gnu.org>
21592
21593 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
21594 REAL_END. Notice if cursor gets overwritten.
21595 (notice_overwritten_cursor): Take X positions as parameters.
21596 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
21597 around call to x_draw_glyphs.
21598
21599 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21600
21601 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
21602 instead of C) and usage.
21603
21604 * editfns.c (char-to-string): Fix argument names (use CHAR instead
21605 of C) and usage.
21606
21607 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
21608 `left', `max_width' and `max_height'.
21609
21610 2001-10-23 Gerd Moellmann <gerd@gnu.org>
21611
21612 * xdisp.c (display_line): For a tab continued to the next line,
21613 set row's ends_in_middle_of_char_p.
21614
21615 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21616
21617 * xdisp.c (display_line): Fix computation of continuation lines
21618 width for TABs.
21619
21620 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21621
21622 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
21623 `Qlaplace'.
21624
21625 * fileio.c: Remove unused code.
21626
21627 2001-10-22 Miles Bader <miles@gnu.org>
21628
21629 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
21630 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
21631 Remove `DOC_STRINGS_IN_COMMENTS' cases.
21632
21633 2001-10-21 Jason Rumney <jasonr@gnu.org>
21634
21635 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
21636
21637 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
21638
21639 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
21640 (Finsert_string): Avoid the multi-line string literals warning.
21641
21642 2001-10-22 Miles Bader <miles@gnu.org>
21643
21644 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
21645 (Fdocumentation): Don't use it.
21646 (syms_of_doc): Don't initialize it.
21647
21648 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
21649 * print.c (Fwith_output_to_temp_buffer): Likewise.
21650 * window.c (Fsave_window_excursion): Likewise.
21651 * editfns.c (Fsave_excursion, Fsave_current_buffer)
21652 (Fsave_restriction): Likewise.
21653 * eval.c (Frun_hooks, Frun_hook_with_args)
21654 (Frun_hook_with_args_until_failure)
21655 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
21656 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
21657 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
21658 (Funwind_protect, Fcondition_case): Likewise.
21659 * coding.c (Ffind_operation_coding_system): Likewise.
21660 * keyboard.c (Ftrack_mouse): Likewise.
21661
21662 2001-10-21 Miles Bader <miles@gnu.org>
21663
21664 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
21665 (Fmake_hash_table): Add usage: string to doc string.
21666 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
21667 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
21668 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
21669 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
21670 (Fml_prefix_argument_loop): Likewise.
21671
21672 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21673
21674 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
21675
21676 * sysdep.c (init_sys_modes): Change doc-string comments to `new
21677 style' [w/`doc:' keyword].
21678
21679 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
21680 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
21681 comments to `new style' [w/`doc:' keyword].
21682
21683 2001-10-21 Jason Rumney <jasonr@gnu.org>
21684
21685 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
21686
21687 * w32term.c (remember_mouse_glyph): New function.
21688 (w32_mouse_position): Use it.
21689 (note_mouse_movement): If the mouse moved off the glyph, remember
21690 its new position.
21691
21692 * w32term.h (struct w32_output): Correct spelling of x_compatible.
21693 (w32_display_info): Add mouse_face_overlay.
21694
21695 * w32term.c (notice_overwritten_cursor): Renamed from
21696 note_overwritten_text_cursor. Rewritten to take glyph widths into
21697 account.
21698 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
21699 (fast_find_string_pos): New function.
21700 (fast_find_position): Return the correct vpos. Add parameter
21701 STOP. In the final row, stop before glyphs having STOP as object.
21702 Don't consider glyphs that are not from a buffer.
21703 (fast_find_position) [0]: Add a presumably more correct version
21704 for after 21.1.
21705 (expose_window_tree, expose_frame): Don't compute intersections here.
21706 (expose_window): Do it here instead.
21707 (expose_window_tree, expose_window, expose_line): Return 1 when
21708 overwriting mouse-face.
21709 (expose_window): If W is the window currently being updated, mark
21710 the frame garbaged.
21711 (expose_frame): If mouse-face was overwritten, redo it.
21712 (x_use_underline_position_properties): New variable.
21713 (syms_of_xterm): DEFVAR_BOOL it.
21714 (x_draw_glyph_string): Add comment to use it in future.
21715 (x_draw_glyph_string): Restore clipping after drawing box.
21716 Fix a computation of the underline position.
21717 (w32_get_glyph_string_clip_rect): Minor cleanup.
21718 (x_fill_stretch_glyph_string): Remove an assertion.
21719 (x_produce_glyphs): Don't convert multibyte characters
21720 to unibyte characters in unibyte buffers.
21721 (cursor_in_mouse_face_p): New function.
21722 (x_draw_stretch_glyph_string): Use it to choose a different GC
21723 when drawing a cursor within highlighted text. Don't draw
21724 background again if it has already been drawn.
21725 (x_draw_glyph_string_box): Don't draw a full-width
21726 box just because the glyph row's full_width_p flag is set.
21727 (x_draw_glyphs): Fix computation of rightmost x for
21728 full-width rows.
21729 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
21730 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
21731 change bottom shadow accordingly. Some cleanup.
21732 (x_update_window_end): Handle overwritten mouse face
21733 also for tool bar windows.
21734 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
21735 DRAW is DRAW_IMAGE_RAISED.
21736 (clear_mouse_face): Return 1 if text with mouse face was
21737 actually redrawn. Make the function static.
21738 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
21739 optimize away highlighting if we pass over that same overlay again.
21740 (note_mouse_highlight): Call mouse_face_overlay_overlaps
21741 to detect a case where we have to highlight a different region
21742 despite not having left the currently highlighted region.
21743 Set mouse_face_overlay in the x_display_info. Avoid changing the
21744 mouse pointer shape when show_mouse_face has already done it, or
21745 there is no need. Handle mouse-face and help-echo in strings.
21746 (glyph_rect): New function.
21747 (w32_mouse_position): Use it to raise the threshold for mouse
21748 movement event generation.
21749 (w32_initialize_display_info): Initialize the x_display_info's
21750 mouse_face_overlay.
21751 (w32_set_vertical_scroll_bar): Don't clear a zero height
21752 or width area.
21753 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
21754 a widget to zero height.
21755
21756 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
21757 Protect unibyte strings created by replacing their multibyte
21758 equivalents in menu_items.
21759 (w32_menu_show): Don't overwrite an item's name with its key
21760 description in case the description is a multibyte string.
21761 (single_submenu): Some cleanup.
21762
21763 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
21764 (postprocess_image): New function.
21765 (lookup_image): Call it for all image types except PostScript.
21766 (x_kill_gs_process): Call postprocess_image.
21767 (tiff_error_handler, tiff_warning_handler): New functions.
21768 (tiff_load): Install them as handlers.
21769 (x_kill_gs_process): Recognize if someone has cleared the image
21770 cache under us.
21771 (valid_image_p): Protect better against invalid image
21772 specifications. Previous code could signal an error.
21773 (Fx_hide_tip, Fshow_tip): Doc fix.
21774 (Fv_max_tooltip_size): New variable.
21775 (syns_of_xfns): DEFVAR_LISP it.
21776 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
21777 window buffer to *tip* right after creating the frame. Set frame's
21778 window_width. Use a maximum tooltip size specified by
21779 Vx_max_tooltip_size, if that has valid contents.
21780 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
21781 Make sure the tooltip is completely visible.
21782 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
21783 (Fx_create_frame): Adjust the frame's height for presence
21784 of the tool bar before calling x_figure_window_size.
21785 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
21786 when the window gets smaller.
21787 (x_set_foreground_color): Set frame's cursor_pixel.
21788 (x_set_foreground_color, x_set_background_color): Cleaned up.
21789 (x_set_font): Handle case of x_new_fontset returning the same name
21790 as before, although there was a change in fontsets.
21791
21792 2001-10-21 Miles Bader <miles@gnu.org>
21793
21794 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
21795 (Flogxor): Add usage: string to doc string.
21796 * charset.c (Fstring): Likewise.
21797 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
21798 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
21799
21800 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21801
21802 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
21803
21804 * alloc.c: Reindent DEFUNs with doc: keywords.
21805
21806 * abbrev.c (Finsert_abbrev_table_description): Reindent.
21807
21808 * frame.c: Change doc-string comments to `new style' [w/`doc:'
21809 keyword].
21810
21811 See ChangeLog.9 for earlier changes.
21812
21813 ;; Local Variables:
21814 ;; coding: iso-2022-7bit
21815 ;; End:
21816
21817 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
21818 Copying and distribution of this file, with or without modification,
21819 are permitted provided the copyright notice and this notice are preserved.
21820
21821 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4