1 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3 * m/amdx86-64.h: Redirect to intel386.h if compiling for i386.
5 * xdisp.c (Finvisible_p): New function.
6 (syms_of_xdisp): defsubr it.
8 2007-08-24 Juanma Barranquero <lekktu@gmail.com>
10 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>:
13 2007-08-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15 * mac.c [MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
17 2007-08-24 Martin Rudalics <rudalics@gmx.at>
19 * fileio.c (Finsert_file_contents): Consult CHARS_MODIFF to tell
20 whether decoding has modified buffer contents.
22 2007-08-24 Jason Rumney <jasonr@gnu.org>
24 * image.c [HAVE_NTGUI]: Define dynamic loaded functions for SVG.
25 (Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
26 (syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
27 (init_svg_functions) [HAVE_NTGUI]: New function.
28 (fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
29 (svg_load_image): Use them.
30 (svg_load_image) [HAVE_NTGUI]: Implement background.
32 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34 * Makefile.in (RSVG_LIBS, RSVG_CFLAGS): New variables.
35 (ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
36 (LIBX): Remove @RSVG_LIBS@.
37 (LIBES): Add $(RSVG_LIBS).
39 * image.c (svg_load_image): Blend with specified background if exists.
40 Use IMAGE_BACKGROUND. Add Mac OS Support.
42 * mac.c (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
43 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
45 [MAC_OSX] (socket_callback): Do nothing.
46 [MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
48 [MAC_OSX] (sys_select): Likewise. Don't set context as argument to
50 (mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
52 2007-08-22 Glenn Morris <rgm@gnu.org>
54 * image.c (x_find_image_file): Search in etc/images/ rather than etc/.
56 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
58 * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
60 * image.c: Add support for SVG images. Some additional comments
61 by Joakim Verona <joakim@verona.se>. When HAVE_RSVG is defined:
62 (svg_image_p): New function to test for SVG image.
63 (svg_load): New function to load SVG image.
64 (svg_load_image): New function, helper for svg_load.
65 (Qsvg): New Lisp_object.
66 (svg_keyword_index): New enum.
67 (svg_format): New static `image_keyword' struct.
68 (svg_type): New static `image_type' struct.
69 (librsvg/rsvg.h): Include it.
71 2007-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
73 * puresize.h (BASE_PURESIZE): Increase to 1140000.
75 2007-08-19 Richard Stallman <rms@gnu.org>
77 * eval.c (Ffunction, Fquote): Signal error if not 1 argument.
79 2007-08-19 Andreas Schwab <schwab@suse.de>
81 * alloc.c (pure): Round PURESIZE up.
83 2007-08-17 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
85 * xterm.c (handle_one_xevent): Remove check that mouse click is in
88 2007-08-16 Richard Stallman <rms@gnu.org>
90 * eval.c (Fcommandp): Add parens to clarify.
92 * minibuf.c (Fall_completions): Use enum for type of table.
94 * emacs.c (USAGE2): Improve text.
96 2007-08-15 Philippe Waroquiers <philippe.waroquiers@eurocontrol.int>
98 * term.c (tty_default_color_capabilities): Declare static
99 variables in file scope, to avoid HPUX compiler problem.
101 2007-08-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
103 * gtkutil.c (update_frame_tool_bar): Use -1 as index
104 to gtk_toolbar_insert.
106 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
108 * fileio.c (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup.
110 * insdel.c (reset_var_on_error): New fun.
111 (signal_before_change, signal_after_change):
112 Use it to reset (after|before)-change-functions to nil in case of error.
113 Bind inhibit-modification-hooks to t.
114 Don't bind (after|before)-change-functions to nil while they run.
116 2007-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
118 * xterm.c (x_draw_image_glyph_string): Adjust stipple origin when
119 filling pixmap with stippled background.
121 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
123 * macterm.c [TARGET_API_MAC_CARBON] (mac_handle_window_event):
124 Don't use invisible frame as parent window for repositioning.
126 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
128 * print.c (new_backquote_output): Rename from old_backquote_output.
129 (print): Inverse its logic (according to its name) so as to match the
130 behavior of new_backquote_flag in lread.c.
132 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
134 * gmalloc.c (posix_memalign): New function.
136 * macterm.c (frame_highlight, frame_unhighlight): Don't call
137 ActivateControl/DeactivateControl here.
138 [USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
139 frame-notice-user-settings is non-nil.
140 [USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
141 for kEventParamFMFontStyle.
142 [TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
143 mac_pass_command_to_system and mac_pass_control_to_system here.
144 (XTread_socket): Call ActivateControl/DeactivateControl here.
145 (XTread_socket) [TARGET_API_MAC_CARBON]:
146 Check mac_pass_command_to_system and mac_pass_control_to_system here.
147 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
148 for window repositioning.
150 2007-08-08 Glenn Morris <rgm@gnu.org>
152 * Replace `iff' in doc-strings and comments.
154 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
156 * xdisp.c (move_it_by_lines): Remove incorrect optimization.
158 2007-08-07 Martin Rudalics <rudalics@gmx.at>
160 * fileio.c (Finsert_file_contents): Run format-decode and
161 after_insert_file_functions on entire buffer when REPLACE is
162 non-nil and inhibit modification_hooks and point_motion_hooks.
163 For consistency, run after_insert_file_functions iff something
164 got inserted. Move signal_after_change and update_compositions
165 after code running after_insert_file_functions. Make sure that
166 undo_list doesn't record intermediate steps of the decoding
169 2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
172 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
173 Call malloc_enable_thread on interactive startup.
175 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
176 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
177 [USE_PTHREAD]: Conditionalize with it.
178 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
179 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
182 2007-08-06 Chong Yidong <cyd@stupidchicken.com>
184 * xdisp.c (redisplay_window): When restoring original buffer
185 position, make sure it is still valid.
187 * image.c (png_load): Ignore png-supplied background color.
189 2007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
191 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
192 Use kCFAbsoluteTimeIntervalSince1970.
194 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
196 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
197 event loop should be quit.
198 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
199 Quit dialog event loop if quit_dialog_event_loop is set.
201 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
202 (Selection): New typedef. Use instead of ScrapRef.
203 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
204 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
205 (mac_clear_selection): Rename from clear_scrap.
206 (get_flavor_type_from_symbol): New argument SEL and subsume function of
207 scrap_has_target_type. All uses changed.
208 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
209 (mac_selection_has_target_p): New functions.
210 (mac_put_selection_value): Rename from put_scrap_string.
211 (mac_get_selection_value): Rename from get_scrap_string.
212 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
213 (put_scrap_private_timestamp, scrap_has_target_type)
214 (get_scrap_private_timestamp): Remove functions.
215 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
216 (x_own_selection, x_get_local_selection):
217 Use mac_valid_selection_value_p.
218 (x_own_selection): Don't use put_scrap_private_timestamp.
219 Record OWNERSHIP-INFO into Vselection_alist instead.
220 (x_get_local_selection): Don't check type if request is local.
221 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
222 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
224 2007-08-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
226 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
227 add comment explaining why.
229 2007-08-03 Richard Stallman <rms@gnu.org>
231 * fileio.c (Fvisited_file_modtime): Use make_time.
233 2007-08-01 Ryo Yoshitake <ryo@shiftmode.net> (tiny change)
235 * mac.c (init_mac_osx_environment): Adjust load-path on self-contained
238 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
240 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
242 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
244 * puresize.h (BASE_PURESIZE): Increase to 1130000.
246 2007-07-30 Richard Stallman <rms@gnu.org>
248 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
250 2007-07-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
252 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
254 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
256 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
257 remote default-directory.
259 * buffer.c (mode-line-format): Update doc string.
261 2007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
263 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
265 (x_scroll_bar_create): Set bar->fringe_extended_p.
266 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
267 on frame edge. Check fringe background extension. Don't clear
268 extended fringe background area.
270 * w32term.h (struct scroll_bar): New member fringe_extended_p.
271 (w32_fill_area): Enclose multiple statements with do ... while (0).
273 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
274 Extend fringe background to scroll bar gap.
275 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
276 Set bar->fringe_extended_p.
277 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
278 Put leftmost/rightmost scroll bars on frame edge. Check fringe
279 background extension. Don't clear extended fringe background area.
281 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
282 New member fringe_extended_p.
284 2007-07-25 Glenn Morris <rgm@gnu.org>
286 * Relicense all FSF files to GPLv3 or later.
288 * COPYING: Switch to GPLv3.
290 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
292 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
294 * data.c (Finteractive_form): Check for the presence of an
295 `interactive-form' symbol property more thoroughly.
297 * data.c (Finteractive_form): Use an `interactive-form' property if
298 present, analogous to the function-documentation property.
300 2007-07-24 Jason Rumney <jasonr@gnu.org>
302 * w32fns.c (x_real_positions): Get real position from OS instead of
305 2007-07-23 Jason Rumney <jasonr@gnu.org>
307 * filelock.c (current_lock_owner): Allow for @ sign in username.
309 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
311 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
312 remote default-directory.
314 * buffer.c (mode-line-format): Describe above case in doc string.
316 2007-07-20 Eli Zaretskii <eliz@gnu.org>
318 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32):
319 Define if not defined.
321 2007-07-18 Jason Rumney <jasonr@gnu.org>
323 * w32proc.c (w32_executable_type): Handle 64 bit executables.
325 2007-07-18 Richard Stallman <rms@gnu.org>
327 * data.c (Fsetq_default): Doc fix.
329 * eval.c (Fsetq): Doc fix.
331 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
333 * coding.c (Ffind_operation_coding_system):
334 * eval.c (For, Fand): Doc fixes.
335 Reported by Johan Bockg
\e,Ae
\e(Brd.
337 2007-07-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
339 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
341 * xterm.h: Declare x_ewmh_activate_frame.
343 * xterm.c (x_ewmh_activate_frame): New function.
344 (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
346 2007-07-17 Martin Rudalics <rudalics@gmx.at>
348 * window.c (Fdisplay_buffer): If largest or LRU window is the
349 only window, split it even if it is not eligible for splitting.
350 This restores the original behavior broken by the 2007-07-15
353 2007-07-17 Glenn Morris <rgm@gnu.org>
355 * abbrev.c (abbrev_check_chars): New function.
356 (Fdefine_global_abbrev, Fdefine_mode_abbrev): Call
357 abbrev_check_chars to check abbrev characters are word
358 constituents. Doc fix.
360 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
362 * process.c (Fstart_process, Fmake_network_process)
363 (read_process_output): Fix up last changes.
365 2007-07-16 Eli Zaretskii <eliz@gnu.org>
367 * makefile.w32-in (clean): Don't delete *~.
369 2007-07-16 Andreas Schwab <schwab@suse.de>
371 * window.c (Fdisplay_buffer): Use NILP.
372 (Fset_window_scroll_bars): Likewise.
374 2007-07-15 Martin Rudalics <rudalics@gmx.at>
376 * window.c (window_min_size_2): New function.
377 (window_min_size_1, size_window, Fdisplay_buffer)
378 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
379 windows without mode- or header-lines when window-min-height is
381 (size_window): Reset nodelete_p after testing it, following an
382 earlier note by Kim F. Storm.
383 (display_buffer): Do not set split_height_threshold to twice the
384 value of window_min_height to avoid changing the value of a
385 customizable variable. Rather explicitly check whether the
386 height of the window that shall be splitted is at least as large
387 as split_height_threshold.
389 2007-07-14 Jason Rumney <jasonr@gnu.org>
391 * process.c [WINDOWSNT]: Don't undefine AF_INET6.
393 2007-07-14 Richard Stallman <rms@gnu.org>
395 * eval.c (maybe_call_debugger): New function.
396 (find_handler_clause): Use maybe_call_debugger.
397 Call it when the handler says `debug'.
398 Eliminate DEBUGGER_VALUE_PTR.
399 (Fsignal): Eliminate debugger_value.
400 (Qdebug): New variable.
401 (syms_of_eval): Initialize it.
403 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
406 * keyboard.c (Ftrack_mouse):
407 * print.c (Fwith_output_to_temp_buffer):
408 * window.c (Fsave_window_excursion): Doc fix.
410 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
412 * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400.
414 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
416 * process.h (struct Lisp_Process): Turn slots infd, outfd,
417 kill_without_query, pty_flag, tick, update_tick, decoding_carryover,
418 inherit_coding_system_flag, filter_multibyte, adaptive_read_buffering,
419 read_output_delay, and read_output_skip from Lisp_Objects to ints.
420 Remove unused encoding_carryover.
421 * process.c: Adjust all functions accordingly.
423 2007-07-12 Richard Stallman <rms@gnu.org>
425 * term.c: Include unistd.h only if HAVE_UNISTD_H.
427 2007-07-11 Jason Rumney <jasonr@gnu.org>
429 * makefile.w32-in (LIBS): Include OLE32.
431 * w32fns.c (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.
432 (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
434 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
436 * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
437 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
438 from a Lisp_Object into a bare pointer.
439 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
440 Adjust the code correspondingly.
442 * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'.
444 * term.c: Include unistd.h for ttyname, used in handle_one_term_event.
445 (term_show_mouse_face): Remove unused var `j'.
446 (handle_one_term_event): Remove unused vars `i' and `j'.
447 Don't cast return value of ttyname since it's not necessary.
449 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
451 * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using
452 USE_LSB_TAG. Suggested by Dmitry Antipov <dmantipov@yandex.ru>.
454 * fns.c (map_char_table): Use an array of int for `indices' rather than
455 an array of Lisp_Objects (which are only ever integers anyway).
456 (Fmap_char_table): Update caller.
457 * lisp.h: Update prototype.
458 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap):
459 * fontset.c (Ffontset_info):
460 * casetab.c (set_case_table): Update callers.
462 * editfns.c (Ftranspose_regions): Use EMACS_INT for positions.
464 * keymap.c (struct accessible_keymaps_data)
465 (struct where_is_internal_data): New structures.
466 (accessible_keymaps_1, where_is_internal_1): Use them to change
467 interface to adhere to the one used by map_keymap.
468 (Faccessible_keymaps, where_is_internal): Use map_keymap.
469 (accessible_keymaps_char_table, where_is_internal_2): Remove.
471 * keymap.h (map_keymap_function_t): More informative prototype.
473 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
475 * search.c (Vinhibit_changing_match_data, search_regs_1): New vars.
476 (looking_at_1): Don't change search_regs and last_thing_searched
477 if `inhibit-changing-match-data' is non-nil.
478 (string_match_1, search_buffer, set_search_regs): Likewise.
479 (syms_of_search): Add Lisp level definition for
480 `inhibit-changing-match-data' and set it to nil.
481 (boyer_moore): If `inhibit-changing-match-data' is non-nil, compute
482 start and end of the match, instead of using values in search_regs.
484 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
486 * minibuf.c (Fcompleting_read): New value `confirm-only'
489 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
491 * fileio.c (Fdo_auto_save): Revert last patch installed unwillingly as
492 part of the 2007-06-27 change to syms_of_fileio.
494 2007-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
496 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
497 Check WINDOWP before using XWINDOW. Consolidate return statements.
499 2007-06-27 Richard Stallman <rms@gnu.org>
501 * fileio.c (syms_of_fileio) <after-insert-file-functions>: Doc fix.
503 2007-06-27 Juanma Barranquero <lekktu@gmail.com>
505 * buffer.c (syms_of_buffer) <selective-display>: Fix typo in docstring.
507 2007-06-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
509 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h.
510 (_aligned_blocks_mutex) [USE_PTHREAD]: New variable.
511 (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros.
512 (_free_internal, memalign): Use them.
513 (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]:
514 Initialize to PTHREAD_MUTEX_INITIALIZER.
515 (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex.
516 (morecore_nolock): Rename from morecore. All uses changed.
517 Use only nolock versions of internal allocation functions.
518 (_malloc_internal_nolock, _realloc_internal_nolock)
519 (_free_internal_nolock): New functions created from
520 _malloc_internal, _realloc_internal, and _free_internal.
521 (_malloc_internal, _realloc_internal, _free_internal): Use them.
522 Copy hook value to automatic variable before its use.
523 (memalign): Copy hook value to automatic variable before its use.
525 2007-06-26 Kenichi Handa <handa@m17n.org>
527 * coding.c (Ffind_operation_coding_system): Docstring improved.
528 (syms_of_coding): Docstring of `file-coding-system-alist' improved.
530 2007-06-25 David Kastrup <dak@gnu.org>
532 * keymap.c (Fcurrent_active_maps): Add `position' argument.
533 (Fwhere_is_internal): Adjust call to `current-active-maps' to
534 cater for additional parameter.
536 * keymap.h: Adjust number of parameters to `current-active-maps'.
538 * doc.c (Fsubstitute_command_keys): Adjust call of
539 `current-active-maps'.
541 2007-06-25 David Kastrup <dak@gnu.org>
543 * callint.c (Fcall_interactively): Make the parsing of interactive
544 specs somewhat more readable.
546 2007-06-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
548 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background
549 to scroll bar gap also when bitmap fills fringe. Draw only foreground
550 if extended background has already been filled.
552 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
554 * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI.
555 (USE_MAC_TOOLBAR): Require USE_CG_DRAWING.
557 * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
558 Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
559 in #if 0 as it is not compatible with y-or-n-p-with-timeout.
560 (timer_check) [TARGET_API_MAC_CARBON]: Add extern.
561 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
562 instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
563 (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
564 [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
565 Run timers during dialog popup.
566 (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
568 2007-06-21 Jason Rumney <jasonr@gnu.org>
570 * image.c (convert_mono_to_color_image): Swap fore and background.
572 2007-06-20 Jason Rumney <jasonr@gnu.org>
574 * w32bdf.c (w32_BDF_to_x_font): Unmap memory when finished.
575 (w32_free_bdf_font): Unmap memory not handle.
577 2007-06-20 Sam Steingold <sds@gnu.org>
579 * gmalloc.c (__morecore): Fix the declaration to comply with the
582 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
584 * w32term.c (w32_delete_display): Remove leftover declaration.
585 (w32_define_cursor, w32_initialize): Make static.
587 * w32.c (_wsa_errlist): Fix typo in error message.
588 (init_environment): Ignore any environment variable from the
589 registry having a null value.
591 2007-06-20 Glenn Morris <rgm@gnu.org>
593 * Makefile.in (LIBGIF): Default to -lgif.
595 2007-06-17 Jason Rumney <jasonr@gnu.org>
597 * w32menu.c (add_menu_item): Don't use multibyte string functions on
600 2007-06-16 Juanma Barranquero <lekktu@gmail.com>
602 * xdisp.c (syms_of_xdisp) <auto-resize-tool-bars>:
603 Fix typo in docstring.
605 2007-06-16 Eli Zaretskii <eliz@gnu.org>
607 * w32menu.c (add_menu_item): Escape `&' characters in menu items
608 and their keybindings.
610 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
612 * composite.c (update_compositions): Fix last fix.
614 2007-06-14 Jason Rumney <jasonr@gnu.org>
616 * w32.c (get_process_times_fn): New function pointer.
617 (globals_of_w32): Intialize it if present in kernel32.dll.
618 (w32_get_internal_run_time): New function.
620 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
622 2007-06-14 Kenichi Handa <handa@etlken.m17n.org>
624 * composite.c (update_compositions): Check the validness of
627 2007-06-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
629 * frame.h (struct frame) [MAC_OS]: New member external_tool_bar.
630 (FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.
632 * macfns.c (mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
633 (x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.
635 * macgui.h (USE_MAC_TOOLBAR): New define.
637 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
638 Return immediately unless popup is activated.
640 * macterm.c (x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
641 background to scroll bar gap.
642 (x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
643 (XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
644 scroll bars on frame edge. Check fringe background extension.
645 Don't clear extended fringe background area.
646 (TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
647 (TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
648 (TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
649 [USE_MAC_TOOLBAR]: New macros.
650 (mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
651 (mac_handle_toolbar_event, mac_image_spec_to_cg_image)
652 (mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
653 (mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
654 [USE_MAC_TOOLBAR]: New functions.
655 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
656 manually if previous repositioning has failed.
657 (mac_handle_keyboard_event): Use precomputed event kind.
658 (XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
659 as tool bar item click. Handle mouse movement over tool bar items.
661 * macterm.h (struct mac_output) [USE_MAC_TOOLBAR]: New member
663 (struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
664 (update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
667 * xdisp.c (update_tool_bar, redisplay_tool_bar, redisplay_window)
668 [USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.
670 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
672 * image.c (search_image_cache): Remove unused variable.
674 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
676 * xfns.c, xmenu.c: Link to xaw3d if available.
678 2007-06-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
680 * dispextern.h (struct image) [HAVE_WINDOW_SYSTEM]: New members
681 frame_foreground and frame_background.
683 * image.c (lookup_image): Save frame foreground and background colors.
684 (search_image_cache): Check if saved and current frame colors match.
686 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
688 * regex.c (regex_compile): Remove the `regnum' counter.
689 Use bufp->re_nsub instead. Add support for \(?N:RE\).
691 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
693 * term.c: Include intervals.h to declare Fget_text_property.
695 2007-06-10 Jason Rumney <jasonr@gnu.org>
697 * w32fns.c (Fx_file_dialog): Take size from struct not pointer.
699 2007-06-08 Juanma Barranquero <lekktu@gmail.com>
701 * callint.c (Fcall_interactively):
702 * editfns.c (Fdelete_and_extract_region):
703 * fileio.c (Fread_file_name):
704 * fns.c (Fmapconcat):
705 * keyboard.c (cmd_error_internal):
706 * keymap.c (Fkey_description):
708 * minibuf.c (read_minibuf):
709 * search.c (wordify):
710 * sunfns.c (sel_read):
711 * xdisp.c (Fformat_mode_line, syms_of_xdisp):
712 * xfns.c (x_default_scroll_bar_color_parameter):
713 * xmenu.c (menu_help_callback):
714 * xselect.c (Fx_get_atom_name):
715 * xterm.c (x_term_init): Use empty_unibyte_string.
717 2007-06-08 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
719 * alloc.c (init_strings): Initialize canonical empty strings.
720 (make_uninit_string, make_uninit_multibyte_string): Return appropriate
721 canonical empty string when the requested size is 0.
723 * emacs.c (empty_unibyte_string): Rename from empty_string.
724 (empty_multibyte_string): New canonical empty string.
725 (syms_of_emacs): Don't initialize empty_string.
727 * lisp.h (STRING_SET_UNIBYTE): Return the canonical empty unibyte
728 string, if appropriate.
729 (empty_unibyte_string, empty_multibyte_string): New externs.
730 (empty_string): Remove extern.
732 * lread.c (syms_of_lread): Use empty_unibyte_string.
734 2007-06-07 Jason Rumney <jasonr@gnu.org>
736 * s/ms-w32.h: Don't define HAVE_TZNAME.
738 * editfns.c (Fcurrent_time_zone): Remove hack for Japanese Windows.
740 2007-06-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
742 * mac.c (xrm_get_preference_database): Remove BLOCK_INPUT.
744 * macfns.c (mac_get_window_bounds): Move extern to macterm.h.
745 (compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
747 * macmenu.c [TARGET_API_MAC_CARBON] (menu_target_item_handler):
748 Don't call next handler.
749 [TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
750 Remove argument. Install handler to application.
751 (set_frame_menubar): Don't change deep_p.
752 (mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
753 FRAME_OUTER_TO_INNER_DIFF_Y.
754 (DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
755 (DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
756 [HAVE_DIALOGS]: New macros.
757 [HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
759 (fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
761 * macselect.c [MAC_OSX] (install_service_handler): Rename from
762 init_service_handler. All callers changed. Return OSStatus value.
764 * macterm.c (mac_begin_cg_clip): New arg F. Call SetPortWindowPort.
765 All callers changed so as not to call SetPortWindowPort.
766 (mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
767 (mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
768 mac_draw_string_common.
769 (mac_draw_image_string_qd): Likewise.
770 (mac_draw_string_common): Use them. Add INLINE.
771 (XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
772 Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
774 (x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
775 and FRAME_OUTER_TO_INNER_DIFF_Y.
776 [TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
777 [USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
778 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
779 repositioning window to mac_handle_window_event.
780 (x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
781 saving window location to mac_handle_window_event
782 [USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
783 (install_menu_target_item_handler): Remove argument in extern.
784 [TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
785 Also accept command events.
786 (do_keystroke): New function created from XTread_socket.
787 (init_command_handler): Remove functions.
788 [TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
789 and save window location by kEventWindowShowing and kEventWindowHiding
790 handlers here. Don't call next handler for window state change and
792 (mac_handle_application_event, mac_handle_keyboard_event)
793 [TARGET_API_MAC_CARBON]: New functions.
794 (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
795 kEventWindowShowing and kEventWindowHiding events. Move installation
796 of mouse, font, text input and menu target item handlers to
797 install_application_handler.
798 (install_application_handler) [TARGET_API_MAC_CARBON]: New function.
799 (mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
801 (init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
803 (XTread_socket) [TARGET_API_MAC_CARBON]:
804 Consolidate SendEventToEventTarget calls.
805 Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
806 Move application activation handler to mac_handle_application_event.
807 Move keyboard handler to mac_handle_keyboard_event.
808 (XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
809 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
810 init_command_handler. Call install_application_handler.
812 * macterm.h (mac_get_window_bounds): Move extern from macfns.c.
813 (FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
815 2007-06-07 Glenn Morris <rgm@gnu.org>
817 * emacs.c (main): Use `emacs-copyright' in --version output.
819 2007-06-06 Chong Yidong <cyd@stupidchicken.com>
821 * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.
823 2007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
825 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
827 * macgui.h: Replace WindowPtr with WindowRef.
829 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and
830 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
831 Replace ControlHandle with ControlRef.
832 (install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
834 * macterm.c: Replace MenuHandle and GetMenuHandle with MenuRef and
835 GetMenuRef, respectively. Replace WindowPtr with WindowRef.
836 Replace ControlHandle with ControlRef.
837 (USE_CARBON_EVENTS): Remove. Use TARGET_API_MAC_CARBON instead.
838 [MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
840 * macterm.h (struct scroll_bar): Rename member control_handle_low
841 and control_handle_high to control_ref_low and control_ref_high.
843 (SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
844 SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
845 respectively. All uses changed.
846 (XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
847 (install_window_handler, remove_window_handler): Replace WindowPtr
848 with WindowRef in externs.
850 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
852 * xfaces.c (Finternal_lisp_face_p): Signal error for face alias loops.
854 2007-06-03 Nick Roberts <nickrob@snap.net.nz>
856 * keyboard.c (discard_mouse_events): Add GPM_CLICK_EVENT case.
858 * frame.c (Fmouse_position, Fmouse_pixel_position):
859 Condition on HAVE_GPM too.
861 * term.c (term_mouse_highlight): Remove unused variables.
862 (Fterm_open_connection): Set gpm_zerobased to 1.
863 (term_mouse_movement, term_mouse_click, handle_one_term_event):
864 Use zero based co-ordinates.
865 (handle_one_term_event): Report a drag as mouse movement too.
867 * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM.
869 2007-06-03 Chong Yidong <cyd@stupidchicken.com>
871 * image.c (search_image_cache): New function. Require background
872 color match if background color is unspecified in the image spec.
873 (uncache_image, lookup_image): Use it.
875 2007-06-01 Juanma Barranquero <lekktu@gmail.com>
877 * window.c (Fshrink_window): Reflow docstring.
879 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
881 * Version 22.1 released.
883 2007-06-01 Richard Stallman <rms@gnu.org>
885 * xfns.c (x_encode_text): Add GCPRO.
887 2007-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
889 * xfns.c (x_set_name_internal): Save encoded name before
890 x_encode_text in case string data is relocated.
892 2007-05-31 Richard Stallman <rms@gnu.org>
894 * buffer.c (syms_of_buffer): Doc fix.
896 2007-05-30 Nick Roberts <nickrob@snap.net.nz>
898 * sysdep.c (init_sys_modes): Add rather than replace with
901 * frame.c [HAVE_GPM] (Fset_mouse_pixel_position): Add call to
904 * termhooks.h (term_mouse_moveto): New extern.
906 * term.c (mouse_face_window): Rename...
907 (Qmouse_face_window): ...to this.
908 (term_show_mouse_face, term_clear_mouse_face)
909 (term_mouse_highlight): Use Qmouse_face_window.
910 (term_mouse_moveto): New function.
911 (term_mouse_position): Make it work.
912 (syms_of_term): Uncomment assignment to mouse_position_hook.
913 Staticpro Qmouse_face_window.
915 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
917 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t
918 around current_column call.
920 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
922 * xfaces.c (syms_of_xfaces): Delete stray semicolon.
923 * xdisp.c (next_element_from_buffer):
924 * window.c (delete_window):
925 * term.c (term_mouse_highlight):
926 * msdos.c (getdefdir):
927 * macterm.c (mac_create_bitmap_from_bitmap_data)
928 (init_font_name_table):
930 * data.c (Fmake_local_variable):
931 * ccl.c (ccl_driver): Likewise.
933 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
935 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event):
936 Call mac_wakeup_from_rne on window size change.
938 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
940 * image.c (uncache_image): Fix typo.
942 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
944 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too.
946 2007-05-22 Richard Stallman <rms@gnu.org>
948 * xterm.c (x_connection_closed): Remove NO_RETURN.
950 2007-05-22 Martin Rudalics <rudalics@gmx.at>
952 * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.
954 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
956 * image.c (uncache_image): New function.
957 (Fimage_refresh): New function.
959 2007-05-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
961 * Makefile.in: Move GPM check outside HAVE_X_WINDOWS.
963 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
965 * config.in, keyboard.c, Makefile.in, sysdep.c, term.c,
966 * termhooks.h: Use HAVE_GPM instead of HAVE_GPM_H.
968 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
970 * keyboard.c (make_lispy_event): Make case GPM_CLICK_EVENT
971 conditional on [HAVE_GPM_H].
973 2007-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
975 * syntax.c (skip_chars): Update syntax-table only after we checked that
976 the new location is valid.
978 2007-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
980 * macterm.c (x_calc_absolute_position): Add BLOCK_INPUT around
981 mac_get_window_bounds.
983 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
985 * Makefile.in (LIBGPM): Allow it to be set from configure.
986 If set then link Emacs with it.
988 * config.in: Regenerate.
990 * lisp.h (add_gpm_wait_descriptor, delete_gpm_wait_descriptor):
993 * termhooks.h [HAVE_GPM_H] (enum event_kind): Add GPM_CLICK_EVENT.
995 (handle_one_term_event, term_gpm): New externs.
997 * sysdep.c [HAVE_GPM_H] (init_sys_modes): Make gpm_fd nonblocking
998 and allow it to be interrupted by SIGIO.
1000 * process.c (gpm_wait_mask, max_gpm_desc): New variables.
1001 (wait_reading_process_output): Wait on gpm_fd too.
1002 (add_gpm_wait_descriptor, delete_gpm_wait_descriptor)): New functions.
1003 (add_gpm_wait_descriptor_called_flag): New variable.
1004 (delete_keyboard_wait_descriptor): Check gpm_wait_mask.
1006 * keyboard.c [HAVE_GPM_H] (Qmouse_fixup_help_message)
1007 (make_lispy_movement, tracking_off, Ftrack_mouse, some_mouse_moved)
1008 (show_help_echo, readable_events, kbd_buffer_get_event, init_keyboard):
1009 Extend HAVE_MOUSE ifdefs to HAVE_GPM_H.
1010 (make_lispy_event): Add case GPM_CLICK_EVENT.
1011 (read_avail_input): Handle mouse input.
1013 * term.c (write_glyphs_with_face): New function.
1014 [HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
1015 (mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
1016 (mouse_face_end_col, mouse_face_past_end, mouse_face_window)
1017 (mouse_face_face_id, term_gpm, pos_x, pos_y)
1018 (last_mouse_x, last_mouse_y): New variables.
1019 (term_show_mouse_face, term_clear_mouse_face, fast_find_position)
1020 (term_mouse_highlight, term_mouse_movement, term_mouse_position)
1021 (term_mouse_click, handle_one_term_event, Fterm_open_connection)
1022 (Fterm_close_connection): New functions.
1023 (term_init): Initialise mouse_face_window.
1025 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
1027 * xdisp.c (redisplay_window): If first window line is a
1028 continuation line, recompute the new window start instead of
1031 2007-05-18 Glenn Morris <rgm@gnu.org>
1033 * m/alpha.h (ORDINARY_LINK): No longer define on OpenBSD.
1034 Suggested by Alfred M. Szmidt <ams@gnu.org>.
1036 2007-05-17 Glenn Morris <rgm@gnu.org>
1038 * m/macppc.h (ORDINARY_LINK): No longer define on OpenBSD.
1040 2007-05-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1042 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convert
1043 dead key repeat and up events.
1045 2007-05-14 Chong Yidong <cyd@stupidchicken.com>
1047 * image.c (pbm_load): Check image size for monochrome pbm.
1049 2007-05-13 Chong Yidong <cyd@stupidchicken.com>
1051 * xterm.c (XTread_socket): Revert last change.
1053 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
1055 * image.c (pbm_load): Correctly check image size for greyscale pbm.
1057 * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).
1059 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1061 * editfns.c (Ftranspose_regions): Yet another int/Lisp_Object
1064 2007-05-07 Andreas Schwab <schwab@suse.de>
1066 * keymap.c (Flookup_key): Fix typo in last change.
1068 2007-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1070 * keymap.c (Fdefine_key, Flookup_key): Only do the 0x80->meta_modifier
1071 mapping for unibyte strings.
1073 2007-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1075 * macmenu.c (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.
1076 (Fx_popup_dialog) [MAC_OSX]: Likewise.
1078 2007-04-29 Richard Stallman <rms@gnu.org>
1080 * insdel.c (replace_range): For undo, record insertion first.
1082 2007-04-29 Andreas Schwab <schwab@suse.de>
1084 * lisp.h (VECSIZE): Use OFFSETOF.
1086 2007-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1088 * xdisp.c (try_window_reusing_current_matrix): Fix number of
1091 2007-04-28 Richard Stallman <rms@gnu.org>
1093 * lread.c (read_escape): In a string, \s is always space.
1095 2007-04-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1097 * xmenu.c (xdialog_show): Call Fredisplay before showing the dialog.
1099 * gtkutil.c (xg_update_menubar, create_menus): Create empty
1100 submenu for menu bar items.
1102 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1106 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
1108 * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGED
1109 values of the actual window.
1111 2007-04-23 Richard Stallman <rms@gnu.org>
1113 * process.c (Fstart_process): Doc fix.
1115 2007-04-23 Eli Zaretskii <eliz@gnu.org>
1117 * process.c (Fstart_process): Doc fix.
1119 2007-04-22 Richard Stallman <rms@gnu.org>
1121 * abbrev.c (Fdefine_abbrev): Doc fix.
1123 * keymap.c (Fdefine_key): Minor doc fix.
1125 2007-04-21 Glenn Morris <rgm@gnu.org>
1127 * keymap.c (Fdefine_key): Fix info ref in doc string.
1129 2007-04-20 Glenn Morris <rgm@gnu.org>
1131 * sysdep.c (init_system_name): Don't accept localhost.localdomain.
1133 2007-04-19 Juanma Barranquero <lekktu@gmail.com>
1135 * minibuf.c (Fminibuffer_contents, Fminibuffer_contents_no_properties)
1136 (Fminibuffer_completion_contents, Fdelete_minibuffer_contents):
1139 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
1141 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay):
1142 Set garbaged flag in presence of window margins.
1143 (showing_window_margins_p): New function.
1145 * xdisp.c (cursor_row_p): Only end row on newline if it's a
1146 display string. Suggested by Lennart Borgman.
1148 2007-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1150 * alloc.c (mem_insert): Set min_heap_address and max_heap_address
1151 if they are not yet initialized.
1153 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1155 * xdisp.c (redisplay_window): When deciding whether or not to
1156 recenter, don't use the reset values of BEG_UNCHANGED and
1159 2007-04-13 Kim F. Storm <storm@cua.dk>
1161 * buffer.c (Fkill_buffer): gcpro BUF during kill_buffer_processes
1162 and check that buffer is still alive upon return.
1164 2007-04-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1166 * macterm.c [!TARGET_API_MAC_CARBON]: Include Displays.h.
1167 (mac_screen_config_changed): New variable.
1168 (mac_handle_dm_notification, init_dm_notification_handler)
1169 (mac_get_screen_info): New functions.
1170 [MAC_OS8] (main): Call init_dm_notification_handler.
1171 (mac_initialize) [MAC_OSX]: Likewise.
1172 (XTread_socket): Call mac_get_screen_info if screen config changed.
1173 (mac_initialized): Make static.
1174 (mac_initialize_display_info): Remove function.
1175 (mac_term_init): Call mac_get_screen_info. Add partial contents of
1176 mac_initialize_display_info.
1178 2007-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1180 * mac.c (xrm_get_preference_database, Fmac_get_preference)
1181 [TARGET_API_MAC_CARBON]: Use CFPreferencesAppSynchronize.
1183 * macterm.c [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event):
1184 Use GetGlobalMouse instead of GetMouse and LocalToGlobal.
1185 (mac_initialize_display_info) [MAC_OSX]: Use CGRectZero.
1186 (mac_initialize_display_info) [!MAC_OSX]: dpyinfo->height and
1187 dpyinfo->width are those of whole screen.
1189 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
1191 * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement
1192 glyph pointer before start of glyph row.
1194 2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1196 * s/darwin.h (__restrict, struct kboard): Remove outdated workarounds.
1197 (C_SWITCH_SYSTEM): Remove `-I../mac/src'.
1199 2007-04-09 Martin Rudalics <rudalics@gmx.at>
1201 * indent.c (Fmove_to_column): Set next_boundary with correct start pt.
1203 2007-04-08 Richard Stallman <rms@gnu.org>
1205 * xdisp.c (syms_of_xdisp) <message-log-max>: Default 100.
1207 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1209 * editfns.c (Ftranspose_regions): Validate interval before setting
1212 2007-04-03 Eli Zaretskii <eliz@gnu.org>
1214 * emacs.c (main): Fix instructions for building Emacs for profiling.
1216 2007-04-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1218 * gtkutil.c (xg_update_menubar): Call g_list_next after moving
1221 2007-04-02 Juanma Barranquero <lekktu@gmail.com>
1223 * print.c (Fprin1_to_string): Use macro SPECPDL_INDEX.
1225 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
1227 * keymap.c (Fcommand_remapping): New optional argument.
1228 (where_is_internal): Use new keymaps argument.
1229 (Fkey_binding): Caller changed.
1231 * keyboard.c (command_loop_1): Caller changed.
1233 2007-03-31 Eli Zaretskii <eliz@gnu.org>
1235 * window.c (Fget_lru_window): Doc fix.
1237 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
1239 * undo.c (Fprimitive_undo): Give clearer error message when trying
1240 to change text properties outside accessible part of buffer.
1242 2007-03-29 Kim F. Storm <storm@cua.dk>
1244 * process.c (wait_reading_process_output) [HAVE_PTYS]:
1245 When EIO happens, clear channel from descriptor masks before raising
1246 SIGCHLD signal to avoid busy loop between read and sigchld_handler.
1247 (sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes).
1249 2007-03-29 Juanma Barranquero <lekktu@gmail.com>
1251 * buffer.c (Fset_buffer_major_mode): Check that BUFFER is valid.
1253 * process.c (Fformat_network_address): Return nil when the
1254 argument vector contains invalid values.
1256 2007-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1258 * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
1259 [USE_PTHREAD]: Include pthread.h.
1260 (malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables.
1261 (malloc_initialize_1): New function created from __malloc_initialize.
1262 (__malloc_initialize): Use it.
1263 (LOCK, UNLOCK): New macros to make malloc etc. thread safe.
1264 (_malloc_internal, _free_internal, _realloc_internal): Use them.
1266 * lread.c (readchar): Extend BLOCK_INPUT block to ferror/clearerr.
1268 2007-03-27 Juanma Barranquero <lekktu@gmail.com>
1270 * process.c (Fformat_network_address): Make args array big enough
1271 to format IPv6 addresses.
1273 2007-03-27 Glenn Morris <rgm@gnu.org>
1275 * m/hp800.h: Restore HP-UX support (removed 2007-01-29).
1277 2007-03-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1279 * macfns.c (Fx_display_mm_height, Fx_display_mm_width): Scale whole
1280 screen size in pixels by millimeters per pixel of main display.
1282 * macselect.c (get_scrap_target_type_list, x_own_selection):
1283 Move assignments outside predicate macros.
1284 (Vselection_converter_alist): Doc fix.
1286 * macterm.c (create_text_encoding_info_alist): Move assignments
1287 outside predicate macros.
1288 (mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
1289 dpyinfo->width are those of whole screen.
1291 2007-03-26 Sam Steingold <sds@gnu.org>
1293 * process.c (sigchld_handler): Delay by 1ms instead of 1s to
1294 alleviate sluggishness (the original problem is still fixed).
1296 2007-03-25 Kim F. Storm <storm@cua.dk>
1298 * intervals.c (merge_properties): Use explicit loop instead of
1299 Fplist_member to avoid QUIT. Don't use Fcdr.
1300 (intervals_equal): Likewise. Rewrite loop to perform length check
1301 on the fly rather than calling Flength. Don't use Fcar.
1303 2007-03-24 Eli Zaretskii <eliz@gnu.org>
1305 * editfns.c (Fgoto_char): Doc fix.
1307 * indent.c (Findent_to): Doc fix.
1309 2007-03-24 Chong Yidong <cyd@stupidchicken.com>
1311 * editfns.c (Ftranspose_regions): Use set_text_properties_1
1312 instead of Fset_text_properties to avoid GC. Signal after change.
1314 2007-03-24 Eli Zaretskii <eliz@gnu.org>
1316 * xfns.c (Fx_show_tip): Doc fix.
1318 * macfns.c (Fx_show_tip): Doc fix.
1320 * w32fns.c (Fx_show_tip): Doc fix.
1322 2007-03-23 Kim F. Storm <storm@cua.dk>
1324 * intervals.c (merge_properties, intervals_equal):
1325 Use Fplist_member instead of Fmemq to find properties.
1327 2007-03-23 Glenn Morris <rgm@gnu.org>
1329 * unexhp9k800.c: Restore file with clarified legal status.
1330 * m/sr2k.h: Restore since dependency unexhp9k800.c is restored.
1332 2007-03-22 Chong Yidong <cyd@stupidchicken.com>
1334 * widget.c (EmacsFrameSetCharSize): Catch X errors.
1336 2007-03-22 Kenichi Handa <handa@m17n.org>
1338 * fileio.c (Fcopy_file): Call barf_or_query_if_file_exists with
1339 non-encoded file name.
1340 (Frename_file): Likewise.
1341 (Fadd_name_to_file): Likewise.
1342 (Fmake_symbolic_link): Likewise.
1344 2007-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1346 * Makefile.in (alloca.o, gtkutil.o): Depend on systime.h.
1347 (dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h.
1348 (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and
1350 (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and
1352 (macfns.o): Remove duplicate dependency on systime.h.
1354 * dispnew.c (Fopen_termscript): Add BLOCK_INPUT around fclose.
1355 (Fsend_string_to_terminal): Add BLOCK_INPUT around fwrite.
1357 * fileio.c (do_auto_save_unwind): Add BLOCK_INPUT around fclose.
1358 (Fdo_auto_save): Add BLOCK_INPUT around fwrite.
1360 * keyboard.c (record_char): Add BLOCK_INPUT around fwrite.
1361 (Fopen_dribble_file): Add BLOCK_INPUT around fclose.
1363 * lread.c: Include blockinput.h.
1364 (readchar, Fget_file_char): Add BLOCK_INPUT around getc.
1365 (unreadchar): Add BLOCK_INPUT around ungetc.
1366 (load_unwind): Add BLOCK_INPUT around fclose.
1368 * print.c: Include blockinput.h.
1369 (Fredirect_debugging_output): Add BLOCK_INPUT around fclose.
1371 * process.c (Fmake_network_process) [HAVE_GETADDRINFO]:
1372 Clear immediate_quit before calling freeaddrinfo.
1373 Add BLOCK_INPUT around freeaddrinfo.
1375 * term.c: Include blockinput.h.
1376 (write_glyphs, insert_glyphs): Add BLOCK_INPUT around fwrite.
1378 2007-03-19 Richard Stallman <rms@gnu.org>
1380 * keyboard.c (NUM_RECENT_KEYS): Bump up to 300.
1382 * buffer.c (syms_of_buffer): Doc fix.
1384 2007-03-18 Chong Yidong <cyd@stupidchicken.com>
1386 * image.c (pbm_load): Signal error for invalid image size.
1388 2007-03-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1390 * macterm.c (note_mouse_movement): Don't return immediately for
1393 * macmenu.c (popup_activated_flag): New variable.
1394 (x_activate_menubar, mac_menu_show): Set it during menu tracking.
1395 (popup_activated): New function.
1397 * xdisp.c (redisplay_internal, note_mouse_highlight):
1398 Check popup_activated for MAC_OS.
1400 2007-03-17 Juanma Barranquero <lekktu@gmail.com>
1402 * buffer.c (syms_of_buffer) <buffer-display-table>: Doc fix.
1403 Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1405 2007-03-17 Richard Stallman <rms@gnu.org>
1407 * dired.c (file_name_completion): gcpro NAME.
1409 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1411 * xdisp.c (try_window_id): Increment matrix positions if the
1412 buffer's byte count has increased, but not the character count.
1414 2007-03-12 Andreas Schwab <schwab@suse.de>
1416 * lisp.h: Declare check_obarray.
1418 * process.c (Fdelete_process): Properly handle deletion of first
1419 element of deleted_pid_list.
1420 (create_process): Declare pid as pid_t.
1422 2007-03-12 Kim F. Storm <storm@cua.dk>
1424 * process.c (sigchld_handler): Change type of pid to pid_t.
1425 Scan deleted_pid_list explicitly to avoid using Fmember which don't
1426 know about mark bits and make_fixnum_or_float which may malloc.
1427 Reported by Andreas Schwab.
1429 * keyboard.c (read_key_sequence): Store original event into keybuf
1430 when replaying sequence with local keymap(s) from string.
1432 2007-03-12 Glenn Morris <rgm@gnu.org>
1434 * editfns.c (Fdecode_time, Fencode_time): Doc fix ("daylight
1435 savings" to "daylight saving").
1437 2007-03-11 Sam Steingold <sds@gnu.org>
1439 * process.c (sigchld_handler): Sleep before wait3 to avoid a busyloop.
1441 2007-03-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1443 * macfns.c (Fx_server_vendor): Change vendor string to "Apple Inc.".
1445 2007-03-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1447 * macterm.c [USE_CARBON_EVENTS] (mac_handle_mouse_event):
1448 Ignore mouse wheel movement on title bar or tool bar.
1450 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1452 * keyboard.c (help_form_saved_window_configs): New var.
1453 (read_char_help_form_unwind): New function.
1454 (read_char): Don't restore window configuration if a mouse click
1455 arrives while the help form is being displayed.
1457 2007-03-10 Kim F. Storm <storm@cua.dk>
1459 * xdisp.c (redisplay_window): Don't automatically select a new window
1460 start for a contination line during mouse-click.
1462 2007-03-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1464 * xterm.c (handle_one_xevent): Ignore buttons > 3 for the tool bar.
1466 2007-03-09 Juanma Barranquero <lekktu@gmail.com>
1468 * keymap.c (Fdescribe_buffer_bindings): Check that BUFFER is valid.
1470 2007-03-08 Richard Stallman <rms@gnu.org>
1472 * keyboard.c (syms_of_keyboard): Doc fix.
1474 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1476 * minibuf.c (Ftry_completion): Don't short circuit if
1477 completion-ignore-case is non-nil.
1479 2007-03-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1481 * macfns.c (mac_set_scroll_bar_width, mac_frame_parm_handlers):
1482 Undo 2006-03-06 changes.
1484 * macterm.c (XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scroll
1485 bar if its width is smaller than that of Aqua small scroll bar.
1487 2007-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
1489 * minibuf.c (read_minibuf): Bind inhibit-read-only a bit longer so as
1490 to handle correctly prompts with read-only property.
1492 2007-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1494 * sound.c (wav_play): Check header->data_length to see how much we
1496 (alsa_period_size): Convert ALSA period size in frames to bytes.
1497 (alsa_write): Return if frames is zero.
1499 2007-03-06 Kenichi Handa <handa@m17n.org>
1501 * xselect.c (Vselection_coding_system): Documentation improved.
1503 2007-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1505 * macterm.c (x_scroll_bar_create, XTread_socket): Replace #if
1506 USE_TOOLKIT_SCROLL_BARS with #ifdef USE_TOOLKIT_SCROLL_BARS.
1507 (x_set_window_size): Call SET_FRAME_GARBAGED. Clear window if
1508 internal border width has changed.
1510 * macterm.h (struct mac_output): New member `internal_border_width'.
1512 2007-03-04 Richard Stallman <rms@gnu.org>
1514 * window.c (Fdisplay_buffer): Doc fix.
1516 2007-03-03 Glenn Morris <rgm@gnu.org>
1518 * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does
1519 not include -lX11 on Solaris.
1521 2007-03-02 Stuart D. Herring <herring@lanl.gov>
1523 * keymap.c (Fkey_binding): Don't consider one-element lists as events.
1525 2007-03-01 Kenichi Handa <handa@m17n.org>
1527 * process.c (send_process_object): Check the process status and
1528 signal an error if something is wrong.
1530 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1532 * insdel.c (Fcombine_after_change_execute): Return nil if
1533 combine_after_change_buffer has been invalidated.
1535 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1537 * m/xtensa.h: New file.
1539 2007-02-24 Nick Roberts <nickrob@snap.net.nz>
1541 * .gdbinit (xprintstr): Ensure GDB (> 6.6) prints symbol name
1542 as strings and not character arrays.
1544 2007-02-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1546 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag)
1547 (x_set_toolkit_scroll_bar_thumb): Add bar->min_handle as margin to
1548 scroll bar handle size in order to avoid `scroll backward' problem.
1549 (x_scroll_bar_create, XTset_vertical_scroll_bar)
1550 [USE_TOOLKIT_SCROLL_BARS]: Initialize bar->min_handle.
1552 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
1553 New member `min_handle'.
1555 2007-02-23 Kim F. Storm <storm@cua.dk>
1557 * print.c (print): Reset print_number_index if Vprint_number_table
1560 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1562 * w32.c (stat, get_long_basename, is_unc_volume): Use _mbspbrk
1565 2007-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1567 * macmenu.c (mac_menu_show): Call unbind_to early. Use variable
1568 `menu_item_selection' as in W32 version.
1569 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Add explicit
1570 braces to avoid ambiguous `else'.
1572 * macterm.c (mac_display_info_for_display): Remove function.
1573 (mac_flush_display_optional) [USE_CG_DRAWING]: New function.
1574 (x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for
1575 flush_display_optional.
1576 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press):
1577 New argument MOUSE_POS. All uses changed. Set bar->dragging to
1578 negative integer if scroll bar handle is pressed.
1579 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release):
1580 Negative bar->dragging means scroll bar handle is not dragged.
1581 [USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial
1582 offset of scroll bar handle from negative bar->dragging.
1583 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll
1584 bar click is compared against mapped one. Set down/up_modifier
1585 for scroll bar click event with control key.
1587 * macterm.h (x_display_info_for_display): Remove extern.
1588 (SCROLL_BAR_UNPACK, SET_SCROLL_BAR_CONTROL_HANDLE): Don't limit
1589 value to be unpacked to 32-bit on LP64 model.
1591 2007-02-23 Kenichi Handa <handa@m17n.org>
1593 * process.c (send_process_object_unwind): New function.
1594 (send_process_object): New function.
1595 (Fprocess_send_region): Call send_process_object.
1596 (Fprocess_send_string): Likewise.
1598 2007-02-22 Jason Rumney <jasonr@gnu.org>
1600 * w32menu.c (w32_menu_show): Mark the frame's menu as inactive
1601 when popup menu finishes.
1603 * w32fns.c (menubar_in_use): New flag.
1604 (w32_wnd_proc) <WM_INITMENU, WM_EXITMENULOOP, WM_TIMER, WM_COMMAND>:
1607 * w32menu.c (Fx_popup_menu): Don't free menu strings here.
1608 (w32_menu_show): Do it here instead.
1610 * w32fns.c (w32_wnd_proc) <WM_INITMENU>: Set menubar_active frame
1613 * w32menu.c (current_popup_menu): Make available globally.
1614 (menubar_selection_callback): Free menu strings before pushing the
1615 menu event into the keyboard buffer. Remove menu_command_in_progress.
1617 * w32fns.c (current_popup_menu): Use from w32menu.c.
1618 (w32_wnd_proc) <WM_EXITMENULOOP, WM_TIMER>: Use menubar_active
1619 and current_popup_menu to determine whether a menubar menu has
1622 * w32term.h (w32_output): Remove menu_command_in_progress.
1624 2007-02-22 Kim F. Storm <storm@cua.dk>
1626 * dispnew.c (update_frame, update_single_window): Set force_p here if
1627 redisplay_dont_pause is set or Vredisplay_preemption_period is nil...
1628 (update_window, update_frame_1): ... instead of here.
1629 (update_text_area): Clear mouse face on header lines.
1631 2007-02-21 Kim F. Storm <storm@cua.dk>
1633 * minibuf.c (Fassoc_string): Doc fix. Allow symbol for KEY too.
1635 2007-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1637 * macterm.c (WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.
1638 [USE_MAC_TSM] (mac_handle_text_input_event): Remove unused variable
1640 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Use Keyboard
1641 Layout Services routines to get current Unicode keyboard layout.
1643 2007-02-20 Chong Yidong <cyd@stupidchicken.com>
1645 * frame.c (x_set_screen_gamma): Apply gamma value to the frame's
1648 2007-02-19 Kim F. Storm <storm@cua.dk>
1650 * minibuf.c (Fassoc_string): Allow symbols as keys.
1652 * w32term.c (w32_set_scroll_bar_thumb): Don't resize scroll-bar
1653 handle while dragging, except when we get close to eob.
1654 Fix position and size calculations so we don't scroll backwards
1655 just by clicking on the handle.
1657 2007-02-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1659 * Makefile.in (${emacsapp}Contents/Resources/Emacs.rsrc)
1660 [HAVE_CARBON]: Remove target.
1661 (macosx-app) [HAVE_CARBON]: Don't depend on it.
1663 2007-02-17 Juanma Barranquero <lekktu@gmail.com>
1665 * callproc.c (syms_of_callproc) <doc-directory>:
1666 <configure-info-directory>:
1667 (Fgetenv_internal): Fix typos in docstrings.
1669 * doc.c (Fsubstitute_command_keys): Fix typo in docstring.
1671 2007-02-16 Andreas Schwab <schwab@suse.de>
1673 * frame.c (Fmodify_frame_parameters): Return a value.
1675 * editfns.c (Fformat): Add support for '+' flag.
1676 * doprnt.c (doprnt1): Likewise. Fix overflow checking.
1678 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
1680 * s/umips.h: Unused file removed.
1682 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1684 * xfaces.c (Fcolor_distance): Don't continue checking a color for
1685 errors after it has been correctly parsed as an RGB list.
1687 2007-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1689 * xterm.c (do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN.
1691 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1693 * macfns.c (Fx_focus_frame): Move current process to foreground if
1695 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Replace #if MAC_OSX with
1697 (Fmac_set_font_panel_visible_p) [USE_MAC_FONT_PANEL]: Rename from
1698 Fmac_set_font_panel_visibility. All uses changed. Rename argument
1701 * macterm.c (MakeMeTheFrontProcess) [MAC_OSX]: Remove function.
1702 (mac_initialize) [MAC_OSX]: Call SetFrontProcess instead of
1703 MakeMeTheFrontProcess.
1705 2007-02-12 Chong Yidong <cyd@stupidchicken.com>
1707 * frame.c (x_set_screen_gamma): Clear face cache.
1709 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1711 * buffer.c (Fgenerate_new_buffer_name, Fbuffer_modified_tick):
1714 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1716 * window.c (Fwindow_height, Fwindow_hscroll)
1717 (Fwindow_redisplay_end_trigger, Fwindow_point, Fwindow_start)
1718 (Fwindow_end, Fwindow_display_table, Fwindow_text_height):
1719 Document the effect of WINDOW arg being nil.
1721 2007-02-08 Kim F. Storm <storm@cua.dk>
1723 * minibuf.c (read_minibuf): Fix 2007-01-30 change.
1724 Use Qlambda as interim value of Vminibuffer_completing_file_name.
1725 (Fcompleting_read): Use non-filename maps if value is Qlambda (or Qnil).
1726 (syms_of_minibuf) <minibuffer-completing-file-name>: Document lambda.
1728 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
1730 * makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead
1733 2007-02-07 Eli Zaretskii <eliz@gnu.org>
1735 * makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is
1738 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
1740 * frame.c (Fmodify_frame_parameters): Don't bind
1741 Qinhibit_default_face_x_resources, which has no effect.
1742 (Qinhibit_default_face_x_resources): Symbol deleted.
1744 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1746 * indent.c (Fmove_to_column): Document that the argument COLUMN is
1747 taken from prefix numeric argument.
1749 2007-02-03 Juanma Barranquero <lekktu@gmail.com>
1751 * lread.c (syms_of_lread) <load-history>: Doc fix.
1753 2007-01-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> (tiny change)
1755 * xterm.c [!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose):
1756 Use the foreground color of the scroll-bar face when drawing
1757 the scroll-bar's border.
1759 2007-02-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1761 * xterm.c (do_ewmh_fullscreen): Check that what != NULL before
1762 calling wm_supports.
1764 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1766 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
1767 Wording by Eli Zaretskii.
1769 2007-01-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1771 * gtkutil.c (update_frame_tool_bar): Initialize h/vmargin to 0.
1773 2007-01-30 Richard Stallman <rms@gnu.org>
1775 * minibuf.c (read_minibuf):
1776 Save and clear Vminibuffer_completing_file_name.
1777 (read_minibuf_unwind): Restore it.
1778 (Vminibuffer_completion_table, Qminibuffer_completion_table)
1779 (Vminibuffer_completion_predicate, Qminibuffer_completion_predicate)
1780 (Vminibuffer_completion_confirm, Qminibuffer_completion_confirm)
1781 (Vminibuffer_completing_file_name): Definitions moved up.
1783 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
1785 * m/hp800.h: Restore, removing HP-UX support.
1787 2007-01-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1789 * Makefile.in: Use a variable, XFT_LIBS, instead #define LIB_X11_LIB.
1791 2007-01-28 Richard Stallman <rms@gnu.org>
1793 * minibuf.c (Ftry_completion, Fall_completions)
1794 (Fcompleting_read, Ftest_completion):
1795 Rename arg ALIST or TABLE to COLLECTION.
1797 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
1799 * unexhp9k800.c: Remove due to lack of legal papers.
1801 * m/sr2k.h, m/hp800.h: Remove due to dependence on above.
1803 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1805 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Doc fix.
1807 * minibuf.c (Fcompleting_read): Doc fix.
1809 2007-01-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1811 * gtkutil.c (xg_initialize): Call XftInit if HAVE_XFT.
1813 * Makefile.in: Use XFT_LIBS if defined.
1815 2007-01-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1817 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
1818 BLOCK_INPUT/UNBLOCK_INPUT.
1820 * blockinput.h (interrupt_input_blocked): Declare volatile.
1822 * keyboard.c (interrupt_input_blocked): Declare volatile.
1824 * syssignal.h (SIGNAL_THREAD_CHECK): Use pthread_equal.
1826 2007-01-24 Kim F. Storm <storm@cua.dk>
1828 * keymap.c (describe_map): Don't consider prefix keys to be shadowed.
1830 2007-01-23 Juanma Barranquero <lekktu@gmail.com>
1832 * editfns.c (Finsert_char): Doc fix.
1833 (Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
1835 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1837 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag):
1838 Don't pass keyboard modifiers to mac_store_drag_event, but put
1839 them as kEventParamKeyModifiers Apple event parameter.
1841 2007-01-21 Chong Yidong <cyd@stupidchicken.com>
1843 * xdisp.c (try_window): Revert previous change.
1845 * dispnew.c (update_text_area): Revert 2006-09-17 change.
1846 Always redraw non-mode-line rows with mouse-face.
1848 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
1850 * xdisp.c (try_window): Clear mouse-face highlights first.
1852 * window.c (set_window_buffer): Revert 2006-11-22 change.
1854 2007-01-20 Eli Zaretskii <eliz@gnu.org>
1856 * .gdbinit (ppt, xtype, xmisctype, xint, xptr, xmarker, xframe)
1857 (xbuffer, xcons, xcar, xcdr): Fix doc strings.
1859 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
1861 * keyboard.c (read_key_sequence): Extract local map only if the
1862 given position is in an accessible buffer region.
1864 2007-01-19 Nick Roberts <nickrob@snap.net.nz>
1866 * .gdbinit: Reformat documentation so that first sentence
1867 displays properly with "help user-defined" (like apropos).
1869 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
1871 * epaths.in: Move PATH_DOC from local/info to local/share/info.
1873 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1875 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
1876 Create movable modal window instead of movable alert window.
1877 (create_and_show_dialog) [!MAC_OSX]: Use DeactivateControl instead
1880 * macselect.c (Fmac_resume_apple_event): Set error number when
1881 descriptor type of reply is non-null.
1883 2007-01-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1885 * macmenu.c (create_and_show_dialog) [TARGET_API_MAC_CARBON]:
1886 Use DisableControl for disabled items. Set default button to first
1887 enabled one. Use icon of application in execution.
1889 2007-01-13 Eli Zaretskii <eliz@gnu.org>
1891 * process.c (Fdelete_process, Fprocess_id, sigchld_handler):
1892 Copy PID into EMACS_INT to avoid GCC warnings.
1894 * fns.c (maybe_resize_hash_table): Copy new size of hash table
1895 into EMACS_INT to avoid GCC warnings.
1897 * editfns.c (Fuser_uid, Fuser_real_uid): Copy values returned by
1898 geteuid and getuid into EMACS_INT to avoid GCC warnings.
1900 * dired.c (Ffile_attributes): Fix last change.
1902 2007-01-12 Eli Zaretskii <eliz@gnu.org>
1904 * dired.c (Ffile_attributes): Copy some members of `struct stat'
1905 into int's to avoid GCC warnings about limited range of short in
1906 arguments to FIXNUM_OVERFLOW_P.
1908 2007-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1910 * macmenu.c (HAVE_DIALOGS): Define if TARGET_API_MAC_CARBON.
1911 (mac_handle_dialog_event, install_dialog_event_handler)
1912 (create_and_show_dialog) [TARGET_API_MAC_CARBON]: New functions.
1913 (DIALOG_LEFT_MARGIN, DIALOG_TOP_MARGIN, DIALOG_RIGHT_MARGIN)
1914 (DIALOG_BOTTOM_MARGIN, DIALOG_MIN_INNER_WIDTH)
1915 (DIALOG_MAX_INNER_WIDTH, DIALOG_BUTTON_BUTTON_HORIZONTAL_SPACE)
1916 (DIALOG_BUTTON_BUTTON_VERTICAL_SPACE, DIALOG_BUTTON_MIN_WIDTH)
1917 (DIALOG_TEXT_MIN_HEIGHT, DIALOG_TEXT_BUTTONS_VERTICAL_SPACE)
1918 (DIALOG_ICON_WIDTH, DIALOG_ICON_HEIGHT, DIALOG_ICON_LEFT_MARGIN)
1919 (DIALOG_ICON_TOP_MARGIN) [TARGET_API_MAC_CARBON]: New macros.
1920 (mac_dialog) [TARGET_API_MAC_CARBON]: Remove function.
1921 (mac_dialog_show) [TARGET_API_MAC_CARBON]: Use create_and_show_dialog.
1923 * macterm.c (x_free_frame_resources) [USE_CG_DRAWING]:
1924 Call mac_prepare_for_quickdraw.
1925 (quit_char, make_ctrl_char) [TARGET_API_MAC_CARBON]: Move externs
1926 outside #ifdef MAC_OSX.
1927 (mac_quit_char_key_p) [TARGET_API_MAC_CARBON]: Move function
1928 outside #ifdef MAC_OSX.
1929 (mac_check_bundle) [MAC_OSX]: Remove unused function.
1931 * macterm.h (mac_quit_char_key_p): Move extern outside #ifdef MAC_OSX.
1932 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): Parenthesize definitions.
1934 2007-01-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1936 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use pthread_equal,
1937 block/unblock SIGIO.
1939 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1941 * editfns.c (Fformat): Allow integer-format to work with floats of size
1942 larger than most-positive-fixnum (but still smaller than MAXINT).
1944 * dired.c (Ffile_attributes): Use floats for large uids/gids.
1946 2007-01-09 Eli Zaretskii <eliz@gnu.org>
1948 * emacs.c (syms_of_emacs) <path-separator>: Doc fix.
1950 2007-01-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1952 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT
1955 * image.c (XDrawLine) [MAC_OS]: Remove macro.
1956 (XCreateGC_pixmap) [!HAVE_NTGUI]: Likewise.
1957 (x_disable_image) [!HAVE_NTGUI]: Use XCreateGC instead of
1960 * macgui.h (Display): Typedef to opaque type.
1962 * macmenu.c (mac_dialog_modal_filter) [MAC_OSX]: New function.
1963 (Fx_popup_dialog) [MAC_OSX]: Use standard alert if called from
1964 Fmessage_box, Fyes_or_no_p, or Fy_or_n_p.
1965 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030] (menu_quit_handler):
1966 Use mac_quit_char_key_p.
1968 * macterm.c (XDrawLine): Rename from mac_draw_line_to_pixmap.
1969 (XCreateGC): Change type of 2nd argument to void *.
1970 (XFreeGC) [USE_CG_DRAWING && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
1972 (mac_to_emacs_modifiers): Change return type to int.
1973 [USE_CARBON_EVENTS] (mac_event_to_emacs_modifiers): Likewise.
1974 (mac_mapped_modifiers): New function.
1975 (XTread_socket): Use it.
1976 [USE_TSM] (mac_handle_text_input_event): Likewise.
1977 (do_window_update) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
1978 (mac_quit_char_modifiers, mac_quit_char_keycode) [MAC_OSX]:
1980 (mac_determine_quit_char_modifiers, init_quit_char_handler)
1981 [MAC_OSX]: Remove functions.
1982 (make_ctrl_char) [MAC_OSX]: Add extern.
1983 (mac_quit_char_key_p) [MAC_OSX]: New function.
1984 (mac_initialize) [MAC_OSX]: Don't call init_quit_char_handler.
1986 * macterm.h (FONT_MAX_WIDTH): Remove unused macro.
1987 (XCreateGC): Change type in extern.
1988 (XDrawLine): Rename from mac_draw_line_to_pixmap.
1989 (mac_quit_char_key_p) [MAC_OSX]: Add extern.
1991 2007-01-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1993 * keyboard.c (init_keyboard): Initialize interrupt_input_blocked and
1994 interrupt_input_pending.
1996 * xterm.h (x_display_info): New: net_supported_atoms,
1997 nr_net_supported_atoms and net_supported_window.
1999 * xterm.c (last_user_time): New variable.
2000 (handle_one_xevent): Set last_user_time from events that have Time.
2001 Set net_supported_window to 0 when reparented.
2002 (wm_supports): New function.
2003 (do_ewmh_fullscreen): Use wm_supports to check for _NET_WM_STATE.
2004 (x_term_init): Initialize net_supported_atoms, nr_net_supported_atoms
2005 and net_supported_window.
2007 2007-01-05 Kim F. Storm <storm@cua.dk>
2009 * indent.c (Fvertical_motion): Fix it overshoot check for overlay
2010 strings without embedded newlines immediately followed by newline.
2012 2007-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2014 * editfns.c (Fformat_time_string, Fdecode_time, Fencode_time)
2015 (Fcurrent_time_string, Fcurrent_time_zone): Add BLOCK_INPUT around
2016 gmtime/localtime/emacs_memftimeu/mktime.
2018 * mac.c (Fmac_set_file_creator): Use MAC_EMACS_CREATOR_CODE
2020 [!MAC_OSX] (sys_open, sys_creat, sys_fopen): Likewise.
2022 * macgui.h (struct _XGC) [USE_CG_DRAWING
2023 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New members cg_fore_color
2026 * macmenu.c (Vshow_help_function) [TARGET_API_MAC_CARBON]: Add extern.
2027 (restore_show_help_function, menu_target_item_handler)
2028 [TARGET_API_MAC_CARBON]: New functions.
2029 (install_menu_target_item_handler): New function.
2030 (add_menu_item) [TARGET_API_MAC_CARBON]: Set help string as menu
2033 * macterm.c (CG_SET_FILL_COLOR_MAYBE_WITH_CGCOLOR)
2034 (CG_SET_FILL_COLOR_WITH_GC_FOREGROUND)
2035 (CG_SET_FILL_COLOR_WITH_GC_BACKGROUND)
2036 (CG_SET_STROKE_COLOR_MAYBE_WITH_CGCOLOR)
2037 (CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND): New macros.
2038 (mac_cg_color_space_rgb) [USE_CG_DRAWING]: New variable.
2039 (mac_cg_color_black) [USE_CG_DRAWING
2040 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: New variable.
2041 (init_cg_color) [USE_CG_DRAWING]: New function.
2042 (mac_draw_line, mac_draw_rectangle) [USE_CG_DRAWING]: Use
2043 CG_SET_STROKE_COLOR_WITH_GC_FOREGROUND instead of CG_SET_STROKE_COLOR.
2044 (mac_erase_rectangle, mac_clear_window, mac_draw_cg_image)
2045 (mac_fill_rectangle, mac_draw_image_string_cg) [USE_CG_DRAWING]:
2046 Use CG_SET_FILL_COLOR_WITH_GC_FOREGROUND or
2047 CG_SET_FILL_COLOR_WITH_GC_BACKGROUND instead of CG_SET_FILL_COLOR.
2048 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Likewise.
2049 (XCreateGC, XFreeGC, XSetForeground, XSetBackground) [USE_CG_DRAWING
2050 && MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use gc->cg_fore_color and/or
2052 (install_drag_handler, remove_drag_handler): Make extern.
2053 (install_menu_target_item_handler): Add extern.
2054 (install_window_handler): Call install_menu_target_item_handler.
2055 [MAC_OS8] (main): Use MAC_EMACS_CREATOR_CODE instead of 'EMAx'.
2056 (mac_initialize) [USE_CG_DRAWING]: Call init_cg_color.
2058 * macterm.h (MAC_EMACS_CREATOR_CODE): New enumerator.
2060 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2062 * window.c (Fwindow_end): Fix use of >= operator.
2064 2007-01-03 Richard Stallman <rms@gnu.org>
2066 * window.c (Fwindow_end): Check BUF_OVERLAY_MODIFF like BUF_MODIFF.
2068 2007-01-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2070 * gtkutil.h (xg_menu_item_cb_data_): Remove highlight_id and
2073 * gtkutil.c (menuitem_highlight_callback): Invoked widget is the
2074 parent of the menu item. Get menu item widget from event.
2075 (xg_create_one_menuitem, xg_update_menu_item): highlight_id and
2076 unhighlight_id has been removed.
2077 (create_menus): Connect enter/leave-notify-event to the menu instead
2078 of individual items.
2080 2006-12-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2082 * gtkutil.c (update_frame_tool_bar): Connect create-menu-proxy with
2083 xg_tool_bar_menu_proxy.
2084 (xg_tool_bar_menu_proxy): New function.
2085 (xg_tool_bar_proxy_callback): New function.
2087 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2089 * gtkutil.c (xg_tool_bar_button_cb): Save last modifier on widget.
2090 (xg_tool_bar_callback): Remove check for button.
2091 (update_frame_tool_bar): Put an event box in the tool bar and a button
2092 in the event box. Attach enter/leave-notify-event to the event box.
2094 2006-12-30 Richard Stallman <rms@gnu.org>
2096 * keymap.c (Fdefine_key): Doc fix.
2098 2006-12-29 Kim F. Storm <storm@cua.dk>
2100 * frame.h (struct frame): New member minimize_tool_bar_window_p.
2102 * xdisp.c (auto_resize_tool_bars_p): Replace with ...
2103 (Vauto_resize_tool_bars): ... this.
2104 (syms_of_xdisp): DEFVAR_LISP and initialize it. Update doc string
2105 to describe new value `grow-only', and use of C-l.
2106 (display_tool_bar_line): Only use default face for border below
2107 toolbar if not grow-only (to get acceptable visual appearence).
2108 Explicitly set visible_height for empty toolbar lines.
2109 (redisplay_tool_bar): Handle `grow-only' setting. Check and clear
2110 minimize_tool_bar_window_p flag.
2112 * window.c (Frecenter): Set minimize_tool_bar_window_p flag
2113 when called without arg to redraw with minimum toolbar height.
2116 2006-12-29 Jason Rumney <jasonr@gnu.org>
2118 * s/ms-w32.h (tzname): Do not define in msvc8.
2119 (utime): Do not define in msvc8.
2121 * regex.c (regerror): Change parameter name err_code.
2123 2006-12-26 Richard Stallman <rms@gnu.org>
2125 * search.c (Fsearch_forward): Doc fix.
2127 * callint.c (Finteractive): Doc fix.
2129 2006-12-25 Kim F. Storm <storm@cua.dk>
2131 * s/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Define it.
2133 2006-12-23 Eli Zaretskii <eliz@gnu.org>
2135 * keyboard.c (some_mouse_moved): Fix last change.
2137 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2139 * callproc.c (syms_of_callproc) <shell-file-name>: Doc fix.
2141 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
2143 * m/amdx86-64.h, m/hp800.h: Add support for NetBSD.
2144 * m/sh3el.h: New file.
2146 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2148 * makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead of
2150 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
2151 (bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
2152 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O).
2153 (clean): Delete stamp_BLD.
2155 2006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2157 * macfns.c (mac_update_title_bar) [TARGET_API_MAC_CARBON]:
2158 Call mac_update_proxy_icon also when buffer modification flag changed.
2159 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't update alias,
2160 but compare FSRef/FSSpec of resolved alias.
2162 2006-12-21 Kim F. Storm <storm@cua.dk>
2164 * w32.c (_sys_wait_accept): Fix handle leak.
2166 2006-12-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2168 * sound.c: Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE is
2171 2006-12-20 Kim F. Storm <storm@cua.dk>
2173 * s/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Define it.
2175 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
2177 * keyboard.c (syms_of_keyboard) <double-click-time>:
2178 * mac.c (Fmac_code_convert_string):
2179 * search.c (Fsearch_forward): Doc fixes.
2181 2006-12-19 Kim F. Storm <storm@cua.dk>
2183 Rework 2006-12-04 change. A SIGUSR1 (SIGUSR2) signal now generates
2184 a sigusr1 event instead of [signal usr1] sequence, and signal events
2185 are now supposed to be handled via special-event-map.
2187 * keyboard.c (kbd_buffer_store_event_hold): Undo 2006-12-04 change.
2188 (make_lispy_event): Don't generate Qsignal prefix for code 0.
2189 Abort if signal code is unknown.
2190 (store_user_signal_events): Don't make Qsignal prefix (code 0).
2191 (Qsignal): Move declaration back to process.c.
2192 (syms_of_keyboard): Don't intern or staticpro it here.
2194 * process.c (Qsignal): Declare here.
2195 (syms_of_process): Intern or staticpro it.
2197 * emacs.c (main): Rename user signals to sigusr1 and sigusr2.
2199 * .gdbinit: Pass on SIGUSR1 and SIGUSR2 to Emacs.
2201 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
2203 * buffer.c (syms_of_buffer) <buffer-display-table>:
2204 <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
2206 2006-12-17 Richard Stallman <rms@gnu.org>
2208 * fileio.c (Fread_file_name_internal): Pass Vread_file_name_predicate
2209 to Ffile_name_completion.
2211 * dired.c (file_name_completion): New arg PREDICATE. Some cleanup.
2212 (Ffile_name_completion): New arg PREDICATE.
2214 2006-12-17 Juanma Barranquero <lekktu@gmail.com>
2216 * buffer.c (Fkill_buffer): Doc fix.
2217 (syms_of_buffer) <kill-buffer-query-functions>: Doc fix.
2219 2006-12-16 Juanma Barranquero <lekktu@gmail.com>
2221 * minibuf.c (Ftry_completion): Check that obarray buckets are symbols.
2223 2006-12-16 Eli Zaretskii <eliz@gnu.org>
2225 * w32fns.c (w32-window-exists-p): New function.
2226 (syms_of_w32fns): Defsubr it.
2228 * prefix-args.c [STDC_HEADERS]: Include stdlib.h.
2230 2006-12-16 Juanma Barranquero <lekktu@gmail.com>
2232 * minibuf.c (Ftry_completion): Use `check_obarray' if ALIST is a vector.
2234 2006-12-15 Eli Zaretskii <eliz@gnu.org>
2236 * emacs.c (USAGE3): Clarify documentation of --color.
2238 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2240 * mac.c (wakeup_from_rne_enabled_p) [TARGET_API_MAC_CARBON]:
2242 (ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE): New macros.
2243 [!MAC_OSX] (select): Use them.
2244 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
2245 (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: New function.
2247 * macfns.c (mac_atsu_font_face_attributes) [USE_ATSUI]: Add extern.
2248 (Fmac_atsu_font_face_attributes) [USE_ATSUI]: New function.
2249 (syms_of_macfns) [USE_ATSUI]: Defsubr it.
2251 * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag):
2252 Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
2254 * macterm.c (mac_query_char_extents) [USE_ATSUI]: Don't call
2255 ATSUGetGlyphBounds if not necessary.
2256 (Vmac_atsu_font_table) [USE_ATSUI]: Remove variable.
2257 (syms_of_macterm) [USE_ATSUI]: Don't defvar it.
2258 (fm_get_style_from_font, atsu_find_font_from_family_name)
2259 (atsu_find_font_family_name, mac_atsu_font_face_attributes)
2260 [USE_ATSUI]: New functions.
2261 (init_font_name_table) [USE_ATSUI]: Use atsu_find_font_family_name.
2262 (mac_load_query_font) [USE_ATSUI]: Use atsu_find_font_from_family_name.
2263 Don't get metrics for Latin-1 right half characters.
2264 (mac_load_query_font): Don't load font if space width is not positive.
2265 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
2266 Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
2267 (XTread_socket): Call SelectWindow when unfocused frame is clicked.
2269 * macterm.h (mac_wakeup_from_rne) [TARGET_API_MAC_CARBON]: Add extern.
2271 2006-12-15 Kim F. Storm <storm@cua.dk>
2273 * keyboard.c (ignore_mouse_drag_p): New global var.
2274 (some_mouse_moved): Return 0 if it is non-zero.
2275 (make_lispy_event): Generate click event on mouse up if
2276 ignore_mouse_drag_p is non-zero, even if mouse moved.
2277 Clear ignore_mouse_drag_p on mouse down/up.
2279 * xdisp.c (redisplay_window): Set ignore_mouse_drag_p if tool-bar
2280 is resized to avoid generating a mouse drag event.
2282 2006-12-14 Juanma Barranquero <lekktu@gmail.com>
2284 * w32fns.c (w32_wnd_proc): Force non-tooltip frames to respect the
2285 minimum tracking size. Remove non-working old hack to do the same.
2287 2006-12-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2289 * emacs.c (handle_user_signal): Move function to keyboard.c.
2290 (main): Use add_user_signal for SIGUSR1 and SIGUSR2.
2292 * keyboard.c (make_lispy_event): Use find_user_signal_name.
2293 (read_avail_input): Store pending user signal events.
2294 (struct user_signal_info): New struct.
2295 (user_signals): New variable.
2296 (add_user_signal, store_user_signal_events)
2297 (find_user_signal_name): New functions.
2298 (handle_user_signal): Move function from emacs.c. Don't store
2299 USER_SIGNAL_EVENT here, but increment number of pending signals.
2301 * keyboard.h (add_user_signals): Add extern.
2303 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
2305 * buffer.c (syms_of_buffer) <cursor-in-non-selected-windows>:
2306 <default-scroll-up-aggressively, default-scroll-down-aggressively>:
2307 <line-spacing, left-margin>: Doc fixes.
2309 * xdisp.c (syms_of_xdisp) <mode-line-inverse-video>: Doc fix.
2311 2006-12-10 Kim F. Storm <storm@cua.dk>
2313 * xdisp.c (show_mouse_face): Never use text cursor in tool-bar.
2315 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
2317 * abbrev.c (syms_of_abbrev) <last-abbrev-text>:
2318 * buffer.c (syms_of_buffer) <default-major-mode>:
2319 * keymap.c (Flookup_key):
2320 * lread.c (Feval_buffer, Feval_region):
2321 * macterm.c (syms_of_macterm) <x-use-underline-position-properties>:
2322 <x-underline-at-descent-line, mac-emulate-three-button-mouse>:
2323 * marker.c (Fmarker_insertion_type):
2324 * minibuf.c (syms_of_minibuf) <minibuffer-completion-table>:
2325 * msdos.c (syms_of_msdos) <delete-exited-processes>:
2326 * w32term.c (syms_of_w32term) <x-use-underline-position-properties>:
2327 <x-underline-at-descent-line>:
2328 * xdisp.c (format-mode-line):
2329 * xterm.c (syms_of_xterm) <x-use-underline-position-properties>:
2330 <x-underline-at-descent-line>: Doc fixes.
2332 2006-12-10 Andreas Schwab <schwab@suse.de>
2334 * systime.h (EMACS_GET_TIME): Remove check for
2335 HAVE_STRUCT_TIMEZONE which is never defined.
2337 2006-12-10 Alan Mackenzie <acm@muc.de>
2339 * syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the
2340 result is now neither the last elt nor optional for OLDSTATE.
2342 2006-12-09 Eli Zaretskii <eliz@gnu.org>
2344 * process.c (Fsignal_process): Doc fix. Use XFLOAT_DATA to
2345 extract the process ID from a Lisp float.
2347 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
2349 * xterm.c (XTframe_raise_lower): Comment out _NET_ACTIVE_WINDOW code.
2351 2006-12-08 Eli Zaretskii <eliz@gnu.org>
2353 * frame.h (PIX_TYPE): Redefine as `unsigned long', for 64-bit
2354 platforms where long is 64-bit.
2356 * msdos.h (PIX_TYPE): Redefine as `unsigned long'.
2358 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2360 * m/amdx86-64.h: Add support for Solaris 10 on x86-64.
2362 2006-12-08 Kenichi Handa <handa@m17n.org>
2364 * xterm.c (x_query_font): Use xstricmp instead off strcasecmp.
2366 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
2368 * emacs.c (syms_of_emacs) <system-type>: Doc fix.
2370 2006-12-07 Kim F. Storm <storm@cua.dk>
2372 * process.c (parse_signal): Use xstricmp instead of strcasecmp.
2373 (Fsignal_process): Don't use strncasecmp.
2375 2006-12-05 Glenn Morris <rgm@gnu.org>
2377 * abbrev.c (Qforce): New Lisp_Object.
2378 (Fdefine_abbrev): Do not overwrite non-system abbrevs with system
2379 abbrevs, unless 'force is applied.
2380 (syms_of_abbrev): Add Qforce.
2382 2006-12-04 Kim F. Storm <storm@cua.dk>
2384 * process.c (parse_signal): Rename macro from handle_signal.
2385 (Fsignal_process): Also accept lower-case variants of signal
2386 names (to align with signal names generated by Emacs itself).
2388 * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by...
2389 (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
2390 first with code == 0 [signal] and one with code == sig number.
2391 (main): Use it as handler for SIGUR1 and SIGUSR2.
2393 * keyboard.c (kbd_buffer_store_event_hold): Don't throw-on-input
2394 if first event in [signal xxx] sequence.
2395 (lispy_user_signals, Qusr1_signal, Qusr2_signal): Remove.
2396 (syms_of_keyboard): Don't intern and staticpro them.
2397 (Qsignal): Declare here.
2398 (syms_of_keyboard): Intern and staticpro it.
2399 (make_lispy_event): Use it. Intern symbols on the fly for other
2400 USER_SIGNAL_EVENTs events.
2402 * process.c (Qsignal): Declare extern.
2403 (syms_of_process): Don't intern/staticpro it here.
2405 * process.c (read_process_output): Abort if carryover < 0.
2407 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2409 * config.in: Regenerate.
2411 * fileio.c [__NetBSD__]: Don't define `unix'.
2412 (Funix_sync, syms_of_fileio): Use `#ifdef HAVE_SYNC' instead of
2415 2006-12-04 Glenn Morris <rgm@gnu.org>
2417 * Makefile.in (version): New variable, set by configure.
2418 (bootstrapclean, mostlyclean): Also remove emacs-${version}.
2420 2006-12-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2422 * gtkutil.c (update_frame_tool_bar): Handle modifying a toolbar item
2425 2006-12-01 Eli Zaretskii <eliz@gnu.org>
2427 * w32fns.c (Fw32_shell_execute): Doc fix.
2429 2006-11-30 Chong Yidong <cyd@stupidchicken.com>
2431 * xdisp.c (move_it_to): Correctly count tab glyphs for continued
2432 lines ending in tab.
2434 2006-11-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2436 * xterm.c (x_raise_frame): Move setting of _NET_ACTIVE_WINDOW
2438 (XTframe_raise_lower): ... to here.
2440 2006-11-30 Kenichi Handa <handa@m17n.org>
2442 * regex.c (regex_compile): Fix previous change.
2444 2006-11-29 Juanma Barranquero <lekktu@gmail.com>
2446 * sound.c (Fplay_sound_internal): Remove spurious newline in docstring.
2448 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
2450 * config.in: Regenerate.
2452 2006-11-28 Kenichi Handa <handa@m17n.org>
2454 * regex.c (regex_compile): Don't call SET_LIST_BIT with a
2455 multibyte character.
2457 2006-11-27 Chong Yidong <cyd@stupidchicken.com>
2459 * s/aix4-2.h: Undefine _NO_PROTO. Suggested by Joe Buehler.
2461 2006-11-27 Kim F. Storm <storm@cua.dk>
2463 * window.c (set_window_buffer): Refactor recent changes.
2465 2006-11-27 Jason Rumney <jasonr@gnu.org>
2467 * w32term.c (w32_msg_worker): Declare correctly.
2468 (w32_initialize): Don't cast w32_msg_worker.
2470 * w32fns.c (w32_msg_worker): Define as WINAPI and arg as void pointer.
2472 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
2474 * m/amdx86-64.h: Look for standard libs in /usr/lib64 only if that
2477 2006-11-25 Eli Zaretskii <eliz@gnu.org>
2479 * w16select.c (Fw16_set_clipboard_data): Fix the call to sit_for
2480 as per the calling sequence change on 2006-07-11.
2482 2006-11-25 Chong Yidong <cyd@stupidchicken.com>
2484 * window.c (set_window_buffer): Use BLOCK_INPUT.
2486 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
2488 * fns.c (substring_both): Add missing address operator.
2490 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2492 * fns.c: Use AREF/ASIZE macros.
2493 (concat): Provide the full ANSI prototype.
2495 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
2497 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
2499 2006-11-23 William Smith <William.Smith@global360.com> (tiny change)
2501 * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo.
2503 2006-11-22 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2505 * s/openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and
2506 /usr/pkg/lib from the library search path.
2507 (LD_SWITCH_X_DEFAULT): New macro.
2509 2006-11-22 Chong Yidong <cyd@stupidchicken.com>
2511 * window.c (set_window_buffer): Clear mouse highlight if it is in
2514 2006-11-21 Chong Yidong <cyd@stupidchicken.com>
2516 * xfaces.c (realize_default_face): Check if the default font name
2517 exists on this display before trying to use it.
2519 2006-11-21 Richard Stallman <rms@gnu.org>
2521 * fileio.c: Break line before &&, not after.
2523 2006-11-20 Eli Zaretskii <eliz@gnu.org>
2525 * fns.c (concat) [!__GNUC__]: Add prototype.
2527 2006-11-20 Kenichi Handa <handa@m17n.org>
2529 * fileio.c (Fread_file_name_internal): Use SBYTES (not SCHARS) to
2530 check the tailing slash of a filename.
2532 2006-11-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
2534 * indent.c (Fvertical_motion): Include composition in the case of
2537 2006-11-19 Andreas Schwab <schwab@gnu.org>
2539 * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize supports.
2541 * xmenu.c (Fx_popup_menu): Initialize selection.
2543 2006-11-18 Andreas Schwab <schwab@suse.de>
2545 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to mark_memory.
2547 2006-11-17 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2549 * xterm.c (do_ewmh_fullscreen): Declare variable before XSETFRAME
2550 to avoid gcc 2.96 error.
2552 2006-11-17 NIIMI Satoshi <sa2c@sa2c.net> (tiny change)
2554 * search.c (simple_search): In the loop of backward searching,
2555 check also the byte position against the limit.
2557 2006-11-14 Romain Francoise <romain@orebokech.com>
2559 * minibuf.c (Fcompleting_read): Fix typo in docstring.
2561 2006-11-14 Kenichi Handa <handa@m17n.org>
2563 * coding.c (code_convert_region): Initialize coding->heading_ascii.
2564 (decode_coding_string, code_convert_region): Likewise.
2566 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2568 * config.in: Regenerate.
2570 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
2571 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
2572 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
2573 CGDisplayScreenSize is available.
2575 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
2576 Replace `#ifdef HAVE_CANCELMENUTRACKING' with
2577 `#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1030'.
2578 (install_menu_quit_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
2579 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
2580 CancelMenuTracking is available.
2582 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg)
2583 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
2584 && MAC_OS_X_VERSION_MIN_REQUIRED == 1020]: Check if
2585 CGContextShowGlyphsWithAdvances is available.
2587 2006-11-13 Jason Rumney <jasonr@gnu.org>
2589 * s/ms-w32.h: Define HAVE_INET_SOCKETS.
2591 2006-11-13 Nozomu Ando <nand@mac.com>
2593 * alloc.c (mark_memory): New argument OFFSET. All uses changed.
2594 Fix address calculations for case END < START.
2595 (mark_stack): Impose Lisp_Object alignment on jmp_buf.
2597 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
2599 * coding.c (Fencode_sjis_char, Fencode_big5_char):
2600 Improve argument/docstring consistency.
2602 * editfns.c (Fmessage): Doc fixes.
2604 * process.c (syms_of_process) <delete-exited-processes>: Doc fix.
2606 2006-11-12 Chong Yidong <cyd@stupidchicken.com>
2608 * xmenu.c (popup_activated): Define outside HAVE_MENUS.
2610 2006-11-12 Romain Francoise <romain@orebokech.com>
2612 * xselect.c (selection-coding-system): Fix docstring.
2614 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
2616 * category.c (Fchar_category_set): Improve arg/docstring consistency.
2619 * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes)
2620 (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence)
2621 (Fstring_make_unibyte): Fix typos in docstrings.
2623 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2625 * xterm.h (struct x_display_info): Fix indentation.
2627 * xterm.c (do_ewmh_fullscreen, XTfullscreen_hook): New functions.
2628 (x_check_fullscreen): Call do_ewmh_fullscreen.
2629 (x_initialize): Set fullscreen_hook to XTfullscreen_hook.
2631 * frame.c (x_set_fullscreen): Call fullscreen_hook if set.
2633 * term.c: Define fullscreen_hook.
2634 (syms_of_term): Initialize fullscreen_hook to NULL.
2636 * termhooks.h: Add fullscreen_hook.
2638 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
2640 * bytecode.c (Fbyte_code):
2641 * data.c (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
2643 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
2645 * lread.c (syms_of_lread):
2646 * xsmfns.c (syms_of_xsmfns): Fix typo in docstring.
2648 2006-11-06 Martin Rudalics <rudalics@gmx.at>
2650 * macmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
2652 * w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
2653 Return nil if building without menus.
2655 * xmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
2656 Return nil if building without menus.
2658 2006-11-05 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
2660 * s/netbsd.h (POSIX_SIGNALS): Define.
2662 2006-11-05 Martin Rudalics <rudalics@gmx.at>
2664 * macmenu.c (Fmenu_or_popup_active_p): New function.
2665 (syms_of_macmenu): Defsubr it.
2667 * w32menu.c (Fmenu_or_popup_active_p): New function.
2668 (syms_of_w32menu): Defsubr it.
2669 (popup_activated_flag, popup_activated): Remove.
2671 * xdisp.c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to
2672 check popup_activated.
2674 * xmenu.c (Fmenu_or_popup_active_p): New function.
2675 (syms_of_xmenu): Defsubr it.
2677 2006-11-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2679 * unexmacosx.c (malloc_cookie): Remove unused variable.
2680 (region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
2681 (text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
2682 (emacs_zone, data_segment_old_fileoff, data_segment_scp)
2683 (num_unexec_regions, unexec_regions): Make variables static.
2684 (print_regions, find_emacs_zone_regions): Make static.
2685 (unexec_region_info): New typedef.
2686 (unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
2688 (unexec_regions_recorder): Subtract size of trailing null pages from
2689 filesize. Show filesize.
2690 (unexec_regions_merge): Don't merge if null pages of preceding region
2691 is not too small. Use long format in printf.
2692 (copy_segment, copy_data_segment): Show filesize.
2693 (copy_data_segment): Write filesize bytes of region data.
2694 Adjust filesize in segment command accordingly.
2695 (dump_it): Use long format in printf.
2697 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
2699 * dosfns.c (Finsert_startup_screen):
2700 * fns.c (Ffeaturep, syms_of_fns):
2701 * frame.c (syms_of_frame): Fix typos in docstrings.
2703 * unexcw.c (unexec): Fix typo in output message.
2705 2006-11-04 Ralf Angeli <angeli@caeruleus.net>
2707 * w32fns.c (w32_createwindow): Remove code for handling -geometry
2708 command line option and `initial-frame-alist' which is superfluous
2709 after the last change to `w32_createwindow'.
2711 2006-11-04 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change)
2713 * w32proc.c (sys_wait): Only wait for processes with fd<0.
2714 Others should be handled by sys_select instead. Fixes problems
2715 with (progn (start-process "" nil "ls") (call-process "ls")).
2717 2006-11-04 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2719 * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
2720 avoid gcc 2.95 error.
2722 2006-11-04 Chong Yidong <cyd@stupidchicken.com>
2724 * gtkutil.c (update_frame_tool_bar): If icon image is invalid and
2725 wicon is null, insert an empty button.
2727 2006-11-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2729 * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the
2732 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
2734 * emacs.c (Fkill_emacs): Fix typo in docstring.
2736 2006-11-02 Nozomu Ando <nand@mac.com>
2738 * unexmacosx.c (mach_header, segment_command, vm_region, section)
2739 [_LP64]: New defines.
2740 (VM_REGION_BASIC_INFO_COUNT, VM_REGION_BASIC_INFO, LC_SEGMENT)
2741 (MH_MAGIC) [_LP64]: Redefine.
2742 (delta): Remove variable.
2743 (curr_file_offset, pagesize): New variables.
2744 (ROUNDUP_TO_PAGE_BOUNDARY): New macro.
2745 (data_segment_old_fileoff): Initialize explicitly.
2746 (print_region, unexec_regions_recorder, print_load_command_name)
2747 (copy_segment, copy_data_segment): Use long format in printf.
2748 (MAX_UNEXEC_REGIONS): Increase to 400.
2749 (unexec_regions_recorder): Don't warn too many regions here.
2750 (find_emacs_zone_regions): Warn too many regions here.
2751 (print_load_command_name) [_LP64]: Show correct load command name.
2752 (copy_segment, copy_data_segment): Use variable `curr_file_offset'.
2753 Show starting virtual memory address. Don't show ending file offset.
2754 (copy_symtab, copy_dysymtab, copy_twolevelhints): New argument DELTA.
2755 (dump_it): Use new local variable `linkedit_delta' and pass to them.
2756 Error if trying to handle multiple DATA segments.
2757 (unexec): Initialize variable `pagesize'.
2759 2006-11-01 Juanma Barranquero <lekktu@gmail.com>
2761 * eval.c (Fcatch): Doc fix.
2763 2006-10-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2765 * image.c [MAC_OS] (image_load_qt_1, xpm_scan, xpm_make_color_table_v)
2766 (xpm_put_color_table_v, xpm_get_color_table_v, xpm_make_color_table_h)
2767 (xpm_put_color_table_h, xpm_get_color_table_h, xpm_str_to_color_key)
2768 (xpm_load_image): Add const qualifier to arguments.
2769 [MAC_OS] (xpm_color_key_strings): Make static const.
2771 * mac.c (create_apple_event_from_event_ref)
2772 (create_apple_event_from_drag_ref, skip_white_space, parse_comment)
2773 (parse_include_file, parse_binding, parse_component)
2774 (parse_resource_name, parse_value, parse_resource_line)
2775 (xrm_merge_string_database, xrm_get_resource)
2776 (xrm_get_preference_database): Add const qualifier to arguments.
2777 [MAC_OSX] (sys_select): Make variable `context' static const.
2779 * macfns.c (mac_color_map): Make static const.
2780 (mac_color_map_lookup): Add const qualifier to arguments.
2782 * macmenu.c (install_menu_quit_handler): Make variable `typesList'
2784 (name_is_separator): Add const qualifier to arguments.
2786 * macselect.c (init_service_handler): Make variable `specs' static
2789 * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable
2790 `swap_nibbles' static const.
2791 (atsu_get_text_layout_with_text_ptr): Make variables `lengths',
2792 `tags', `sizes', `values' static const.
2793 (mac_draw_string_common): Make variables `context' static.
2794 Make variables `tags', `sizes', and `values' static const.
2795 (pcm_get_status, x_detect_focus_change, x_scroll_bar_handle_click)
2796 (xlfdpat_create, xlfdpat_block_match_1, xlfdpat_match)
2797 (mac_to_x_fontname, parse_x_font_name, add_mac_font_name)
2798 (mac_do_list_fonts, is_fully_specified_xlfd, do_grow_window)
2799 (mac_store_event_ref_as_apple_event, mac_make_rdb): Add const
2800 qualifier to arguments.
2801 (xlfd_scalable_fields, keycode_to_xkeysym_table)
2802 (fn_keycode_to_keycode_table): Make static const.
2803 (mac_load_query_font): Make variables `tags', `sizes', `values',
2804 `types', and `selectors' static const.
2805 (mac_handle_command_event, mac_handle_window_event):
2806 Make variables `names' and `types' static const.
2807 (init_command_handler, install_window_handler): Make variables
2808 `specs*' static const.
2809 (mac_handle_font_event, mac_handle_text_input_event)
2810 (mac_store_service_event): Make variables `names' and `types'
2811 const. Make variables `names_*' and `types_*' static const.
2813 * macterm.h (create_apple_event_from_event_ref)
2814 (create_apple_event_from_drag_ref, xrm_merge_string_database)
2815 (xrm_get_resource, xrm_get_preference_database): Add const
2816 qualifier to arguments in externs.
2818 2006-10-31 Kenichi Handa <handa@m17n.org>
2820 * xfns.c (xic_create_xfontset): Fix previous change.
2822 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
2824 * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
2825 /usr/pkg/lib to library search path.
2827 2006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
2829 * ralloc.c (relinquish): Use a long for excess space counter to
2830 handle 64-bit case correctly.
2832 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
2834 * m/amdx86-64.h: Add defines for OpenBSD x86-64.
2836 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
2838 * window.c (Fdisplay_buffer): Fix typo in docstring.
2840 2006-10-27 Ben North <ben@redfrontdoor.org> (tiny change)
2842 * w32term.c (x_draw_glyph_string_foreground): Set background mode
2843 to TRANSPARENT before using overstrike to simulate bold faces.
2845 * xfaces.c (best_matching_font): Fix logic to decide whether to
2846 use overstriking to simulate bold-face (it was reversed).
2848 2006-10-23 Kim F. Storm <storm@cua.dk>
2850 * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not
2853 * keyboard.c (read_char): Make an element (t . EVENT) in
2854 unread-command-events add EVENT to the current command's key sequence.
2855 (syms_of_keyboard) <unread-command-events>: Update doc.
2857 2006-10-21 Richard Stallman <rms@gnu.org>
2859 * minibuf.c (Vread_expression_map): Define here.
2860 (Qread_expression_history): New variable.
2861 (syms_of_minibuf): Initialize them.
2862 (Feval_minibuffer): Use Vread_expression_map and
2863 Qread_expression_history.
2865 2006-10-21 Kenichi Handa <handa@m17n.org>
2867 * xfns.c (xic_create_fontsetname): If ADSTYLE field is not a wild
2868 card, change it to "*".
2869 (xic_create_xfontset): Call XCreateFontSet for each single
2870 fontname in fontsetname.
2872 2006-10-19 Chong Yidong <cyd@stupidchicken.com>
2874 * callint.c (callint_message): Convert to a Lisp string.
2875 (syms_of_callint): Initialize it.
2876 (callint_message_size): Var deleted.
2877 (Fcall_interactively): Use Fformat instead of doprnt to construct
2880 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2882 * xdisp.c (display_mode_line): Clear enabled_p flag on mode-line row.
2884 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2886 * macfns.c (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]:
2888 (syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it.
2890 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2892 * xselect.c (x_handle_selection_request): If the converted_selection
2893 is nil or XCDR (converted_selection) is nil, decline the request.
2895 2006-10-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2897 * gtkutil.c (get_utf8_string): Remove warnings with casts.
2898 (xg_tool_bar_button_cb): Ditto.
2899 (xg_tool_bar_callback): Ditto.
2901 2006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2903 * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused
2905 (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate
2906 menu bar window matrices on non-X systems.
2908 * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs.
2910 * macterm.c (mac_query_char_extents): Don't return glyph ID if layout
2911 adjustment is needed.
2912 (mac_load_query_font): Check if width and height are positive.
2914 2006-10-14 Richard Stallman <rms@gnu.org>
2916 * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place.
2918 2006-10-13 Chong Yidong <cyd@stupidchicken.com>
2920 * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame
2923 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
2925 * keymap.c (Fkey_binding): Check Lisp_Object types before doing
2928 2006-10-12 Romain Francoise <romain@orebokech.com>
2930 * image.c (xbm_read_bitmap_data): Delete extra semicolon.
2932 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2934 * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
2936 * dispextern.h: Declare x_create_bitmap_from_xpm_data.
2938 * xterm.c (x_check_expected_move): Remove unused var `count'.
2940 * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since
2941 Fdefalias is not declared in any *.h file.
2943 2006-10-09 Chong Yidong <cyd@stupidchicken.com>
2945 * dispnew.c (sit_for): Sit forever if TIMEOUT is t.
2947 * keyboard.c (command_loop_1): Handle non-number values of
2948 `minibuffer-message-timeout'.
2949 (Fexecute_extended_command): Fix typo.
2951 * minibuf.c (temp_echo_area_glyphs): Sit for
2952 `minibuffer-message-timeout' seconds.
2954 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2956 * macterm.c (mac_draw_image_string, mac_draw_image_string_16):
2957 Add argument OVERSTRIKE_P.
2958 (mac_draw_string_common, mac_draw_image_string_cg): Likewise.
2960 (mac_draw_string, mac_draw_string_16): Remove functions.
2961 (x_draw_glyph_string_foreground): Use overstrike when needed.
2962 (x_draw_composite_glyph_string_foreground): Likewise.
2963 Use mac_draw_image_string_16 instead of mac_draw_string_16.
2964 (mac_load_query_font): Rename from XLoadQueryFont. Take argument
2965 F instead of DPY. All uses changed. Don't save/restore font.
2967 2006-10-07 Ralf Angeli <angeli@caeruleus.net>
2969 * w32fns.c (w32_createwindow): Honour left and top positions if
2970 supplied explicitly.
2972 2006-10-06 Kim F. Storm <storm@cua.dk>
2974 * xdisp.c (pos_visible_p): Fix value when EOB is visible.
2976 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
2978 * frame.c (Qinhibit_face_set_after_frame_default): New var.
2979 (syms_of_frame): Initialize it.
2980 (x_set_frame_parameters): Avoid resetting :font attributes to the
2983 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2985 * lisp.h (clear_regexp_cache): Declare.
2987 * search.c (compile_pattern): Only check `cp->syntax_table' if needed.
2988 (compile_pattern_1): Remember `used_syntax' in `cp->syntax_table'.
2989 (clear_regexp_cache): Only flush those regexps which depend on
2992 * regex.c (regex_compile): Set the new `used_syntax' bit.
2994 * regex.h: Remove file local variables.
2995 (struct re_pattern_buffer): New field `used_syntax'.
2997 2006-10-03 Kim F. Storm <storm@cua.dk>
2999 * process.c (list_processes_1): Run sentinels before removing dead
3000 processes. Also remove `closed' network connections.
3002 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3004 * xdisp.c (handle_fontified_prop): Don't fontify at EOB.
3006 2006-09-30 Eli Zaretskii <eliz@gnu.org>
3008 * config.in: Regenerated.
3010 2006-09-29 Juri Linkov <juri@jurta.org>
3012 * buffer.c (syms_of_buffer): Reorder coding systems in the
3013 docstring of %z to the real order displayed in the modeline.
3015 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3017 * keymap.c (Fdefine_key): Yet another int/Lisp_Object mixup (YAILOM).
3019 2006-09-26 Chong Yidong <cyd@stupidchicken.com>
3021 * indent.c (Fvertical_motion): Do move back if the Lisp string
3022 being displayed contains newlines.
3024 2006-09-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3026 * macterm.c (mac_compute_glyph_string_overhangs, XLoadQueryFont)
3027 [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw before QDTextBounds.
3029 2006-09-26 Kenichi Handa <handa@m17n.org>
3031 * keymap.c (Fsingle_key_description): For an invalid char, return
3032 "Invalid char code NNNNN".
3034 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3036 * callint.c (Fcall_interactively): Doc fix.
3038 2006-09-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3040 * macterm.c (x_underline_at_descent_line): New variable.
3041 (syms_of_macterm): DEFVAR_BOOL it.
3042 (x_draw_glyph_string): Use it.
3043 (XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
3045 2006-09-25 Kenichi Handa <handa@m17n.org>
3047 * keymap.c (Fsingle_key_description): Return unique names for
3050 2006-09-24 Richard Stallman <rms@gnu.org>
3052 * search.c (compile_pattern_1): Don't BLOCK_INPUT.
3054 2006-09-24 Eli Zaretskii <eliz@gnu.org>
3056 * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)):
3057 Depend on nt/inc/langinfo.h and nt/inc/nl_types.h.
3059 * w32proc.c (nl_langinfo): New function.
3061 * w32fns.c (w32-pass-alt-to-system, w32-alt-is-meta)
3062 (w32-pass-lwindow-to-system, w32-enable-num-lock)
3063 (w32-enable-caps-lock, w32-scroll-lock-modifier)
3064 (w32-lwindow-modifier, w32-rwindow-modifier)
3065 (w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
3067 2006-09-23 Juanma Barranquero <lekktu@gmail.com>
3069 * minibuf.c (Finternal_complete_buffer, Fread_minibuffer)
3070 (Fdisplay_completion_list): Fix typos in docstrings.
3072 2006-09-23 Romain Francoise <romain@orebokech.com>
3074 * s/gnu-linux.h (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
3076 2006-09-23 Kenichi Handa <handa@m17n.org>
3078 * keymap.c (Fmap_keymap): Docstring mentions about generic character.
3080 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3082 * regex.c (analyse_first): For eight-bit-control chars, mark both the
3083 char's value and its leading byte in the fastmap.
3084 (re_search_2): When fast-scanning without translation, be careful to
3085 check that we only match the leading byte of a multibyte char.
3087 * charset.h (PREV_CHAR_BOUNDARY): Make it work from within a char's
3089 (AT_CHAR_BOUNDARY): New macro.
3091 2006-09-22 Kenichi Handa <handa@m17n.org>
3093 * fns.c (optimize_sub_char_table): Don't optimize a sub-char-table
3094 whose default value is non-nil.
3096 2006-09-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3098 * gtkutil.c (xg_get_file_with_chooser): Only show C-l help for
3099 Gtk+ versions < 2.10.
3101 * xfns.c (syms_of_xfns): Fix typo in help text for
3102 x-gtk-file-dialog-help-text.
3104 2006-09-21 Kim F. Storm <storm@cua.dk>
3106 * fns.c (Fmemq): Refill doc string.
3107 (Fmemql): New defun, like memq but using eql.
3108 (syms_of_fns): Defsubr it.
3110 2006-09-20 Kim F. Storm <storm@cua.dk>
3112 * xdisp.c (pos_visible_p): CHARPOS < 0 means return info for
3113 last visible glyph in window.
3115 * window.c (Fset_window_hscroll, Fwindow_line_height):
3116 Doc fix. Use "off-window" instead of "off-screen".
3117 (Fpos_visible_in_window_p): Likewise.
3118 If POS is t, return info for last visible glyph in window.
3120 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
3122 * search.c (struct regexp_cache): New entry syntax_table.
3123 (compile_pattern_1): Set it.
3124 (syms_of_search): Initialize it.
3125 (compile_pattern): Require the syntax_table entry of the cache
3126 element to match the current syntax table entry.
3128 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3130 * window.c (Fwindow_end): Fix recent change.
3132 2006-09-19 Kim F. Storm <storm@cua.dk>
3134 * window.c (Fset_window_hscroll, Fpos_visible_in_window_p):
3135 Doc fix. Use "off-screen" instead of "invisible".
3136 (Fwindow_line_height): Make line numbers 0-based. Make line arg
3137 optional; if nil, use current cursor row. Handle text terminals
3138 properly. Return nil if non-interactive or pseudo-window.
3140 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3142 * keymap.c: Include alloca.h if available.
3143 (Fkey_binding): Only use AREF after checking it's a vector.
3144 Remove unused var `window'.
3146 2006-09-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3148 * emacs.c (shut_down_emacs) [!subprocesses]: Don't set
3151 * mac.c [!MAC_OSX] (select): Fix argument name.
3153 * macmenu.c (enum mac_menu_kind, min_menu_id): New enumerator and
3154 menu ID for Apple menu.
3155 (menubar_selection_callback): Remove function.
3156 (find_and_call_menu_selection): New function from xmenu.c.
3157 (x_activate_menubar): Use it.
3158 (set_frame_menubar): Don't use f->output_data.mac->menubar_active.
3160 * macterm.c (menubar_selection_callback): Remove extern.
3161 (M_APPLE): Change to 234.
3162 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
3163 (do_menu_choice): Remove function.
3165 * macterm.h (struct mac_output): Remove member menubar_active.
3166 (do_menu_choice): Remove extern.
3167 (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
3169 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3171 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
3172 x_gtk_file_dialog_help_text.
3174 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
3175 to x-gtk-use-old-file-dialog.
3176 (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
3177 x_gtk_file_dialog_help_text.
3179 * xfns.c (syms_of_xfns): Ditto.
3181 2006-09-18 Kim F. Storm <storm@cua.dk>
3183 * window.c (Fwindow_line_visibility): Remove.
3184 (Fwindow_line_height): New defun replacing it.
3185 (syms_of_window): Defsubr it.
3187 2006-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3189 * mac.c (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
3190 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
3192 2006-09-17 Jay Belanger <belanger@truman.edu>
3197 * strftime.c: Replace "GNU Library General Public License" by "GNU
3198 General Public License" throughout.
3200 2006-09-17 Kim F. Storm <storm@cua.dk>
3202 * dispnew.c (update_text_area): Undo 2000-07-18 change.
3203 Always redrawing whole row if line has mouse-face in it causes
3204 excessive flickering of the mode line.
3206 2006-09-17 Chong Yidong <cyd@stupidchicken.com>
3208 * search.c (clear_regexp_cache): New function.
3210 * syntax.c (Fmodify_syntax_entry): Clear regexp cache.
3212 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3214 * gtkutil.c (xg_get_file_with_chooser):
3215 Check x-gtk-show-chooser-help-text before adding the help text.
3217 * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text.
3219 * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+
3220 will simply crash if we fail.
3222 2006-09-16 Richard Stallman <rms@gnu.org>
3224 * regex.c (re_compile_pattern): Set gl_state.current_syntax_table.
3226 2006-09-15 Kim F. Storm <storm@cua.dk>
3228 * window.c (Fwindow_line_visibility): New defun for line-move-partial.
3229 (syms_of_window): Defsubr it.
3230 (Fwindow_end): Use window's buffer rather than current buffer.
3232 2006-09-15 Jay Belanger <belanger@truman.edu>
3234 * COPYING: Replace "Library Public License" by "Lesser Public
3235 License" throughout.
3237 2006-09-15 David Kastrup <dak@gnu.org>
3239 * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies.
3241 * keymap.c: include "window.h".
3242 (Fcommand_remapping): New optional POSITION argument.
3243 (Fkey_binding): New optional POSITION argument. Completely rework
3244 handling of mouse clicks to get the same order of keymaps as
3245 `read-key-sequence' and heed POSITION. Also temporarily switch
3246 buffers to location of mouse click and back.
3248 * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
3249 for additional argument.
3250 (parse_menu_item): Adjust call of `Fkey_binding' for additional
3252 (read_key_sequence): If there are both `local-map' and `keymap'
3253 text properties at some buffer position, heed both.
3255 * keymap.h: Declare additional optional arguments of
3256 `Fcommand_remapping' and `Fkey_binding'.
3258 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
3260 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
3262 2006-09-14 Andreas Schwab <schwab@suse.de>
3264 * print.c: Whitespace fixup.
3266 2006-09-14 Kim F. Storm <storm@cua.dk>
3268 * xdisp.c (produce_image_glyph): Automatically crop wide images at
3269 right window edge so we can draw the cursor on the same row to
3270 avoid confusing redisplay by placing the cursor outside the visible
3273 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3275 * xterm.c (x_initialize): Don't install Xt event timer here.
3276 (x_timeout_atimer_activated_flag): New var.
3277 (x_activate_timeout_atimer): New function to install Xt timer.
3278 (x_send_scroll_bar_event, x_process_timeouts): Use it.
3280 * xmenu.c (x_menu_set_in_use, popup_activate_callback)
3281 (create_and_show_popup_menu, create_and_show_dialog): Use it.
3283 * xterm.h (x_activate_timeout_atimer): Add prototype.
3285 2006-09-13 Richard Stallman <rms@gnu.org>
3287 * print.c (print_string): When printcharfun is t,
3288 copy string contents and call strout on the copy.
3290 * keyboard.c (read_char): If end_time specified, don't put the
3291 event into this_command_keys.
3292 (read_key_sequence): If Voverriding_terminal_local_map is specified,
3293 don't check Voverriding_local_map at all.
3295 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3297 * textprop.c (Fnext_property_change, Fnext_single_property_change)
3298 (Fprevious_property_change, Fprevious_single_property_change):
3299 Avoid changing limit, so we can correctly catch the case where the
3300 property is constant up to limit.
3302 2006-09-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3304 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3305 * macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3306 Undo 2006-09-08 change.
3308 2006-09-11 Chong Yidong <cyd@stupidchicken.com>
3310 * keymap.c (Fkey_binding): Use string position for string objects.
3312 2006-09-11 Kim F. Storm <storm@cua.dk>
3314 * keymap.c (Fkey_binding): Fix last change.
3316 * editfns.c (Fmessage): Recommend using (message "%s" ...).
3318 2006-09-10 Chong Yidong <cyd@stupidchicken.com>
3320 * keymap.c (Fkey_binding): Check for local keymap for mouse click
3323 2006-09-10 Kim F. Storm <storm@cua.dk>
3325 * keyboard.c (Finput_pending_p): Check Vunread_input_method_events
3326 and Vunread_post_input_method_events.
3328 * dispnew.c (Fredisplay): Document return value.
3330 2006-09-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3332 * xfns.c (Fx_close_connection): Call xg_display_close when USE_GTK.
3334 * gtkutil.c (xg_display_close): Always change default display if needed,
3335 check for < Gtk+ version 2.10 before calling gdk_display_close.
3337 2006-09-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3339 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
3340 Make variable `ofds' static. Remove variable `maxfd'.
3342 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
3345 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
3346 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
3347 Apply 2006-09-08 change for xmenu.c.
3349 * xfns.c (Fx_file_dialog): Call check_x.
3351 2006-09-10 Kim F. Storm <storm@cua.dk>
3353 * xdisp.c (get_window_cursor_type): Use hollow cursor on
3354 non-transparent images.
3356 2006-09-09 Eli Zaretskii <eliz@gnu.org>
3358 * editfns.c (Fsystem_name): Mention "host" in the doc string.
3359 (syms_of_editfns) <system-name>: Likewise.
3361 2006-09-08 Martin Rudalics <rudalics@gmx.at>
3363 * xdisp.c (mouse_autoselect_window): Remove.
3364 (Vmouse_autoselect_window): New variable. DEFVAR_LISP it.
3366 * dispextern.h (mouse_autoselect_window): Remove extern.
3367 (Vmouse_autoselect_window): Add extern.
3369 * macterm.c (XTread_socket): Test Vmouse_autoselect_window
3370 instead of mouse_autoselect_window.
3372 * msdos.c (dos_rawgetc): Likewise.
3374 * w32term.c (w32_read_socket): Likewise.
3376 * xterm.c (handle_one_xevent): Likewise.
3378 2006-09-08 Richard Stallman <rms@gnu.org>
3380 * xdisp.c (Vmenu_updating_frame): Define here.
3381 (syms_of_xdisp): DEFVAR it here.
3382 (update_menu_bar): Always return hooks_run.
3383 Set Vmenu_updating_frame.
3385 * xdisp.c (redisplay_internal): Test Vinhibit_redisplay
3386 before calculating SELECTED_FRAME.
3388 * xmenu.c (Vmenu_updating_frame): Don't define here.
3389 (syms_of_xmenu): Don't DEFVAR it here.
3391 * xterm.c (x_error_quitter): For BadName error, just return.
3393 * eval.c (find_handler_clause): Give up on debugger if INPUT_BLOCKED_P.
3395 * casetab.c (init_casetab_once): Call set_case_table.
3397 * emacs.c (shut_down_emacs): Set inhibit_sentinels.
3399 * process.c (inhibit_sentinels): New variable.
3400 (exec_sentinel): Test inhibit_sentinels.
3401 (init_process): Initialize it.
3403 * process.h (inhibit_sentinels): Add decl.
3405 * search.c (looking_at_1, string_match_1, search_command):
3406 Make syntax table's canon table point to eqv table.
3408 2006-09-08 Andreas Schwab <schwab@suse.de>
3410 * print.c (strout): Fix whitespace.
3412 2006-09-08 Kim F. Storm <storm@cua.dk>
3414 * xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
3416 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3418 * mac.c [!MAC_OSX]: Don't include keyboard.h.
3419 [!MAC_OSX] (select): Try detect_input_pending before ReceiveNextEvent
3420 in the same BLOCK_INPUT block, in case that some input has already
3421 been read asynchronously. Pretend to be interrupted by a signal
3422 if some input is available.
3423 [MAC_OSX] (select_and_poll_event, sys_select): Likewise.
3424 (SELECT_POLLING_PERIOD_USEC) [SELECT_USE_CFSOCKET]: Change to 100000.
3425 Now used for ReceiveNextEvent timeout instead of select timeout.
3426 (EVENT_CLASS_SOCK) [SELECT_USE_CFSOCKET]: Remove macro.
3427 [SELECT_USE_CFSOCKET] (socket_callback): Add non-blocking connect
3428 support. Quit event loop.
3429 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Add non-blocking
3430 connect support. Reuse previously allocated CFRunLoopSource.
3431 (Fmac_process_hi_command) [TARGET_API_MAC_CARBON]: New function.
3432 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
3434 * macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
3435 Specify kWindowAsyncDragAttribute.
3437 * macterm.c (mac_handle_origin_change, mac_handle_size_change)
3438 (mac_get_ideal_size): New functions.
3439 (x_set_offset, x_set_window_size, x_make_frame_visible)
3440 (do_zoom_window, mac_handle_window_event, XTread_socket): Use them.
3441 (install_window_handler, mac_handle_window_event)
3442 [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and
3443 kEventWindowBoundsChanged.
3444 (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call
3447 2006-09-07 Andreas Schwab <schwab@suse.de>
3449 * m/ibms390x.h (START_FILES, LIB_STANDARD): Override to
3450 use lib64 instead of lib.
3452 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3454 * Makefile.in: Avoid double quotes when possible.
3456 2006-09-06 Kenichi Handa <handa@m17n.org>
3458 * editfns.c (Fformat_time_string): Use make_unibyte_string to make
3459 a Lisp string from the result of emacs_memftimeu call.
3461 2006-09-06 Kim F. Storm <storm@cua.dk>
3463 * xdisp.c (pos_visible_p): Remove exact_mode_line_heights_p arg;
3464 so calculate heights even when pos-visible-in-window-p is called
3465 with partially = t. Don't overshoot last_visible_y in move_it_to.
3466 Return row height and row number in new rowh and vpos args.
3467 (cursor_row_fully_visible_p): First line is always "fully visible".
3468 (try_window): Don't clear matrix if vscrolled.
3470 * lisp.h (pos_visible_p): Update prototype.
3472 * window.c (Fpos_visible_in_window_p): Adapt to new pos_visible_p.
3473 Return row height and row number for partially visible rows.
3474 Modify return value to a 2 element list for fully visible rows and
3475 6 for partially visible row.
3476 (window_scroll_pixel_based): Use pos_visible_p directly instead of
3477 Fpos_visible_in_window_p. Fix auto vscrolling for partially
3478 visible lines. Only vscroll backwards if already vscrolled
3479 forwards. Unconditionally vscroll forwards if PT is first (and
3480 only) line. Set new window start instead of scrolling at
3481 start/end of tall line.
3483 2006-09-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3485 * macterm.c (install_window_handler, mac_handle_window_event)
3486 [USE_CARBON_EVENTS]: Handle kEventWindowClose.
3487 [USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
3488 ASCII keystroke event.
3490 2006-09-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3492 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
3493 the file chooser message. Only call gtk_file_chooser_set_current_name
3494 when action is SAVE.
3496 2006-09-04 Andreas Schwab <schwab@suse.de>
3498 * Makefile.in: Double all single and back quotes in C-style
3499 comments to help fontifier.
3501 2006-09-03 Jason Rumney <jasonr@gnu.org>
3503 * w32.c (shutdown_handler): New function to exit cleanly on shutdown.
3504 (globals_of_w32): Register it as a signal handler.
3506 2006-09-02 Juri Linkov <juri@jurta.org>
3508 * marker.c (Fmarker_position): Doc fix.
3510 2006-09-03 Eli Zaretskii <eliz@gnu.org>
3512 * window.c (syms_of_window) <split-height-threshold>:
3513 <window-min-height, window-min-width>: Doc fix.
3515 2006-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3517 * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
3518 for writing files. Call gtk_file_chooser_set_current_name to keep
3521 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls.
3523 2006-09-02 Jindrich Makovicka <makovick@gmail.com> (tiny change)
3525 * fns.c (concat) [__GNUC__]: Declare with
3526 `__attribute__((noinline))'.
3528 * eval.c (apply1, call2) [__GNUC__]: Declare with
3529 `__attribute__((noinline))'.
3531 2006-09-02 Stuart D. Herring <herring@lanl.gov>
3533 * minibuf.c (Finternal_complete_buffer): New function.
3534 (syms_of_minibuf): Defsubr it.
3535 (Fread_buffer): Use it, instead of Vbuffer_alist.
3537 2006-09-01 Martin Rudalics <rudalics@gmx.at>
3539 * buffer.h (struct buffer_text): New field chars_modiff.
3540 (CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
3541 * buffer.c (Fbuffer_chars_modified_tick): New function returning
3542 value of BUF_CHARS_MODIFF.
3543 (syms_of_buffer): Defsubr it.
3544 (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
3545 * insdel.c (modify_region): New argument preserve_chars_modiff.
3546 Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
3547 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
3548 (adjust_after_replace, adjust_after_replace_noundo)
3549 (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
3550 * lisp.h (modify_region): Add fourth argument in extern.
3551 * casefiddle.c (casify_region): Call modify_region with fourth
3552 argument zero to assert that CHARS_MODIFF is updated.
3553 * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
3554 (Ftranspose_regions): Likewise.
3555 * textprop.c (Fadd_text_properties, Fset_text_properties)
3556 (Fremove_text_properties, Fremove_list_of_text_properties):
3557 Call modify_region with fourth argument 1 to avoid that
3558 CHARS_MODIFF is updated.
3560 2006-08-31 Richard Stallman <rms@gnu.org>
3562 * editfns.c (Fformat): Don't sign-extend for %o or %x.
3564 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3566 * indent.c (Fvertical_motion): Don't move back if we were
3567 displaying a Lisp string, either.
3569 2006-08-28 Kim F. Storm <storm@cua.dk>
3571 * xdisp.c (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
3572 Don't attempt to replace cursor on image glyphs.
3574 2006-08-28 Kenichi Handa <handa@m17n.org>
3576 * coding.c (Fdetect_coding_region, Fdetect_coding_string):
3577 Fix docstring about ISO-2022 control characters.
3579 2006-08-28 Kim F. Storm <storm@cua.dk>
3581 * xdisp.c (get_window_cursor_type): Replace BOX cursor on images
3582 with a hollow box cursor if image is larger than 32x32 (or the default
3583 frame font if that is bigger). Replace any other cursor on images
3584 with hollow box cursor, as redisplay doesn't support bar and hbar
3587 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3589 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
3590 change. Move mutex lock/unlock operations inside BLOCK_INPUT.
3592 * dired.c (directory_files_internal_unwind, directory_files_internal)
3593 (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
3595 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead
3598 * keyboard.c (in_sighandler): Remove variable.
3599 (Fcurrent_idle_time): Add missing `doc:'.
3600 (input_available_signal, init_keyboard): Undo previous change.
3602 * keyboard.h (in_sighandler): Remove extern.
3604 * mac.c (create_apple_event_from_event_ref, select)
3605 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
3606 (Fmac_set_file_type, cfstring_create_normalized)
3607 (mac_get_system_locale, select_and_poll_event, sys_select):
3608 Use OSStatus instead of OSErr.
3610 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
3611 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
3612 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
3614 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
3615 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
3616 (get_scrap_private_timestamp, get_scrap_target_type_list)
3617 (x_own_selection, x_get_foreign_selection)
3618 (Fx_disown_selection_internal, Fx_selection_owner_p)
3619 (Fx_selection_exists_p): Use OSStatus instead of OSErr.
3621 * macterm.c (mac_draw_string_common, mac_query_char_extents)
3622 (x_iconify_frame, XLoadQueryFont, install_window_handler)
3623 (mac_handle_command_event, init_command_handler, init_menu_bar):
3624 Use OSStatus instead of OSErr.
3625 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
3627 (x_query_font): Apply 2006-08-04 change for xterm.c.
3628 (Qhi_command): Rename from Qhicommand. All uses changed.
3630 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
3632 (FRAME_FILE_NAME): Remove macro.
3633 (install_window_handler, create_apple_event_from_event_ref):
3634 Return OSStatus instead of OSErr.
3636 2006-08-26 Kim F. Storm <storm@cua.dk>
3638 * buffer.c (Fset_buffer_multibyte):
3639 * editfns.c (Fcurrent_time, Fget_internal_run_time):
3640 * macfns.c (Fxw_color_values):
3641 * w32fns.c (Fxw_color_values):
3642 * xfns.c (Fxw_color_values): Simplify; use list3.
3644 * fileio.c (Fmake_directory_internal, Fdelete_directory)
3645 (Fdelete_file): Simplify; use list1.
3646 (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
3647 Simplify; remove NO_ARG_ARRAY stuff, use list2.
3649 2006-08-25 Richard Stallman <rms@gnu.org>
3651 * buffer.c (Fswitch_to_buffer): Fix previous change.
3653 2006-08-25 Kim F. Storm <storm@cua.dk>
3655 * keyboard.c (Fcurrent_idle_time): Simplify.
3657 2006-08-25 Richard Stallman <rms@gnu.org>
3659 * fns.c (sxhash_string): Rotate properly; don't lose bits.
3661 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
3663 * xdisp.c (overline_margin): New variable.
3664 (x_produce_glyphs): Use it.
3665 (syms_of_xdisp): DEFVAR_INT it.
3667 * xterm.c (x_underline_at_descent_line): New variable.
3668 (syms_of_xterm): DEFVAR_BOOL it.
3669 (x_draw_glyph_string): Use it.
3670 Draw underline and overline up to the end of line if the face
3671 extends to the end of line.
3673 * macterm.c: Likewise.
3675 * w32term.c: Likewise.
3677 2006-08-24 Nick Roberts <nickrob@snap.net.nz>
3679 * buffer.c (Fswitch_to_buffer): Move buffer to front of
3680 buffer-alist if necessary.
3682 2006-08-22 Kim F. Storm <storm@cua.dk>
3684 * xdisp.c (update_tool_bar): Redisplay toolbar also when only
3685 number of items changes.
3687 2006-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3689 * buffer.c (Fset_buffer_multibyte): Record proper undo entry.
3691 2006-08-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3693 * keyboard.c: Clarify difference between in_sighandler and
3696 2006-08-21 Kim F. Storm <storm@cua.dk>
3698 * macterm.c (x_draw_stretch_glyph_string):
3699 * w32term.c (x_draw_stretch_glyph_string):
3700 * xterm.c (x_draw_stretch_glyph_string): It is ok to draw a
3701 stretch glyph in left marginal areas on header and mode lines.
3703 2006-08-21 Kenichi Handa <handa@m17n.org>
3705 * keyboard.c (syms_of_keyboard): Docstring of
3706 Vunread_post_input_method_events and Vunread_input_method_events
3709 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
3711 * keyboard.c (show_help_echo): Preserve mouse movement flag if
3714 2006-08-20 Richard Stallman <rms@gnu.org>
3716 * xfaces.c (load_pixmap): Add quotes in error message.
3718 * keyboard.c (Fcurrent_idle_time): New function.
3719 (syms_of_keyboard): defsubr it.
3721 2006-08-18 Nick Roberts <nickrob@snap.net.nz>
3723 * window.c (Fset_window_fringes): Do nothing on a tty.
3724 (Fwindow_fringes): Put ? operator after the line break.
3726 2006-08-16 Andreas Schwab <schwab@suse.de>
3728 * print.c (debug_output_compilation_hack): Fix return type.
3730 2006-08-16 Richard Stallman <rms@gnu.org>
3732 * print.c (debug_output_compilation_hack): New function.
3734 2006-08-16 Kenichi Handa <handa@m17n.org>
3736 * fileio.c (choose_write_coding_system): Use LF for end-of-line
3739 2006-08-15 Chong Yidong <cyd@stupidchicken.com>
3741 * keyboard.c (read_char): Don't change idle timer state at all if
3742 end_time is supplied.
3744 2006-08-15 Kenichi Handa <handa@m17n.org>
3746 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
3747 is exhausted, return with RET.
3748 (detect_coding_emacs_mule, detect_coding_iso2022)
3749 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
3750 (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
3753 2006-08-14 Chong Yidong <cyd@stupidchicken.com>
3755 * keyboard.c (read_char): Don't reset idle timers if a time limit
3758 2006-08-14 Kim F. Storm <storm@cua.dk>
3760 * .gdbinit (pitx): Print iterator position.
3761 Limit stack dump in case iterator is not initialized.
3763 2006-08-12 Eli Zaretskii <eliz@gnu.org>
3765 * frame.c (Fmouse_position, Fmouse_pixel_position)
3766 (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
3768 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3770 * xselect.c (Fx_register_dnd_atom): New function.
3771 (syms_of_xselect): Defsubr it.
3772 (x_handle_dnd_message): Check that message_type is in
3773 dpyinfo->x_dnd_atoms before generating lisp event.
3775 * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
3776 of drag and drop Atoms.
3778 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*.
3780 2006-08-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3782 * keyboard.c: Define in_sighandler.
3783 (input_available_signal): Set in_sighandler.
3784 (init_keyboard): Initialize in_sighandler.
3786 * keyboard.h: Declare in_sighandler.
3788 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
3789 to check if mutex should be locked or not.
3791 2006-08-09 Richard Stallman <rms@gnu.org>
3793 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
3794 (read_key_sequence): Always start fkey.start and fkey.end at 0,
3795 and likewise for keytran.
3797 2006-08-09 Kenichi Handa <handa@m17n.org>
3799 * coding.c (syms_of_coding): Improve the docstring
3800 of file-coding-system-alist.
3802 2006-08-07 Andreas Schwab <schwab@suse.de>
3804 * puresize.h (BASE_PURESIZE): Increase to 1120000.
3806 2006-08-06 Chong Yidong <cyd@stupidchicken.com>
3808 * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.
3809 (Fkill_all_local_variables): Use it.
3810 (syms_of_buffer): Defvar it.
3812 2006-08-05 Eli Zaretskii <eliz@gnu.org>
3814 * w32.c (w32_valid_pointer_p): New function.
3816 * w32.h: Add prototype for w32_valid_pointer_p.
3818 * alloc.c: Include w32.h.
3819 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
3822 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
3823 is exactly equal to end_time, not only when it is past that.
3825 2006-08-04 Chong Yidong <cyd@stupidchicken.com>
3827 * keyboard.c (read_char): Rebalance specpdl after receiving jump.
3829 * process.c: Reapply 2006-08-01 change.
3831 2006-08-04 Eli Zaretskii <eliz@gnu.org>
3833 * w32fns.c (w32_query_font): Fix last change: use stricmp.
3835 2006-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3837 * editfns.c (Fsubst_char_in_region): Redo the setup work after running
3838 the before-change-functions since they may have altered the buffer.
3840 2006-08-04 Ralf Angeli <angeli@caeruleus.net>
3842 * w32fns.c (w32_createwindow): Handle -geometry command line option
3843 and the geometry settings in the Registry.
3845 2006-08-04 Kenichi Handa <handa@m17n.org>
3847 * w32fns.c (w32_query_font): Compare names by ignoring case.
3849 * xterm.c (x_query_font): Compare names by ignoring case.
3851 2006-08-03 Jason Rumney <jasonr@gnu.org>
3853 * w32menu.c (w32_menu_show, w32_dialog_show): Call Fsignal to quit
3854 when no option selected.
3856 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
3858 * process.c: Revert last change.
3860 2006-08-01 Kim F. Storm <storm@cua.dk>
3862 * process.c (wait_reading_process_output_unwind): New function.
3863 Restores waiting_for_user_input_p to saved value.
3864 (wait_reading_process_output): Unwind protect waiting_for_user_input_p
3865 instead of save/restore old value on stack.
3867 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3869 * editfns.c: Undo 2006-06-27 change.
3871 2006-07-29 Eli Zaretskii <eliz@gnu.org>
3873 * coding.c (Ffind_operation_coding_system): Revert the change from
3876 * alloc.c [WINDOWSNT]: Include fcntl.h, to fix last change.
3878 2006-07-28 Richard Stallman <rms@gnu.org>
3880 * xfaces.c (lookup_named_face, Fdisplay_supports_face_attributes_p):
3881 Add conditional aborts for clarity.
3883 * xdisp.c (update_menu_bar): New arg HOOKS_RUN. Callers changed.
3884 Used to avoid running the hooks over and over for each frame.
3885 (prepare_menu_bars): Pass value from update_menu_bar
3886 as HOOKS_RUN of next call.
3888 * keyboard.c (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.
3890 2006-07-28 Kim F. Storm <storm@cua.dk>
3892 * alloc.c (valid_pointer_p): New function (from valid_lisp_object_p).
3893 (valid_lisp_object_p): Use it to check for valid SUBRP obj.
3895 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
3897 * keyboard.c (read_char): New arg END_TIME specifying timeout.
3898 All callers changed. Turn off echoing if END_TIME is non-NULL.
3899 (kbd_buffer_get_event): New arg END_TIME.
3901 * lread.c (read_filtered_event): New arg SECONDS to wait until.
3902 (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS.
3904 * lisp.h: Update read-char, read-event, and read_filtered_event
3907 * keyboard.h: Include systime.h. Update read_char prototype.
3909 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3911 * alloc.c (find_string_data_in_pure): New function.
3912 (make_pure_string): Use it to reuse existing string data if possible.
3914 * puresize.h (BASE_PURESIZE): Decrease to 1102000.
3916 2006-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3918 * keymap.c (Fdefine_key): If the key binding definition looks like an
3919 XEmacs-style key sequence, convert it to Emacs's format.
3921 2006-07-22 Ralf Angeli <angeli@caeruleus.net>
3923 * w32fns.c (w32_createwindow): If `left' and/or `top' frame
3924 parameters are bound to some values, use that instead of
3927 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3929 * w32.c (convert_time): Use explicit long double constants to
3930 ensure long double arithmetics is used throughout.
3932 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3934 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.
3935 (init_alloc_once): Initialize them.
3936 (pure_alloc): Allocate non-Lisp objects from the end of pure storage
3939 * puresize.h (BASE_PURESIZE): Decrease to 1141000.
3941 2006-07-18 Francis Litterio <franl@world.std.com>
3943 * w32term.c (x_calc_absolute_position): Fix frame positioning
3944 with negative X/Y coordinates.
3946 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
3948 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
3950 * textprop.c (text_read_only): Likewise.
3952 * lread.c (end_of_file_error): Likewise.
3954 * lisp.h (circular_list_error, memory_full, buffer_memory_full):
3957 * eval.c (unwind_to_catch): Likewise.
3959 * buffer.h (buffer_slot_type_mismatch): Likewise.
3961 2006-07-18 Kim F. Storm <storm@cua.dk>
3963 Cleanup Fsignal calls that never returns; now only use it for Qquit.
3965 * eval.c (xsignal): New func. Like Fsignal, but marked no-return.
3966 (xsignal0, xsignal1, xsignal2, xsignal3): New no-return functions.
3967 (signal_error): New no-return function (from xfaces.c).
3968 (Fthrow): Use xsignal2 instead of Fsignal + abort.
3969 (error): Use xsignal1 instead of Fsignal + abort.
3970 (FletX, Flet, grow_specpdl): Use signal_error.
3971 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
3973 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
3974 (list1): New function.
3976 * lisp.h (list1): Add EXFUN.
3977 (xsignal, xsignal0, xsignal1, xsignal2, xsignal3, signal_error):
3978 Add prototypes. Mark them as no-return.
3980 * buffer.c (Fbuffer_local_value, Fbarf_if_buffer_read_only):
3983 * callint.c (check_mark): Use xsignal0.
3985 * casefiddle.c (casify_object): wrong_type_argument is no-return.
3987 * cmds.c (Fforward_char, Fdelete_char): Use xsignal0.
3989 * coding.c (Fcheck_coding_system): Use xsignal1. Remove loop.
3990 (Fdefine_coding_system_internal): Use xsignal1.
3992 * data.c (circular_list_error): Use xsignal.
3993 (wrong_type_argument): Use xsignal2. Don't care about return value.
3994 (args_out_of_range, args_out_of_range_3): Use xsignal2, xsignal3.
3995 Remove loop around Fsignal.
3996 (indirect_variable, Fsymbol_value, set_internal, Fdefault_value)
3997 (indirect_function, Findirect_function, Fstring_to_number)
3998 (Fmakunbound, Ffmakunbound, Fsymbol_function, Ffset): Use xsignal1.
3999 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
4002 * doc.c (Fdocumentation): Use xsignal1.
4004 * editfns.c (region_limit, Fget_internal_run_time): Use xsignal0.
4006 * fileio.c (report_file_error): Use xsignal.
4007 (barf_or_query_if_file_exists, Fcopy_file, Fdelete_file)
4008 (Finsert_file_contents): Use xsignal2.
4009 (syms_of_fileio): Use list2, list3.
4011 * floatfns.c (arith_error, range_error, domain_error): Use xsignal2.
4012 (range_error2, domain_error2): Use xsignal3.
4013 (rounding_driver, fmod_float): Use xsignal0.
4014 (float_error): Use xsignal1.
4015 (matherr): Use xsignal.
4017 * fns.c (Flength): wrong_type_argument is no-return.
4018 (hashfn_user_defined, Fmake_hash_table): Use signal_error.
4019 (Fmd5): Use xsignal1.
4021 * frame.c (x_set_line_spacing, x_set_screen_gamma): Use signal_error.
4023 * keyboard.c (recursive_edit_1): Use xsignal1.
4025 * keymap.c (Fmap_keymap): Use xsignal1.
4027 * lread.c (Fload): Use xsignal2, signal_error.
4028 (end_of_file_error): Use xsignal0, xsignal1.
4029 (read0): Use xsignal1.
4030 (invalid_syntax): New error function marked no-return.
4031 (read_integer, read1, read_list): Use it.
4033 * macselect.c (x_get_local_selection): Use signal_error.
4035 * msdos.c (Fmsdos_set_mouse_buttons): Use xsignal2.
4037 * search.c (compile_pattern_1): Use xsignal1.
4038 (signal_failure): Remove (was only called once).
4039 (search_command): Use xsignal1 instead of signal_failure.
4041 * syntax.c (scan_lists): Use xsignal3.
4043 * textprop.c (text_read_only): Use xsignal0, xsignal1.
4045 * unexsol.c (unexec): Use xsignal.
4047 * window.c (window_scroll_pixel_based, window_scroll_line_based):
4050 * xfaces.c (signal_error): Move to eval.c.
4051 (resolve_face_name): Use xsignal1.
4053 * xfns.c (x_decode_color): Use signal_error.
4055 * xselect.c (x_get_local_selection, copy_multiple_data)
4056 (x_get_window_property_as_lisp_data)
4057 (lisp_data_to_selection_data, CHECK_CUT_BUFFER)
4058 (Fx_get_cut_buffer_internal): Use signal_error.
4060 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4062 * macterm.c (XTread_socket): Undo previous change.
4064 2006-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4066 * macterm.c (keycode_to_xkeysym): Remove function. All uses now
4067 directly lookup keycode_to_xkeysym_table.
4068 [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
4069 ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
4070 (XTread_socket): Use character codes to construct keypad key events.
4071 (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
4072 (x_delete_display): Apply 2006-07-04 change for xterm.c.
4074 2006-07-17 Richard Stallman <rms@gnu.org>
4076 * keyboard.c (Vcommand_error_function): New variable.
4077 (syms_of_keyboard): Defvar it.
4078 (cmd_error_internal): Simplify, and handle Vcommand_error_function.
4080 * dispnew.c (init_display): Mention DISPLAY as well as TERM in err msg.
4082 2006-07-17 Kim F. Storm <storm@cua.dk>
4084 * xdisp.c (handle_single_display_spec): Ensure the right value of
4085 it->position is saved by push_it.
4086 (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
4087 (reseat_1): Don't setup it->object twice.
4088 (set_iterator_to_next): No need to set it->object after pop_it.
4089 (move_it_to): Explicitly check to see if last move reached to_charpos.
4091 2006-07-17 Thien-Thi Nguyen <ttn@gnu.org>
4093 * xdisp.c (display_mode_line): Preserve match data.
4095 2006-07-14 Kim F. Storm <storm@cua.dk>
4097 * w32.c (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
4098 (init_winsock): Load them. Use ws2_32.dll.
4099 (sys_listen): Undo last change. Just set FILE_LISTEN flag.
4100 (sys_accept): Undo last change. Instead, set child status to
4101 STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
4102 sys_select will wakeup the reader thread.
4103 (_sys_wait_accept): New function used by reader thread to wait for
4104 an incoming connection on a server socket.
4106 * w32.h (_sys_read_ahead, _sys_wait_accept): Add prototypes.
4108 * w32proc.c (reader_thread): Use _sys_wait_accept to wait on a
4109 server socket (FILE_LISTEN flag).
4111 2006-07-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4113 * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
4115 2006-07-14 Kim F. Storm <storm@cua.dk>
4117 * w32.c: Fix high cpu load for server sockets.
4118 (pfn_WSAEventSelect): New function ptr.
4119 (init_winsock): Load it.
4120 (sys_listen): Set FILE_LISTEN flag. Set event mask for socket's
4121 char_avail event object to FD_ACCEPT.
4122 (sys_accept): Check FILE_LISTEN flag. Set event mask on new
4123 socket's char_avail event object to FD_READ|FD_CLOSE.
4125 * w32.h (FILE_LISTEN): New filedesc flag value.
4127 2006-07-13 Kim F. Storm <storm@cua.dk>
4129 * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
4130 Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
4131 Simplify loops and use CAR for Bnth and Belt.
4133 * data.c (Findirect_function): Optimize for no indirection.
4135 * eval.c (Fthrow): Remove loop around Fsignal.
4136 (Feval, Fapply, Ffuncall): Optimize for no function indirection.
4137 Use original function name in all signaled errors.
4138 Simplify Fsignal calls (no return).
4139 (funcall_lambda): Simplify Fsignal calls (no return).
4141 2006-07-13 Andreas Schwab <schwab@suse.de>
4143 * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and
4146 2006-07-13 Kenichi Handa <handa@m17n.org>
4148 * editfns.c (Fformat): Fix calculation of text property positions
4151 2006-07-12 Kim F. Storm <storm@cua.dk>
4153 * lisp.h (CHECK_TYPE): New macro for generic type checking.
4154 (CAR_SAFE, CDR_SAFE): New macros.
4155 (ARRAYP, CHECK_ARRAY): New macros.
4156 (CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
4157 (CHECK_WINDOW_CONFIGURATION): New macro.
4158 (CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
4159 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
4160 (CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
4161 (CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
4162 (CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
4163 (CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
4164 (CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
4165 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.
4167 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET):
4168 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
4170 * callint.c (Fcall_interactively):
4171 * casefiddle.c (casify_object):
4172 * editfns.c (general_insert_function):
4173 * fns.c (Flength, Felt, Ffillarray):
4174 * data.c (Fcar, Fcdr): Remove loop around wrong_type_argument.
4176 * data.c (wrong_type_argument): Remove loop around Fsignal.
4177 (Farrayp, Fsequencep): Use ARRAYP.
4179 (Fcar_safe): Use CAR_SAFE.
4181 (Fcdr_safe): Use CDR_SAFE.
4182 (Fsetcar, Fsetcdr): Use CHECK_CONS.
4183 (Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
4184 (Faset): Use CHECK_ARRAY.
4186 * fns.c (Felt): Use CHECK_ARRAY.
4187 (concat): Use CHECK_NUMBER.
4188 (Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
4189 (Fmemq): Use CHECK_LIST.
4190 (Fassq, Fassoc, Frassq, Frassoc): Use CAR.
4191 (assq_no_quit): Use CAR_SAFE.
4192 (Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
4193 Use CHECK_LIST_CONS.
4194 (Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.
4196 * bytecode.c (Fbyte_code): Use CHECK_VECTOR.
4198 * casetab.c (check_case_table):
4199 * category.c (check_category_table):
4200 * marker.c (Fcopy_marker):
4201 * syntax.c (check_syntax_table):
4202 * xfaces.c (load_pixmap): Use CHECK_TYPE.
4204 * fns.c (Fcopy_sequence, concat):
4205 * fringe.c (Fdefine_fringe_bitmap):
4206 * lread.c (check_obarray): Cleanup wrong_type_argument use.
4208 * keyboard.c (access_keymap_keyremap): Use ARRAYP.
4210 * keymap.c (Fdefine_key, Flookup_key):
4211 * macros.c (Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
4213 * mac.c (Fmac_get_preference): Use CHECK_LIST_END.
4215 * search.c (Fset_match_data): Use CHECK_LIST.
4217 * sunfns.c (sun_item_create): Use CHECK_LIST_CONS.
4219 * window.c (Fwindow_configuration_frame, Fset_window_configuration):
4220 (compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
4222 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4224 * Makefile.in (dired.o, editfns.o, fileio.o): Depend on blockinput.h.
4226 * dired.c: Include blockinput.h.
4227 (Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.
4229 * editfns.c: Include blockinput.h.
4230 (Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
4233 * fileio.c: Include blockinput.h.
4234 (Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
4236 (search_embedded_absfilename): Remove spurious xfree.
4238 2006-07-11 Kim F. Storm <storm@cua.dk>
4240 * dispnew.c (sit_for): Reduce number of args from 5 to 3.
4241 Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
4242 Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
4243 Signal error if TIMEOUT is not a number.
4244 Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
4245 The rework of sit_for args also fixes several incorrect Qt args
4246 which should have been 1.
4247 (Fredisplay): Pass 1 instead of Qt to swallow_events and
4248 detect_input_pending_run_timers.
4250 * lisp.h (sit_for): Update prototype.
4251 (Fredisplay): Add EXFUN.
4253 * dispextern.h (sit_for): Remove prototype.
4255 * callint.c (Fcall_interactively):
4256 * minibuf.c (temp_echo_area_glyphs):
4257 * keyboard.c (command_loop_1, read_char, Fexecute_extended_command):
4258 * fileio.c (Fdo_auto_save): Update/simplify sit_for calls.
4260 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4262 * syntax.c (forw_comment): Also use EMACS_INT for buffer positions.
4264 2006-07-11 Kim F. Storm <storm@cua.dk>
4266 * dispnew.c (Fredisplay): Add FORCE argument to force redisplay when
4267 input is available. Fix test for redisplay_dont_pause non-nil.
4268 Specbind redisplay-dont-pause to t if FORCE non-nil.
4270 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
4272 * puresize.h (BASE_PURESIZE): Increment to 1211000.
4274 * dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
4275 (Fsit_for): Function deleted.
4277 * keyboard.c (command_loop_1, Fexecute_extended_command):
4278 Call sit_for instead of Fsit_for.
4280 * minibuf.c (temp_echo_area_glyphs): Likewise.
4282 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
4284 * syntax.c (Fforward_comment): Revert the reversion.
4285 (back_comment, scan_lists): Also use EMACS_INT for buffer positions.
4287 2006-07-09 John Paul Wallington <jpw@pobox.com>
4289 * syntax.c (Fforward_comment): Revert previous change.
4291 2006-07-09 Kim F. Storm <storm@cua.dk>
4293 * window.c (Fforce_window_update): Doc fix.
4295 2006-07-08 Stephen Gildea <gildea@stop.mail-abuse.org>
4297 * fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
4298 directory unreadable for better user privacy.
4300 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4302 * syntax.c (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup.
4304 * lread.c (read_filtered_event): Remove `register' qualifier because it
4305 causes compilation problem with gcc-4.0.2-20051125 on amd64.
4306 (readevalloop): Remove unused var `bpos'.
4307 Yet another int/Lisp_Object mixup (YAILOM).
4309 2006-07-07 Eli Zaretskii <eliz@gnu.org>
4311 * keyboard.c (Fexecute_extended_command): Mention the argument
4312 PREFIXARG in the doc string.
4314 2006-07-07 Kim F. Storm <storm@cua.dk>
4316 * fringe.c (Fdefine_fringe_bitmap): Doc fix.
4318 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
4320 * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
4321 clash detection using the base buffer.
4323 * puresize.h (BASE_PURESIZE): Increment to 1210500.
4325 2006-07-04 Kim F. Storm <storm@cua.dk>
4327 * xterm.c (x_delete_display): Don't free or derefence NULL pointers.
4329 2006-07-04 Kenichi Handa <handa@m17n.org>
4331 * fontset.c (Fset_overriding_fontspec_internal): Check if we need
4332 to update Voverriding_fontspec_alist.
4334 2006-07-03 Richard Stallman <rms@gnu.org>
4336 * xfns.c (Fx_create_frame): Move unwind_create_frame setup down.
4338 * xfaces.c (Fface_attribute_relative_p): Doc fix.
4340 * textprop.c (Fget_char_property_and_overlay): Doc fix.
4342 * eval.c (Fdefvaralias): Doc fix.
4344 2006-07-03 Kim F. Storm <storm@cua.dk>
4346 * dispnew.c (sit_for): Fix preempt condition.
4348 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4350 * lread.c (read_filtered_event): Treat select-window just like
4353 2006-07-02 Kim F. Storm <storm@cua.dk>
4355 * xdisp.c (display_tool_bar_line): Skip glyphs which are too big
4356 to ever fit the tool-bar,
4357 (MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
4358 (tool_bar_lines_needed): Use unused mode-line row as temp_row.
4359 (redisplay_tool_bar): Only clear desired matrix if we actually
4360 change the tool-bar window height. Only try to make the tool-bar
4361 window bigger if there is actually room for it.
4363 2006-06-30 Ralf Angeli <angeli@caeruleus.net>
4365 * w32term.c (x_make_frame_visible): Use SystemParametersInfo with
4366 SPI_GETWORKAREA to find the dimensions of the screen work area,
4367 and adjust vertical position of the frame in order to avoid being
4368 covered by the task bar.
4370 * w32fns.c (w32_createwindow): Use CW_USEDEFAULT instead of
4371 f->left_pos and SH_SHOW instead of f->top_pos in the call to
4372 CreateWindow. Record the actual position in f->left_pos and
4375 2006-06-30 John Paul Wallington <jpw@pobox.com>
4377 * w32console.c (syms_of_ntterm) <w32-use-full-screen-buffer>:
4378 Doc fix - default value has changed.
4380 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4382 * mac.c [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h.
4384 * macfns.c (Fx_create_frame): Apply 2006-06-24 change for xfns.c.
4386 * macgui.h (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.
4388 * macterm.c (Qeql): Add extern.
4389 (x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
4390 (fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
4391 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
4392 Change keys of Vmac_atsu_font_table from strings to numbers.
4393 (fm_style_to_face_attributes) [USE_ATSUI]: New function.
4394 (init_font_name_table) [USE_ATSUI]: Use it.
4395 (saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
4396 (syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
4397 [USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
4398 only when saved_ts_script_language_on_focus coincides with
4399 Vmac_ts_script_language_on_focus.
4400 [USE_MAC_TSM] (mac_tsm_suspend): Save value of
4401 Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
4402 (XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
4403 [USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
4405 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
4407 * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
4408 (Ffield_string_no_properties, Ffield_end): Mention
4409 args-out-of-range error condition in docstring.
4411 2006-06-27 Kim F. Storm <storm@cua.dk>
4413 * xdisp.c (handle_composition_prop): Set stop_charpos before push_it.
4415 2006-06-25 Kim F. Storm <storm@cua.dk>
4417 * s/gnu-linux.h (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
4418 version 2.4 and later.
4420 2006-06-24 Chong Yidong <cyd@stupidchicken.com>
4422 * xfns.c (Fx_create_frame): Set font parameter directly instead of
4423 using x_default_parameter, since x_get_args clears the parm alist.
4425 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4427 * dired.c (directory_files_internal) [WINDOWSNT]: Find files
4430 2006-06-24 Aidan Kehoe <kehoea@parhasard.net>
4432 * lread.c (read_escape): When an unknown Unicode code point is
4433 encountered as a string or character escape, signal an error.
4435 2006-06-23 Kim F. Storm <storm@cua.dk>
4437 * .gdbinit (pitx): Dump iterator stack.
4439 * xdisp.c (handle_composition_prop): Push iterator on stack.
4440 (set_iterator_to_next): Pop iterator at end of composition.
4442 2006-06-23 Martin Rudalics <rudalics@gmx.at>
4444 * fileio.c (Frename_file) [DOS_NT]: Don't try to move directory to
4445 itself on DOS_NT platforms, if the old and new names are identical
4446 but for the letter-case.
4448 2006-06-21 Kim F. Storm <storm@cua.dk>
4450 * dispextern.h (struct it): Add `position' member to iterator stack.
4451 Rename `pos' member to `current'. Rearrange and add comments.
4453 * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p
4454 if we get any overlays.
4455 (set_cursor_from_row): Don't clobber `end' if we rescan from
4457 (push_it, pop_it): Save it->position.
4459 2006-06-19 Richard Stallman <rms@gnu.org>
4461 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
4462 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
4463 for the case of a top-level window and the following minibuffer.
4464 Don't exit because of no `next' when there is a parent.
4465 Use the FIRST_ONLY feature when resizing following windows.
4467 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
4469 2006-06-17 Kim F. Storm <storm@cua.dk>
4471 * dispnew.c (update_frame): Check for input pending on entry.
4472 (update_window, update_frame_1): Break loop if input is detected.
4474 2006-06-16 Francis Litterio <flitterio@gmail.com>
4476 * xterm.c (x_check_expected_move, handle_one_xevent)
4477 (x_set_offset, x_check_fullscreen): Extensive changes to make
4478 frame positioning deterministic under X.
4480 * xterm.h (x_output): Add members left_before_move and
4481 top_before_move. Removed members expected_left and expected_top.
4483 2006-06-16 Kim F. Storm <storm@cua.dk>
4485 * dispextern.h (struct it): Add union to iterator stack to save
4486 image, composition, and stretch specific paramters.
4488 * xdisp.c (next_overlay_string): Fix assert.
4489 (push_it, pop_it): Handle composition and stretch specific values.
4490 Only handle it->slice in image (for now).
4491 (back_to_previous_visible_line_start): Continue search if newline is
4492 part of a compisition. Simplify.
4493 (reseat_1): Set it->object to buffer.
4494 (set_iterator_to_next): Set it->object to string or buffer, when
4495 setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
4496 (next_element_from_composition): Set it->object to buffer if not
4498 (set_cursor_from_row): Only save start of string if not already
4499 done to handle multiple strings in a row.
4501 * .gdbinit (pitx): Show composition parameters.
4502 (pgx, pg): New commands to print a glyph structure.
4503 (pgi, pgn): New commands to print specific/next glyph.
4504 (pgrowx, pgrow): New commands to print all glyphs in a row.
4506 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4508 * macfns.c (Fx_display_mm_height, Fx_display_mm_width)
4509 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Use CGDisplayScreenSize.
4511 * macterm.c (do_app_resume, do_app_suspend): Remove functions.
4512 (mac_tsm_resume, mac_tsm_suspend) [USE_MAC_TSM]: New functions.
4513 (mac_handle_window_event, XTread_socket) [USE_MAC_TSM]: Use them.
4514 (Vmac_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
4515 (syms_of_macterm) [USE_MAC_TSM]: Defvar it.
4516 (saved_ts_language, saved_ts_component) [USE_MAC_TSM]: New variables.
4517 (mac_initialize_display_info) [MAC_OSX]: Use Quartz Display
4518 Services functions to get size of main display in pixels.
4520 2006-06-14 Chong Yidong <cyd@stupidchicken.com>
4522 * xdisp.c (back_to_previous_visible_line_start):
4523 Reset it->continuation_lines_width.
4525 2006-06-14 Richard Stallman <rms@gnu.org>
4527 * eval.c (Fdefconst): Mark variable as risky.
4529 * callproc.c (Fcall_process): Doc fix.
4531 * window.c (adjust_window_trailing_edge): Don't break out of the loop
4532 because there's no next window, if there are parallel windows.
4533 Do break out when WINDOW is nil.
4535 2006-06-14 Kim F. Storm <storm@cua.dk>
4537 * dispextern.h (IT_STACK_SIZE): New macro specifying size of
4538 iterator stack (instead of hardcoded number). Increase from 2 to
4539 4 to make room for propertized overlay strings before and after a
4540 display string, image or composition.
4541 (struct it): Add image_id and method members to iterator stack.
4543 * xdisp.c (init_from_display_pos): Don't set it->method and
4544 overlay_string_index after pop_it. Add asserts.
4545 (handle_stop): Look for overlay strings around a display string,
4546 image, or composition. Handle properties on those strings.
4547 (next_overlay_string): Don't set string, pos or method after pop_it.
4548 (get_overlay_strings_1): Split from get_overlay_strings; don't
4549 modify it if no overlay strings are found.
4550 (get_overlay_strings): Use get_overlay_strings_1. Always set
4551 it->string and it->method.
4552 (push_it): Push it->image_id and it->method. Push it->object
4553 instead of it->string if method is GET_FROM_IMAGE.
4554 (pop_it): Pop it->image_id and it->method. Ppo it->object
4555 instead of it->string if method is GET_FROM_IMAGE.
4556 Reset it->current.string_pos if popped it->string is nil.
4557 (reseat_1): Remove comment dated 19 May 2003. It expressed doubt
4558 whether a given change was correct; but the change is correct.
4559 Clear it->string_from_display_prop_p.
4560 (set_iterator_to_next): Rely on it->method and it->image_id from
4561 iterator stack, instead of setting them explicitly after pop_it.
4563 * dispnew.c (sit_for): Undo 2006-06-01 change. Instead, a
4564 negative time forces redisplay even when input is available.
4565 (Fsit_for): Doc fix.
4567 2006-06-13 Kim F. Storm <storm@cua.dk>
4569 * dispnew.c: Modify preemptive redisplay to be based on periodic
4571 (PERIODIC_PREEMPTION_CHECKING): Define to 1 iff EMACS_HAS_USECS.
4572 (Vredisplay_preemption_period): New variable.
4573 (syms_of_display): DEFVAR_LISP and initialize it.
4574 (preemption_period, preemption_next_check): New variables.
4575 (update_frame, update_single_window): Initialize them based on
4576 Vredisplay_preemption_period if !force_p.
4577 (update_window, update_frame_1): Use them to determine when to
4580 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
4582 * lread.c (read_escape): Provide a Unicode character escape
4583 syntax; \u followed by exactly four or \U followed by exactly
4584 eight hex digits in a comment or string is read as a Unicode
4585 character with that code point.
4587 2006-06-09 Eli Zaretskii <eliz@gnu.org>
4589 * window.c (window_scroll_pixel_based): Signal "Beginning of
4590 buffer" when scroll-down at the beginning of an empty buffer.
4592 2006-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4594 * macterm.c [USE_MAC_TSM] (mac_handle_text_input_event):
4595 Exclude 0x7f from ASCII range.
4597 2006-06-05 Jason Rumney <jasonr@gnu.org>
4599 * w32term.c (w32_set_scroll_bar_thumb, x_scroll_bar_create)
4600 (w32_set_vertical_scroll_bar, w32_scroll_bar_handle_click)
4601 (x_scroll_bar_report_motion): Remove workarounds for
4602 versions of Windows NT < 3.51.
4604 (pfnSetScrollInfo, pfnGetScrollInfo): Remove.
4605 (w32_initialize): Don't dynamically load Get/SetScrollInfo.
4607 2006-06-04 David Kastrup <dak@gnu.org>
4609 * dispnew.c: Mention `redisplay-dont-pause' in doc string of
4612 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4614 * macfns.c (x_set_icon_name): Apply 2006-06-02 change for xfns.c.
4616 * macgui.h (USE_MAC_TSM): Set default to 1 on Mac OS X.
4618 * macterm.c (tsm_document_id) [USE_MAC_TSM]: New variable.
4619 (Qtext_input, Qupdate_active_input_area, Qunicode_for_key_event)
4620 [USE_MAC_TSM]: Likewise.
4621 (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them.
4622 (Qbefore_string) [USE_MAC_TSM]: Add extern.
4623 (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call
4624 ActivateTSMDocument/DeactivateTSMDocument.
4625 (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event.
4626 (mac_handle_window_event) [USE_MAC_TSM]: Handle
4627 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
4628 (mac_handle_text_input_event) [USE_MAC_TSM]: New function.
4629 (install_window_handler) [USE_MAC_TSM]: Install it. Register
4630 kEventWindowFocusAcquired/kEventWindowFocusRelinquish.
4631 (keycode_to_xkeysym_table): Add entry for f16.
4632 (XTread_socket) [USE_MAC_TSM]: Set/reset read_socket_inev
4633 before/after passing keystroke event to toolbox dispatcher.
4634 (init_tsm) [USE_MAC_TSM]: New function.
4635 (mac_initialize) [USE_MAC_TSM]: Call it.
4636 (Vmac_ts_active_input_overlay) [USE_MAC_TSM]: New defvar.
4638 * macterm.h (EVENT_PARAM_TEXT_INPUT_SEQUENCE_NUMBER): New enumerator.
4640 2006-06-02 John Paul Wallington <jpw@gnu.org>
4642 * xfns.c (x_set_name_internal): Set icon to `text', derived from
4643 name, when frame's icon_name isn't a string rather than only when
4646 2006-06-03 Eli Zaretskii <eliz@gnu.org>
4648 * w32fns.c (x_set_icon_name): Don't use arg if it's not a string
4651 2006-06-02 Chong Yidong <cyd@stupidchicken.com>
4653 * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a
4656 2006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4658 * xdisp.c (next_element_from_composition): Set it->object to
4659 it->string if composition is coming from string.
4660 (set_cursor_from_row): Don't return 0 unless row displays a
4662 (dump_glyph): Dump composite glyph.
4664 2006-06-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4666 * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.
4668 2006-06-01 Richard Stallman <rms@gnu.org>
4670 * window.c (Fsplit_window): Doc fix.
4672 2006-06-01 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4674 * process.c (deleted_pid_list): New variable to store the pids
4675 of deleted processes. Declare it only if SIGCHLD is defined.
4676 (init_process): Initialize it.
4677 (syms_of_process): Staticpro it.
4678 (Fdelete_process): Add pid of the deleted process to it. Check after
4679 the addition and before the kill if the process is already stopped,
4680 in which case it is deleted from the list and not killed.
4681 (sigchld_handler): Define it only if SIGCHLD is. Search the process
4682 that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
4683 Original idea by Stefan Monnier.
4685 2006-06-01 Kim F. Storm <storm@cua.dk>
4687 * dispnew.c (sit_for): Perform redisplay even if input is pending
4688 when redisplay-dont-pause is non-nil.
4690 2006-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4692 * macterm.c (mac_handle_visibility_change): Set buf.arg to Qnil.
4693 (XTread_socket): Remove obsolete comment.
4695 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4697 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
4700 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4702 * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
4705 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
4707 2006-05-31 Juri Linkov <juri@jurta.org>
4709 * minibuf.c (Vhistory_add_new_input): New variable.
4710 (read_minibuf): Use it.
4711 (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
4712 (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
4714 2006-05-31 Kim F. Storm <storm@cua.dk>
4716 * process.c (select_wrapper): Add wrapper around select to work around
4717 "incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
4718 select called from wait_reading_process_output.
4720 2006-05-30 Andreas Schwab <schwab@suse.de>
4722 * xmenu.c (Fmenu_bar_start): Return a value.
4724 2006-05-30 Richard Stallman <rms@gnu.org>
4726 * coding.c (Ffind_operation_coding_system): Doc fix.
4728 2006-05-30 Eli Zaretskii <eliz@gnu.org>
4730 * w32term.c (x_draw_hollow_cursor): Fix last change.
4732 2006-05-29 Kim F. Storm <storm@cua.dk>
4734 * w32term.c (x_draw_stretch_glyph_string): Fix last change.
4736 2006-05-29 Eli Zaretskii <eliz@gnu.org>
4738 * coding.c (Ffind_operation_coding_system): Doc fix.
4740 2006-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4742 * macfns.c [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility):
4743 Call mac_set_font_info_for_selection if font panel is made visible.
4745 * macterm.c (font_panel_shown_p) [USE_MAC_FONT_PANEL]: New variable.
4746 (mac_font_panel_visible_p, mac_show_hide_font_panel)
4747 [USE_MAC_FONT_PANEL]: New functions.
4748 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection):
4749 Return immediately if font panel is not visible.
4751 * macterm.h (mac_font_panel_visible_p, mac_show_hide_font_panel):
4754 2006-05-29 Dan Nicolaescu <dann@ics.uci.edu>
4756 * search.c (matcher_overflow): Mark as NO_RETURN.
4758 * xterm.c (x_connection_closed): Likewise.
4760 * sysdep.c (croak): Likewise.
4762 * sound.c (sound_perror, alsa_sound_perror): Likewise.
4764 * lisp.h (die, nsberror): Likewise.
4766 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4768 * sound.c (alsa_open, alsa_configure, alsa_write):
4769 Move assignment to err out of if-statement.
4771 * gtkutil.c (menu_nav_ended): New function.
4772 (create_menus): Connect menu_nav_ended to "selection-done" to fix
4775 * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT.
4777 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
4779 * charset.h (invalid_character): Mark as NO_RETURN.
4781 2006-05-29 Kenichi Handa <handa@m17n.org>
4783 * coding.c (Ffind_operation_coding_system): Call a function by
4784 safe_call1 instead of call1.
4786 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4788 * window.c (struct saved_window): Add `dedicated'.
4789 (Fset_window_configuration, save_window_save): Save/restore the
4792 2006-05-28 Kim F. Storm <storm@cua.dk>
4794 * xdisp.c (set_cursor_from_row): If cursor cannot be set in row,
4795 don't update w->cursor and return 0. Return 1 on success.
4796 (try_cursor_movement): Repeat set_cursor_from_row on successive rows
4799 * dispextern.h (set_cursor_from_row): Update prototype.
4801 2006-05-28 Kim F. Storm <storm@cua.dk>
4803 * xdisp.c (get_phys_cursor_geometry): Return computed x and y through
4804 parameters. Adjust x and width in case cursor in on a partially
4805 visible stretch glyph on the left edge.
4806 (erase_phys_cursor): Don't erase into left fringe/margin in case
4807 previous cursor glyph is a partially visible stretch glyph on left.
4809 * dispextern.h (get_phys_cursor_geometry): Update prototype.
4811 * xterm.c (x_draw_stretch_glyph_string): Fix problems with invisible
4812 cursor and erasing cursor on partially visible stretch glyph on left.
4813 (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
4815 * macterm.c: Likewise.
4817 * w32term.c: Likewise.
4819 2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4821 * macselect.c (mac_handle_apple_event):
4822 Return errAEEventNotHandled if key binding is not found.
4824 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4826 * emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
4827 [__MINGW32__]: MinGW-specific declaration of `etext'.
4829 * w32heap.c (etext, edata): Remove unused definitions.
4831 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
4833 * fileio.c (Fcopy_file): Delete argument MUSTBENEW.
4834 Incorporate the exclusive file-opening functionality into the behavior
4835 when OK-IF-ALREADY-EXISTS is nil.
4836 (Frename_file): Call Fcopy_file without MUSTBENEW argument.
4838 2006-05-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4840 * sound.c (alsa_configure): Move get period/buffer_size after
4843 2006-05-26 Kenichi Handa <handa@m17n.org>
4845 * coding.c (Ffind_operation_coding_system): Allow (FILENAME
4846 . BUFFER) in TARGET.
4848 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4850 * image.c (png_load): Don't call fclose on NULL.
4852 2006-05-25 Luc Teirlinck <teirllm@auburn.edu>
4854 * fns.c (Fyes_or_no_p):
4855 * callint.c (Fcall_interactively): Fread_from_minibuffer now takes
4858 2006-05-25 Juri Linkov <juri@jurta.org>
4860 * lisp.h (Fread_from_minibuffer): Decrement number of args.
4862 * minibuf.c (read_minibuf): Remove arg KEEP_ALL. Callers changed.
4863 (Fread_from_minibuffer): Remove arg KEEP_ALL. Callers changed.
4865 * buffer.c (mode-line-format): Fix docstring.
4867 2006-05-25 Richard Stallman <rms@gnu.org>
4869 * emacs.c (main, Fdump_emacs): Don't test __linux or __linux__.
4871 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
4873 * puresize.h (BASE_PURESIZE): Increase to 1210000.
4875 2006-05-24 Alan Mackenzie <acm@muc.de>
4877 * lread.c (Vload_history): Enhance doc-string to say that the file
4878 is the absolute truename of the loaded file.
4880 * lread.c (Vafter_load_alist): doc-string: state that an element
4881 now has a regexp to match file names, not a file name as such.
4883 * lread.c (readevalloop): Call file-truename on the name for
4884 load-history, except at preloading time.
4886 * lread.c (Fload): At preloading time, preserve the extension of
4887 the filename which goes into load-history. New var hist_file_name.
4889 * lread.c (Fload): Do eval-after-load stuff by calling the lisp
4890 function do-after-load-evaluation.
4892 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4894 * mac.c (ae_attr_table): New variable.
4895 (syms_of_mac): Intern and staticpro its elements.
4896 (mac_aelist_to_lisp): Also convert Apple event attributes.
4897 (mac_ae_put_lisp): New function.
4898 (create_apple_event_from_event_ref) [MAC_OSX]: Use typeUTF8Text.
4900 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor etc.
4902 * macselect.c (Qemacs_suspension_id): New variable.
4903 (syms_of_macselect): Intern and staticpro it.
4904 (struct suspended_ae_info): New struct.
4905 (deferred_apple_events, defer_apple_events)
4906 (Fmac_process_deferred_apple_events): Use it.
4907 (suspended_apple_events): New variable.
4908 (mac_handle_apple_event_1): New function.
4909 (mac_handle_apple_event): Use it. Don't process previously
4911 (cleanup_suspended_apple_events, get_suspension_id)
4912 (cleanup_all_suspended_apple_events): New functions.
4913 (init_apple_event_handler): Call cleanup_all_suspended_apple_events
4915 (Fmac_cleanup_expired_apple_events, Fmac_ae_set_reply_parameter)
4916 (Fmac_resume_apple_event): New defuns.
4917 (syms_of_macselect): Defsubr them.
4919 * macterm.c (fn_keycode_to_keycode_table, XTread_socket) [MAC_OSX]:
4920 Fix last change. Don't map `fn' modifier if pressed with F1 ... F12.
4922 * macterm.h (TYPE_FILE_NAME): Change from macro to enumerator.
4923 (KEY_EMACS_SUSPENSION_ID_ATTR): New enumerator.
4924 (keyReplyRequestedAttr) [MAC_OS_X_VERSION_MAX_ALLOWED < 1030]: Likewise.
4925 (gestaltSystemVersionMajor, gestaltSystemVersionMinor)
4926 (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
4928 (typeUTF8Text, kEventParamWindowMouseLocation)
4929 [MAC_OSX && MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Likewise.
4930 (x_get_focus_frame, mac_ae_put_lisp): Add externs.
4932 2006-05-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4934 * macterm.c (fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
4935 (fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
4936 (mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
4937 (XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
4938 (XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
4939 resource to backtranslate key with modifiers.
4940 (XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
4942 2006-05-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4944 * xterm.c: Remove declarations already in xterm.h.
4946 * xterm.h: Add extern declarations for x_clear_errors,
4947 x_fully_uncatch_errors, x_catching_errors and
4948 x_alloc_lighter_color_for_widget. Remove duplicated declarations.
4950 2006-05-21 Richard Stallman <rms@gnu.org>
4952 * xfaces.c (best_matching_font): Abort for best == NULL
4953 before we start to use it.
4955 * buffer.c (syms_of_buffer, Fmake_overlay): Doc fixes.
4957 2006-05-20 Kim F. Storm <storm@cua.dk>
4959 * xfaces.c (best_matching_font): Fix crash in 2006-05-17 change.
4961 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4963 * macterm.c (convert_fn_keycode): Fix last change.
4965 2006-05-19 Eli Zaretskii <eliz@gnu.org>
4967 * w32.c (init_environment): Perform the processing of environment
4968 variables on a copy of default variables and their values, not on
4969 the original. Simplify code that calls ExpandEnvironmentStrings
4970 and make buf1[] and buf2[] more visible for easier debugging.
4972 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4974 * frame.c (x_set_border_width): Remove #ifndef MAC_OS.
4976 * image.c [MAC_OS] (gif_load): Allocate Lisp string first.
4978 * macfns.c (Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
4980 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
4981 Forward keyUp events to toolbox_dispatcher.
4983 * window.c (foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
4985 2006-05-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4987 * config.in: Regenerated (HAVE_ALSA).
4989 * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
4990 (alsa_configure, alsa_close, alsa_choose_format, alsa_write)
4991 (snd_error_quiet, alsa_init): New functions.
4992 (vox_init): Return 0 if unable to open device.
4993 (Fplay_sound_internal): Test for alsa first and use vox (oss) as
4995 (struct sound_device): Add period_size.
4996 (wav_play, au_play): Use period_size if set.
4998 * Makefile.in (CFLAGS_SOUND): New flags for ALSA.
4999 (ALL_CFLAGS): Add CFLAGS_SOUND.
5001 2006-05-18 Kenichi Handa <handa@m17n.org>
5003 * callproc.c (Fcall_process): Reject encoding arguments by
5004 ascii-incompatible coding systems (e.g. utf-16).
5006 * coding.c (Qascii_incompatible): New variable.
5007 (syms_of_coding): Setup Qascii_incompatible.
5008 (setup_coding_system): Be sure to initialize coding->common_flags.
5009 Check `ascii-incompatible' property of the coding system.
5011 * coding.h (CODING_ASCII_INCOMPATIBLE_MASK): New macro.
5013 2006-05-18 Kim F. Storm <storm@cua.dk>
5015 * xdisp.c (display_tool_bar_line): Restore entire tool-bar
5016 geometry when backtracking in case last image doesn't fit on line.
5018 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5020 * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by
5021 more than height of one frame default line.
5023 2006-05-17 Richard Stallman <rms@gnu.org>
5025 * xfaces.c (better_font_p): Any font beats no font.
5026 (best_matching_font): Simplify based on above change.
5028 * buffer.c (Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
5030 2006-05-16 Kim F. Storm <storm@cua.dk>
5032 * xterm.c (handle_one_xevent): Check that f is not NULL before
5033 calling x_kill_gs_process.
5035 2006-05-14 Richard Stallman <rms@gnu.org>
5037 * textprop.c (Fnext_single_char_property_change)
5038 (Fprevious_single_char_property_change): Don't allow returning
5039 value beyond LIMIT in any cases.
5040 (Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
5042 * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV.
5044 2006-05-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5046 * xterm.c (handle_one_xevent): Check that f is not NULL before
5047 calling _XEditResCheckMessages.
5049 2006-05-14 Kim F. Storm <storm@cua.dk>
5051 * xterm.c (handle_one_xevent): Fix crash in 2006-03-24 change.
5053 2006-05-13 Eli Zaretskii <eliz@gnu.org>
5055 * frame.c (x_set_border_width): Fix error message to say "frame",
5058 * Makefile.in (SOME_MACHINE_LISP): Add fringe.elc.
5060 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
5062 * intervals.c (set_point_both): Fix mixup before before and after
5065 * editfns.c (Fline_beginning_position): Inhibit point-motion hooks
5066 while setting point temporarily.
5068 2006-05-11 Richard Stallman <rms@gnu.org>
5070 * lread.c (readevalloop): Abort if START non-nil for non-buffer input.
5072 2006-05-11 Kim F. Storm <storm@cua.dk>
5074 * xdisp.c (redisplay_tool_bar): Handle large tool-bar-border values.
5076 2006-05-11 Kenichi Handa <handa@m17n.org>
5078 * fileio.c (Finsert_file_contents): Fix for the case of IO error
5079 while handling replace operation.
5081 2006-05-10 Kenichi Handa <handa@m17n.org>
5083 * xfaces.c (realize_default_face) [HAVE_X_WINDOWS]: If the font
5084 chosen for the default face was different from the frame font,
5085 adjust the frame font.
5087 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5089 * image.c (Qduration) [MAC_OS]: Undo previous change.
5090 (syms_of_image) [MAC_OS]: Likewise.
5091 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
5093 * macfns.c (x_to_mac_color): Fix shift amount change.
5094 (mac_set_font) [USE_MAC_FONT_PANEL]: Use x_get_focus_frame.
5095 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
5097 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
5098 Vmac_services_selection. All uses changed.
5099 (mac_store_service_event): Rename from mac_store_services_event in
5102 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
5104 [MAC_OSX] (mac_store_service_event): Rename from
5105 mac_store_services_event. All callers changed.
5106 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
5107 FACE_ID and C. All callers changed.
5108 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
5109 mac_set_font_info_for_selection when focus frame is destroyed.
5110 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
5112 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
5115 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
5117 * keymap.c (describe_map): Avoid generating duplicate entries if
5118 the shadowed binding has the same definition.
5120 2006-05-09 Kenichi Handa <handa@m17n.org>
5122 * keymap.c (push_key_description): Handle invalid character key.
5124 2006-05-08 Kenichi Handa <handa@m17n.org>
5126 * callproc.c (Fcall_process): Use system_eol_type for encoding
5127 arguments if eol_type is not yet decided.
5129 * coding.h (system_eol_type): Extern it.
5131 * coding.c (setup_coding_system): For invalid coding-system, set
5132 coding->eol_type to CODING_EOL_UNDECIDED.
5133 (encode_coding): Cancel previous change.
5134 (shrink_encoding_region): Likewise.
5135 (code_convert_region1): Likewise.
5136 (code_convert_string1): Likewise.
5137 (code_convert_string_norecord): Likewise.
5139 * fileio.c (choose_write_coding_system): Use system_eol_type for
5140 encoding if eol_type is not yet decided.
5142 * process.c (setup_process_coding_systems): Use system_eol_type
5143 for encoding if eol_type is not yet decided.
5144 (read_process_output): Likewise.
5145 (send_process): Likewise.
5147 2006-05-07 Juanma Barranquero <lekktu@gmail.com>
5149 * minibuf.c (syms_of_minibuf) <history-length>: Fix typo in doc.
5151 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5153 * mac.c (Fmac_clear_font_name_table): Move defun to macfns.c.
5154 (syms_of_mac): Likewise for defsubr.
5156 * macfns.c (mac_set_font): New function.
5157 (mac_frame_parm_handlers, syms_of_macfns): Replace x_set_font with it.
5158 (mac_window) [TARGET_API_MAC_CARBON && MAC_OSX]: Specify
5159 kWindowToolbarButtonAttribute when creating window.
5160 (Fmac_clear_font_name_table): Move from macfns.c.
5161 (syms_of_macfns): Likewise for defsubr.
5162 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): New defun.
5163 (syms_of_macfns) [USE_MAC_FONT_PANEL]: Defsubr it.
5165 * macgui.h (USE_MAC_FONT_PANEL): Define to 1 if USE_ATSUI is set
5166 and build is done on Mac OS X 10.2 and later.
5168 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
5169 (mac_store_services_event): Change return type in extern.
5171 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
5173 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
5174 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
5175 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
5176 (QWindow) [MAC_OSX]: Likewise.
5177 (Qfont) [USE_MAC_FONT_PANEL]: Likewise.
5178 (Vmac_atsu_font_table) [USE_ATSUI]: New variable.
5179 (syms_of_macterm) [USE_ATSUI]: Defvar it.
5180 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
5181 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
5182 (syms_of_macterm): Intern and staticpro them.
5183 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
5184 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event):
5186 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.
5187 [MAC_OSX] (mac_store_services_event): Likewise.
5188 [USE_CARBON_EVENTS] (mac_handle_window_event) [MAC_OSX]: Handle
5189 kEventWindowToolbarSwitchMode event.
5190 (install_window_handler) [USE_CARBON_EVENTS && MAC_OSX]: Register it.
5191 [MAC_OSX] (mac_store_services_event): Change return type to OSStatus.
5192 [USE_MAC_FONT_PANEL] (mac_handle_font_event): New function.
5193 (install_window_handler) [USE_MAC_FONT_PANEL]: Install it.
5194 (XTread_socket): Select window on mouse click if x_focus_frame is NULL.
5196 * macterm.h (mac_set_font_info_for_selection): Add extern.
5198 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5200 * image.c (Qduration) [MAC_OS]: New variable.
5201 (syms_of_image) [MAC_OS]: Intern and staticpro it.
5202 [MAC_OS] (gif_load): Save image extension data in img->data.lisp_val.
5203 [MAC_OSX] (image_load_quartz2d): Use cfstring_create_with_utf8_cstring
5204 instead of cfstring_create_with_string.
5206 2006-05-06 Kim F. Storm <storm@cua.dk>
5208 * .gdbinit (xframe): Print frame name.
5209 (xlist): New command to print a list (max 10 elements).
5210 (xpr): Print lisp object of any type.
5211 (pitx): Print it->pixel_width.
5213 2006-05-05 Kenichi Handa <handa@m17n.org>
5215 * xdisp.c (handle_composition_prop): Fix for the case of empty
5216 composition component.
5218 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5220 * keyboard.c (make_lispy_event) [MAC_OS]: Get Apple event info
5223 * termhooks.h (enum event_kind) [MAC_OS]: Update comment for
5226 * macterm.h (mac_make_lispy_event_code): Remove extern.
5227 (mac_post_mouse_moved_event): Add extern.
5228 (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
5229 `const AEDesc *' in externs.
5230 (create_apple_event_from_drag_ref) [TARGET_API_MAC_CARBON]: New extern.
5232 * mac.c (mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to
5234 [TARGET_API_MAC_CARBON] (create_apple_event): New function.
5235 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it.
5236 Use xrealloc instead of repeated xmalloc/xfree.
5237 [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref):
5240 * macmenu.c (restore_menu_items, cleanup_popup_menu): Return a value.
5242 * macselect.c: Update copyright year.
5243 (mac_store_apple_event): Change return type to void in extern.
5244 (mac_handle_apple_event): Don't get return value from
5245 mac_store_apple_event.
5246 [TARGET_API_MAC_CARBON] (Vmac_dnd_known_types): New variable.
5247 (syms_of_macselect) [TARGET_API_MAC_CARBON]: Defvar it.
5248 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Move function from
5249 macterm.c. Use Vmac_dnd_known_types as acceptable flavors.
5250 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. New
5251 implementation using create_apple_event_from_drag_ref.
5252 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
5253 (mac_do_receive_dragUPP): Move variables from macterm.c.
5254 (install_drag_handler, remove_drag_handler): New functions.
5256 * macterm.c (XTread_socket) [TARGET_API_MAC_CARBON]: Try window
5257 path select also for proxy icon click.
5258 [TARGET_API_MAC_CARBON] (mac_post_mouse_moved_event): New function.
5259 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback): Use it.
5260 (xlfdpat_create): Remove unused label `error' and trailing sentences.
5261 (mac_do_track_drag, mac_do_receive_drag): Move functions to macselect.c.
5262 (mac_do_track_dragUPP, mac_do_receive_dragUPP): Move variables to
5264 (install_drag_handler, remove_drag_handler): Add extern.
5265 (mac_store_apple_event): Change return type to void. All uses changed.
5266 Create Lisp object from Apple event and store it into input event.
5267 (mac_make_lispy_event_code): Remove function.
5268 [TARGET_API_MAC_CARBON] (mac_store_drag_event): New function.
5269 (install_window_handler): Call install_drag_handler.
5270 (remove_window_handler): Call remove_drag_handler.
5272 2006-05-03 Richard Stallman <rms@gnu.org>
5274 * sound.c (Fplay_sound_internal): Dynamically allocate
5275 current_sound_device and current_sound.
5276 (sound_cleanup): Free them.
5278 * minibuf.c (read_minibuf): Don't use read_minibuf_noninteractive
5279 when inside a keyboard macro.
5281 2006-05-02 Andreas Schwab <schwab@suse.de>
5283 * xmenu.c (restore_menu_items): Return a value.
5285 2006-05-01 Martin Rudalics <rudalics@gmx.at>
5287 * syntax.c (Fforward_comment): Detect generic comment at beginning of
5288 buffer when moving backwards.
5290 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5292 * dispnew.c (update_window): Don't set changed_p when mode/header
5295 * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
5296 (get_glyph_face_and_encoding, get_char_face_and_encoding):
5297 Don't distinguish known faces from others.
5299 * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
5300 through typeFileURL failed.
5302 * macfns.c (mac_update_title_bar): New function.
5303 [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
5304 (show_hourglass, hide_hourglass) [USE_CG_DRAWING]:
5305 Call mac_prepare_for_quickdraw.
5307 * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
5308 (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
5309 (enum pcm_status): New enum.
5310 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
5311 (XCharStructRow): Remove. Now validity is represented by
5312 non-negativeness of sum of ascent and descent.
5313 (struct MacFontStruct): Change type of member `rows'.
5314 (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
5316 * macterm.c (mac_draw_line, mac_draw_line_to_pixmap):
5317 Adjust endpoints of strictly horizontal/vertical lines.
5318 (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
5319 (pcm_init, pcm_get_status): New functions.
5320 (x_per_char_metric, XLoadQueryFont): Use them instead of
5321 XCharStructRow and related macros.
5322 (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
5323 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
5324 (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
5325 and window path pop-up menu on title bar.
5326 (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
5328 * macterm.h (mac_update_title_bar): Add extern.
5329 (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
5330 (FRAME_FILE_NAME): New macro.
5332 * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
5334 2006-04-30 Richard Stallman <rms@gnu.org>
5336 * keymap.c (Fdefine_key): Improve error message
5337 when KEY begins with a non-prefix key.
5339 2006-04-30 Martin Rudalics <rudalics@gmx.at>
5341 * syntax.c (Fforward_comment): Don't forget to break out of the loop
5342 when we skipped backward over a generic comment.
5344 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
5346 * .gdbinit (pp1, pv1): Only print value as expression is now
5347 printed out by gud-print.
5348 (pv1): Correct doc string.
5350 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5352 * keymap.c (store_in_keymap): Change `def' arg to not be `register'.
5353 Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
5354 keymap.c:895: error: address of register variable `def' requested.
5356 2006-04-26 Jason Rumney <jasonr@gnu.org>
5358 * w32term.c (construct_mouse_wheel): Handle negative coordinates.
5360 * w32fns.c (w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
5361 <WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
5362 where we preempt mouse_button_timer.
5364 2006-04-25 Miles Bader <miles@gnu.org>
5366 * editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.
5368 2006-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5370 * process.h: Include headers for pid_t.
5372 2006-04-24 Kim F. Storm <storm@cua.dk>
5374 * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
5375 does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
5376 (produce_stretch_glyph): Assume that face box height and width is
5377 already included in stretch glyph size so caller doesn't have to
5378 consider the extra space otherwise added (fixes problem in ses.el).
5380 * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame
5381 matrices to force recalculation of tool-bar height after font change.
5383 * xdisp.c (tool_bar_lines_needed): New local `temp_row' for clarity.
5384 Clear it when done, so we don't accidentally draw a second copy of
5385 the tool-bar after resetting f->n_tool_bar_rows.
5386 (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
5387 we recalculate f->n_tool_bar_rows.
5389 2006-04-23 Lars Hansen <larsh@soem.dk>
5391 * editfns.c (find_field): Fix comment.
5392 (Ffield_beginning): Fix bug when POS is at field beginning.
5394 2006-04-22 Eli Zaretskii <eliz@gnu.org>
5396 * puresize.h (BASE_PURESIZE): Increase to 1205000.
5398 2006-04-21 Kim F. Storm <storm@cua.dk>
5400 * xdisp.c (redisplay_window): Fix last change. Don't recenter if
5401 window start is at BEGV.
5403 * dispextern.h (struct image): New member `corners'.
5404 (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.
5406 * image.c (four_corners_best): New arg CORNERS specifies what pixels
5407 to look at in case image has margin.
5408 (x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
5409 (image_background, image_background_transparent)
5410 (x_build_heuristic_mask): Pass img->corners to four_corners_best.
5411 (gif_load): Set img->corners according to image's margin spec.
5412 Use img->corners values directly where applicable.
5413 Save image extension data in img->data.lisp_val.
5414 (gif_clear_image): New function to free img->data.lisp_val.
5415 (gif_type): Use it instead of generic x_clear_image.
5416 (Fimage_extension_data): New defun.
5417 (syms_of_image): Defsubr it.
5419 2006-04-21 John Sullivan <john@wjsullivan.net> (tiny change)
5421 * window.c (Fdisplay_buffer): Doc fix.
5423 2006-04-21 Eli Zaretskii <eliz@gnu.org>
5425 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
5427 2006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5429 * image.c [MAC_OS] (xpm_load_image): Fill in background field
5430 while we have ximg handy.
5432 * macmenu.c (restore_menu_items, save_menu_items): New functions
5434 (set_frame_menubar, digest_single_submenu): Apply 2006-04-18
5435 changes for xmenu.c.
5437 * macterm.c (x_per_char_metric): Return NULL if glyph width is 0.
5438 (add_mac_font_name): New function.
5439 (init_font_name_table): Use it. Adopt the first found font from
5440 those having the same family name.
5442 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
5444 * xdisp.c (note_mouse_highlight): Use build_string.
5446 2006-04-20 Lars Hansen <larsh@soem.dk>
5448 * textprop.c (Fremove_list_of_text_properties):
5449 Ensure modify_region is called only when buffer is modified and that
5450 signal_after_change is allways called in that case.
5452 * print.c (PRINTFINISH): Call signal_after_change.
5454 2006-04-20 Kim F. Storm <storm@cua.dk>
5456 * xdisp.c (redisplay_window): Fix last change.
5458 * xdisp.c (redisplay_window): If current window start is not at the
5459 beginning of a line, select a new window start if buffer is modified
5460 and window start is in the modified region, but the first change is
5461 before window start.
5463 2006-04-18 Richard Stallman <rms@gnu.org>
5465 * xmenu.c (restore_menu_items, save_menu_items): New fns.
5466 (set_frame_menubar): Use save_menu_items. Save updated vector in
5467 the frame before unwinding it. Don't use unuse_menu_items.
5468 Don't use discard_menu_items.
5469 (digest_single_submenu): Abort if an item is not in a pane.
5470 (init_menu_items): Put the error check at the top.
5472 * keymap.c (describe_map): Make "shadowed" warning more verbose.
5474 * window.c (adjust_window_trailing_edge): Correctly distinguish
5475 series vs parallel cases, even when window has no parent.
5477 * abbrev.c (record_symbol): New function.
5478 (Finsert_abbrev_table_description): Sort the abbrevs alphabetically.
5480 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5482 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
5485 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
5486 (create_apple_event_from_event_ref, xrm_get_preference_database)
5487 (cfstring_create_normalized): Don't check return value of xmalloc.
5489 * macselect.c (get_scrap_target_type_list, defer_apple_events)
5490 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
5491 return value of xmalloc/xrealloc.
5493 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
5494 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
5495 (XLoadQueryFont, mac_store_apple_event): Don't check return value
5498 2006-04-17 Kim F. Storm <storm@cua.dk>
5500 * window.c (coordinates_in_window): On the vertical border,
5501 calculate the row number measured from the top of the window, not
5502 the top of the frame.
5503 (window_loop): Test w->dedicated with !NILP instead of EQ Qt.
5504 (window_scroll_pixel_based): Fix off-by-one bug in 2002-12-23 change.
5506 2006-04-16 Eli Zaretskii <eliz@gnu.org>
5508 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
5510 2006-04-16 Romain Francoise <romain@orebokech.com>
5512 * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
5514 2006-04-16 Andreas Schwab <schwab@suse.de>
5516 * puresize.h (PURESIZE_RATIO): Reduce to 10/6.
5518 2006-04-15 Romain Francoise <romain@orebokech.com>
5520 * puresize.h (BASE_PURESIZE): Increment to 1210000.
5522 2006-04-13 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5524 * print.c (Fprin1_to_string): Mention in the `doc' that the
5525 behavior is modified by `print-level' and `print-length'.
5527 2006-04-13 Kenichi Handa <handa@m17n.org>
5529 * coding.c (setup_coding_system): If eol-type is not yet decided
5530 and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
5531 If coding_system is nil, return 0.
5532 (code_convert_region1): Even if coding_system is nil, don't skip
5533 conversion if system_eol_type is not LF.
5534 (code_convert_string1): Likewise.
5535 (code_convert_string_norecord): Likewise.
5537 2006-04-13 Kenichi Handa <handa@m17n.org>
5539 * coding.c (setup_coding_system): Fix previous change.
5540 (encode_coding): If eol_type is not yet decided, use system_eol_type.
5541 (shrink_encoding_region): If eol_type is not yet decided and
5542 system_eol_type is not LF, don't shrink.
5544 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
5546 * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
5549 2006-04-12 Richard Stallman <rms@gnu.org>
5551 * keyboard.c (read_key_sequence): Explicitly avoid keybuf[-1].
5553 * process.c (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
5554 (Fprocess_send_eof): Abort if fail to open null device.
5556 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5558 * fns.c [HAVE_MENUS && MAC_OS]: Include macterm.h.
5560 * image.c [MAC_OS] (xpm_load_image): Add parentheses around
5561 assignment used as truth value. Add explicit braces to avoid
5563 [MAC_OS] (gif_load): Remove unused variable `gcpro1'.
5565 * lisp.h (syms_of_fontset, Fset_fontset_font): Put extern and
5566 EXFUN in #ifdef HAVE_WINDOW_SYSTEM.
5567 (syms_of_xfns, syms_of_xsmfns, syms_of_xselect, syms_of_xterm):
5568 Put externs in #ifdef HAVE_X_WINDOWS.
5569 (syms_of_macfns, syms_of_macselect, syms_of_macterm)
5570 (syms_of_macmenu, syms_of_mac) [MAC_OS]: Add externs.
5571 (init_mac_osx_environment) [MAC_OSX]: Add extern.
5573 * mac.c (init_process): Remove undef.
5574 (select) [MAC_OSX]: Undefine before including sysselect.h.
5575 (posix_pathname_to_fsspec, fsspec_to_posix_pathname) [MAC_OSX]:
5576 Remove functions and prototypes.
5577 (parse_value): Add parentheses around + inside shift.
5578 (path_from_vol_dir_name): Make static.
5579 (get_temp_dir_name): Remove unused variables `cpb' and `dir_name'.
5580 [!MAC_OSX] (get_path_to_system_folder): Likewise.
5581 (Fmac_get_file_creator, Fmac_get_file_type): Remove unused
5583 (Fmac_coerce_ae_data): Remove unused variables `fref' and `fs'.
5584 (Fmac_get_preference): Add explicit braces to avoid ambiguous `else'.
5586 * macfns.c (x_to_mac_color): Remove unused variable `tail'.
5587 (x_set_mouse_color): Remove unused variable `dpy'.
5588 (Fx_create_frame): Remove unused variable `x_frame_count'.
5589 (Fx_server_version): Add explicit braces to avoid ambiguous `else'.
5590 (x_sync): Move from macterm.c.
5591 (Fx_file_dialog): Remove unused variable `default_filter_index'.
5593 * macmenu.c (min_menu_id): Make element type explicit.
5595 * macselect.c (get_flavor_type_from_symbol): Remove unused
5597 (get_scrap_private_timestamp, x_get_foreign_selection)
5598 (copy_scrap_flavor_data): Add explicit braces to avoid ambiguous `else'.
5599 (Fmac_process_deferred_apple_events): Remove unused variables
5600 `keyword', `reply', `apple_event', `count', and `err'.
5602 * macterm.c: Don't include gnu.h.
5603 (x_io_error_quitter, x_draw_image_foreground_1): Remove prototypes.
5604 (x_sync): Move to macfns.c.
5605 [USE_CG_DRAWING] (mac_define_fringe_bitmap): Remove unused
5606 variable `mask_bits'.
5607 (mac_compute_glyph_string_overhangs): Avoid ambiguous `else'.
5608 (x_draw_image_glyph_string): Remove unused variable `pixmap'.
5609 (x_mac_to_emacs_modifiers): Remove function.
5610 (XTset_vertical_scroll_bar, mac_handle_visibility_change)
5611 (x_make_frame_visible, xlfdpat_create, mac_handle_command_event):
5612 Add explicit braces to avoid ambiguous `else'.
5613 (x_make_frame_visible): Remove unused variables `type',
5614 `original_top', and `original_left'.
5615 (mac_do_list_fonts, XTread_socket): Add parentheses around && within ||.
5616 (x_load_font): Remove unused variables `full_name', and `value'.
5617 (do_get_menus, do_init_managers, do_check_ram_size) [!MAC_OS8]:
5619 (do_zoom_window): Reorganize variables with respect to conditionals.
5620 (init_command_handler): Remove unused variable `err'.
5621 [MAC_OSX] (mac_check_bundle): Remove unused variable `child'.
5623 * macterm.h (x_set_mouse_position, x_set_mouse_pixel_position)
5624 (x_make_frame_invisible, x_iconify_frame, x_free_frame_resources)
5625 (x_destroy_window, x_wm_set_size_hint, x_delete_display, XFreeGC)
5626 (do_menu_choice, have_menus_p, x_real_positions)
5627 (x_set_menu_bar_lines, x_pixel_width, x_pixel_height, x_char_width)
5628 (x_char_height, x_sync, x_set_tool_bar_lines, x_activate_menubar)
5629 (free_frame_menubar): Add externs.
5631 * unexmacosx.c: Include config.h before using HAVE_MALLOC_MALLOC_H.
5632 (malloc, realloc, free): Add undefs.
5633 (read_load_commands): Remove unused variable `n' and `j'.
5634 (copy_data_segment): Remove unused variable `r'.
5636 * xdisp.c (get_glyph_string_clip_rects): Add parentheses around &&
5637 within ||. Add explicit braces to avoid ambiguous `else'.
5638 (dump_glyph_row): Remove label for `inverse_p' from legend.
5640 * xfaces.c (Finternal_merge_in_global_face, try_font_list):
5641 Add explicit braces to avoid ambiguous `else'.
5643 2006-04-11 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5645 * dispnew.c (init_display): Don't init X display if the user asked
5646 for a non-X display.
5648 2006-04-12 Kenichi Handa <handa@m17n.org>
5650 * coding.c (setup_coding_system): Use system_eol_type for default
5653 2006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5655 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
5657 * data.c (wrong_type_argument): Try to avoid compiler warnings due
5658 to the fact the function is now marked as NO_RETURN.
5660 2006-04-10 Eli Zaretskii <eliz@gnu.org>
5662 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
5664 2006-04-10 Romain Francoise <romain@orebokech.com>
5666 * xrdb.c (gethomedir): Use xstrdup.
5668 2006-04-10 Andreas Schwab <schwab@suse.de>
5670 * xrdb.c (gethomedir): Make sure to always return a pointer that
5671 can be passed to free.
5673 2006-04-09 Richard Stallman <rms@gnu.org>
5675 * lisp.h (Fkill_emacs): Undo previous change.
5677 2006-04-08 Richard Stallman <rms@gnu.org>
5679 * search.c (boyer_moore): Test ch >= 0400, not >.
5681 2006-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5683 * puresize.h (pure_write_error): Mark as NO_RETURN.
5685 * lisp.h (args_out_of_range, args_out_of_range_3, Fkill_emacs):
5688 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5690 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Ignore mouse movements
5691 if a menu is active on this frame.
5693 2006-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5695 * lisp.h (report_file_error): Mark as NO_RETURN.
5697 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5699 * alloc.c [STDC_HEADERS]: Include stddef.h.
5701 * lisp.h (PSEUDOVECSIZE): Fix last change.
5703 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5705 * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
5706 `raw_status_high', and `raw_status_low' with plain integers, and move
5707 them to the end of the structure.
5709 * alloc.c (allocate_process): Use PSEUDOVECSIZE to initialize the
5710 pseudovector's size field so only the Lisp_Object fields get GC'd.
5712 * process.c (update_status, make_process, Fdelete_process)
5713 (Fprocess_status, list_processes_1, start_process_unwind)
5714 (create_process, Fmake_network_process, server_accept_connection)
5715 (wait_reading_process_output, send_process, Fprocess_running_child_p)
5716 (process_send_signal, proc_encode_coding_system, Fprocess_send_eof)
5717 (sigchld_handler, status_notify): Adjust to new non-Lisp fields for
5718 `pid' and `raw_status'.
5719 (Fprocess_id, Fsignal_process): Same, and additionally use floats when
5720 representing PIDs that are larger than most-positive-fixnum.
5722 * keymap.c (describe_map): Only use XINT if we checked INTEGERP.
5724 * lisp.h (OFFSETOF, PSEUDOVECSIZE): New macros.
5726 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5728 * w32fns.c (Fx_show_tip): Add 3 to the 5th arg of SetWindowPos.
5730 2006-04-03 Paul Eggert <eggert@cs.ucla.edu>
5732 * editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to
5733 ../lib-src/b2m.c and ../lib-src/editfns.c.
5734 (Fcurrent_time_string): Use it.
5735 Document that the year might not consume 4 columns if it's outside
5736 the range 1000-9999.
5737 Check for asctime failure.
5738 Don't assume that the output string length is always exactly 24.
5740 2006-04-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5742 * macterm.c (XTread_socket): Initialize variable `f' before its use.
5744 2006-04-03 Kenichi Handa <handa@m17n.org>
5746 * image.c: Include "charset.h" and "coding.h".
5747 (x_find_image_file): Return an encoded file name.
5749 2006-04-01 Eli Zaretskii <eliz@gnu.org>
5751 * configure: Regenerated.
5753 2006-03-31 Kenichi Handa <handa@m17n.org>
5755 * xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
5757 2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5759 * xdisp.c (syms_of_xdisp): Fix variable name.
5761 2006-03-30 Kenichi Handa <handa@m17n.org>
5763 * xterm.c (x_term_init): Delete superfluous UNGCPRO.
5765 2006-03-29 Juanma Barranquero <lekktu@gmail.com>
5767 * keyboard.c (process_tool_bar_item): Reorder dummy args.
5769 2006-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5771 * keyboard.c (tool_bar_items): Use map_keymap.
5772 (process_tool_bar_item): Add dummy args to fit the required interface.
5774 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5776 * .gdbinit (pr, pp, pp1, pv, pv1): Force print_output_debug_flag
5777 to zero before calling debug_print or safe_debug_print.
5779 * print.c (print_output_debug_flag): New global variable.
5780 (Fexternal_debugging_output) [WINDOWSNT]: Don't call
5781 OutputDebugString if print_output_debug_flag is zero.
5783 2006-03-24 Paul Eggert <eggert@cs.ucla.edu>
5785 * editfns.c (TM_YEAR_BASE): Move up, so the changes below can use it.
5786 (Fdecode_time, Fencode_time): Use TM_YEAR_BASE instead of 1900.
5787 (Fdecode_time): Cast tm_year to EMACS_INT.
5788 (Fcurrent_time_string): Report an invalid time specification if
5789 the argument is invalid. Also, check for out-of-range time stamps.
5791 2006-03-24 Kim F. Storm <storm@cua.dk>
5793 * xterm.c (handle_one_xevent):
5794 * w32term.c (w32_read_socket):
5795 * macterm.c (XTread_socket): Don't let key-press clear mouse face
5796 on in toolbar window if mouse-highlight is an integer.
5798 * fns.c (sxhash_list): Include last non-nil CDR in hash.
5800 2006-03-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5802 * macmenu.c (enum mac_menu_kind): New enum.
5803 (min_menu_id): New variable.
5804 (POPUP_SUBMENU_ID, MIN_POPUP_SUBMENU_ID, MIN_MENU_ID)
5805 (MIN_SUBMENU_ID): Remove defines. All uses are replaced with
5806 min_menu_id and enumerators in enum mac_menu_kind.
5807 (fill_menu, dispose_menus, install_menu_quit_handler): New arg KIND.
5808 All uses changed. Add range check for menu ID.
5809 (fill_menubar): Add range check for menu ID.
5810 [HAVE_CANCELMENUTRACKING] (menu_quit_handler): Check error code of
5812 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler
5815 2006-03-22 Kim F. Storm <storm@cua.dk>
5817 * xdisp.c: Undo 2006-03-21 change.
5819 * term.c: Define aliases for append_glyph and produce_stretch_glyph
5820 when `static' is defined to avoid name clash with those in xdisp.c.
5822 * process.c (Faccept_process_output): Fix to comply with lisp
5823 reference. Change arg "timeout" to "seconds" and allow both
5824 integer and float value. Change arg "timeout-msec" to "millisec"
5825 and interpret" as milliseconds rather than microseconds. Fix doc
5828 2006-03-21 Ken Raeburn <raeburn@raeburn.org>
5830 * xdisp.c (store_next_glyph): Rename from append_glyph.
5831 (generate_stretch_glyph): Rename from produce_stretch_glyph.
5832 All callers changed accordingly.
5834 2006-03-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5836 * xterm.c: x_session_initialized new variable.
5837 (x_term_init): Use x_session_initialized to check if
5838 x_session_initialize should be called.
5839 (x_initialize): Initialize x_session_initialized.
5841 2006-03-21 Kim F. Storm <storm@cua.dk>
5843 * fringe.c (draw_fringe_bitmap): Don't calculate default overlay arrow
5844 bitmap here, but ...
5845 (update_window_fringes): ... here, so we can test if it has changed.
5847 2006-03-20 Andreas Schwab <schwab@suse.de>
5849 * dispnew.c (init_display): Check DISPLAY here.
5851 * emacs.c (main): Don't check here.
5853 * xterm.c (x_display_ok): Don't use DISPLAY env var.
5855 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5857 * window.c (window_scroll_pixel_based): Yet another int/Lisp_Object
5860 2006-03-20 Eli Zaretskii <eliz@gnu.org>
5862 * emacs.c (main): Fix last change.
5864 2006-03-20 Kenichi Handa <handa@m17n.org>
5866 * fileio.c (Fwrite_region): Set visit_file to Qnil before GCPRO it.
5868 * keymap.c (map_keymap): Set tail to Qnil before GCPRO it.
5870 * xfns.c (xg_set_icon): Remove unnecessary GCPRO.
5872 * xterm.c (x_term_init): Remove unnecessary GCPRO.
5874 2006-03-19 Kim F. Storm <storm@cua.dk>
5876 * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
5877 so it doesn't associate overlay string with following glyph by default.
5878 Allow integer property value to specify explicit number of buffer
5879 positions associate with overlay string.
5881 2006-03-18 Chong Yidong <cyd@stupidchicken.com>
5883 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.
5885 2006-03-18 Nozomu Ando <nand@mac.com>
5887 * m/pmax.h (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.
5888 (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define.
5889 (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]:
5892 * m/mips.h: Don't use unexmips on NetBSD.
5893 (LIBS_MACHINE): Move definition lower, so it doesn't use
5894 LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP,
5895 C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
5897 * unexelf.c [BROKEN_NOCOMBRELOC]: Include assert.h.
5898 (unexec) [BROKEN_NOCOMBRELOC]: Handle platforms whose nocombreloc
5899 option is broken (e.g., MIPS/NetBSD).
5901 2006-03-18 Craig McDaniel <craigmcd@gmail.com> (tiny change)
5903 * sheap.c (STATIC_HEAP_SIZE): Enlarge STATIC_HEAP_SIZE to 12MB.
5904 Remove the HAVE_X_WINDOWS conditional.
5906 2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change)
5908 * emacs.c (main): If user asks for a display that is unavailable,
5911 * xterm.c (x_display_ok): New function.
5913 * xterm.h: Add prototype for x_display_ok.
5915 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5917 * w32fns.c (Fw32_select_font): Doc fix.
5919 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5921 * image.c [MAC_OS] (XPutPixel, XGetPixel)
5922 [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized
5923 version when depth is 32.
5924 (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]:
5926 (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it.
5927 (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage.
5929 * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]:
5930 Create GWorld in ARGB pixel format.
5931 (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]:
5933 (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image
5934 instead of mac_copy_area/mac_copy_area_with_mask.
5936 2006-03-15 Kim F. Storm <storm@cua.dk>
5938 * xdisp.c (extend_face_to_end_of_line): Always add space glyph to
5939 empty row. Fixes memory corruption revealed by 2006-03-02 change.
5940 (display_tool_bar_line): Skip empty tool-bar line if HEIGHT < 0.
5941 (tool_bar_lines_needed): Fix tool-bar display in case the tool-bar
5942 width is exactly the same as the window width. Don't count a final
5943 empty tool-bar line (pass HEIGHT = -1 to display_tool_bar_line).
5945 2006-03-15 Juanma Barranquero <lekktu@gmail.com>
5947 * fringe.c (w32_init_fringe, w32_reset_fringes): Revert to being
5948 conditional on HAVE_NTGUI, not WINDOWS_NT.
5950 2006-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5952 * dispextern.h (mac_init_fringe) [MAC_OS]: Add prototype.
5954 * fringe.c (mac_init_fringe) [MAC_OS]: New function.
5956 * macterm.c (mac_initialize) [USE_CG_DRAWING]: Call mac_init_fringe.
5957 (max_fringe_bmp, fringe_bmp) [USE_CG_DRAWING]: New variables.
5958 (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap)
5959 (mac_draw_cg_image) [USE_CG_DRAWING]: New functions.
5960 (mac_draw_bitmap) [USE_CG_DRAWING]: Remove function.
5961 (x_draw_fringe_bitmap) [USE_CG_DRAWING]: Use mac_draw_cg_image
5962 instead of mac_draw_bitmap.
5963 (x_redisplay_interface) [USE_CG_DRAWING]: Set handlers for
5964 define_fringe_bitmap and destroy_fringe_bitmap.
5966 2006-03-14 Chong Yidong <cyd@stupidchicken.com>
5968 * xterm.c (x_uncatch_errors): Block input for entire function.
5970 2006-03-12 Jason Rumney <jasonr@gnu.org>
5972 * w32fns.c (Fx_create_frame): Remove call to
5973 Qface_set_after_frame_default (from xfns.c 2003-05-26).
5975 * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when
5976 finished with the menu.
5978 * w32term.c: Sync 2005-10-24 xterm.c changes.
5979 (last_mouse_glyph_frame): New var.
5980 (note_mouse_movement): Say mouse moved if current frame differs
5981 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
5982 (w32_mouse_position): Set last_mouse_glyph_frame.
5983 Remove OLD_REDISPLAY_CODE block.
5985 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5987 * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
5989 * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context.
5990 (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
5992 * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
5994 * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
5996 * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground)
5997 (x_draw_composite_glyph_string_foreground)
5998 (x_draw_image_foreground): Undo previous changes.
5999 (x_draw_hollow_cursor): Likewise. Subtract 1 from the last
6000 argument of mac_draw_rectangle.
6001 (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
6002 (mac_draw_string_common, mac_draw_image_string_cg): Use them.
6003 (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
6004 (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
6005 [USE_CG_DRAWING]: New functions.
6006 (mac_draw_line, mac_erase_rectangle, mac_clear_window)
6007 (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
6008 (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
6009 (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
6010 (mac_copy_area, mac_scroll_area, x_scroll_bar_create)
6011 (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
6012 (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
6014 2006-03-12 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
6016 * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'.
6018 2006-03-11 Jason Rumney <jasonr@gnu.org>
6020 * w32fns.c (signal_user_input): New function.
6021 (post_character_message): Use it for keyboard input.
6022 (w32_msg_pump): Use it for mouse input.
6024 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6026 * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y.
6027 (window_scroll_pixel_based, syms_of_window): Adapt to above change.
6029 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6031 * w32fns.c (w32_wnd_proc): Ignore middle and extra button events
6032 if a menu is already active (the menubar_active flag is on).
6034 2006-03-11 David Ponce <david@dponce.com>
6036 * xfns.c (x_create_tip_frame): Preserve received parms by copying them.
6038 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6040 * w32term.c: Add x_fully_uncatch_errors and x_catching_errors to
6041 the list of unused display error handling functions.
6043 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors only if
6045 (internal_condition_case, internal_condition_case_1)
6046 (internal_condition_case_2): Call x_catching_errors only if
6049 * vm-limit.c [HAVE_GETRLIMIT]: Don't define unconditionally.
6050 Don't include sys/resource.h unless defined.
6052 2006-03-11 Richard Stallman <rms@gnu.org>
6054 * keymap.c (describe_map): Shorten string to indicate shadowed binding.
6056 * vm-limit.c (get_lim_data, lim_data, data_space_start):
6057 Move from mem-limits.h.
6058 (enum warnlevel): New data type.
6059 (check_memory_limits): Rewrite the logic about warnings.
6060 Use standard `struct rlimit'. Check return values for nonsense.
6061 (memory_warnings): Always clear lim_data.
6063 * mem-limits.h (get_lim_data, lim_data, data_space_start):
6066 * xterm.c (x_fully_uncatch_errors, x_catching_errors): New functions.
6068 * eval.c (unwind_to_catch): Call x_fully_uncatch_errors.
6069 (internal_condition_case_1, internal_condition_case_2):
6070 Abort if within unclosed x_catch_errors.
6072 2006-03-11 Romain Francoise <romain@orebokech.com>
6074 * process.c (Vprocess_adaptive_read_buffering): Doc fix.
6076 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6078 * lisp.h: Remove duplicate prototypes. Make the prototype of
6079 getloadavg be conditioned on HAVE_GETLOADAVG being undefined.
6081 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6083 * xterm.c (x_draw_hollow_cursor): Subtract 1 from the last
6084 argument of XDrawRectangle.
6086 * xdisp.c (get_phys_cursor_geometry): Don't decrease height by 1.
6088 * macterm.c (mac_draw_rectangle): Don't add 1 to width and height.
6089 (x_draw_glyph_string_foreground)
6090 (x_draw_composite_glyph_string_foreground)
6091 (x_draw_image_foreground): Don't subtract 1 from width and height
6092 arguments to mac_draw_rectangle.
6093 (x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
6095 2006-03-10 Kim F. Storm <storm@cua.dk>
6097 * alloc.c (USE_POSIX_MEMALIGN): Fix last change.
6099 2006-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6101 * alloc.c (USE_POSIX_MEMALIGN): New macro.
6102 (ABLOCKS_BASE, lisp_align_malloc, lisp_align_free): Use it.
6104 2006-03-09 Kenichi Handa <handa@m17n.org>
6106 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding
6107 ASCII component of a composition.
6109 2006-03-08 Luc Teirlinck <teirllm@auburn.edu>
6111 * window.c: Declare preserve_y as a static global variable.
6112 (window_scroll_pixel_based): No longer declare preserve_y;
6114 (syms_of_window): Set preserve_y to -1.
6116 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6118 * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap
6120 [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap
6123 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
6125 * xdisp.c (handle_invisible_prop): Don't update it->position with
6126 a buffer position if we're in a display string.
6128 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6130 * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH)
6131 (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines.
6133 * macfns.c (x_default_scroll_bar_color_parameter)
6134 (x_set_scroll_bar_foreground, x_set_scroll_bar_background):
6135 Remove unnecessary prototypes.
6136 (x_set_scroll_bar_default_width):
6137 Use MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH.
6138 (mac_set_scroll_bar_width): New function.
6139 (mac_frame_parm_handlers): Set it as handler for scroll-bar-width.
6141 * macterm.c (get_control_part_bounds): Fix type of return value.
6142 (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
6143 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show
6144 scroll bar if it is not tall enough to display scroll bar thumb.
6145 [USE_CARBON_EVENTS] (mac_convert_event_ref)
6146 (mac_handle_command_event, mac_handle_window_event)
6147 (mac_handle_mouse_event): Check error code of GetEventParameter.
6148 (convert_fn_keycode) [MAC_OSX]: Likewise.
6150 2006-03-05 Andreas Schwab <schwab@suse.de>
6152 * xselect.c (x_catch_errors_unwind): Fix missing return value.
6154 2006-03-02 Kim F. Storm <storm@cua.dk>
6156 * frame.h (struct frame): New member n_tool_bar_rows.
6158 * xdisp.c: Minimize the unpleasent visual impact of the requirement
6159 that non-toolkit tool-bars must occupy an integral number of screen
6160 lines, by distributing the rows evenly over the tool-bar screen area.
6161 (Vtool_bar_border): New variable.
6162 (syms_of_xdisp): DEFVAR_LISP it.
6163 (display_tool_bar_line): Add HEIGHT arg for desired row height.
6164 Make tool-bar row the desired height. Use default face for border
6166 (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of
6167 actual tool-bar rows.
6168 (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially.
6169 Adjust the height of the tool-bar rows to fill tool-bar screen area.
6170 (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area
6173 2006-03-01 Luc Teirlinck <teirllm@auburn.edu>
6175 * search.c (Fregexp_quote): Do not precede a literal `]' with two
6176 backslashes to try to make clear that it has a literal meaning; it
6177 does not do that. (It could close a character alternative
6178 containing a backslash.)
6180 2006-02-28 Chong Yidong <cyd@stupidchicken.com>
6182 * xselect.c (x_catch_errors_unwind): New function.
6183 (x_reply_selection_request): Put x_uncatch_errors in an unwind.
6184 (Fx_get_atom_name): Call x_uncatch_errors earlier.
6186 * window.c (Qscroll_up, Qscroll_down): New syms.
6187 (window_scroll_pixel_based): Make preserve_y static to avoid
6188 getting point stuck when scrolling 1 line.
6190 2006-02-26 Chong Yidong <cyd@stupidchicken.com>
6192 * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary argument.
6194 * xterm.c (x_load_font, x_term_init, XTmouse_position)
6195 (handle_one_xevent, x_connection_closed, x_list_fonts):
6196 No arg for x_uncatch_errors.
6198 * xselect.c (x_own_selection, x_decline_selection_request)
6199 (x_reply_selection_request, x_get_foreign_selection)
6200 (Fx_get_atom_name, Fx_send_client_event): Likewise.
6202 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
6205 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
6207 * lread.c: Declare Vload_file_rep_suffixes instead of
6208 deleted variable default_suffixes.
6209 (Fget_load_suffixes): New function.
6210 (Fload): Use Fget_load_suffixes and Vload_file_rep_suffixes.
6211 No longer use deleted variable default_suffixes. Update docstring.
6212 (syms_of_lread): defsubr Sget_load_suffixes.
6213 Expand `load-suffixes' docstring.
6214 Delete default_suffixes and DEFVAR_LISP the new variable
6215 `load-file-rep-suffixes'.
6217 * w32.c (check_windows_init_file): Use Fget_load_suffixes instead
6220 * lisp.h: EXFUN Fget_load_suffixes.
6221 Extern Vload_file_rep_suffixes.
6223 * eval.c (specpdl_ptr): Remove volatile qualifier for consistency
6226 2006-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6228 * lisp.h (struct specbinding, specpdl_ptr): Remove the volatile
6229 qualifier which was trying to avoid the bug that was fixed by
6230 yesterday's changes to xterm.c.
6232 2006-02-25 Chong Yidong <cyd@stupidchicken.com>
6234 * xterm.h (x_catch_errors) Return value changed to void.
6235 (x_uncatch_errors): Delete unused count argument.
6237 * xterm.c (x_catch_errors): Don't use record_unwind_protect, since
6238 it can be called in a signal handler.
6239 (x_catch_errors_unwind): Function deleted.
6240 (x_uncatch_errors): Deallocate last x_error_message_stack struct.
6241 (x_check_errors): Call x_uncatch_errors before signalling error.
6243 (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
6244 (x_connection_closed, x_list_fonts): Use new versions of
6245 x_catch_errors and x_uncatch_errors.
6247 * xselect.c (x_own_selection, x_decline_selection_request)
6248 (x_reply_selection_request, x_get_foreign_selection)
6249 (Fx_get_atom_name, Fx_send_client_event): Likewise.
6251 * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame):
6254 * eval.c (record_unwind_protect): Add an assertion.
6256 2006-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
6258 * process.c (Fmake_network_process): Init the process's mark.
6260 2006-02-25 Kim F. Storm <storm@cua.dk>
6262 * buffer.c (modify_overlay): Force redisplay if we modify an
6263 overlay at the end of the buffer.
6265 2006-02-24 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6267 * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns
6268 nil the image file has been removed, in that case use the (cached)
6271 2006-02-24 Kenichi Handa <handa@m17n.org>
6273 * fileio.c (Finsert_file_contents): When a text is replaced
6274 partially, be sure to set point before the inserted characters.
6276 2006-02-23 Zhang Wei <id.brep@gmail.com> (tiny change)
6278 * xfns.c (Fx_file_dialog): Return a decoded file name.
6280 2006-02-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6282 * dispnew.c (update_text_area): Avoid needless redraw of rightmost
6283 glyph whose face is extended to the text area end.
6285 * macterm.c (x_set_toolkit_scroll_bar_thumb): Don't set control
6286 values if control is not visible or values are not changed.
6288 2006-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
6290 * window.c (Fwindow_list): Check `window' before doing XWINDOW.
6291 The default `window' should not be "on a different frame".
6293 2006-02-22 Kim F. Storm <storm@cua.dk>
6295 * indent.c (Fvertical_motion): Only try to move back if we can.
6297 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6299 * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
6302 * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
6305 * macterm.c (GC_CLIP_REGION): Remove macro.
6306 (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
6307 All uses changed. Don't do clipping if n_clip_rects is zero.
6308 (mac_set_clip_rectangles): Use xassert instead of abort.
6309 Set n_clip_rects. Don't make clip_region empty when number of
6310 clipping rectangles is zero.
6311 (mac_reset_clip_rectangles): Set n_clip_rects directly instead of
6312 calling mac_set_clip_rectangles.
6313 (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
6314 avoid multiple redraws.
6316 2006-02-22 Kim F. Storm <storm@cua.dk>
6318 * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.
6320 2006-02-21 Kim F. Storm <storm@cua.dk>
6322 * fringe.c (syms_of_fringe) <fringe-bitmaps>: Doc fix.
6324 2006-02-21 Zhang Wei <brep@newsmth.org>
6326 * xfns.c (Fx_file_dialog, Motif and GTK): DECODE_FILE before
6329 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6331 * fringe.c (horizontal_bar_bits): Rename from `horisontal_bar_bits'.
6332 (standard_bitmaps): Use it.
6334 2006-02-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6336 * macterm.c (mac_draw_string_common): Remove arg MODE. New arg
6337 BG_WIDTH. All uses changed. Draw background if BG_WIDTH is not zero.
6338 (mac_draw_image_string, mac_draw_image_string_16): New arg BG_WIDTH.
6339 [USE_CG_TEXT_DRAWING] (mac_draw_image_string_cg): Rename from
6340 mac_draw_string_cg. New arg BG_WIDTH. All uses changed.
6341 Draw background if BG_WIDTH is not zero. Use float constants as
6342 divisors instead of double. Use alloca instead of xmalloc/xfree.
6343 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
6344 [!MAC_OS8 || USE_ATSUI]: Background may be drawn using
6345 mac_draw_image_string* functions.
6346 (XLoadQueryFont) [MAC_OS8 && USE_ATSUI]: Don't adjust heights of
6347 some fonts when srcCopy text transfer mode might be used.
6348 (mac_begin_clip, mac_end_clip): Check if region is empty.
6349 (mac_set_clip_rectangles): When resetting clip region, make it
6350 empty instead of disposing of it.
6352 2006-02-20 Kim F. Storm <storm@cua.dk>
6354 * Makefile.in: Add fringe.elc to WINDOW_SUPPORT.
6356 * buffer.h (struct buffer): New members fringe_indicator_alist and
6357 fringe_cursor_alist.
6359 * buffer.c (init_buffer_once): Set dummy default values for
6360 fringe-indicator-alist and fringe-cursor-alist. The proper
6361 default values are set by pre-loading fringe.el.
6362 (syms_of_buffer): defvar_per_buffer new fringe-indicator-alist and
6363 fringe-cursor-alist buffer-local variables and defvar_lisp_nopro
6364 corresponding default- variables.
6366 * fringe.c (enum fringe_bitmap_type): Remove. Change all uses
6368 (NO_FRINGE_BITMAP, UNDEF_FRINGE_BITMAP, MAX_STANDARD_FRINGE_BITMAPS):
6370 (Qtruncation, Qcontinuation, Qempty_line, Qtop_bottom)
6371 (Qhollow_small): New variables.
6372 (syms_of_fringe): Intern and staticpro them.
6373 (question_mark_bits): Rename from unknown_bits.
6374 (left_curly_arrow_bits): Rename from continuation_bits.
6375 (right_curly_arrow_bits): Rename from continued_bits.
6376 (left_triangle_bits): Rename from ov_bits.
6377 (right_triangle_bits): Add.
6378 (filled_rectangle_bits): Rename from filled_box_cursor_bits.
6379 (hollow_rectangle_bits): Rename from hollow_box_cursor_bits.
6380 (filled_square_bits): Add.
6381 (vertical_bar_bits): Rename from bar_cursor_bits.
6382 (horizontal_bar_bits): Rename from hbar_cursor_bits.
6383 (empty_line_bits): Rename from zv_bits.
6384 (standard_bitmaps): Update to use new names.
6385 (draw_fringe_bitmap_1): Make static.
6386 (get_logical_cursor_bitmap, get_logical_fringe_bitmap): New functions
6387 to map from logical cursors and indicators to physical bitmaps.
6388 (draw_fringe_bitmap): Resolve fringe cursor and overlay-arrow
6389 bitmaps using symbol names instead of bitmap numbers.
6390 (update_window_fringes): Use logical indicator symbol names
6391 instead of bitmap numbers for logical. Add bitmap cache.
6392 (LEFT_FRINGE, RIGHT_FRINGE): New helper macros.
6394 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6396 * regex.c: Revert 2006-02-19 change.
6397 (xmalloc, xrealloc): Define these when not linked to Emacs.
6398 Redefine malloc -> xmalloc, realloc -> xrealloc as in Emacs case.
6400 2006-02-19 Luc Teirlinck <teirllm@auburn.edu>
6402 * regex.c (extend_range_table_work_area): Fix typo.
6404 2006-02-19 Richard M. Stallman <rms@gnu.org>
6406 * xterm.c (x_catch_errors): Use xmalloc.
6408 * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
6409 (regex_compile): Likewise.
6410 (regcomp): Use xmalloc.
6412 * gtkutil.c (malloc_widget_value): Use xmalloc.
6414 * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
6415 (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
6417 * xmenu.c (digest_single_submenu): When pane_string is empty,
6418 do initialize save_wv.
6420 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6422 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
6423 w->update_mode_line if arg F is not the selected frame.
6425 * macmenu.c (popup_activated_flag, submenu_id)
6426 (next_menubar_widget_id): Remove variables.
6427 (initialize_frame_menubar): Remove function.
6428 (pop_down_menu, mac_menu_show): Simplify save value.
6429 (dispose_menus): New function.
6430 (pop_down_menu, fill_menubar): Use it.
6431 (fill_submenu): Remove function. All uses changed to fill_menu.
6432 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg
6433 POS. Don't call SetMenuItemHierarchicalID here.
6434 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be
6435 used next. Call SetMenuItemHierarchicalID here.
6436 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu
6437 objects if needed. Reuse existing menu bar titles if possible.
6438 (set_frame_menubar): Don't clean up menu objects here.
6440 2006-02-18 Chong Yidong <cyd@stupidchicken.com>
6442 * window.c (window_min_size_1): Ensure room for the scroll bar and
6445 2006-02-17 Romain Francoise <romain@orebokech.com>
6447 * puresize.h (BASE_PURESIZE): Increment to 1200000.
6449 2006-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
6451 * alloc.c (Fmake_symbol): Comment-out left-over assert from before the
6452 addition of the BLOCK_INPUTs.
6454 2006-02-17 Juanma Barranquero <lekktu@gmail.com>
6456 * window.c (Fset_window_scroll_bars): Doc fix.
6458 2006-02-17 Kenichi Handa <handa@m17n.org>
6460 * xdisp.c (display_mode_element): Call display_string with correct
6461 PREC arg (which must be a number of characters, not column width).
6463 2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6465 * frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
6467 * macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
6469 * macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
6471 2006-02-14 Richard M. Stallman <rms@gnu.org>
6473 * frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.
6475 * m/ibms390x.h: New file.
6477 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6479 * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to the
6480 value of x-gtk-whole-detached-tool-bar.
6481 (xg_tool_bar_attach_callback): Set show-arrow to TRUE.
6483 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
6485 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6487 * xterm.c (x_x_to_emacs_modifiers): Make non-static.
6489 * xterm.h: Declare x_x_to_emacs_modifiers.
6491 * gtkutil.c (xg_tool_bar_button_cb): New function.
6492 (xg_tool_bar_callback): Call x_x_to_emacs_modifiers to
6493 store modifiers in event.
6494 (update_frame_tool_bar): Connect button-release-event to
6495 xg_tool_bar_button_cb.
6497 2006-02-13 Richard M. Stallman <rms@gnu.org>
6499 * .gdbinit (xwindow): Update the code to show the window box.
6501 2006-02-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6503 * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).
6505 2006-02-12 Richard M. Stallman <rms@gnu.org>
6507 * cmds.c (internal_self_insert): Handle weird auto-fill-function.
6509 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6511 * keyboard.c (Venable_disabled_menus_and_buttons): New variable.
6512 (syms_of_keyboard): DEVFAR_LISP and initialize it.
6513 (parse_tool_bar_item, parse_menu_item): If that variable is
6514 non-nil, don't disable menu items and tool-bar buttons.
6516 2006-02-11 Juanma Barranquero <lekktu@gmail.com>
6518 * doc.c (Fsubstitute_command_keys): Doc fix.
6520 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org>
6522 * data.c (Findirect_function): Rewrite docstring.
6523 Fix omission bug: Declare new arg NOERROR.
6525 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6527 * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
6528 if window_desc is not set yet.
6529 (Fx_create_frame): Remove variable x_frame_name. Apply 2005-12-07
6530 and 2006-01-26 changes for xfns.c. Call x_iconify_frame if frame
6531 parameter `visibility' is `icon'.
6532 (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
6533 instead of "fontset-mac".
6534 (Fx_focus_frame): New defun.
6535 (syms_of_macfns): Defsubr it.
6537 * macterm.c (mac_define_frame_cursor): Don't change pointer shape
6538 for unfocused frame.
6539 (x_raise_frame): Call BringToFront instead of SelectWindow.
6540 (x_lower_frame): Use NULL instead of nil.
6541 (x_make_frame_visible): Don't call SelectWindow.
6542 (XTread_socket): Increment handling_signal at the start, decrement
6544 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
6545 CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
6547 2006-02-10 Kim F. Storm <storm@cua.dk>
6549 * data.c (Findirect_function): Add NOERROR arg. All callers changed
6550 to pass Qnil for NOERROR.
6552 * keymap.c (current_minor_maps_error): Remove.
6553 (current_minor_maps): Pass Qt for NOERROR to Findirect_function
6554 instead of using internal_condition_case_1+current_minor_maps_error.
6556 2006-02-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6558 * xterm.c (handle_one_xevent): Must note mouse movement even for nil
6559 frames for GTK, in that case it is the tool bar. This is so that
6560 highlighted text get reset properly.
6562 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6564 * alloc.c (Fmake_bool_vector, Fpurecopy): Doc fixes.
6566 2006-02-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6568 * window.c (adjust_window_trailing_edge): Check that shrinking
6569 does not set a window to size zero or less.
6571 2006-02-08 Miles Bader <miles@gnu.org>
6573 * editfns.c (Fconstrain_to_field): Use Fget_char_property instead
6574 of Fget_text_property (other field functions work with overlays as
6575 well as text-properties).
6577 2006-02-07 Kenichi Handa <handa@m17n.org>
6579 * dispextern.h (unibyte_display_via_language_environment): Extern it.
6581 * xterm.h (unibyte_display_via_language_environment):
6582 * w32term.h (unibyte_display_via_language_environment):
6583 * macterm.h (unibyte_display_via_language_environment): Delete extern.
6585 2006-02-07 Kenichi Handa <handa@m17n.org>
6587 * term.c (append_glyph): Refer to it->char_to_display instead of it->c.
6588 (produce_glyphs): Set the character to print in
6589 it->char_to_display. Handle unibyte-display-via-language-environment.
6590 (produce_stretch_glyph): Set character to print in it->char_to_display.
6592 2006-02-06 Kenichi Handa <handa@m17n.org>
6594 * lread.c (openp): Initialize encoded_fn before GCPRO it.
6596 2006-02-05 Ken Raeburn <raeburn@raeburn.org>
6598 * editfns.c (Fconstrain_to_field): Fix int/Lisp_Object mixup.
6600 * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]:
6601 Cast bitfield value to EMACS_INT, to suppress gcc warning.
6603 * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before
6606 2006-02-03 Kim F. Storm <storm@cua.dk>
6608 * xdisp.c: Cache last merged escape glyph face.
6609 (last_escape_glyph_frame, last_escape_glyph_face_id)
6610 (last_escape_glyph_merged_face_id): New variables.
6611 (get_next_display_element): Use/update them.
6612 (redisplay_internal): Reset them before redisplay.
6614 * xdisp.c (set_iterator_to_next): Optimize 2004-12-13 fix.
6615 Only recheck faces after displaying ellipsis.
6617 2006-02-02 Kenichi Handa <handa@m17n.org>
6619 * coding.c (decode_composition_emacs_mule): Fix handling of
6620 incorrect format data.
6622 2006-01-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6624 * gtkutil.c (update_frame_tool_bar): Use new tool bar function
6625 gtk_toolbar_insert() so we can have tool bars of different sizes.
6627 2006-01-30 Luc Teirlinck <teirllm@auburn.edu>
6629 * data.c (Flistp): Doc fix.
6631 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6633 * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll):
6634 Fix typos in docstrings.
6636 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6638 * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings.
6640 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
6642 * alloc.c (make_interval, allocate_string)
6643 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
6644 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
6647 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6649 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
6650 the MSDOS definition.
6652 2006-01-26 Richard M. Stallman <rms@gnu.org>
6654 * alloc.c (check_pure_size): Make overflow message an "error message".
6656 * keymap.c (Fmap_keymap): Doc fix.
6658 * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist
6659 unless they were cleared out.
6661 * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there.
6663 2006-01-26 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
6665 * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries.
6666 (find_field): Set before_field to after_field when pos is at BEGV.
6667 (Fline_beginning_position, Fline_end_position):
6668 Clarify confusing doc string.
6670 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc
6673 2006-01-26 Kenichi Handa <handa@m17n.org>
6675 * callproc.c (Fcall_process): GCPRO error_file. Encode infile,
6676 current_dir, and error_file. On reporting an error, decode them
6679 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6681 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
6682 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
6683 Don't check for quit, since any loop will go through fail or jump.
6685 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
6687 * alloc.c (allocate_string_data): Update next_free immediately, to
6688 reduce risk of memory clobberage.
6690 2006-01-24 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
6692 * xdisp.c (handle_invisible_prop): Set it->position to fix cursor
6693 display when point moves across an ellipsis. If there are
6694 adjacent invisible texts, don't lose the second one's ellipsis.
6695 (x_produce_glyphs): Doc fix.
6697 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6699 * xterm.c (x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
6701 2006-01-23 Kim F. Storm <storm@cua.dk>
6703 * xdisp.c (handle_single_display_spec): Fix handling of space
6704 property on char from string: set *position rather than
6706 (produce_stretch_glyph): Reduce width of stretch glyphs so they
6707 don't get wider than the window (unless truncate-lines is on).
6709 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6711 * xterm.c: Avoid allocating Lisp data from a signal handler.
6712 (x_error_message): New var to replace x_error_message_string.
6713 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)
6714 (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
6715 (syms_of_xterm): Use it instead of x_error_message_string.
6717 * alloc.c (lisp_align_free): Add an assertion.
6718 (make_interval, allocate_string, make_float, Fcons, Fmake_symbol)
6719 (allocate_misc): If ENABLE_CHECKING is on, check we're not called from
6722 2006-01-21 Luc Teirlinck <teirllm@auburn.edu>
6724 * dired.c (syms_of_dired) <completion-ignored-extensions>: Doc fix.
6726 2006-01-21 Romain Francoise <romain@orebokech.com>
6728 * xdisp.c (get_window_cursor_type): Fix last change.
6729 Update copyright year.
6731 2006-01-20 Eli Zaretskii <eliz@gnu.org>
6733 * lread.c (Fload): Don't leak the file descriptor returned by
6734 openp if we are going to signal an error.
6736 * w32.c (sys_close): If FD is outside [0..MAXDESC) limits, pass it
6738 (sys_dup): Protect against new_fd larger than fd_info[] can handle.
6739 (sys_read): If FD is outside [0..MAXDESC) limits, pass it directly
6741 (sys_write): If FD is outside [0..MAXDESC) limits, pass it
6744 * .gdbinit: Don't dereference Vsystem_type's Lisp_Symbol pointer
6747 2006-01-20 Kenichi Handa <handa@m17n.org>
6749 * puresize.h (BASE_PURESIZE): Increment to 1190000.
6751 2006-01-19 Chong Yidong <cyd@stupidchicken.com>
6753 * xdisp.c (get_window_cursor_type): Use cursor type specified by
6754 the selected buffer for the echo area too.
6756 2006-01-19 Richard M. Stallman <rms@gnu.org>
6758 * keymap.c (Fmap_keymap): Doc fix.
6760 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
6762 * keyboard.c (echo_char): Don't omit the space between first two
6765 * minibuf.c (read_minibuf): Fix previous change.
6767 2006-01-19 Kenichi Handa <handa@m17n.org>
6769 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
6771 2006-01-17 Richard M. Stallman <rms@gnu.org>
6773 * frame.c (x_frame_get_and_record_arg): Don't record Qunbound
6774 value in f->param_alist.
6776 2006-01-15 Andreas Schwab <schwab@suse.de>
6778 * search.c (Freplace_match): Use UPPERCASEP instead of !NOCASEP.
6780 2006-01-13 Richard M. Stallman <rms@gnu.org>
6782 * Makefile.in: Define new macro WINDOW_SUPPORT.
6784 (SOME_MACHINE_LISP): Add conditionally loaded files.
6786 2006-01-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6788 * macterm.c [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
6789 [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
6790 (XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
6793 * process.c [HAVE_INTTYPES_H]: Include inttypes.h.
6794 (ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
6795 (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
6796 macro. Also try member ifr_addr when getting netmask.
6798 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6800 * fileio.c (Fexpand_file_name): Remove redundant tests.
6801 Fix elimination of // so that it doesn't prevent elimination of an
6802 immediately following /. or /..
6804 2006-01-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6806 * gtkutil.c (xg_toggle_notify_cb): New function.
6807 (xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
6808 xg_toggle_notify_cb.
6809 (xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
6810 parameter value changes so the toggle button gets updated.
6812 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6814 * .gdbinit: Fix typo.
6816 2006-01-05 Eli Zaretskii <eliz@gnu.org>
6818 * .gdbinit: Fix last change.
6820 2006-01-05 Kim F. Storm <storm@cua.dk>
6822 * process.c (Fmake_network_process): Use AF_INET instead of
6823 AF_UNSPEC when AF_INET6 is not defined.
6825 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6827 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
6828 Don't check that the other type is known file-related one.
6830 * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
6831 gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
6832 OS X 10.4 and later.
6834 2006-01-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6836 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,
6837 let GTK do all image processing. Importing Emacs own pixmaps to GTK
6838 looks bad for inactive tool bar items with some Gnome themes.
6840 2006-01-04 Eli Zaretskii <eliz@gnu.org>
6842 * .gdbinit: Avoid a warning message when x_error_quitter is not
6845 * process.c [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support
6848 2006-01-04 Kim F. Storm <storm@cua.dk>
6850 * process.c: Add IPv6 support.
6851 (Qipv4, Qipv6): New vars.
6852 (syms_of_process): Intern and staticpro them.
6853 (Fformat_network_address): Handle 9 or 8 element vector as IPv6 address
6854 with or without port number. Handle 4 element vector as IPv4 address
6855 without port number.
6856 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
6857 (conv_lisp_to_sockaddr): Handle IPv6 addresses.
6858 (Fmake_network_process): Use :family 'ipv4 and 'ipv6 to explicitly
6859 request that address family only. :family nil or omitted means to
6860 determine address family from the specified :host and :service.
6861 (ifflag_table): Add missing OpenBSD IFF_ flags.
6862 (server_accept_connection): Handle IPv6 addresses.
6863 (init_process): Add (:family ipv4) and (:family ipv6) sub-features.
6865 * .gdbinit: Undo last change. Instead, look at Vsystem_type to
6866 determine which breakpoints to set.
6868 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6870 * keymap.c (describe_map_compare): Yet another int/Lisp_Object mixup.
6872 * window.h (Fwindow_minibuffer_p): Declare (for use in minibuf.c).
6874 2006-01-03 Romain Francoise <romain@orebokech.com>
6876 * emacs.c (main): Update copyright year.
6878 2006-01-03 Ken Raeburn <raeburn@gnu.org>
6880 * callproc.c (delete_temp_file): Bind file-name-handler-alist to
6881 nil for the call to internal_delete_file.
6883 2006-01-01 Ken Raeburn <raeburn@gnu.org>
6885 * callproc.c (Fcall_process_region): Bind file-name-handler-alist
6886 to nil for the call to Fwrite_region.
6888 2005-12-31 Richard M. Stallman <rms@gnu.org>
6890 * minibuf.c (read_minibuf): Clear out all other minibuffer windows.
6892 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6894 * emacs.c (gdb_pvec_type): A dummy variable for GDB's sake.
6896 2005-12-30 Luc Teirlinck <teirllm@auburn.edu>
6898 * textprop.c (set_text_properties): Reword description of return value.
6899 Return Qnil if caller wants to remove all text properties from a
6900 string and the string already has no intervals.
6902 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6904 * term.c (visible_cursor): New boolean var.
6905 (set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
6907 (syms_of_term): Export the new var as "visible-cursor".
6909 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6911 * .gdbinit: Tell users not to worry about GDB warnings that some
6912 functions do not exist in the binary.
6914 2005-12-30 Andreas Schwab <schwab@suse.de>
6916 * process.c (Fnetwork_interface_info): Correctly terminate the
6917 loop over ifflag_table.
6919 2005-12-29 Richard M. Stallman <rms@gnu.org>
6921 * lread.c (readevalloop): Test for reading a whole buffer
6922 before actually reading anything. Handle all cases, including
6923 START = END = nil and an already-narrowed buffer.
6924 Convert END to a marker if it is a number.
6926 * keymap.c (describe_map): Put sparse map elements into an array,
6927 sort them, then output a sequence of identical bindings on one line.
6928 (struct describe_map_elt): New data type.
6929 (describe_map_compare): New function.
6931 2005-12-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6933 * gtkutil.c (xg_get_file_with_chooser): Change message shown
6936 2005-12-27 Richard M. Stallman <rms@gnu.org>
6938 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
6939 not the current one.
6941 * minibuf.c (Fminibuffer_message): Doc fix.
6942 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
6944 * eval.c (do_autoload): Ignore elements of Vautoload_queue
6945 where car is not symbol.
6947 2005-12-27 Kenichi Handa <handa@m17n.org>
6949 * charset.c (lisp_string_width): Check multibyteness of STRING.
6951 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6953 * xfns.c (x_show_hidden_files): New variable.
6954 (syms_of_xfns): Defvar it.
6956 * gtkutil.c (xg_toggle_visibility_cb): New function.
6957 (xg_get_file_with_chooser): Add toggle hidden files and a message
6958 to the new file chooser dialog. Show hidden files if
6959 x_show_hidden_files is non-zero.
6961 2005-12-26 Richard M. Stallman <rms@gnu.org>
6963 * keyboard.h: Undo previous change.
6965 * Makefile.in (undo.o): Undo previous change.
6967 * undo.c: Undo previous change.
6969 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
6971 * keyboard.h: extern last_point_position_window.
6973 * undo.c: include keyboard.h.
6975 * Makefile.in (undo.o): Depend on keyboard.h.
6977 2005-12-26 Richard M. Stallman <rms@gnu.org>
6979 * commands.h (last_point_position_window): Declare.
6981 * undo.c: Depend on window.h.
6982 (record_point): Save old point from the correct window.
6984 * keyboard.c (last_point_position_window): New variable.
6985 (command_loop_1): Set last_point_position_window.
6986 (syms_of_keyboard): Init it.
6988 * Makefile.in (undo.o): Depend on window.h.
6990 2005-12-25 Richard M. Stallman <rms@gnu.org>
6992 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
6993 to undo a `provide'.
6995 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
6997 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr>
6999 * m/amdx86-64.h [__FreeBSD__] (START_FILES, LIB_STANDARD):
7000 define for FreeBSD on this platform.
7002 2005-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7004 * macterm.h (TYPE_FILE_NAME): New define.
7005 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Remove externs.
7007 * mac.c (posix_pathname_to_fsspec, fsspec_to_posix_pathname):
7008 Add prototypes. Make static.
7009 (mac_aedesc_to_lisp): Initialize err to noErr.
7010 (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
7011 (init_coercion_handler): New functions.
7012 (Fmac_coerce_ae_data): Use coercion of Apple event data for
7013 translation from/to file names.
7015 * macterm.c: Don't include sys/param.h.
7016 (init_coercion_handler): Add extern.
7017 [MAC_OS8] (main): Call init_coercion_handler.
7018 (mac_initialize) [MAC_OSX]: Likewise.
7019 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use coercion of
7020 Apple event data for translation from/to file names.
7022 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
7024 * image.c [MAC_OS] (find_image_fsspec): Likewise.
7026 2005-12-23 Martin Rudalics <rudalics@gmx.at>
7028 * insdel.c (insert, insert_and_inherit, insert_before_markers)
7029 (insert_before_markers_and_inherit): Make sure FROM is correct
7030 when `after-change-functions' are called.
7032 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7034 * xfns.c (Fx_uses_old_gtk_dialog): New function.
7036 * gtkutil.c (xg_uses_old_file_dialog): New function.
7037 (xg_get_file_name): Use xg_uses_old_file_dialog.
7039 * gtkutil.h: Declare xg_uses_old_file_dialog.
7041 2005-12-22 Richard M. Stallman <rms@gnu.org>
7043 * xmenu.c (xmenu_show): Call inhibit_garbage_collection.
7045 2005-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7047 * mac.c (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
7049 * macgui.h (XCharStruct): Remove member `valid_p'.
7050 (STORE_XCHARSTRUCT): Don't set member `valid_p'.
7051 (XCharStructRow): New typedef.
7052 (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID):
7054 (struct MacFontStruct): Add member `bounds'. Remove member
7055 `per_char'. All uses for QuichDraw Text fonts are changed to
7056 `bounds.per_char'. ATSUI font bounds are represented as an array
7057 `bounds.rows' of XCharStructRow's, each of which consists of a
7058 bitmap of valid entries and an array of char bounds.
7060 * macterm.c (mac_per_char_metric): Add prototype.
7061 (x_per_char_metric) [USE_CG_TEXT_DRAWING]: Remove prototype.
7062 (mac_query_char_extents): New function.
7063 (x_per_char_metric): Use it.
7064 (XLoadQueryFont): Likewise. Consolidate min/max_bounds calculations.
7065 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg):
7066 Use mac_per_char_metric instead of x_per_char_metric.
7067 (mac_text_extents_16): New function.
7068 (mac_compute_glyph_string_overhangs): Use it.
7069 (mac_unload_font): Free member `bounds' in struct MacFontStruct.
7071 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7073 * minibuf.c (Fdisplay_completion_list): Use XCAR/XCDR.
7074 (Fminibuffer_completion_help): Remove duplicates before display.
7076 2005-12-21 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
7078 * print.c (print_preprocess): Don't lose print_depth levels while
7081 2005-12-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7083 * macmenu.c (Qmac_apple_event): Add extern.
7084 (set_frame_menubar, mac_menu_show keymp_panes)
7085 (single_keymap_panes, list_of_panes, list_of_item)
7086 (single_menu_item): Add argument types to prototypes.
7087 (mac_dialog_show) [HAVE_DIALOGS]: Likewise.
7088 (struct skp): New struct (from xmenu.c).
7089 (single_keymap_panes, single_menu_item, list_of_panes)
7090 (list_of_item): Sync with xmenu.c.
7091 (Fx_popup_menu, Fx_popup_dialog): Likewise. Don't get window from
7092 POSITION if it is mac-apple-event event.
7093 (menubar_selection_callback): Don't use menu_command_in_progress.
7094 (set_frame_menubar): First parse all submenus, then make
7095 widget_value trees from them. Don't allocate any widget_value
7096 objects until we are done with the parsing.
7097 (parse_single_submenu, digest_single_submenu): New functions.
7098 (single_submenu): Function deleted, replaced by those two.
7099 (install_menu_quit_handler) [HAVE_CANCELMENUTRACKING]: Don't create
7100 or dispose of EventHandlerUPP. Install hander to all submenus.
7101 (mac_menu_show) [!HAVE_MULTILINGUAL_MENU]: Use ENCODE_MENU_STRING
7102 instead of ENCODE_SYSTEM.
7103 (free_frame_menubar, fill_submenu, fill_menu): Don't use NULL for
7105 [HAVE_DIALOGS] (mac_dialog_show): Sync with xdialog_show (in xmenu.c).
7106 (add_menu_item) [TARGET_API_MAC_CARBON]: Use CFString functions to
7107 format menu item string. Don't use NULL for integer value.
7109 * macterm.h (struct mac_output): Remove unused member
7110 menu_command_in_progress.
7112 2005-12-20 Juri Linkov <juri@jurta.org>
7114 * xmenu.c (Fx_popup_menu): Set Vmenu_updating_frame to f if
7115 position is non-nil, else set it to nil.
7117 * macmenu.c (Fx_popup_menu): Add `else' to set
7118 Vmenu_updating_frame to nil only if position is nil.
7120 * w32menu.c (Fx_popup_menu): Add `else' to set
7121 Vmenu_updating_frame to nil only if position is nil.
7123 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7125 * keyboard.c (make_lispy_event): Drag-and-drop items are now
7126 stored in member `args' of struct input_event.
7128 * termhooks.h (struct input_event): Fix comment for DRAG_N_DROP_EVENT.
7130 * xselect.c (x_handle_dnd_message): Drag-and-drop items are now
7131 stored in member `args' of struct input_event.
7133 * w32term.c (construct_drag_n_drop): Likewise.
7135 * macterm.c (mac_do_receive_drag): Likewise.
7136 (x_use_underline_position_properties): Undo 2005-07-13 change.
7137 (syms_of_macterm) <x-use-underline-position-properties>: Likewise.
7138 (mac_use_core_graphics, mac_wheel_button_is_mouse_2)
7139 (mac_pass_command_to_system, mac_pass_control_to_system):
7140 New boolean variables renamed from Lisp_Object ones
7141 Vmac_use_core_graphics, Vmac_wheel_button_is_mouse_2,
7142 Vmac_pass_command_to_system, and Vmac_pass_control_to_system.
7144 (syms_of_macterm): DEFVAR_BOOL them. Remove previous DEFVAR_LISPs.
7145 Make them user options.
7146 (mac_handle_command_event, mac_store_services_event):
7147 Call create_apple_event_from_event_ref without 5th argument.
7148 (backtranslate_modified_keycode): Mask off modifier keys that are
7149 mapped to some Emacs modifiers before passing it to KeyTranslate.
7150 (syms_of_macterm): Make variables `mac-emulate-three-button-mouse',
7151 `mac-wheel-button-is-mouse-2', and `mac-*-modifier' user options.
7152 Fix docstrings of `mac-*-modifier'.
7154 * mac.c (create_apple_event_from_event_ref): Remove arg `types'.
7155 (do_applescript): Change argument types to Lisp_Object.
7158 * macterm.h (create_apple_event_from_event_ref): Remove 5th
7159 argument from extern.
7161 2005-12-18 Dan Nicolaescu <dann@ics.uci.edu>
7163 * xfns.c (Fx_backspace_delete_keys_p): In case we cannot determine
7164 the answer, return `lambda', not nil.
7166 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7168 * makefile.w32-in (bootstrap-temacs): Warn that parts of commands
7169 enclosed in $(ARGQUOTE)s should not be split between two lines, as
7170 that will break with GNU Make >3.80, when sh.exe is used and
7171 arg quoting is with '..'.
7173 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7175 * print.c (print_preprocess): Just signal an error if print_depth
7178 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7180 * .gdbinit: Set a breakpoint on w32_abort.
7182 2005-12-16 Juri Linkov <juri@jurta.org>
7184 * minibuf.c (Fminibuffer_completion_contents): New Lisp function
7185 created from minibuffer_completion_contents.
7186 (minibuffer_completion_contents): Remove.
7187 (do_completion, Fminibuffer_complete_word)
7188 (Fminibuffer_completion_help): Replace minibuffer_completion_contents
7189 with Fminibuffer_completion_contents.
7190 (syms_of_minibuf): Add Sminibuffer_completion_contents.
7191 (Fdisplay_completion_list): Doc fix.
7192 (display_completion_list_1): Use `nil' for second arg of
7193 `Fdisplay_completion_list'.
7195 2005-12-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7197 * xfns.c (compute_tip_xy): Handle negative dx and dy.
7199 * w32fns.c (compute_tip_xy): Ditto.
7201 * macfns.c (compute_tip_xy): Ditto.
7203 2005-12-14 Chong Yidong <cyd@stupidchicken.com>
7205 * print.c (print_preprocess): Go to a deeper print_depth to avoid
7208 2005-12-14 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
7210 * coding.c (code_convert_region_unwind): GCPRO arg.
7212 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7214 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
7215 i.e. dy is offset from top of frame instead of bottom.
7217 * macfns.c (compute_tip_xy): Ditto.
7219 * w32fns.c (compute_tip_xy): Ditto.
7221 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
7222 (xg_get_image_for_pixmap, xg_create_frame_widgets)
7223 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
7225 * xmenu.c (menubar_selection_callback): Do nothing if the callback
7226 is for an unselected radio menu item.
7228 2005-12-11 Richard M. Stallman <rms@gnu.org>
7230 * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
7232 * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
7234 * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
7235 (Flookup_key): Doc fix.
7236 (syms_of_keymap) <function-key-map>: Doc fix.
7238 * fns.c (Frequire): Treat evaluating from a source file
7239 like loading the file.
7241 * floatfns.c (Flog): Doc fix.
7243 * fileio.c (Finsert_file_contents): Set Vdeactivate_mark
7244 when we change the buffer.
7246 2005-12-11 Juri Linkov <juri@jurta.org>
7248 * minibuf.c (display_completion_list_1):
7249 Call `minibuffer_completion_contents' instead of using `nil' as
7250 second arg of `Fdisplay_completion_list'.
7251 (keys_of_minibuf): Unbind SPC in
7252 Vminibuffer_local_filename_completion_map (see also related
7253 change on 2005-12-06).
7255 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7257 * emacs.c (main) [MAC_OS8]: Undo previous change.
7259 * macselect.c (syms_of_macselect) <mac-apple-event-map>:
7260 Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
7262 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7264 * Makefile.in (macselect.o): Depend on keymap.h.
7266 * emacs.c (main) [MAC_OS8]: Call syms_of_keymap before
7269 * image.c (init_image) [MAC_OS]: Don't call EnterMovies.
7270 [!HAVE_GIF && MAC_OS] (gif_load): Call EnterMovies.
7272 * keyboard.c (Qmac_apple_event) [MAC_OS]: New variable.
7273 (syms_of_keyboard) [MAC_OS]: Initialize it.
7274 (make_lispy_event) [MAC_OS]: Build lisp event for MAC_APPLE_EVENT.
7276 * mac.c (Qundecoded_file_name): New variable.
7277 (syms_of_mac): Initialize it.
7278 (mac_aelist_to_lisp, mac_aedesc_to_lisp): New functions.
7279 [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): New fun.
7280 (Fmac_coerce_ae_data): New defun.
7281 (syms_of_mac): Defsubr it.
7283 * macselect.c: Include keymap.h.
7284 (mac_ready_for_apple_events): New variable.
7285 (Vmac_apple_event_map, Qmac_apple_event_class)
7286 (Qmac_apple_event_id): New variables.
7287 (syms_of_macselect): Initialize them.
7288 (Qundefined, mac_store_apple_event): Add externs.
7289 (struct apple_event_binding): New struct.
7290 (find_event_binding_fun, find_event_binding)
7291 (mac_find_apple_event_spec, defer_apple_events)
7292 (mac_handle_apple_event, init_apple_event_handler)
7293 (copy_scrap_flavor_data): New functions.
7294 (Fmac_process_deferred_apple_events): New defun.
7295 (syms_of_macselect): Defsubr it.
7296 (mac_store_services_event): Fix extern.
7297 (mac_handle_service_event): Don't allocate Lisp objects during
7298 asynchronous input processing. Use mac_store_services_event
7299 instead of mac_store_application_menu_event.
7301 * macterm.c (Qmac_ready_for_drag_n_drop, Qapplication, Qabout)
7302 (Qpreferences): Remove variables.
7303 (syms_of_macterm): Don't initialize them.
7304 (Qhicommand) [USE_CARBON_EVENTS]: New variable.
7305 (syms_of_macterm) [USE_CARBON_EVENTS]: Initialize it.
7306 (init_required_apple_events, do_ae_open_application)
7307 (do_ae_print_documents, do_ae_open_documents)
7308 (do_ae_quit_application): Remove functions and prototypes.
7309 (mac_ready_for_apple_events, Qundefined, init_apple_event_handler)
7310 (mac_find_apple_event_spec): Add externs.
7311 (mac_store_application_menu_event): Remove function.
7312 (mac_store_apple_event, mac_make_lispy_event_code): New functions.
7313 (mac_handle_command_event): Create Apple event from Carbon event.
7314 Use mac_store_apple_event instead of mac_store_application_menu_event.
7315 [MAC_OSX] (mac_store_services_event): Likewise.
7316 (struct SelectionRange, SelectionRange): Remove struct and typedef.
7317 [MAC_OS8] (main): Call init_apple_event_handler instead of
7318 init_required_apple_events.
7319 (mac_initialize) [MAC_OSX]: Likewise.
7320 [!USE_CARBON_EVENTS] (mac_wait_next_event):
7321 Use mac_ready_for_apple_events instead of Qmac_ready_for_drag_n_drop.
7323 * macterm.h (mac_make_lispy_event_code, mac_aedesc_to_lisp):
7325 (create_apple_event_from_event_ref) [TARGET_API_MAC_CARBON]: Likewise.
7326 (Fmac_get_preference): Add EXFUN.
7328 * termhooks.h (enum event_kind) [MAC_OS]: Add new MAC_APPLE_EVENT
7331 2005-12-09 Richard M. Stallman <rms@gnu.org>
7333 * xfns.c (Fx_create_frame): Reinstate previous change.
7335 2005-12-09 Eli Zaretskii <eliz@gnu.org>
7337 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
7338 GDB to the abort dialog.
7340 2005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
7342 * indent.c (Fvertical_motion): Force move if starting on
7345 2005-12-08 Richard M. Stallman <rms@gnu.org>
7347 * lread.c (read_escape) <\s>: Don't treat strings specially.
7349 * xfns.c (Fx_create_frame): Comment out previous change.
7351 2005-12-07 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
7353 * xfns.c (Fx_create_frame): Initialize Vdefault_minibuffer_frame,
7356 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7358 * minibuf.c (keys_of_minibuf): Just unbind SPC in
7359 Vminibuffer_local_filename_completion_map rather than forcing it
7360 explicitly to the same binding as the global map.
7362 2005-12-06 Ken Raeburn <raeburn@gnu.org>
7364 * buffer.c (Fkill_buffer): Avoid dangerous side effects in NILP args.
7365 * bytecode.c (Fbyte_code): Likewise.
7366 * fileio.c (internal_delete_file, Fread_file_name_internal): Likewise.
7367 * minibuf.c (Fminibuffer_complete_and_exit): Likewise.
7368 * undo.c (truncate_undo_list): Likewise.
7370 2005-12-05 Richard M. Stallman <rms@gnu.org>
7372 * window.c (enlarge_window): Eliminate arg preserve_before.
7373 Assume it is 0. All callers changed.
7374 (Fenlarge_window, Fshrink_window): Likewise.
7376 2005-12-02 Eli Zaretskii <eliz@gnu.org>
7378 * w32fns.c (compute_tip_xy): Put tip above pointer if it doesn't
7381 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7383 * xterm.h: Add prototype for xg_set_icon_from_xpm_data.
7385 * xfns.c (x_real_positions): int ign => unsigned int.
7386 (xg_set_icon_from_xpm_data): Remove unused variable err.
7387 (x_set_name_internal, Fx_create_frame, xg_set_icon): Add cast
7388 to remove compiler warning.
7389 (compute_tip_xy): Put tip above pointer if it doesn't fit below.
7391 2005-12-02 David Reitter <david.reitter@gmail.com>
7393 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
7394 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
7395 and Vminibuffer_local_must_match_filename_map keymaps.
7396 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
7398 * keymap.c (Vminibuffer_local_filename_completion_map)
7399 (Vminibuffer_local_must_match_filename_map): New variables.
7400 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
7401 parent to be Vminibuffer_local_completion_map and
7402 Vminibuffer_local_must_match_map, respectively.
7404 * commands.h (Vminibuffer_local_filename_completion_map)
7405 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
7407 2005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7409 * window.c (Fset_window_configuration): Don't accidentally copy the
7410 window-point of one window to another.
7412 2005-11-30 L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly <lorentey@elte.hu>
7414 * buffer.c (Fpop_to_buffer): Remove superfluous call to record_buffer.
7416 2005-11-30 Kim F. Storm <storm@cua.dk>
7418 * alloc.c: Include fcntl.h. Define O_WRONLY if not defined.
7419 (valid_lisp_object_p) [!GC_MARK_STACK]: Validate pointer by
7420 passing it to `emacs_write'.
7422 2005-11-29 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
7424 * atimer.c (stop_other_atimers): Fix loop to correctly compute `prev'.
7426 2005-11-27 Richard M. Stallman <rms@gnu.org>
7428 * window.c (adjust_window_trailing_edge): New function.
7429 (Fadjust_window_trailing_edge): New function.
7430 (syms_of_window): Defsubr it.
7431 (window_deletion_count): New variable.
7432 (delete_window): Update window_deletion_count.
7434 2005-11-26 Eli Zaretskii <eliz@gnu.org>
7436 * minibuf.c (syms_of_minibuf): Mention the extension of
7437 `completion-auto-help's meaning by complete.el.
7439 2005-11-26 Henrik Enberg <henrik.enberg@telia.com>
7441 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
7442 Handle :inherit property as a lisp expression.
7444 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7446 * macterm.c (Qcontrol): Rename from Qctrl. All uses changed.
7447 (syms_of_macterm): Staticpro Qcontrol, Qmeta, Qalt, Qhyper,
7448 Qsuper, and Qmodifier_value.
7449 (Vmac_control_modifier, Vmac_option_modifier)
7450 (Vmac_command_modifier, Vmac_function_modifier)
7451 (Vmac_emulate_three_button_mouse, Vmac_wheel_button_is_mouse_2)
7452 (Vmac_pass_command_to_system, Vmac_pass_control_to_system)
7453 (Vmac_charset_info_alist): Doc fixes.
7455 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7457 * emacs.c (main) [MAC_OSX]: Change working directory to home
7458 directory if `-psn_*' option is specified.
7460 * mac.c (DECODE_UTF_8): Remove macro.
7461 [TARGET_API_MAC_CARBON] (cfstring_to_lisp_nodecode): New function
7462 created from cfstring_to_lisp.
7463 [TARGET_API_MAC_CARBON] (cfstring_to_lisp): Use it.
7464 (xrm_get_preference_database) [TARGET_API_MAC_CARBON]: Likewise.
7466 * macterm.h (cfstring_to_lisp_nodecode) [TARGET_API_MAC_CARBON]:
7469 2005-11-21 Ken Raeburn <raeburn@gnu.org>
7471 * keymap.c (shadow_lookup): Use make_number to pass a number to
7474 2005-11-21 Juri Linkov <juri@jurta.org>
7476 * puresize.h (BASE_PURESIZE): Increment to 1180000.
7478 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7480 * xfaces.c (Finternal_set_lisp_face_attribute):
7481 Use :ignore-defface for new frame defaults when `unspecified' is
7483 (Finternal_get_lisp_face_attribute): Hide :ignore-defface.
7484 (merge_face_vectors): Don't do :ignore-defface overwriting here.
7485 (Finternal_merge_in_global_face): Do it here.
7487 2005-11-20 Juri Linkov <juri@jurta.org>
7489 * charset.c (invalid_character): Use Lisp-readable syntax
7490 for octal and hex. Reorder decimal, octal and hex values.
7492 2005-11-20 Nick Roberts <nickrob@snap.net.nz>
7494 * lisp.h: Use typedef when Lisp_Object is EMACS_INT so that
7495 this type is recognised when debugging.
7497 2005-11-19 Andreas Schwab <schwab@suse.de>
7499 * .gdbinit (nextcons, xcdr, xfloat): Update for changes in
7500 Lisp_Cons and Lisp_Float.
7502 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7504 * macterm.c [USE_CG_TEXT_DRAWING] (cg_text_anti_aliasing_threshold):
7506 [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): New fun.
7507 (init_font_name_table) [USE_ATSUI && USE_CG_TEXT_DRAWING]: Use it.
7508 [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): Don't do antialiasing if
7509 font size is smaller than or equal to cg_text_anti_aliasing_threshold.
7511 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7513 * image.c (x_create_bitmap_from_xpm_data): Free attributes on fail.
7515 * xfaces.c (Qignore_defface): New variable.
7516 (syms_of_xfaces): Provide `:ignore-defface'.
7517 (IGNORE_DEFFACE_P): New macro.
7518 (check_lface_attrs, lface_fully_specified_p)
7519 (Finternal_set_lisp_face_attribute)
7520 (Fface_attribute_relative_p, Fmerge_face_attribute):
7521 Handle Qignore_defface as a possible value.
7522 (merge_face_vectors): The merged face is `unspecified' if the
7523 mergee specifies `:ignore-defface'.
7525 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7527 * lread.c (readevalloop): Add missing GCPROs.
7529 2005-11-16 Chong Yidong <cyd@stupidchicken.com>
7531 * xfns.c (xg_set_icon_from_xpm_data): New function.
7533 * gnu.h (gnu_xpm_bits): Rename from gnu_bits.
7534 (gnu_xbm_bits): Rename from gnu_bits (xbm version).
7536 * xterm.c (x_bitmap_icon): Use the xpm if available.
7538 * image.c (x_create_bitmap_from_xpm_data): New function.
7539 (x_create_bitmap_from_xpm_data): Initialize XpmAttributes.
7541 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7543 * Makefile.in (lisp, shortlisp): Add rfn-eshadow.
7545 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7547 * .gdbinit: Make SIGTSTP work like SIGINT normally does.
7549 2005-11-15 Andreas Schwab <schwab@suse.de>
7551 * lisp.h (struct Lisp_Cons): Make cdr a union.
7552 (XCDR_AS_LVALUE): Adjust.
7553 (struct Lisp_Float): Make data a union.
7554 (XFLOAT_DATA): Adjust.
7556 * alloc.c (free_float): Make free list chaining aliasing-safe.
7557 (make_float): Likewise.
7558 (free_cons): Likewise.
7560 (check_cons_list): Likewise.
7561 (Fmake_symbol): Likewise.
7562 (allocate_misc): Likewise.
7563 (free_misc): Likewise.
7564 (gc_sweep): Likewise.
7566 2005-11-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7568 * mac.c (HASHKEY_QUERY_CACHE): New define.
7569 (xrm_create_database, xrm_q_put_resource): Empty query cache.
7570 (xrm_get_resource): Use query cache.
7572 * image.c (init_image) [MAC_OS]: Don't call EnterMovies if
7573 inhibit_window_system is set.
7575 2005-11-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7577 * macgui.h (USE_CG_TEXT_DRAWING): New define.
7578 (struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
7581 * macterm.c [USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
7582 (x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
7583 (XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
7584 cg_glyphs in struct MacFontStruct if synthesized bold or italic is
7585 not used and font substitution never occurs for ASCII and Latin-1
7587 (XLoadQueryFont): Maximum and minimum metrics are now those among
7589 (XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
7590 height adjustments for Courier, Helvetica, and Times.
7592 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
7594 2005-11-11 David Reitter <david.reitter@gmail.com>
7596 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
7597 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
7598 Vmac_control_modifier / mac-control-modifier,
7599 Vmac_option_modifier / mac-option-modifier,
7600 Vmac_command_modifier / mac-command-modifier.
7601 (mac_to_emacs_modifiers): Use the new style modifier
7602 variables. Return UInt32 (modifiers are longs now.)
7603 (backtranslate_modified_keycode): New function (refactoring).
7604 (XTread_socket): Use new modifier variables and refactored function.
7605 (mac_determine_quit_char_modifiers): Remove macMetaKey (there is
7606 no dedicated meta key. Not in use anyway.)
7607 (convert_fn_keycode): Map Fn-keys to their original keycode
7608 using a table (english keyboard only).
7610 2005-11-11 Kim F. Storm <storm@cua.dk>
7612 * .gdbinit (pitx): Fix output format if n_overlay_strings > 0.
7613 Add post hook to "backtrace" to always dump lisp call stack to
7614 increase chance of people sending it to us when reporting bugs.
7616 * doc.c (Fsubstitute_command_keys): Doc fix.
7618 * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p.
7620 * xdisp.c (handle_stop): Skip overlay string handling if
7621 ignore_overlay_strings_at_pos_p is set.
7622 (set_iterator_to_next): At end of display vector, set
7623 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
7624 string, so we skip those overlay strings at current pos.
7626 2005-11-10 Lars Hansen <larsh@soem.dk>
7628 * fileio.c (file-regular-p): Doc fix.
7630 2005-11-10 Kim F. Storm <storm@cua.dk>
7632 * alloc.c (valid_lisp_object_p): New function to validate that
7633 an object is really a valid Lisp_Object.
7635 * lisp.h (valid_lisp_object_p): Add prototype.
7637 * print.c (safe_debug_print): New function to be called from gdb
7638 to print Lisp objects; use valid_lisp_object_p to avoid crashing
7639 if user tries to print something which is not a Lisp object.
7641 * .gdbinit (pp, pp1): Use safe_debug_print.
7642 (pv, pv1): New commands to print value of a lisp variable.
7644 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7646 * .gdbinit (pp1): New user-defined function.
7648 2005-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7650 * image.c [MAC_OSX] (image_load_quartz2d): Fix memory leak.
7652 * mac.c [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
7653 related variables for dumped executable.
7655 * unexmacosx.c (unexec_write_zero): New function.
7656 (copy_data_segment): Clear uninitialized local variables in
7657 statically linked libraries.
7659 * s/darwin.h (C_SWITCH_SYSTEM): Remove -fno-common.
7661 2005-11-09 Juri Linkov <juri@jurta.org>
7663 * keymap.c (shadow_lookup): If Flookup_key returns a number,
7664 call it again with a sub-key-sequence, and if its return value
7665 is non-nil (sub-key is bound), return nil.
7667 2005-11-08 Kim F. Storm <storm@cua.dk>
7669 * process.c (Fsignal_process): Recognize signal names with and
7670 without SIG prefix, e.g. SIGHUP and HUP.
7672 * search.c (search_buffer): No need to initialize base_pat.
7674 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7676 * window.c (Fget_lru_window, Fget_largest_window, window_loop):
7677 Don't abuse the `mini' arg. Use the `obj' arg instead.
7679 2005-11-04 Kim F. Storm <storm@cua.dk>
7681 * xdisp.c (show_mouse_face): Clear mouse face to eol.
7683 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7685 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
7686 font-lock.elc and jit-lock.elc.
7688 2005-11-03 Richard M. Stallman <rms@gnu.org>
7690 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
7691 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
7692 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
7694 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
7696 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
7698 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7700 * window.c (Fdisplay_buffer): Fix last change to not use
7703 2005-11-01 Kim F. Storm <storm@cua.dk>
7705 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
7706 Instead, rotate the bottom angle bitmap 180 degrees to indicate
7707 that the bottom row does not end in a newline.
7709 2005-11-01 Andreas Schwab <schwab@suse.de>
7711 * unexelf.c (unexec): Handle .plt section in BSS segment.
7713 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7715 * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
7717 * window.c (window_loop): For LRU and LARGEST, let the `mini' argument
7718 determine whether to consider dedicated windows as well.
7719 (Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
7720 (Fdisplay_buffer): Do consider dedicated windows in those cases where
7721 we will split the window rather than reuse it.
7722 Don't try to use windows on other displays.
7724 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7726 * puresize.h (BASE_PURESIZE): Increment to 1170000.
7728 2005-10-31 Romain Francoise <romain@orebokech.com>
7730 * macfns.c: Update copyright year.
7731 * m/gould.h: Likewise.
7733 2005-10-30 Kim F. Storm <storm@cua.dk>
7735 * xdisp.c (display_line): Restore it->current_x and call
7736 extend_face_to_end_of_line when last glyph doesn't fit on line.
7737 (set_glyph_string_background_width): Remove specific tests here
7738 to see if face background should extend to end of line. Simplify.
7740 2005-10-30 Richard M. Stallman <rms@gnu.org>
7742 * alloc.c (BYTES_USED): Use uordblks, not arena.
7743 (bytes_used_when_reconsidered): New variable.
7744 (emacs_blocked_free): Set that.
7746 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7748 * alloc.c (emacs_blocked_free): Fix typo.
7750 2005-10-29 Richard M. Stallman <rms@gnu.org>
7752 * data.c (Fmake_variable_frame_local): Doc fix.
7754 * xdisp.c (handle_fontified_prop): Do nothing if memory full.
7755 (format_mode_line_unwind_data): New arg SAVE_PROPTRANS
7756 controls whether to save and restore mode_line_proptrans_alist.
7758 (unwind_format_mode_line): Work with that feature.
7759 (redisplay_internal): Don't call prepare_menu_bars if memory full.
7760 (move_elt_to_front): New function.
7761 (display_mode_element): Use move_elt_to_front.
7762 Don't bother munging text props on a null string.
7763 Delete obsolete elts from mode_line_proptrans_alist.
7764 (decode_mode_spec): Test Vmemory_full, not spare_memory.
7765 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
7767 * lisp.h (memory_full_cons_threshold): Declare.
7768 (internal_lisp_condition_case): Declare.
7770 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
7771 (Fmemory_full_p): Function deleted.
7772 (syms_of_alloc): Don't defsubr it.
7773 (memory_full_cons_threshold): New variable.
7774 (spare_memory): Now a vector of 7 elts.
7775 (buffer_memory_full): Don't set Vmemory_full here.
7776 (xfree): Don't try to refill here.
7777 (emacs_blocked_free): Record BYTES_USED in local var.
7778 (memory_full): Now free all the slots in spare_memory.
7779 (refill_memory_reserve): Allocate each slot in spare_memory.
7780 (init_alloc_once): Call refill_memory_reserve.
7782 * keyboard.c (command_loop_1): Don't set Vmemory_full here.
7784 * eval.c (internal_lisp_condition_case): New function.
7785 (Fcondition_case): Use internal_lisp_condition_case.
7786 (Feval): Test Vmemory_full and memory_full_cons_threshold.
7787 (Ffuncall): Likewise.
7789 * bytecode.c (Fbyte_code): Use internal_lisp_condition_case.
7791 2005-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7793 * syntax.c (Fparse_partial_sexp): Fix docstring.
7795 2005-10-28 Romain Francoise <romain@orebokech.com>
7797 * puresize.h (BASE_PURESIZE): Increment to 1130000.
7799 2005-10-28 Richard M. Stallman <rms@gnu.org>
7801 * xfns.c (syms_of_xfns): Provide `x' as feature.
7803 * xdisp.c (decode_mode_spec): Define %e to indicate memory full.
7805 * editfns.c (Fformat): Don't include string padding
7806 between info[n].start and info[n].end.
7808 * alloc.c (spare_memory): No longer static.
7809 (xfree) [!SYSTEM_MALLOC]: Call refill_memory_reserve.
7811 * puresize.h (BASE_PURESIZE): Increment to 1120000.
7813 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
7815 * data.c (Fmake_variable_frame_local): Add clarification to docstring.
7817 * fringe.c (update_window_fringes): Handle case where buffer ends
7820 2005-10-27 Kenichi Handa <handa@m17n.org>
7822 * coding.h (DECODE_SYSTEM): Fix argument name; name->str.
7824 2005-10-24 Kenichi Handa <handa@m17n.org>
7826 * charset.h (charset_mule_unicode_0100_24ff)
7827 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
7830 * charset.c (charset_mule_unicode_0100_24ff)
7831 (charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
7833 (Fsetup_special_charsets): Initialize them.
7835 * xterm.c (handle_one_xevent): Handle keysyms directly mapped to
7836 supported Unicode characters.
7838 2005-10-25 Jason Rumney <jasonr@gnu.org>
7840 * w32fns.c (w32_to_x_font): Avoid forcing font widths.
7842 2005-10-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7844 * image.c [MAC_OS] (image_load_qt_1): Check image size.
7845 Use GraphicsImportGetImageDescription instead of
7846 GraphicsImportGetNaturalBounds.
7847 [MAC_OSX] (image_load_quartz2d): Check image size.
7848 [MAC_OS] (xpm_load_image): Likewise.
7850 * macterm.c (last_mouse_glyph_frame): New var.
7851 (note_mouse_movement): Say mouse moved if current frame differs
7852 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
7853 (XTmouse_position): Set last_mouse_glyph_frame.
7854 (XTread_socket): Clear last_mouse_glyph_frame on mouse up/down event.
7855 (mac_draw_string_common) [USE_ATSUI && WORDS_BIG_ENDIAN]: Fix typo.
7857 (mac_draw_string_common) [MAC_OSX]: Don't use ATSUClearLayoutControls.
7858 (x_per_char_metric, XLoadQueryFont)
7859 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Use device origins to get
7861 (mac_to_x_fontname, mac_do_list_fonts)
7862 (mac_initialize_display_info): Change screen resolutions to 72dpi.
7864 2005-10-25 Masatake YAMATO <jet@gyve.org>
7866 * minibuf.c (Fdisplay_completion_list): Small doc fix.
7868 2005-10-24 Kim F. Storm <storm@cua.dk>
7870 * xterm.c: Undo 2005-10-23 change.
7871 (last_mouse_glyph_frame): New var.
7872 (note_mouse_movement): Say mouse moved if current frame differs
7873 from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
7874 (XTmouse_position): Set last_mouse_glyph_frame.
7875 (handle_one_xevent): Clear last_mouse_glyph_frame [instead of
7876 last_mouse_glyph] on mouse up/down event.
7878 * editfns.c (Fcompare_buffer_substrings): Fix last change.
7880 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7882 * editfns.c (Fcompare_buffer_substrings): Handle multibyte chars.
7884 2005-10-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7886 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
7887 so tool tips don't interfere with press on tool bar button.
7889 2005-10-23 Richard M. Stallman <rms@gnu.org>
7891 * casetab.c (Fset_case_table): Doc fix.
7893 * lread.c (build_load_history): Replace STREAM arg with ENTIRE.
7894 (readevalloop): Compute ENTIRE properly.
7895 (syms_of_lread) <load-history>: Doc fix.
7897 2005-10-21 Richard M. Stallman <rms@gnu.org>
7899 * lread.c (Fload): Simplify gcpro structure.
7900 Gcpro FOUND as well as FILE, but not EFOUND.
7901 Unless preloading, record FOUND instead of FILE in Vload_history.
7902 Rename repeat local FILE to MSG_FILE.
7903 (syms_of_lread) <load-history>: Doc fix.
7905 2005-10-21 Kenichi Handa <handa@m17n.org>
7907 * search.c (boyer_moore): Add parens to fix and/or precedence bug.
7909 2005-10-20 Kim F. Storm <storm@cua.dk>
7911 * buffer.c (clone_per_buffer_values): Remove unused var tem.
7912 (init_buffer): Remove unused vars dotstat, pwdstat.
7914 * ccl.c (check_ccl_update): Remove unused var vp.
7916 * fileio.c (auto_save_error): Call SAFE_FREE.
7918 * fns.c (Fchar_table_range): Remove unused var i.
7920 * minibuf.c (display_completion_list_1): New wrapper function
7921 for Fdisplay_completion_list.
7922 (Fminibuffer_completion_help): Use it.
7924 * term.c (encode_terminal_code): Remove unused var src_start.
7926 * window.c (Fwindow_tree): Remove unused var alist.
7928 * xterm.c (x_calc_absolute_position): Remove unused vars win_x, win_y.
7930 2005-10-20 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
7932 * unexelf.c (unexec): Fix calls to `fatal' with less than 3 arguments.
7934 2005-10-20 Olli Savia <ops@iki.fi> (tiny change)
7936 * syssignal.h [__Lynx__]: Undef SIGPOLL along with SIGIO.
7938 2005-10-20 Andreas Schwab <schwab@suse.de>
7940 * minibuf.c (Fdisplay_completion_list): Doc fix.
7942 2005-10-19 Kim F. Storm <storm@cua.dk>
7944 * image.c (check_image_size): Handle integer Vmax_image_size value
7945 directly as max pixel value. Use default frame size for null frame.
7946 (syms_of_image) <max-image-size>: Describe integer value.
7948 2005-10-19 Romain Francoise <romain@orebokech.com>
7950 * emacs.c (main): Update copyright year.
7952 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
7954 * image.c (Vmax_image_size): New variable.
7955 (check_image_size): New function.
7956 (xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
7957 (gif_load, gs_load): Use it.
7958 (lookup_image): Try loading again if previous load failed.
7959 (xbm_read_bitmap_data): Add a new argument, a pointer to the frame
7960 to display in, NULL if none.
7961 (xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
7964 2005-10-18 Richard M. Stallman <rms@gnu.org>
7966 * search.c (Fstring_match): Doc fix.
7968 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7970 * macterm.c (note_mouse_movement): Use PtInRect.
7971 (XTread_socket): Also ignore mouse motion just before a button
7972 release event. Don't process button release event when mouse is
7975 2005-10-16 Masatake YAMATO <jet@gyve.org>
7977 * minibuf.c (Fdisplay_completion_list): Add new optional
7978 argument COMMON_SUBSTRING. Bind `completion-common-substring'
7979 to the optional argument during running `completion-setup-hook'.
7981 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7983 * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp):
7984 Allow nil as argument.
7985 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
7986 for encoding arguments as UTF-16 in native byte order, no BOM.
7988 * macfns.c (Fx_create_frame): Add debugging code.
7989 (Fx_show_tip): Set frame pixel width and height.
7991 * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro.
7992 (FRAME_NORMAL_GC): New macro.
7993 (mac_draw_line, mac_clear_area, mac_clear_window)
7994 (mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
7995 (mac_draw_image_string, mac_draw_image_string_16): Rename from
7996 XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
7997 XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
7999 (mac_draw_line, mac_erase_rectangle, mac_clear_area)
8000 (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
8001 (mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
8002 (mac_draw_string_16, mac_draw_image_string)
8003 (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
8004 (mac_scroll_area): Drawing functions now take frame as destination.
8006 (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
8007 (x_draw_fringe_bitmap): Set clipping area in face->gc.
8009 * macterm.h (mac_clear_area): Add extern.
8011 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8013 * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14
8014 changes for xterm.c.
8016 * w32term.c (note_mouse_movement, w32_read_socket): Likewise.
8018 2005-10-14 Kenichi Handa <handa@m17n.org>
8020 * search.c (search_buffer): Give up BM search on case-fold-search
8021 if one of a target character has a case-equivalence of different
8022 charset even if that target charcter is an ASCII.
8024 * casefiddle.c (casify_object): Fix for the case that case
8025 conversion change the byte length.
8027 2005-10-14 Kim F. Storm <storm@cua.dk>
8029 * xterm.c (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
8030 (handle_one_xevent): Only clear help_echo_string; restore it if
8031 note_mouse_movement didn't record any mouse movement.
8033 * xdisp.c (pos_visible_p): Convert w->hscroll to pixels before use.
8034 (remember_mouse_glyph): Clear RECT if mouse is over an image glyph.
8036 * keyboard.c (make_lispy_position): Adjust wx for left margin if
8038 (Fposn_at_x_y): Fix calculation of x coordinate.
8039 (Fposn_at_point): Return nil if point is hscrolled out of view.
8041 2005-10-13 Andreas Schwab <schwab@suse.de>
8043 * sysdep.c (request_sigio, unrequest_sigio): Do nothing in
8044 non-interactive mode.
8046 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8048 * xterm.c, w32term.c, macterm.c (note_mouse_movement): Undo last change.
8050 2005-10-12 Kim F. Storm <storm@cua.dk>
8052 * xterm.c (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
8054 2005-10-12 Romain Francoise <romain@orebokech.com>
8056 * buffer.c (init_buffer): Rename `rc' to `len' for clarity.
8058 2005-10-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8060 * xdisp.c (remember_mouse_glyph): Use MATRIX_BOTTOM_TEXT_ROW to
8061 get end of text rows. Obtain header-line/mode-line rows directly.
8063 * xterm.c, w32term.c, macterm.c (note_mouse_movement):
8064 Restore help_echo_string if mouse is moved inside last_mouse_glyph.
8066 2005-10-12 Kim F. Storm <storm@cua.dk>
8068 * xdisp.c (remember_mouse_glyph): New generic version based on
8069 glyph_rect and remember_mouse_glyph from xterm.c enhanced to
8070 properly handle all different window areas.
8072 * dispextern.h (remember_mouse_glyph): Add prototype.
8074 * xterm.c (glyph_rect, remember_mouse_glyph): Remove X versions.
8075 (note_mouse_movement, XTmouse_position): Use generic
8076 remember_mouse_glyph, add last_mouse_glyph arg.
8078 * w32term.c (note_mouse_movement): Fix last_mouse_glyph check.
8079 (glyph_rect, remember_mouse_glyph): Remove w32 specific versions.
8080 (note_mouse_movement, w32_mouse_position): Use generic
8081 remember_mouse_glyph, add last_mouse_glyph arg.
8083 * macterm.c (note_mouse_movement): Add call to remember_mouse_glyph.
8084 (glyph_rect, remember_mouse_glyph): Remove mac specific versions.
8085 (XTmouse_position): Adapt to use generic remember_mouse_glyph
8086 instead of pixel_to_glyph_coords.
8088 * window.c (coordinates_in_window): Fix x position for ON_RIGHT_MARGIN.
8089 Fix x position for ON_TEXT when left margin width > 0.
8091 2005-10-11 Kim F. Storm <storm@cua.dk>
8093 * window.c (coordinates_in_window): Fix y position for ON_SCROLL_BAR.
8095 * keyboard.c (make_lispy_position): Fix buffer calculations for
8096 mouse click or movement in right fringe and the margins.
8098 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8100 * image.c (fn_jpeg_stdio_src): Don't define it.
8101 (init_jpeg_functions): Don't initialize `fn_jpeg_stdio_src'.
8102 (our_common_init_source): Rename from `our_init_source'.
8103 (our_common_term_source): Rename from `our_term_source'.
8104 (our_memory_fill_input_buffer): Rename from
8105 `our_fill_input_buffer'.
8106 (our_memory_skip_input_data): Rename from `our_skip_input_data'.
8107 (jpeg_memory_src): Use the new names.
8108 (struct jpeg_stdio_mgr): New struct.
8109 (JPEG_STDIO_BUFFER_SIZE): New constant.
8110 (our_stdio_fill_input_buffer, our_stdio_skip_input_data)
8111 (jpeg_file_src): New functions.
8112 (jpeg_load): Use `jpeg_file_src' instead of `fn_jpeg_stdio_src'.
8114 2005-10-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8116 * macterm.c (PER_CHAR_METRIC): Remove unused macro.
8117 (fm_font_family_alist): New variable.
8118 (syms_of_macterm): Initialize and staticpro it.
8119 (decode_mac_font_name): Replace '-' in family name with '_' if it
8120 occurs just once. Lower family name.
8121 (parse_x_font_name): Rename from x_font_name_to_mac_font_name.
8122 All uses changed. Remove argument MF and code conversion for it.
8123 Add argument SIZE. Rename argument MF_DECODED to FAMILY, and CS
8124 to CHARSET. Parse font size. Lower family name. Return integer
8125 value for status of parsing.
8126 (init_font_name_table) [USE_ATSUI]: Use decode_mac_font_name.
8127 Don't use Fdowncase because family name is already lowered by
8128 decode_mac_font_name.
8129 (init_font_name_table): Always call decode_mac_font_name.
8130 Add pair of family name and its reference to fm_font_family_alist.
8131 (mac_clear_font_name_table): Clear fm_font_family_alist.
8132 (XLoadQueryFont): Move font size parsing part to parse_x_font_name.
8133 Lookup fm_font_family_alist to get font family reference.
8134 (XLoadQueryFont) [USE_ATSUI]: Don't use Fdowncase because family
8135 name is already lowered by parse_x_font_name.
8137 2005-10-11 Kim F. Storm <storm@cua.dk>
8139 * xterm.c (glyph_rect): Return 0 if position is outside text area.
8141 * keyboard.c (make_lispy_position): Fix buffer position calculation for
8142 mouse click or movement in fringe.
8144 2005-10-10 Jason Rumney <jasonr@gnu.org>
8146 * xterm.c (remember_mouse_glyph): New function.
8147 (note_mouse_movement): Use it to remember the current glyph if changed.
8148 (XTmouse_position): Fix calculation of fake glyph under mouse.
8149 Move code to calculate glyph under mouse into remember_mouse_glyph.
8151 2005-10-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8153 * emacs.c (USAGE3, standard_args): -nb => -nbi.
8155 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
8157 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
8158 (next_frame, prev_frame, set_term_frame_name): Make static.
8160 * window.c (Fwindow_tree): Fix spelling.
8162 2005-10-09 Romain Francoise <romain@orebokech.com>
8164 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
8166 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8168 * emacs.c (standard_args): Remove options -i, -itype, --icon-type.
8169 Add options -nb, --no-bitmap-icon.
8171 * xfns.c (Fx_create_frame): Make bitmapIcon have default on.
8173 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8175 * macgui.h (MAX_CLIP_RECTS): New define.
8176 (struct _XGC): New member clip_region.
8177 (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and
8180 * macterm.c (GC_CLIP_REGION): New macro.
8181 (saved_port_clip_region): New variable.
8182 (mac_begin_clip, mac_end_clip): New functions.
8183 (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle)
8184 (mac_draw_rectangle, mac_draw_string_common, mac_copy_area)
8185 (mac_copy_area_with_mask, mac_scroll_area): Use them.
8186 (mac_set_clip_rectangle, mac_reset_clipping): Remove functions.
8187 [USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
8188 [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable.
8189 (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping
8190 rectangles stored in gc.
8191 (XFreeGC): Dispose of clipping region.
8192 (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions.
8193 (x_draw_fringe_bitmap, x_set_glyph_string_clipping)
8194 (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string)
8195 (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor)
8196 (x_draw_bar_cursor): Use them.
8197 (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to
8198 get multiple clipping rectangles.
8200 * macterm.h (mac_term_init): Add types to extern.
8201 (struct mac_output): Remove members mWP and pending_menu_activation.
8202 Put members scroll_bar_foreground_pixel and
8203 scroll_bar_background_pixel in #if 0.
8204 (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc.
8206 * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT.
8209 2005-10-08 Kim F. Storm <storm@cua.dk>
8211 * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04.
8213 2005-10-07 Kim F. Storm <storm@cua.dk>
8215 * dispnew.c (redraw_overlapped_rows, redraw_overlapping_rows)
8216 [!HAVE_WINDOW_SYSTEM]: Don't declare them...
8217 (update_window) [!HAVE_WINDOW_SYSTEM]: ...and don't call them.
8219 2005-10-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8221 * dispextern.h (struct glyph_string): Rename member for_overlaps_p
8222 to for_overlaps. Now occupy 3 bits.
8223 (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
8224 (OVERLAPS_ERASED_CURSOR): New defines.
8225 (struct redisplay_interface): Add new OVERLAPS arg to member
8226 fix_overlapping_area.
8227 (x_fix_overlapping_area): Add new OVERLAPS arg.
8228 (get_glyph_string_clip_rects): Add extern.
8230 * dispnew.c (redraw_overlapping_rows):
8231 Call rif->fix_overlapping_area with new OVERLAPS arg as redrawn part.
8233 * xdisp.c: Rename member for_overlaps_p in struct glyph_string to
8235 (get_glyph_string_clip_rects): New function created from
8236 get_glyph_string_clip_rect. Set clipping rectangles according to the
8237 value of for_overlaps. Enable to store multiple clipping rectangles.
8238 (get_glyph_string_clip_rect): Use get_glyph_string_clip_rects.
8239 (fill_composite_glyph_string, fill_glyph_string, draw_glyphs):
8240 Rename argument OVERLAPS_P to OVERLAPS. All uses in macros changed.
8241 (x_fix_overlapping_area): Add OVERLAPS arg. Pass it to draw_glyphs.
8242 (draw_phys_cursor_glyph): Set width of erased cursor to use it for
8243 calculating clipping rectangles later. Call x_fix_overlapping_area
8244 with new OVERLAPS arg to draw only erased cursor area.
8245 (expose_overlaps): Call x_fix_overlapping_area with new OVERLAPS arg
8246 to draw overlaps in both preceding and succeeding rows.
8248 * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
8249 struct glyph_string to for_overlaps.
8251 2005-10-04 Richard M. Stallman <rms@gnu.org>
8253 * alloc.c (refill_memory_reserve): Conditionalize the body,
8254 not the function's existence.
8256 2005-10-04 Kim F. Storm <storm@cua.dk>
8258 * window.c (window_split_tree): New function.
8259 (Fwindow_split_tree): New defun.
8260 (syms_of_window): Defsubr it.
8262 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8264 * macterm.c (mac_invert_rectangle): New function.
8267 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8269 * regex.h (re_char): Don't expose it in the interface.
8270 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
8272 * regex.c (re_char): Move it back here.
8273 (re_set_whitespace_regexp): Change the arg's type to not use it.
8275 * keyboard.c (make_lispy_event): If point has moved between down and up
8276 event, make it a drag, not a click, to mirror what
8277 mouse-drag-region expects.
8279 2005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8281 * lisp.h (fatal): Undo previous change.
8282 * term.c (fatal): Undo previous change.
8284 2005-10-01 Richard M. Stallman <rms@gnu.org>
8286 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
8288 2005-10-01 Kim F. Storm <storm@cua.dk>
8290 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
8292 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8294 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
8296 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
8297 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code.
8298 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
8299 Try ATSUI-compatible 12pt Monaco font first.
8301 * macgui.h (struct _XCharStruct): New member valid_p.
8302 (STORE_XCHARSTRUCT): Set valid_p.
8303 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
8305 * macterm.c (mac_draw_string_common, x_per_char_metric)
8306 (mac_compute_glyph_string_overhangs, init_font_name_table)
8307 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
8308 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
8309 (x_draw_glyph_string_background)
8310 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
8311 XDrawImageString. Always draw background and foreground separately.
8312 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
8313 functions for one-byte chars when using ATSUI-compatible fonts.
8314 (atsu_font_id_hash) [USE_ATSUI]: New variable.
8315 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
8316 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
8317 max_char_or_byte2 more in detail.
8318 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
8320 2005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
8322 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
8323 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
8325 * unexelf.c (fatal): Fix prototype.
8327 * term.c (fatal): Implement using varargs.
8329 * regex.c (re_char): Move typedef ...
8330 * regex.h (re_char): ... here.
8331 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
8333 * emacs.c (malloc_set_state): Fix return type.
8336 * lisp.h (fatal): Add argument types.
8338 * dispextern.h (fatal): Delete prototype.
8340 * systime.h (make_time): Prototype moved from ...
8341 * editfns.c (make_time): ... here.
8343 * editfns.c: Move systime.h include after lisp.h.
8346 * process.c: Likewise.
8348 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
8349 Add parameter types.
8350 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
8351 (emacs_blocked_free): Change definition to match __free_hook.
8352 (emacs_blocked_malloc): Change definition to match __malloc_hook.
8353 (emacs_blocked_realloc): Change definition to match __realloc_hook.
8355 2005-09-30 Romain Francoise <romain@orebokech.com>
8357 * minibuf.c (Fread_buffer): Follow convention for reading from the
8358 minibuffer with a default value. Doc fix.
8360 2005-09-29 Juri Linkov <juri@jurta.org>
8362 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
8363 Rename argument name `string' to `format-string'.
8366 2005-09-28 Kim F. Storm <storm@cua.dk>
8368 * image.c (gif_load): Fix size of allocated image buffer
8369 for images where a sub-image may be larger than the image's
8370 total height/width specifications.
8372 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8374 * macgui.h (struct _XCharStruct): Each member now takes short value.
8376 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
8378 * xfaces.c (lookup_derived_face): Add parameter type.
8380 * xdisp.c (cursor_row_fully_visible_p): Add parameter type.
8382 * marker.c (verify_bytepos): Add parameter type.
8384 * process.c (get_operating_system_release): Move prototype ...
8386 * systime.h (get_operating_system_release): ... here.
8388 * xterm.c (handle_one_xevent): Refer to union field to match the
8389 type required by the function definition.
8390 (set_vertical_scroll_bar): Move prototype ...
8392 * xterm.h: ... here.
8394 * fns.c (internal_equal, seed_random): Fix prototypes.
8395 (internal_equal): Add missing parameter.
8397 2005-09-25 Richard M. Stallman <rms@gnu.org>
8399 * keyboard.c (update_menu_bindings): Variable deleted.
8400 (syms_of_keyboard): Don't defvar it.
8401 (parse_menu_item): Don't test it.
8403 2005-09-23 Richard M. Stallman <rms@gnu.org>
8405 * editfns.c (Fformat): Explicitly test for end of format string
8406 and don't use `index'.
8408 2005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
8410 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
8411 Define BROKEN_GET_CURRENT_DIR_NAME.
8413 * sysdep.c (get_current_dir_name): Also define if
8414 BROKEN_GET_CURRENT_DIR_NAME.
8416 * m/ibmrs6000.h: Test for USG5, not USG5_4.
8418 2005-09-22 Kim F. Storm <storm@cua.dk>
8420 * xdisp.c (message_dolog): Add warning about GC and Lisp strings.
8421 (message2): Fix commentary. Ok to use alloca'ed memory.
8422 Still not ok to use Lisp string data (because of GC).
8423 (set_message): Add comment why GC cannot happen.
8425 2005-09-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8427 * macterm.c (xlfdpat_block_match_1): Fix assertion.
8428 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
8429 variants for a scalable font multiple times.
8431 2005-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8433 * process.c (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
8434 Setup slave tty options before forking.
8436 2005-09-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8438 * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
8439 positions have been set for the frame (as is done for frames in
8440 special-display-buffer-names).
8442 2005-09-19 Kim F. Storm <storm@cua.dk>
8444 * editfns.c (Fformat): Don't scan past end of format string that
8445 ends in %. Reported by Johan Bockg
\e,Ae
\e(Brd.
8447 2005-09-18 Andreas Schwab <schwab@suse.de>
8449 * window.h (struct window): Remove height_fixed_p, no longer set.
8451 * window.c (make_window): Don't initialize height_fixed_p.
8452 (window_fixed_size_p): Don't use it.
8454 2005-09-18 John Paul Wallington <jpw@pobox.com>
8456 * data.c (Fdefalias): Signal an error if SYMBOL is not a symbol.
8458 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8460 * Makefile.in (SOME_MACHINE_OBJECTS): Undo previous change.
8462 * macfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
8464 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple
8467 * sysdep.c [MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
8469 2005-09-17 Eli Zaretskii <eliz@gnu.org>
8471 * Makefile.in (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
8472 (obj): Use XMENU_OBJ, not a literal xmenu.o.
8474 2005-09-16 Romain Francoise <romain@orebokech.com>
8476 * fileio.c (syms_of_fileio) <write-region-inhibit-fsync>: Doc fix.
8478 2005-09-15 Richard M. Stallman <rms@gnu.org>
8480 * xdisp.c (overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
8481 (display_mode_element): Instead of `lisp_string' and `this',
8482 record `offset' and increment that.
8483 `last_offset' replaces `last'.
8485 * Makefile.in (XMENU_OBJ): Variable deleted.
8486 (obj): Use xmenu.o unconditionally.
8487 (SOME_MACHINE_OBJECTS): Delete xmenu.o.
8489 * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
8491 2005-09-15 Kim F. Storm <storm@cua.dk>
8493 * xdisp.c (move_it_vertically): Don't try to fetch byte BEGV-1.
8494 (reseat_at_next_visible_line_start): Likewise (in xassert).
8496 2005-09-14 Romain Francoise <romain@orebokech.com>
8498 * fileio.c (write_region_inhibit_fsync): New variable.
8499 (Fwrite_region): Use it to skip call to fsync.
8500 (syms_of_fileio): Initialize it.
8502 2005-09-14 Kenichi Handa <handa@m17n.org>
8504 * coding.c (code_convert_region_unwind): Argument format changed.
8505 (run_pre_post_conversion_on_str): If pre-write-conversion function
8506 changed the current buffer, delete the new buffer.
8507 (run_pre_write_conversin_on_c_str): Likewise.
8509 * fileio.c (Fexpand_file_name): Check multibyteness of
8512 2005-09-13 Kenichi Handa <handa@m17n.org>
8514 * composite.c (compose_chars_in_text): Delete it.
8516 * composite.h (compose_chars_in_text): Delete extern.
8518 2005-09-13 Kim F. Storm <storm@cua.dk>
8520 * print.c (print_error_message): Fix last change.
8522 2005-09-12 Kim F. Storm <storm@cua.dk>
8524 * composite.c (compose_chars_in_text): Fix setup of `pend'.
8525 Unconditionally reload `ptr' and `pend' after eval.
8527 * xdisp.c (message3): Pass copy of lisp string to message_dolog.
8529 * print.c (print_error_message): Pass copy of caller name to
8532 * fileio.c (auto_save_error): Pass copy of lisp string to message2.
8534 2005-09-12 Kenichi Handa <handa@m17n.org>
8536 * xdisp.c (display_mode_element): Be sure to make variables THIS
8537 and LISP_STRING point into a string data of ELT.
8539 2005-09-12 Kim F. Storm <storm@cua.dk>
8541 * editfns.c (Ftranslate_region_internal): Reload `tt' after
8542 signal_after_change that may have GC'ed.
8543 (Fmessage, Fmessage_box, Fmessage_or_box): Doc fix.
8545 * keymap.c (Fdescribe_buffer_bindings): Reload `translate'
8546 after insert while runs signal_after_change.
8548 * minibuf.c (Fminibuffer_complete_word): Move `completion_string'
8549 declaration to where it is used.
8551 * w32.c (check_windows_init_file): Fix allocation of error buffer.
8553 * xfns.c (x_encode_text): Declare static. Add FREEP arg.
8554 (x_set_name_internal): Call x_encode_text with new FREEP arg to
8555 know if xfree is needed instead of guessing.
8557 * xterm.h (x_encode_text): Remove prototype.
8559 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
8561 * w32term.c (x_bitmap_icon): Load small icons too.
8563 2005-09-10 Romain Francoise <romain@orebokech.com>
8565 * buffer.c (init_buffer): Grow buffer to add directory separator
8566 and terminal zero. Fix typos.
8568 2005-09-10 Eli Zaretskii <eliz@gnu.org>
8570 * buffer.c (init_buffer): Fix error message for failed call to
8571 get_current_dir_name.
8572 (get_current_dir_name): Remove prototype.
8574 * xsmfns.c (get_current_dir_name): Remove prototype.
8576 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
8579 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
8580 Don't #undef NULL after including blockinput.h.
8582 * config.in: Regenerated.
8584 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
8586 Remove the MAXPATHLEN limitations:
8588 * sysdep.c (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
8591 * buffer.c (init_buffer): Use it.
8593 * xsmfns.c (smc_save_yourself_CB): Ditto.
8595 2005-09-09 Kim F. Storm <storm@cua.dk>
8597 * doc.c (Fsubstitute_command_keys): Lookup key binding for
8598 commands that are remapped from some other command.
8600 * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
8601 flag in disabled rows below the window.
8603 * frame.h (struct frame): New member updated_p.
8605 * xdisp.c (redisplay_internal): Mark updated frames in new updated_p
8606 member. Remove local `updated' array and associated variables.
8608 2005-09-07 Kim F. Storm <storm@cua.dk>
8610 * xdisp.c (handle_display_prop): Respect overlay window property.
8612 * xdisp.c (try_window): Remove superfluous cursor_height calculation.
8613 Fixes crash reported by YAMAMOTO Mitsuharu.
8615 2005-09-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8617 * macterm.c (struct xlfdpat_block, struct xlfdpat): New structs.
8618 (xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
8619 (xlfdpat_block_match_1, xlfdpat_match): New functions.
8620 (xlfdpat_block_match): New macro.
8621 (mac_to_x_fontname): Don't use tolower for non-ASCII characters.
8622 (x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
8623 (add_font_name_table_entry): Increase font_name_table_size more
8625 (mac_c_string_match): Remove function.
8626 (mac_do_list_fonts): Use XLFD pattern match instead of regular
8629 * xfaces.c (xstrlwr): Don't use tolower for non-ASCII characters.
8631 2005-09-03 Richard M. Stallman <rms@gnu.org>
8633 * xdisp.c (redisplay_internal): Make UPDATED as long as needed.
8634 (move_it_in_display_line_to): Stop after last char on line even
8635 on a windowing terminal, if that's the specified stop position.
8637 * fns.c (Fsort): Doc fix.
8639 * editfns.c (Fpropertize): Don't insist that properties be symbols.
8641 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8643 * dired.c (directory_files_internal_unwind, directory_files_internal)
8644 (file_name_completion): Use a Save_Value object rather than a cons of
8645 two 16bit ints to store the DIR*.
8646 (directory_files_internal, file_name_completion): Handle both EINTR and
8647 EAGAIN consistently after `readdir'.
8649 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
8651 * intervals.c (update_interval): Add position info in error.
8653 * dispnew.c (window_to_frame_hpos, update_window):
8654 Avoid gcc warning about unused variable `f'.
8656 2005-08-31 Jason Rumney <jasonr@gnu.org>
8658 * w32menu.c (add_menu_item): If unicode_append_menu returns an
8659 error, revert to using AppendMenu.
8661 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8663 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument.
8665 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
8667 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
8668 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.
8669 Use posix_pathname_to_fsspec.
8670 [MAC_OS] (xpm_load_image): Fill in background_transparent field
8673 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define.
8675 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
8677 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8679 * syntax.c (update_syntax_table): Properly reproduce the special +1
8680 setting of e_property at the end of the buffer when bumping into the
8681 INTERVALS_AT_ONCE limit.
8683 2005-08-27 Eli Zaretskii <eliz@gnu.org>
8685 * emacs.c (USAGE1): Fix the description of the -Q option.
8687 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8689 * xdisp.c (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM).
8691 2005-08-26 Kim F. Storm <storm@cua.dk>
8693 * xdisp.c (resize_mini_window): Fix 2005-08-20 change.
8694 Don't move PT to new window start.
8696 2005-08-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8698 * keyboard.c (kbd_buffer_get_event) [MAC_OS]: Make events for
8699 ICONIFY/DEICONIFY_EVENT.
8701 * macterm.c (mac_copy_area, mac_copy_area_with_mask):
8702 Restore background color.
8703 (mac_handle_visibility_change): New function.
8704 (x_make_frame_invisible, x_iconify_frame)
8705 (XTread_socket) [!USE_CARBON_EVENTS]: Use it.
8706 [USE_CARBON_EVENTS] (mac_handle_window_event)
8707 (install_window_handler): Handle visibility change events.
8708 (x_make_frame_visible): Don't reposition window if it is iconified
8709 or asked for visible before. Select and uncollapse window when it
8711 (x_make_frame_invisible): Don't reset x_highlight_frame.
8712 (x_iconify_frame): Likewise. Make invisible frame visible before
8714 (read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
8715 (do_window_update): Don't change visibility of invisible frame.
8717 2005-08-22 Juri Linkov <juri@jurta.org>
8719 * term.c (turn_on_face): Check for TS_set_foreground and
8720 TS_set_background depending on standout_mode. Simplify.
8722 2005-08-21 Kim F. Storm <storm@cua.dk>
8724 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
8725 bitmaps on fully visible rows.
8727 * fringe.c (update_window_fringes): Replace FORCE_P arg with
8728 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
8731 * xdisp.c (redisplay_window): Call update_window_fringes with
8732 KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
8734 2005-08-20 Richard M. Stallman <rms@gnu.org>
8736 * xdisp.c (display_echo_area_1): Get display start pos from w->start.
8737 (resize_mini_window): Set w->start, and PT, so as to display the tail
8738 end of the buffer, if it doesn't all fit.
8740 2005-08-18 Kim F. Storm <storm@cua.dk>
8742 * xdisp.c (calc_pixel_width_or_height): Use actual display
8743 resolution when available instead of Vdisplay_pixels_per_inch.
8745 2005-08-17 Kim F. Storm <storm@cua.dk>
8747 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled.
8749 * dispnew.c (buffer_posn_from_coords): Check that target row is
8752 2005-08-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8754 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
8755 xg_set_frame_icon and call it.
8757 * gtkutil.c (xg_set_frame_icon): New function.
8759 * gtkutil.h (xg_set_frame_icon): Declare it.
8761 2005-08-16 Kim F. Storm <storm@cua.dk>
8763 * dispnew.c (increment_row_positions): Skip non-enabled rows.
8765 * window.c (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
8766 (Fcurrent_window_configuration): Use VECSIZE macro instead.
8768 2005-08-15 Richard M. Stallman <rms@gnu.org>
8770 * xdisp.c (message3_nolog): Clear echo_message_buffer.
8772 2005-08-15 Kim F. Storm <storm@cua.dk>
8774 * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
8776 * process.c (deactivate_process, status_notify, read_process_output)
8777 (update_status, status_convert, decode_status, allocate_pty)
8778 (make_process, remove_process, list_processes_1)
8779 (create_process_1, unwind_request_sigio, read_process_output)
8780 (send_process, keyboard_bit_set): Declare static.
8781 (Fdelete_process): Simplify. Pass process to status_notify, so we
8782 don't try to read output from it.
8783 (status_notify): New arg deleting_process--don't try to read
8784 output from that process.
8786 * lisp.h (deactivate_process, status_notify, read_process_output):
8789 2005-08-14 Richard M. Stallman <rms@gnu.org>
8791 * image.c (syms_of_image): Init Qxbm, Qpbm before calling
8794 2005-08-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8796 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
8797 (xg_get_image_for_pixmap): Move some code to
8798 xg_get_pixbuf_from_pix_and_mask, and call it.
8800 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
8802 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
8803 to get an GTK icon and set it with GTK functions to avoid having GTK
8804 override an icon set with just X functions.
8806 2005-08-11 Richard M. Stallman <rms@gnu.org>
8808 * image.c (syms_of_image): Init image_types here, and call
8810 (init_image): Not here.
8812 2005-08-09 Richard M. Stallman <rms@gnu.org>
8814 * bytecode.c (BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
8816 * lisp.h (QUIT): Throw t to Vthrow_on_input.
8818 2005-08-09 Thien-Thi Nguyen <ttn@gnu.org>
8820 * floatfns.c (Fexpt): Use floats for negative exponent.
8822 2005-08-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8824 * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
8825 should not be there, causing menu display errors with GTK 2.6.9.
8827 2005-08-07 Richard M. Stallman <rms@gnu.org>
8829 * floatfns.c (Fexpt): Undo previous change.
8831 * dispnew.c (Fframe_or_buffer_changed_p): Take an arg
8832 so it can be used with various state vectors.
8834 * emacs.c (endif): Convert -script into -scriptload.
8835 (standard_args): Add -scriptload. Allow -basic-display with one dash.
8837 * fns.c (syms_of_fns): Add `emacs' to features.
8839 * term.c (set_terminal_modes): If no TS_termcap_modes string,
8840 output newlines to scroll the old screen contents off the screen.
8842 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org>
8844 * floatfns.c (Fexpt): Use floats for negative exponent.
8847 2005-08-02 Richard M. Stallman <rms@gnu.org>
8849 * frame.c (Fframe_char_width): Doc fix.
8851 2005-07-30 Juanma Barranquero <lekktu@gmail.com>
8853 * xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
8856 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8858 * w32fns.c (my_set_window_pos, my_show_window): Don't declare.
8859 (my_create_window, my_create_tip_window): Make static.
8861 * w32term.c (my_show_window, my_set_window_pos, my_set_focus)
8862 (my_set_foreground_window, my_destroy_window): Make static.
8864 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
8866 Merge gnulib getopt implementation into Emacs.
8868 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
8869 now part of lib-src.
8871 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
8873 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
8875 2005-07-25 Jason Rumney <jasonr@gnu.org>
8877 * w32menu.c (w32_menu_display_help): Suppress tooltip when
8878 navigating menus with the keyboard.
8880 2005-07-23 Richard M. Stallman <rms@gnu.org>
8882 * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer.
8884 * bytecode.c (MAYBE_GC): Test gc_cons_threshold and
8885 gc_relative_threshold, one by one.
8887 * keyboard.c (read_char): Test gc_cons_threshold.
8888 (syms_of_keyboard): staticpro Qecho_area_clear_hook.
8890 * eval.c (Feval, Ffuncall): Test gc_cons_threshold and
8891 gc_relative_threshold, one by one.
8893 * alloc.c (gc_cons_threshold): Not static.
8894 (gc_cons_combined_threshold): Var deleted.
8895 (gc_relative_threshold): New variable.
8896 (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold
8897 instead of gc_cons_combined_threshold.
8899 * lisp.h (gc_cons_threshold, gc_relative_threshold): Declare.
8900 (gc_cons_combined_threshold): Declaration deleted.
8902 2005-07-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8904 * mac.c: Don't include stdlib.h or string.h.
8905 (Fdo_applescript, Fmac_file_name_to_posix)
8906 (Fmac_file_name_to_posix): Doc fixes.
8907 [TARGET_API_MAC_CARBON] (Fmac_get_preference)
8908 (Fmac_code_convert_string): Likewise.
8909 [MAC_OSX] (init_mac_osx_environment): Fall back on terminal mode
8910 if the executable is not contained in a bundle.
8912 * macfns.c: Don't include stdlib.h or string.h. Include atimer.h.
8913 (gray_width, gray_height): Remove defines.
8914 (gray_bits, gray_bitmap_width, gray_bitmap_height)
8915 (gray_bitmap_bits): Remove variables.
8916 (lispy_function_keys): Remove extern.
8917 (free_frame_menubar): Add extern.
8918 (x_window_to_frame): Remove function.
8919 (unwind_create_tip_frame): Add declaration.
8920 (x_set_name_internal): New function.
8921 (x_set_name, x_set_title): Use it.
8922 (Fx_create_frame, Fx_display_grayscale_p, Fx_display_pixel_width)
8923 (Fx_display_pixel_height, Fx_display_planes)
8924 (Fx_display_color_cells, Fx_server_max_request_size)
8925 (Fx_server_vendor, Fx_server_version, Fx_display_screens)
8926 (Fx_display_mm_height, Fx_display_mm_width)
8927 (Fx_display_backing_store, Fx_display_visual_class)
8928 (Fx_display_save_under, Fx_synchronize, Fx_show_tip): Doc fixes.
8930 * macmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
8932 * macselect.c (Fx_own_selection_internal): Follow error conventions.
8933 (Fx_get_selection_internal, Fx_selection_owner_p)
8934 (Fx_selection_exists_p): Doc fixes.
8935 (syms_of_macselect) <selection-converter-alist>: Likewise.
8937 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
8939 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
8941 * ccl.c (Fregister_ccl_program): Fix typos in docstring.
8942 (Fccl_execute_on_string): Likewise; add usage info.
8944 * composite.c (Fcompose_region_internal)
8945 (Fcompose_string_internal):
8946 Improve argument/docstring consistency.
8948 * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer):
8949 Fix typos in docstrings.
8951 * textprop.c (Fnext_char_property_change)
8952 (Fprevious_char_property_change): Doc fixes.
8954 * window.c (Fset_window_margins, Fset_window_fringes):
8955 Improve argument/docstring consistency.
8957 * xfaces.c (Finternal_lisp_face_p): Doc fix.
8959 2005-07-21 Andreas Schwab <schwab@suse.de>
8961 * eval.c (restore_stack_limits): Return a value.
8963 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
8965 * eval.c (Fdefvar): Doc fix.
8967 2005-07-20 Kim F. Storm <storm@cua.dk>
8969 * fileio.c (Fdo_auto_save, do_auto_save_unwind):
8970 Use make_save_value to unwind protect stream.
8972 * lread.c (Fload, load_unwind):
8973 Use make_save_value to unwind protect stream.
8975 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
8977 * eval.c (Fprog2, Fcalled_interactively_p),
8978 (syms_of_eval) <debug-on-quit>: Doc fixes.
8979 (syms_of_eval) <max-specpdl-size>:
8980 (Finteractive_p): Fix typos in docstrings.
8982 2005-07-19 Kim F. Storm <storm@cua.dk>
8984 * w32fns.c (Vx_hand_shape): Variable removed.
8985 (syms_of_w32fns): Intern and staticpro Qw32_charset_default.
8987 2005-07-19 Kenichi Handa <handa@m17n.org>
8989 * fns.c (Fstring_as_multibyte): Escape backslashes in the docstring.
8991 2005-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8993 * buffer.h (Fgenerate_new_buffer_name): Declare (for use in coding.c).
8995 2005-07-18 Kim F. Storm <storm@cua.dk>
8997 * frame.h (struct frame): New member already_hscrolled_p.
8999 * xdisp.c (redisplay_internal): Only try to hscroll each frame once
9000 to avoid redisplay looping hscrolling back and forth ad infinitum.
9002 2005-07-18 Juri Linkov <juri@jurta.org>
9004 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
9005 * keymap.c (Fminor_mode_key_binding):
9006 * macterm.c (mac-emulate-three-button-mouse):
9007 Delete duplicate duplicate words.
9009 2005-07-18 Ken Raeburn <raeburn@gnu.org>
9011 * minibuf.c (Ftest_completion): Fix odd syntax in test.
9013 2005-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9015 * macfns.c (x_set_cursor_color): Use XSetBackground and XSetForeground.
9017 * macgui.h (struct _XGC): New struct.
9019 (GCForeground, GCBackground, GCFont): Use X11 mask values.
9020 (XCreateGC, XParseGeometry): Move externs to macterm.h.
9022 * macterm.c (x_bitmap_icon, x_make_frame_visible): Remove declarations.
9023 (XSetFont): Add declaration.
9024 (mac_set_forecolor, mac_set_backcolor, mac_set_colors):
9026 (GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC):
9028 (XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
9029 (mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
9030 (mac_draw_rectangle, mac_draw_string_common, mac_scroll_area):
9032 (mac_erase_rectangle): New function.
9033 (XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
9034 (x_draw_stretch_glyph_string): Use it.
9035 (XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
9036 (XSetBackground, XSetFont): Adjust for new GC implementation.
9037 (x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
9038 (XTset_vertical_scroll_bar): Clear area under scroll bar.
9040 * macterm.h (struct mac_display_info): Change types of
9041 scratch_cursor_gc black_relief.gc, and white_relief.gc to GC.
9042 (XCreateGC, XParseGeometry): Move externs from macgui.h.
9044 * xfaces.c [MAC_OS] (XCreateGC): Remove extern.
9046 2005-07-16 Richard M. Stallman <rms@gnu.org>
9048 * buffer.c (Fmake_overlay): Doc fix.
9050 2005-07-16 Eli Zaretskii <eliz@gnu.org>
9052 * w32proc.c (syms_of_ntproc): staticpro Qhigh, Qlow,
9053 Vw32_valid_locale_ids, and Vw32_valid_codepages.
9055 2005-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9057 * mac.c [TARGET_API_MAC_CARBON] (Fmac_code_convert_string):
9058 Use Fstring_as_unibyte instead of string_make_unibyte.
9060 2005-07-15 Richard M. Stallman <rms@gnu.org>
9062 * xdisp.c (select_frame_for_redisplay): Use find_symbol_value.
9064 2005-07-15 Kim F. Storm <storm@cua.dk>
9066 * xdisp.c: Fix redisplay loop in last change.
9067 (IT_POS_VALID_AFTER_MOVE_P): New macro.
9068 (move_it_vertically_backward, move_it_by_lines): Use it.
9070 2005-07-14 Jason Rumney <jasonr@gnu.org>
9072 * w32.c (init_environment): Default HOME directory to user's
9073 appdata directory if possible.
9075 2005-07-14 Kim F. Storm <storm@cua.dk>
9077 * .gdbinit (pitx): Fix output format. Print string charpos.
9079 * lread.c (syms_of_lread): Initialize seen_list.
9081 * search.c (syms_of_search): Staticpro searchbuf.whitespace_regexp.
9083 * syntax.c (syms_of_syntax): Staticpro lisp objects in gl_state.
9084 Staticpro re_match_object.
9086 2005-07-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9088 * macselect.c (get_scrap_target_type_list): Avoid NULL pointer
9091 * macterm.c (mac_window_to_frame): Remove duplicate define.
9093 2005-07-14 Kenichi Handa <handa@m17n.org>
9095 * coding.c (code_convert_region_unwind): ARG is changed to a cons.
9096 (code_convert_region): Adjust for the above change.
9097 (set_conversion_work_buffer): If the work buffer is already in
9098 use, generate a new buffer and return it. Otherwise return Qnil.
9099 (run_pre_post_conversion_on_str): Adjust for the above change.
9100 (run_pre_write_conversin_on_c_str): Likewise.
9102 2005-07-13 Kim F. Storm <storm@cua.dk>
9104 * xdisp.c (start_display): Don't reseat to next visible line start
9105 if current start position is in a string or image.
9106 (move_it_vertically_backward): Be sure to move out of strings and
9107 images when moving it2 forward.
9108 (move_it_by_lines): When moving forward, move to next buffer
9109 position if we end up in a string or image. When moving backward,
9110 count rows moved over when moving to start of current row in case
9111 row starts in middle of a string or image. Also move further
9112 backward if we end up in a string or image.
9113 (try_cursor_movement): If overlay string spans multiple lines,
9114 move backward to set cursor on start of an overlay string.
9115 (cursor_row_p): Row is ok if cursor is at newline from string, but
9116 string starts on this line (so we always position cursor at start
9119 * indent.c (Fvertical_motion): If start position is on an image,
9120 don't move back if we move too far (that's almost certain to happen).
9122 * xdisp.c (cursor_row_fully_visible_p): Allow partially visible
9123 row in minibuffer windows.
9124 (try_window): Don't check margins in minibuffer windows.
9126 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9128 * macterm.c: Don't include stdlib.h or composite.h.
9129 (x_use_underline_position_properties, last_mouse_press_frame)
9130 (x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
9131 (syms_of_macterm, mac_initialize): Don't initialize them.
9132 (waiting_for_input, initial_argv, initial_argc)
9133 (Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
9134 (set_frame_menubar, path_from_vol_dir_name): Remove externs.
9135 (extra_keyboard_modifiers): Fix type in extern.
9136 (x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
9137 (x_scroll_bar_report_motion): Add argument types to declaration.
9138 (mac_compute_glyph_string_overhangs): Add declaration.
9139 (disable_mouse_highlight): Remove unused variable.
9140 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
9141 (x_scroll_bar_handle_press, x_scroll_bar_handle_release)
9142 (x_scroll_bar_handle_drag): Remove argument `timestamp'.
9143 All callers changed.
9144 [USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
9146 [USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
9147 (x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
9148 only when its width is less than the height.
9149 (XTredeem_scroll_bar): Sync with xterm.c.
9150 (font_name_table, font_name_table_size, font_name_count):
9152 (drag_and_drop_file_list): Remove variable. Previous use is now
9154 (do_ae_open_documents): Move DRAG_N_DROP event construction part
9156 (XTread_socket): Consolidate setting of event timestamp.
9157 Move DRAG_N_DROP event construction part to do_ae_open_documents.
9158 Support extra_keyboard_modifiers.
9160 * xfaces.c (try_font_list) [MAC_OS]: Try font family name
9161 beginning with that for ASCII.
9163 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
9165 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
9166 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
9167 (syms_of_alloc): Declare gc-cons-percentage.
9169 * eval.c (Feval, Ffuncall):
9170 * keyboard.c (read_char):
9171 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
9173 * lisp.h (gc_cons_combined_threshold): Declare.
9175 2005-07-12 Kim F. Storm <storm@cua.dk>
9177 * coding.c (Qprocess_argument):
9178 * coding.h (Qprocess_argument): Remove unused var.
9180 * xselect.c (intern): Remove dup. intern and staticpro for QTIMESTAMP.
9182 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9184 * mac.c [!TARGET_API_MAC_CARBON]: Include charset.h, coding.h, and
9186 [!MAC_OSX] (fchmod, fchown): New functions.
9187 (mac_get_code_from_arg): Don't accept Lisp integer as argument.
9188 Use SBYTES and EndianU32_BtoN.
9189 (mac_get_object_from_code): Return 4 byte string even if argument
9190 is 0. Use make_unibyte_string and EndianU32_NtoB.
9191 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
9192 (Fmac_set_file_type): Fix documents and argument declarations.
9193 Don't specify kFSCatInfoNodeFlags. Support Mac OS Classic.
9195 2005-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9197 * window.c (Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
9199 2005-07-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9201 * xfaces.c (x_update_menu_appearance): Use fontSet resource for
9202 Lucid if X_I18N, font otherwise.
9204 2005-07-10 Steven Tamm <steventamm@mac.com>
9206 * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Add.
9207 (Fmac_set_file_type, Fmac_set_file_creator): Add.
9208 (mac_get_object_from_code, mac_get_code_from_arg): Add.
9210 2005-07-10 Richard M. Stallman <rms@gnu.org>
9212 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
9213 (syms_of_lread): Set up eval-buffer-list.
9214 (Feval_buffer, Feval_region): Bind eval-buffer-list.
9216 2005-07-08 Richard M. Stallman <rms@gnu.org>
9218 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.
9220 2005-07-08 Kim F. Storm <storm@cua.dk>
9222 * keyboard.c (menu_bar_items): Don't GCPRO menu_bar_items_vector here.
9223 (syms_of_keyboard): Initialize and staticpro menu_bar_items_vector.
9225 2005-07-07 Kim F. Storm <storm@cua.dk>
9227 * window.c (Frecenter): Fix last change (set iarg before use).
9229 2005-07-06 Richard M. Stallman <rms@gnu.org>
9231 * window.c (Frecenter): When arg is inside the scroll margin,
9232 move it out of the margin.
9234 2005-07-06 Jason Rumney <jasonr@gnu.org>
9236 * w32console.c (initialize_w32_display): Detect when the console
9237 dimensions are insane, and default to 80x25 instead.
9238 (w32_use_full_screen_buffer): Default to nil.
9240 2005-07-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9242 * macterm.c (mac_draw_vertical_window_border): Use foreground of
9243 VERTICAL_BORDER_FACE_ID for vertical border line.
9244 (mac_encode_char): Call check_ccl_update in advance.
9245 (mac_to_x_fontname, x_font_name_to_mac_font_name)
9246 (init_font_name_table, mac_do_list_fonts, XLoadQueryFont):
9247 Don't assume that font family length is less than 32.
9248 (x_compute_min_glyph_bounds): Make static.
9249 (x_load_font): Never set fonts_changed_p to zero.
9251 2005-07-04 Lute Kamstra <lute@gnu.org>
9253 * Update FSF's address in GPL notices.
9255 2005-07-03 Richard M. Stallman <rms@gnu.org>
9257 * xdisp.c (try_window): Fix previous change in how it handles
9258 a partially-visible line or one only partly past the margin.
9260 * window.c (window_scroll_pixel_based): Take account
9261 of this_scroll_margin when finding point when scrolling up.
9263 2005-06-29 Ralf Angeli <angeli@iwi.uni-sb.de>
9265 * window.c (window_scroll_pixel_based, window_scroll_line_based):
9266 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
9267 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
9269 2005-07-02 Juri Linkov <juri@jurta.org>
9271 * w32term.c (w32_draw_vertical_window_border): Use foreground of
9272 VERTICAL_BORDER_FACE_ID for vertical border line.
9274 2005-07-02 Eli Zaretskii <eliz@gnu.org>
9276 * fileio.c (Fcopy_file): Rearrange the code that calls fchown and
9277 fchmod so that chmod doesn't get called on MSDOS before the file
9280 2005-07-01 Jason Rumney <jasonr@gnu.org>
9282 * w32term.c (cleartype_active): New flag for enabling sub-pixel
9284 (w32_initialize): Initialize it.
9285 (w32_native_per_char_metric): Allow a couple of extra pixels when
9286 Cleartype is active.
9288 * w32term.c (w32_initialize): Move check for screen reader here
9289 from syms_of_w32term.
9291 2005-06-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9293 * xterm.c (handle_one_xevent): bzero compose_status when nbytes
9296 2005-07-01 Masatake YAMATO <jet@gyve.org>
9298 * emacs.c (main): Passing ADD_NO_RANDOMIZE to `personality'.
9300 2005-06-30 Juri Linkov <juri@jurta.org>
9302 * xdisp.c (x_draw_vertical_border): If left fringe is not present
9303 decrease x coord of vertical border by 1 pixel to not occupy text
9304 area of the right window.
9306 * xterm.c (x_draw_vertical_window_border): Use foreground of
9307 VERTICAL_BORDER_FACE_ID for vertical border line.
9309 * term.c (turn_on_face): In standout mode apply specified
9310 fg to bg, and specified bg to fg (this makes the logic of
9311 inversion on terminal consistent with X).
9313 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
9315 * eval.c (user_variable_p_eh): New function.
9316 (Fuser_variable_p): Use it. Clarify docstring.
9317 Return t for aliases of user options, nil for alias loops.
9319 2005-06-27 Richard M. Stallman <rms@gnu.org>
9321 * eval.c (Fdefvar): Improve error message.
9323 2005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9325 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
9328 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
9330 * eval.c (Fdefvar): Don't try to set constant symbols.
9332 2005-06-25 Richard M. Stallman <rms@gnu.org>
9334 * macfns.c (Fx_show_tip): Pass new arg to try_window.
9336 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
9338 * xfns.c (Fx_show_tip): Pass new arg to try_window.
9340 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
9341 (redisplay_window): Handle try_window reporting point in scroll margin.
9343 * dispextern.h (try_window): Declare new arg.
9345 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
9346 Use fchmod to copy the file modes.
9347 (Frename_file): Don't copy UID and GID here;
9348 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
9350 * eval.c (call_debugger): Take full care of extending stack limits
9351 to make space for the debugger, and restore the change afterward.
9352 Bind debug-on-error to nil.
9353 (restore_stack_limits): New subroutine.
9354 (Fsignal): Extend specpdl bound along with eval depth bound,
9355 for calling edebug. Don't do either one, for calling debugger.
9356 (find_handler_clause): Don't bind debug-on-error here.
9357 Don't unbind anything either.
9358 Temporarily advance max_specpdl_size for calling
9359 internal_with_output_to_temp_buffer.
9360 (grow_specpdl): Don't alter max_specpdl_size before signaling
9362 (syms_of_eval) <max-specpdl-size>: Doc fix.
9364 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
9366 2005-06-24 Eli Zaretskii <eliz@gnu.org>
9368 * fileio.c (Frename_file): Undo last change: no need to ifdef away
9369 chown on DOS_NT platforms.
9371 * w32.c (sys_chown): New function.
9373 * s/ms-w32.h (chown): New; define to sys_chown.
9375 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
9377 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
9378 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
9380 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
9382 2005-06-23 Richard M. Stallman <rms@gnu.org>
9384 * xdisp.c (get_next_display_element): Finish reversing the tests of
9385 Vnobreak_char_display.
9387 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
9389 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
9390 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
9392 * fileio.c (Frename_file): Preserve owner and group, if possible,
9395 2005-06-23 Juanma Barranquero <lekktu@gmail.com>
9397 * abbrev.c (Funexpand_abbrev):
9398 * category.c (Fmake_category_set):
9399 * dispnew.c (Fsleep_for, Fsit_for):
9400 * editfns.c (Fsubst_char_in_region):
9401 * eval.c (Fdefvar, Fdefconst, Feval, Ffuncall):
9402 * frame.c (make_frame_without_minibuffer):
9403 * lread.c (read_vector):
9404 * macfns.c (check_x_frame):
9405 * process.c (Fstop_process, Fcontinue_process):
9406 * search.c (Freplace_match):
9407 * syntax.c (Fstring_to_syntax):
9408 * w32fns.c (check_x_frame, check_x_display_info):
9409 * xfaces.c (x_supports_face_attributes_p):
9410 * xselect.c (Fx_own_selection_internal): Follow error conventions.
9412 * image.c (fn_png_init_io): Don't define it.
9413 (init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
9414 (png_read_from_file): New function, based on png_read_from_memory.
9415 (png_load): Use it, instead of fn_png_init_io.
9417 2005-06-23 Kim F. Storm <storm@cua.dk>
9419 * search.c (Fmatch_data): Remove evaporate option.
9420 (Fset_match_data): Do not mention evaporate option in doc string.
9421 Add commentary explaining evaporate arg (for internal use only).
9422 (unwind_set_match_data): Add comment on evaporate use.
9424 2005-06-22 Miles Bader <miles@gnu.org>
9426 * xfaces.c (Qvertical_border): Rename from `Qvertical_divider'.
9427 (realize_basic_faces, syms_of_xfaces): Update references to it.
9428 * dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
9429 to `VERTICAL_BORDER_FACE_ID'.
9430 * dispnew.c (build_frame_matrix_from_leaf_window): Update references.
9432 2005-06-21 Juri Linkov <juri@jurta.org>
9434 * dispextern.h: Add extern Qframe_set_background_mode.
9436 * xfaces.c: Rename obsolete function Qframe_update_face_colors to
9437 Qframe_set_background_mode.
9439 * frame.c (Fmodify_frame_parameters):
9440 Call frame-set-background-mode after changing the background color
9441 on non-window non-dos branch.
9443 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
9445 * fns.c (Fchar_table_range):
9446 * process.c (Fmake_network_process): Fix spellings.
9448 2005-06-20 Kim F. Storm <storm@cua.dk>
9450 * fns.c (Fsort): Doc fix.
9452 2005-06-20 Miles Bader <miles@gnu.org>
9454 * xfaces.c (Qvertical_divider): New variable.
9455 (realize_basic_faces): Realize its face.
9456 (syms_of_xfaces): Initialize it.
9458 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
9460 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
9461 window-separator on ttys using `vertical-divider' face by default.
9463 2005-06-17 Richard M. Stallman <rms@gnu.org>
9465 * xdisp.c (get_next_display_element):
9466 Reverse test of Vshow_nonbreak_escape.
9468 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
9469 (Ftty_no_underline): New function.
9470 (syms_of_term): defsubr it.
9472 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
9474 * dispnew.c (spec_glyph_lookup_face): New function.
9475 (build_frame_matrix_from_leaf_window): Use it.
9477 * dispextern.h (spec_glyph_lookup_face): Add declaration.
9479 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
9481 2005-06-12 Richard M. Stallman <rms@gnu.org>
9483 * keyboard.c (read_char): After catching a longjmp,
9484 call restore_getcjmp.
9486 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
9488 * xselect.c (lisp_data_to_selection_data): Fix spelling.
9490 2005-06-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9492 * macterm.c (mac_compute_glyph_string_overhangs): Don't set
9493 overhangs unless the given glyph type is noncomposite CHAR_GLYPH.
9494 [USE_CARBON_EVENTS] (mac_convert_event_ref): Convert dead key down
9496 (XTread_socket): Don't pass keyboard events with the option
9497 modifier to the system when Vmac_command_key_is_meta is nil or
9498 Vmac_option_modifier is non-nil.
9499 [USE_CARBON_EVENTS] (read_socket_inev): New variable.
9500 [USE_CARBON_EVENTS] (init_command_handler): Fix argument.
9501 [USE_CARBON_EVENTS] (mac_handle_mouse_event): New Carbon event
9503 (install_window_handler) [USE_CARBON_EVENTS]: Install it.
9504 (XTread_socket) [USE_CARBON_EVENTS]: Move mouse wheel event
9505 handler part to mac_handle_mouse_event.
9507 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
9509 * eval.c (Fdefvaralias): Rename arguments SYMBOL and ALIASED to
9510 NEW-ALIAS and BASE-VARIABLE, respectively.
9512 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9514 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
9515 (get_phys_cursor_geometry, format_mode_line_unwind_data)
9516 (get_line_height_property, x_produce_glyphs): Remove unused vars.
9518 * coding.c (run_pre_post_conversion_on_str): Remove unused var `buf'.
9520 2005-06-13 Eli Zaretskii <eliz@gnu.org>
9522 * w32term.c (x_use_underline_position_properties): New variable.
9523 (x_draw_glyph_string): Remind in a comment to change doc string of
9524 x-use-underline-position-properties if/when underline positioning
9526 (syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
9527 and initialize it to nil.
9529 2005-06-12 Jason Rumney <jasonr@gnu.org>
9531 * w32fns.c (NEWOPENFILENAME): New struct.
9532 (Fx_file_dialog): Use it to trick the system into giving us up to
9533 date dialogs on systems that are documented to support it.
9534 Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
9536 2005-06-12 Eli Zaretskii <eliz@gnu.org>
9538 * w32fns.c (w32_abort): Use the MB_YESNO dialog instead of
9539 MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
9541 2005-06-11 Eli Zaretskii <eliz@gnu.org>
9543 * image.c (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
9544 to CreateDIBSection to avoid a compiler warning.
9545 (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
9547 (png_load): Cast return values of fn_png_create_read_struct and
9548 fn_png_create_info_struct, to avoid compiler warnings on W32.
9549 Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
9550 to avoid compiler warnings.
9551 (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
9552 compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to
9553 avoid a compiler warning.
9554 (tiff_load): Cast return values of fn_TIFFOpen and
9555 fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg
9556 to IMAGE_BACKGROUND to avoid a compiler warning.
9557 (gif_load): Cast return values of fn_DGifOpenFileName and
9558 fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to
9559 IMAGE_BACKGROUND to avoid a compiler warning.
9560 (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
9563 * w32bdf.c (create_offscreen_bitmap): Cast `bitsp' to `void **' in
9564 the call to CreateDIBSection, to avoid a compiler warning.
9566 2005-06-11 Jason Rumney <jasonr@gnu.org>
9568 * w32fns.c (Fx_file_dialog): Unblock input before falling back to
9570 * macfns.c (Fx_file_dialog): Likewise.
9572 2005-06-10 Eli Zaretskii <eliz@gnu.org>
9574 * makefile.w32-in ($(TEMACS)): Depend on addsection.exe.
9576 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
9578 * process.c (syms_of_process) [ADAPTIVE_READ_BUFFERING]:
9579 * w32fns.c (syms_of_w32fns): Fix spellings.
9581 2005-06-10 Eli Zaretskii <eliz@gnu.org>
9583 * unexw32.c (COPY_CHUNK, COPY_PROC_CHUNK): Add a new argument
9584 `verbose'; print diagnostic messages only if it is non-zero.
9585 All callers changed to pass a zero value unless DEBUG_DUMP is defined
9587 (copy_executable_and_dump_data): Print section names with %.8s.
9589 2005-06-10 Masatake YAMATO <jet@gyve.org>
9591 * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face
9592 when mouse_face is not given.
9594 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
9596 * window.c (Fselect_window): Adapt call to Fselect_frame.
9598 * lisp.h: Update EXFUN of Fselect_frame.
9600 * keyboard.c (command_loop_1): Adapt call to Fselect_frame.
9602 * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg
9604 (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame):
9605 Adapt to above change.
9607 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
9609 * fns.c (Fmemq, Fmaphash): Doc fixes.
9611 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
9613 * xfaces.c (Fdisplay_supports_face_attributes_p):
9614 Fix typo in docstring.
9616 2005-06-08 Steven Tamm <steventamm@mac.com>
9618 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
9619 used by gcc4 on intel mac.
9621 2005-06-09 Kim F. Storm <storm@cua.dk>
9623 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
9624 in REUSE list if non-nil; free them if equal to evaporate.
9625 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
9626 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
9627 (restore_search_regs): Rename from restore_match_data. Uses changed.
9628 (unwind_set_match_data): New function.
9629 (record_unwind_save_match_data): New function like save-match-data.
9631 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
9632 (record_unwind_save_match_data): Add prototype.
9633 (restore_search_regs): Rename from restore_match_data.
9635 * composite.c (compose_chars_in_text):
9636 * eval.c (do_autoload):
9637 * macmenu.c (set_frame_menubar):
9638 * process.c (read_process_output, exec_sentinel):
9639 * xmenu.c (set_frame_menubar):
9640 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
9641 * w32menu.c (set_frame_menubar):
9642 Use record_unwind_save_match_data.
9644 2005-06-08 Richard M. Stallman <rms@gnu.org>
9646 * xdisp.c (get_next_display_element): Alter previous change:
9647 Distinguish Vshow_nonbreak_escape = t or not t.
9648 For t, use escape_glyph once again, as before previous change.
9649 Use space or hyphen for display, instead of the non-ASCII char.
9650 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
9652 * process.c (Fstart_process): Don't touch command_channel_p slot.
9654 * process.h (struct process): Delete command_channel_p.
9656 2005-06-07 Masatake YAMATO <jet@gyve.org>
9658 * xdisp.c (note_mode_line_or_margin_highlight):
9659 Check the overlapping of re-rendering area to avoid flickering.
9660 (note_mouse_highlight): Call clear_mouse_face if PART
9661 is not ON_MODE_LINE nor ON_HEADER_LINE.
9663 2005-06-07 Kim F. Storm <storm@cua.dk>
9665 * process.c: Improve commentary for adaptive read buffering.
9667 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9669 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
9672 2005-06-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9674 * macmenu.c (menu_quit_handler, install_menu_quit_handler):
9675 New functions for popping down menus on C-g.
9676 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
9678 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
9681 * config.in: Add HAVE_CANCELMENUTRACKING.
9683 2005-06-06 Eli Zaretskii <eliz@gnu.org>
9685 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
9687 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
9689 * w32proc.c (RVA_TO_PTR): New macro.
9691 * w32heap.c (RVA_TO_PTR): No need to #undef now.
9693 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
9694 Depend on w32heap.h.
9696 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
9698 * keyboard.c (command_loop_1): Update Vthis_original_command.
9700 2005-06-06 Richard M. Stallman <rms@gnu.org>
9702 * xmenu.c (popup_get_selection): Undo previous change.
9704 2005-06-06 Juri Linkov <juri@jurta.org>
9706 * xdisp.c (Qno_break_space): New variable.
9707 (syms_of_xdisp): Initialize it.
9708 (get_next_display_element): Add no-break space and soft hypen
9709 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
9710 Use `no-break-space' face for no-break spaces.
9712 2005-06-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9714 * window.c (delete_window): Handle the case where a h/vchild has
9717 2005-06-05 Eli Zaretskii <eliz@gnu.org>
9719 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
9720 call to pfn_setsockopt, cast optval to `const char *'.
9722 2005-06-04 Eli Zaretskii <eliz@gnu.org>
9724 * w32.c (gettimeofday): Use struct _timeb, not struct timeb.
9725 (open_unc_volume): Cast return value of map_w32_filename, to avoid
9728 * s/ms-w32.h (fileno): Don't define if already defined.
9730 * emacs.c: Include w32heap.h, to avoid compiler warning about sbrk.
9732 * makefile.w32-in (DOC): Define to point to the generated DOC-X.
9734 2005-06-04 Richard M. Stallman <rms@gnu.org>
9736 * xmenu.c (popup_get_selection): Click not in menu deactivates menu.
9738 2005-06-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9740 * macmenu.c (cleanup_popup_menu): New function.
9741 (Fx_popup_menu): Unwind protect cleanup_popup_menu in case
9742 mac_menu_show Quit:s.
9743 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
9746 2005-06-04 Kim F. Storm <storm@cua.dk>
9748 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
9750 * callproc.c (Fcall_process): Don't use alloca to gradually
9751 increase size of buf, as it effectively uses twice the necessary
9752 space on the stack. Instead, pre-allocate buf of full size, and
9753 gradually increase the read size.
9755 * bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
9757 * eval.c (unbind_to): Preserve value of Vquit_flag.
9759 * xterm.c (handle_one_xevent): Also ignore mouse motion just
9760 before a button release event.
9762 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9764 * xfaces.c (Finternal_lisp_face_equal_p): Really report
9765 on faces in a frame, if the argument FRAME is non-nil.
9766 Improve argument/docstring consistency.
9768 2005-06-02 Kim F. Storm <storm@cua.dk>
9770 * xdisp.c (MODE_LINE_NOPROP_LEN): New macro.
9771 (x_consider_frame_title, Fformat_mode_line): Save offset into
9772 mode_line_noprop_buf rather than pointer, in case buffer is relocated.
9774 2005-06-01 Kim F. Storm <storm@cua.dk>
9776 * fns.c (mapcar1): Maybe exit loop if original sequence was modified.
9778 2005-06-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9780 * macterm.c (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
9781 resolution fields for scalable fonts to 0.
9783 * xfaces.c (build_scalable_font_name): Round pixel size to the
9786 2005-06-01 Kim F. Storm <storm@cua.dk>
9788 * xdisp.c (display_mode_line): Support nested calls to redisplay
9789 and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
9791 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9793 * fileio.c (Finsert_file_contents):
9794 * xdisp.c (note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
9796 2005-05-31 Kim F. Storm <storm@cua.dk>
9798 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
9799 (mode_line_noprop_ptr): Rename from frame_title_*.
9800 (store_mode_line_noprop_char): Rename from store_frame_title_char.
9801 (store_mode_line_noprop): Rename from store_frame_title.
9802 (mode_line_target): New enum to specify current output target
9803 for mode line formatting.
9804 (display_mode_element): Test it rather than frame_title_ptr and
9805 mode_line_string_list to determine where output should go.
9806 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
9807 (Vmode_line_unwind_vector): New variable.
9808 (format_mode_line_unwind_data, unwind_format_mode_line):
9809 New functions for unwind protection in mode line formatting.
9810 (x_consider_frame_title): Use them and new local var 'title_start'
9811 to support nested calls to format-mode-line and redisplay.
9812 Set mode_line_target to MODE_LINE_TITLE.
9813 (Fformat_mode_line): Use them and new local var 'string_start' to
9814 support nested calls to format-mode-line and redisplay.
9815 Set mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
9816 Don't trim trailing dashes.
9817 (decode_mode_spec): Don't make infinite number of trailing dashes
9818 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
9819 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
9820 mode_line_string_face_prop, and Vmode_line_unwind_vector.
9821 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
9822 Initialize mode_line_target to MODE_LINE_DISPLAY.
9824 2005-05-29 Richard M. Stallman <rms@gnu.org>
9826 * buffer.c (Fbuffer_local_value): Call indirect_variable.
9828 2005-05-28 Masatake YAMATO <jet@gyve.org>
9830 * xdisp.c (note_mode_line_or_margin_highlight): Change the
9831 pointer to a hand cursor when hoovering over a mouse-face.
9833 2005-05-27 Kenichi Handa <handa@m17n.org>
9835 * xterm.c (x_encode_char): Call check_ccl_update in advance.
9837 * ccl.c: Now an element of Vccl_program_table is a vector of
9839 (ccl_get_compiled_code): New arg idx. Caller changed.
9840 Adjust for the change of Vccl_program_table.
9841 (setup_ccl_program): Adjust for the change of Vccl_program_table.
9842 (check_ccl_update): New function.
9843 (Fregister_ccl_program): Use ASET to set an element of a vector.
9844 Adjusted for the change of Vccl_program_table.
9846 * ccl.h (struct ccl_program): New member idx.
9847 (check_ccl_update): Extern it.
9849 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9851 * image.c (Vimage_library_alist): Move from image.el.
9852 (syms_of_image): Defvar it.
9853 (lookup_image_type): Use it.
9855 * buffer.c (Fbuffer_local_value): Make argument name match its use
9858 2005-05-26 Juanma Barranquero <lekktu@gmail.com>
9860 * keyboard.c (Frecursive_edit): Fix typo in docstring.
9861 (Fposn_at_x_y): Make argument name match its use in docstring.
9863 2005-05-26 Lute Kamstra <lute@gnu.org>
9865 * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
9867 2005-05-24 Masatake YAMATO <jet@gyve.org>
9869 * xdisp.c (note_mode_line_or_margin_highlight): Use b and e
9872 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9874 * xmenu.c (Fx_popup_dialog): Add a third boolean argument to
9875 select frame title ("Question"/"Information").
9876 (xdialog_show): Use it.
9878 * macmenu.c (Fx_popup_dialog, mac_dialog_show): As for xmenu.c.
9880 * w32menu.c (Fx_popup_dialog, w32_dialog_show): As for xmenu.c.
9882 * fns.c (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
9883 a third argument (Qnil).
9885 * lisp.h: x-popup-dialog can have three arguments.
9887 * editfns.c (Fmessage_box): Use "Information" for frame title.
9889 2005-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9891 * termcap.c [VMS]: Include <starlet.h>.
9893 2005-05-23 Masatake YAMATO <jet@gyve.org>
9895 * xdisp.c (note_mode_line_or_margin_highlight): Add code
9896 for mouse-face. Change the type of the first argument from `window'
9898 (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
9899 window instead of w.
9901 2005-05-22 Andreas Schwab <schwab@suse.de>
9903 * process.c (send_process): Move misplaced volatile.
9905 2005-05-21 Richard M. Stallman <rms@gnu.org>
9907 * xdisp.c (display_mode_element): If we're processing a list and
9908 padding is specified, put it after the last element.
9910 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9912 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't try to support
9913 "superroot" on DOS_NT systems.
9915 2005-05-21 David Hunter <hunterd42@comcast.net> (tiny change)
9917 * process.c (send_process): Restore the SIGPIPE handler if we
9920 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
9922 * image.c (lookup_image, png_read_from_memory): Remove hacks (and
9923 misleading comments).
9924 (DEF_IMGLIB_FN): Use C calling convention for image libraries.
9926 2005-05-20 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
9928 * window.c (Fwindow_inside_edges, Fwindow_inside_pixel_edges):
9929 Correct the right value.
9931 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
9933 * keyboard.c (syms_of_keyboard): Remove Lisp variables
9934 post-command-idle-hook and post-command-idle-delay.
9935 (command_loop_1): Don't try to execute post-command-idle-hook.
9937 2005-05-16 Kim F. Storm <storm@cua.dk>
9939 * xdisp.c (handle_display_prop): Handle empty replacement.
9940 (handle_single_display_spec): Return -1 for empty replacement.
9942 * keyboard.c (adjust_point_for_property): Skip empty overlay string.
9944 * .gdbinit (pitx): Print more info about iterator.
9946 2005-05-16 Andreas Schwab <schwab@suse.de>
9948 * unexmacosx.c (unexec_realloc): Move declarations before statements.
9950 2005-05-14 Richard M. Stallman <rms@gnu.org>
9952 * xdisp.c (message3): Call cancel_echoing.
9954 * alloc.c (Fmemory_full_p): New function.
9955 (syms_of_alloc): defsubr it.
9957 * process.c (send_process_trap): Unblock SIGPIPE.
9958 (send_process): Reset SIGPIPE handler before reporting error.
9960 2005-05-14 Nick Roberts <nickrob@snap.net.nz>
9962 * emacs.c (syms_of_emacs): Fix doc string for system-type.
9964 2005-05-13 Richard M. Stallman <rms@gnu.org>
9966 * fileio.c (Ffind_file_name_handler): Handle lambda-exp as handler.
9967 (Finsert_file_contents): If we read 0 bytes from a special file,
9968 unlock the visited file if we locked it.
9969 (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes.
9970 (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
9972 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9974 * emacs.c (main) [MAC_OS8]: Call init_atimer before mac_term_init.
9976 * keyboard.c (readable_events) [USE_TOOLKIT_SCROLL_BARS]:
9977 Regard toolkit scroll bar thumb drag events as squeezable and prevent
9978 redisplay from being paused by them.
9980 * mac.c [!MAC_OSX]: Include keyboard.h and syssignal.h.
9981 [!MAC_OSX] (target_ticks): Remove variable.
9982 [!MAC_OSX] (check_alarm, pause, index): Remove functions.
9983 [!MAC_OSX && __MRC__] (sys_strftime): Likewise.
9984 [!MAC_OSX] (select): If fd 0 is not set in rfds and some input
9985 event occurs before timeout, behave as if the function were interrupted.
9986 [!MAC_OSX] (sigblock, sigsetmask, alarm): Simulate SIGALRM
9987 handling using Time Manager routines.
9988 [!MAC_OSX] (mac_atimer_task, mac_atimer_qlink, signal_mask):
9990 [!MAC_OSX] (mac_atimer_handler, set_mac_atimer, remove_mac_atimer)
9991 (setitimer): New functions.
9993 * macfns.c, macmenu.c: Don't include signal.h.
9995 * macterm.c [USE_TOOLKIT_SCROLL_BARS] (get_control_part_bounds):
9996 Rename from get_control_part_bound. All callers changed.
9997 (x_scroll_bar_clear): New function.
9998 (x_clear_frame): Use it.
9999 (XTset_vertical_scroll_bar): Don't call Draw1Control.
10000 (x_scroll_bar_handle_click): Change type of second argument from
10001 int to ControlPartCode.
10002 (check_alarm): Remove declaration.
10003 (XTread_socket) [!TARGET_API_MAC_CARBON]: Don't call it.
10004 (XTread_socket): Use ControlPartCode instead of SInt16.
10006 2005-05-13 Nozomu Ando <nand@mac.com>
10008 * unexmacosx.c: Include assert.h.
10009 (MACOSX_MALLOC_MULT16): New define.
10010 [MACOSX_MALLOC_MULT16] (ptr_in_unexec_regions): Determine whether
10011 ptr is in unexec regions by checking it is multiple of 16.
10012 (unexec_malloc_header_t): New typedef.
10013 (unexec_malloc, unexec_realloc, unexec_free): Store and use
10014 allocated size information in unexec_malloc_header.
10016 2005-05-10 Richard M. Stallman <rms@gnu.org>
10018 * xterm.c (noinclude): Add #undef.
10020 * image.c, xfns.c, xmenu.c: Don't include signal.h.
10022 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10024 * fileio.c (Fexpand_file_name, Frename_file, Fadd_name_to_file)
10025 (Fmake_symbolic_link, Faccess_file, Frecent_auto_save_p):
10028 * dired.c (Ffile_name_completion): Make argument name
10029 match its use in docstring.
10031 2005-05-08 Luc Teirlinck <teirllm@auburn.edu>
10033 * eval.c (Fdefvaralias): Remove any pre-existing
10034 variable-documentation property of the alias.
10036 2005-05-07 Thien-Thi Nguyen <ttn@gnu.org>
10038 * xfns.c (start_hourglass): Do nothing when running on a tty.
10040 2005-05-07 Juanma Barranquero <lekktu@gmail.com>
10042 * fns.c (Fchar_table_range): Fix typos in docstring.
10044 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10046 * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
10048 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10050 * lread.c (Flocate_file_internal): Doc fix.
10052 * Makefile.in (lisp, shortlisp): Add jka-cmpr-hook.elc.
10054 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10056 * macselect.c (x_own_selection): Accept Lisp string as result of
10057 selection converter function.
10058 (x_clear_frame_selections): Don't call x-lost-selection-functions
10059 if Emacs is not owner of the selection.
10060 (Vmac_services_selection): Put variable and initialization in
10062 (syms_of_macselect) [MAC_OSX]: Set default value of
10063 Vmac_services_selection to PRIMARY.
10065 * macterm.c (toolkit_scroll_bar_interaction): Remove unused variable.
10066 (mac_handle_tool_bar_click): Remove unused function and declaration.
10067 [USE_TOOLKIT_SCROLL_BARS] (scroll_bar_timer_callback)
10068 (install_scroll_bar_timer, set_scroll_bar_timer)
10069 (control_part_code_to_scroll_bar_part, construct_scroll_bar_click)
10070 (get_control_part_bound, x_scroll_bar_handle_press)
10071 (x_scroll_bar_handle_release, x_scroll_bar_handle_drag)
10072 (x_set_toolkit_scroll_bar_thumb): New functions and declarations.
10073 [USE_TOOLKIT_SCROLL_BARS] (last_scroll_bar_part, scroll_bar_timer)
10074 (scroll_bar_timer_event_posted_p): New variables.
10075 [USE_TOOLKIT_SCROLL_BARS] (SCROLL_BAR_FIRST_DELAY)
10076 (SCROLL_BAR_CONTINUOUS_DELAY): New macros.
10077 (x_scroll_bar_create): Set control reference with NewControl.
10078 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
10079 Initialize track_top and track_height to nil.
10080 (x_scroll_bar_set_handle, x_scroll_bar_note_movement):
10081 Put functions in #ifndef USE_TOOLKIT_SCROLL_BARS.
10082 (XTset_vertical_scroll_bar): Don't make space between scroll bar
10083 and associated window.
10084 (XTset_vertical_scroll_bar) [MAC_OSX]: Get scroll bar area width
10085 from window config.
10086 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10087 Set track_top and track_height to nil when scroll bar size is changed.
10088 Recalculate them if they are nil.
10089 (XTread_socket) [MAC_OSX]: Use control kind to determine if the
10090 clicked control is a scroll bar.
10091 (XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Use toolkit scroll bar
10092 event handler functions. Don't add modifiers to scroll bar click
10093 events. Call scroll bar release handler when window is deactivated.
10094 (mac_initialize): Remove unused code for X toolkit.
10095 (syms_of_macterm) [!USE_TOOLKIT_SCROLL_BARS]:
10096 Initialize Vx_toolkit_scroll_bars to nil.
10098 * macterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
10099 New members track_top and track_height.
10101 * sysselect.h [DARWIN || MAC_OSX]: Temporarily undefine
10102 init_process when including sys/select.h.
10104 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10106 * eval.c (Fdefvaralias): Doc fix.
10108 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Doc fixes.
10110 2005-05-05 Kim F. Storm <storm@cua.dk>
10112 * buffer.c (init_buffer_once): Set cursor_in_non_selected_windows
10114 (syms_of_buffer): Add default-cursor-in-non-selected-windows.
10115 Fix type of cursor-in-non-selected-windows.
10117 2005-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10119 * mac.c: #undef init_process so not to conflict with system headers.
10121 2005-05-02 Richard M. Stallman <rms@gnu.org>
10123 * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
10125 * buffer.h (struct buffer): Add cursor_in_non_selected_windows slot.
10127 * xdisp.c (Vcursor_in_non_selected_windows)
10128 (Qcursor_in_non_selected_windows): Vars deleted.
10129 (syms_of_xdisp): Don't initialize them.
10130 (get_window_cursor_type): Use cursor_in_non_selected_windows
10133 2005-05-02 Kim F. Storm <storm@cua.dk>
10135 * macros.c (executing_kbd_macro_index): Rename from
10136 executing_macro_index. All uses changed.
10137 (executing_kbd_macro_iterations): Rename from
10138 executing_macro_iterations. All uses changed.
10139 (executing_kbd_macro): Rename from executing_macro.
10141 (syms_of_macros): Rename Lisp var executing-macro-index to
10142 executing-kbd-macro-index.
10144 * xdisp.c (move_it_in_display_line_to): Fix last change.
10146 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10148 * xmenu.c (Fx_popup_menu): Doc fix.
10150 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
10152 2005-05-02 Jason Rumney <jasonr@gnu.org>
10154 * emacs.c (USAGE3, USAGE4): Keep strings below 2048 bytes.
10156 2005-05-02 Nozomu Ando <nand@mac.com>
10158 * sysselect.h: Fix typo.
10160 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
10162 * charset.c (Fchars_in_region): Remove as obsolete.
10164 2005-05-01 Kim F. Storm <storm@cua.dk>
10166 * xdisp.c (move_it_in_display_line_to): Stop if we move beyond
10167 TO_CHARPOS. This may happen if last glyphs was an image or stretch
10170 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
10172 * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.
10174 2005-05-01 Richard M. Stallman <rms@gnu.org>
10176 * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
10177 If user cancels the menu, quit unless FOR_CLICK.
10179 * macros.c (Vexecuting_kbd_macro): Rename from Vexecuting_macro.
10181 (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
10182 * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
10183 * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
10184 * commands.h (Vexecuting_kbd_macro): Likewise.
10186 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org>
10188 * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.
10190 2005-04-30 Richard M. Stallman <rms@gnu.org>
10192 * fileio.c (Ffind_file_name_handler): Handle the `operations'
10193 property of the file name handler.
10194 (Qoperations): New variable.
10195 (syms_of_fileio): Initialize and staticpro it.
10197 * xdisp.c (set_message_1): Delete xassert.
10199 2005-04-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10201 * mac.c: Don't include time.h. Include sysselect.h after systime.h.
10203 * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
10205 * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
10206 before/after including Carbon.h if there is a working mktime.
10208 2005-04-28 Kim F. Storm <storm@cua.dk>
10210 * xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
10211 Fix cyclic alias check. If alias loop is detected, signal
10212 circular-list error if SIGNAL_P, and return Qdefault if !SIGNAL_P.
10214 2005-04-28 Lute Kamstra <lute@gnu.org>
10216 * eval.c (do_autoload): Record only autoloads in the autoload
10217 property of symbols.
10219 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
10221 * emacs.c (USAGE1): Add --basic-display and --quick options.
10223 2005-04-27 Kim F. Storm <storm@cua.dk>
10225 * data.c (syms_of_data) Staticpro Qcyclic_variable_indirection.
10227 2005-04-26 Richard M. Stallman <rms@gnu.org>
10229 * window.c (Fsame_window_p, Fspecial_display_p): Doc fixes.
10230 (syms_of_window): Doc fixes.
10232 * indent.c (Fvertical_motion): Undo previous change.
10234 2005-04-26 Kenichi Handa <handa@m17n.org>
10236 * fns.c (char_table_range): New function.
10237 (Fchar_table_range): Signal an error if characters in the range
10238 have inconsistent values. Don't check the parent.
10240 2005-04-25 Kenichi Handa <handa@m17n.org>
10242 * fontset.c (fontset_set): Fix previous change.
10244 2005-04-24 Richard M. Stallman <rms@gnu.org>
10246 * indent.c (Fvertical_motion): Bind fontification-functions to nil.
10248 2005-04-24 Eli Zaretskii <eliz@gnu.org>
10250 * regex.c (re_search_2, re_match_2_internal): Convert second arg
10251 of RE_TRANSLATE to int, to shut up GCC warnings.
10253 * fileio.c (Fcopy_file): Doc fix.
10254 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
10257 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10259 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o.
10260 (SOME_MACHINE_OBJECTS): Likewise.
10261 (mac.o): Depend on ccl.h.
10262 (macselect.o): New target.
10264 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]:
10265 Call syms_of_macselect.
10267 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections.
10269 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
10270 (QCLIPBOARD): Remove variable.
10271 (syms_of_mac): Don't initialize it.
10272 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p):
10274 (syms_of_mac): Don't defsubr them.
10275 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC)
10276 (QHFS_plus_D, QHFS_plus_C): New variables.
10277 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
10278 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp)
10279 (cfstring_create_normalized): New functions.
10280 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise.
10281 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
10283 * macterm.c (handling_window_update, terminate_flag):
10285 (do_window_update, do_ae_quit_application, XTread_socket):
10287 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define.
10288 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event)
10289 (init_service_handler): Move to macselect.c. Remove declarations.
10290 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern.
10291 (Qapplication, Qabout): New variables.
10292 (syms_of_mac): Initialize them.
10293 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
10294 (Qperform): New variables.
10295 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
10296 (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
10297 (do_menu_choice): Unhighlight menu bar also when menu_id is 0.
10298 (mac_store_application_menu_event, init_menu_bar): New functions.
10299 [USE_CARBON_EVENTS] (mac_handle_command_event)
10300 (init_command_handler): New functions.
10301 (mac_handle_window_event): Return noErr on window update event.
10302 (do_ae_quit_application): Call mac_store_application_menu_event.
10303 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler
10306 * macterm.h (x_clear_frame_selections): Add extern.
10308 * macselect.c: New file for selection processing on Mac OS.
10310 2005-04-23 Richard M. Stallman <rms@gnu.org>
10312 * fileio.c (Fcopy_file): New arg MUSTBENEW.
10313 (Frename_file): Pass new arg to Fcopy_file.
10315 * window.c (window_size_fixed): Variable deleted.
10316 (syms_of_window): Initialize window-size-fixed to nil.
10317 But don't DEFVAR window_size_fixed.
10319 2005-04-23 Andreas Schwab <schwab@suse.de>
10321 * m/macppc.h (LD_SWITCH_MACHINE) [LINUX]: Don't define.
10322 (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to
10323 use lib64 instead of lib.
10324 (_LP64) [_ARCH_PPC64]: Define if not defined.
10326 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
10328 * s/ms-w32.h (HAVE_PWD_H): Define.
10330 2005-04-22 Kenichi Handa <handa@m17n.org>
10332 * fns.c (copy_sub_char_table): Explicitly copy the default value
10333 of the sub-chartable.
10335 * fontset.c (fontset_set): When a sub-chartable is created,
10336 explicitly sets the defalt value.
10338 2005-04-22 Kim F. Storm <storm@cua.dk>
10340 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
10341 (Fsafe_plist_get): Rename to Fplist_get.
10342 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
10343 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
10345 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
10347 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
10348 (note_mode_line_or_margin_highlight, note_mouse_highlight):
10349 Use Fplist_get instead of Fsafe_plist_get.
10351 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
10353 2005-04-21 Miles Bader <miles@gnu.org>
10355 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
10357 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
10359 * sysdep.c: Remove reference to defunct vms-pwd.h.
10360 * dired.c: Likewise. Also, for pwd.h, use HAVE_PWD_H, not !VMS.
10361 * editfns.c, fileio.c, filelock.c, sysdep.c, xrdb.c: Likewise.
10363 * config.in: Regenerate.
10365 2005-04-20 Kenichi Handa <handa@m17n.org>
10367 * lisp.h (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
10368 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
10369 (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
10371 * alloc.c (make_sub_char_table): Argument changed to initial
10372 value of the slots.
10374 * data.c (Faref): Handle special slots used as default values of
10375 ascii, eight-bit-control, eight-bit-control. Don't ignore a
10376 default value set for a group of characters.
10377 (Faset): Signal an error if IDXVAL is not a valid character code.
10378 Make a sub-chartable with correct initial value.
10380 * fns.c (Fset_char_table_range): Don't set slots used as default
10381 values for ascii, eight-bit-control, eight-bit-graphic.
10382 Don't call Faref with charset-id.
10383 (Fset_char_table_default): Document how to treat normal character
10384 argument. Handle special slots used as default values of ascii,
10385 eight-bit-control, eight-bit-control. Make a sub chartable if
10388 2005-04-20 Kenichi Handa <handa@m17n.org>
10390 * search.c (boyer_moore): Fix previous change.
10392 2005-04-19 Kim F. Storm <storm@cua.dk>
10394 * xdisp.c (setup_for_ellipsis): Reset saved_face_id to use default
10395 face unless last visible char and first invisible char have the
10396 same face. Also use default face if saved_face_id is undefined.
10398 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10400 * macgui.h (MacFontStruct): Remove member `fontname'. Add member
10402 [TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
10403 mac_scriptcode member.
10405 * macterm.c (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
10406 (syms_of_mac): Don't initialize them.
10407 (Vmac_charset_info_alist): New variable.
10408 (syms_of_mac): Defvar it.
10409 (create_text_encoding_info_alist): New function.
10410 (decode_mac_font_name, mac_to_x_fontname)
10411 (x_font_name_to_mac_font_name, init_font_name_table): Don't hard
10412 code the correspondence among XLFD charsets, Mac script codes, and
10413 Emacs coding systems. Use Vmac_charset_info_alist and result of
10414 create_text_encoding_info_alist instead.
10415 (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager
10416 routines also on Mac OS Classic.
10417 (init_font_name_table) [!TARGET_API_MAC_CARBON]:
10418 Use add_font_name_table_entry.
10419 (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as
10420 specified. Derive unspecified scalable fields from specified one.
10421 (x_list_fonts): Consider Valternate_fontname_alist.
10422 (kDefaultFontSize): Change value from 9 to 12.
10423 (XLoadQueryFont): Get decoded font family, font face, and charset
10424 from x_font_name_to_mac_font_name. Set full name of loaded font.
10425 (mac_unload_font): Free `full_name' member.
10426 (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns
10427 NULL. Copy full_name member of struct MacFontStruct to that of
10430 2005-04-19 Kim F. Storm <storm@cua.dk>
10432 * xdisp.c (handle_stop): Set saved_face_id to current face if
10433 selective_display_ellipsis_p so ellipsis will be shown in same
10434 face as preceding text.
10435 (setup_for_ellipsis): Don't set saved_face_id here.
10436 (next_element_from_display_vector): Default to saved_face_id.
10438 * fns.c (Fsafe_get): New function.
10439 (syms_of_fns): Defsubr it.
10441 * lisp.h (Fsafe_get): EXFUN it.
10443 * xfaces.c (resolve_face_name): Use Fsafe_get to avoid redisplay
10444 loops in case of bad face property lists. Limit number of face
10445 alias lookups to 10 (in case of face alias loops).
10447 2005-04-18 Kim F. Storm <storm@cua.dk>
10449 * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap.
10450 It replaces the corresponding member from struct window, as a
10451 window may now show multiple overlay arrows.
10452 Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap.
10454 * dispnew.c (row_equal_p, update_window_line, scrolling_window):
10455 Compare overlay_arrow_bitmap than overlay_arrow_p members.
10457 * fringe.c (draw_fringe_bitmap): Use overlay_arrow_bitmap from row
10458 rather than from window.
10459 (update_window_fringes): Compare overlay_arrow_bitmap rather than
10460 overlay_arrow_p members.
10461 (Ffringe_bitmaps_at_pos): Return fringe overlay_arrow_bitmap name
10464 * window.h (struct window): Remove member overlay_arrow_bitmap.
10466 * window.c (make_window): Don't initialize overlay_arrow_bitmap.
10468 * xdisp.c (overlay_arrow_string_or_property): Remove PBITMAP arg.
10469 Calls changed. Don't check for overlay-arrow-bitmap property here.
10470 (overlay_arrow_at_row): Remove PBITMAP arg. Instead, if left
10471 fringe is present, return Lisp integer for bitmap (or -1 for default).
10472 Fix value of overlay-arrow-bitmap property to be a symbol, use
10473 lookup_fringe_bitmap to parse it.
10474 (display_line): Change call to overlay_arrow_at_row. Store integer
10475 return value as overlay bitmap in row rather than window.
10476 Only show overlay arrow if row displays text, or if no other overlay
10477 arrow is seen in window (if overlay marker is at point-max).
10479 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
10481 * xfaces.c (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.
10483 2005-04-18 Lute Kamstra <lute@gnu.org>
10485 * lread.c (Vloads_in_progress): Static.
10486 * fns.c (Vloads_in_progress): Remove extern.
10487 (load_in_progress): Add extern.
10488 (Frequire): Use load_in_progress instead of Vloads_in_progress.
10490 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
10492 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
10494 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10496 * macterm.c (XTread_socket): Don't beep on keyboard input even if
10497 no frame is visible.
10499 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10501 * term.c (struct keys): Add support for shifted keys.
10503 2005-04-16 Richard M. Stallman <rms@gnu.org>
10505 * xdisp.c (with_echo_area_buffer): Delete WHICH < 0 case.
10506 (set_message): Call with_echo_area_buffer with WHICH = 0.
10507 (set_message_1): Erase the echo area buffer first thing.
10508 (echo_area_display): Don't clear echo_message_buffer.
10510 2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10512 * Makefile.in (mac.o): Depend on charset.h and coding.h.
10514 * mac.c: Include charset.h and coding.h.
10515 [TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
10516 [TARGET_API_MAC_CARBON] (cfstring_create_with_string): New function.
10517 [TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
10519 * macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
10521 * image.c [MAC_OSX] (image_load_quartz2d): Likewise.
10523 * macterm.c (x_autoselect_window_p): Remove variable.
10524 (last_window): New variable.
10525 (XTreassert_line_highlight, x_change_line_highlight):
10526 Remove declarations.
10527 (mac_focus_changed, x_detect_focus_change): New functions and
10529 (XTextExtents16, front_emacs_window): Remove function.
10530 (mac_focus_frame): New function.
10531 (XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
10532 (mac_check_for_quit_char): Use it instead of front_emacs_window.
10533 (x_scroll_bar_report_motion): Obtain window from control owner.
10534 (x_make_frame_invisible): Set window manager size hint.
10535 (do_mouse_moved): Remove function.
10536 (XTread_socket): Move its contents here. Generate select-window
10537 event on mouse movement if needed. Use x_detect_focus_change on
10538 activate/deactivate events. Don't deiconify frame or invalidate
10539 window rectangle when dnd items are dropped.
10540 Don't activate/deactivate root control.
10541 (frame_highlight, frame_unhighlight): Activate/deactivate root
10543 (syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
10545 * macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
10548 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
10550 * Makefile.in: Define new macro TOOLTIP_SUPPORT.
10552 (SOME_MACHINE_LISP): Add tooltip.
10554 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10556 * mac.c [!TARGET_API_MAC_CARBON]: Include MacLocales.h.
10557 Don't include TextEncodingConverter.h.
10558 (mac_system_script_code, Vmac_system_locale): New variables.
10559 (syms_of_mac): Defvar them.
10560 (mac_get_system_locale): New function.
10562 * macfns.c (x_set_name, x_set_title) [!TARGET_API_MAC_CARBON]:
10563 Use ENCODE_SYSTEM to encode title bar string.
10564 (x_create_tip_frame): Apply 2005-03-18 change for xfns.c.
10565 (Fx_file_dialog) [TARGET_API_MAC_CARBON && !MAC_OSX]:
10566 Use CFStringGetSystemEncoding to get system default string encoding.
10568 * macterm.c [!TARGET_API_MAC_CARBON]: Don't include
10569 TextEncodingConverter.h.
10571 2005-04-13 Steven Tamm <steventamm@mac.com>
10573 * macterm.c (syms_of_macterm): Remove redundant definition of
10574 mac-pass-control-to-system.
10576 2005-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10578 * window.c (Fset_window_configuration): Be careful when you choose
10579 among several possible points for the new_current_buffer.
10581 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10583 * keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
10584 poll_for_input_1. Set interrupt_input_pending to 1 instead.
10585 (Qlanguage_change) [MAC_OS]: New variable.
10586 (syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
10587 (kbd_buffer_get_event) [MAC_OS]: Make event for LANGUAGE_CHANGE_EVENT.
10589 * macterm.c (mac_keyboard_text_encoding)
10590 (current_mac_keyboard_text_encoding): Remove variables.
10591 (XTread_socket): Store language-change event if keyboard script change
10592 is detected. Don't convert input to `mac_keyboard_text_encoding'.
10593 (syms_of_macterm): Delete DEFVAR_INT for mac-keyboard-text-encoding.
10595 * termhooks.h (enum event_kind) [MAC_OS]: Add LANGUAGE_CHANGE_EVENT.
10597 2005-04-10 Richard M. Stallman <rms@gnu.org>
10599 * emacs.c (standard_args): Rename --bare-bones to --quick.
10600 Add -D aka --basic-display.
10602 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
10604 2005-04-09 Richard M. Stallman <rms@gnu.org>
10606 * keymap.c (where_is_internal): Convert a string used as event type
10607 into "(any string)".
10609 * lread.c (Vloads_in_progress): Not static.
10610 * fns.c (Vloads_in_progress): Add extern.
10611 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
10613 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
10615 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
10617 2005-04-09 Lute Kamstra <lute@gnu.org>
10619 * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is
10620 within the accessible part of the buffer.
10622 2005-04-09 Kim F. Storm <storm@cua.dk>
10624 * lread.c (readevalloop): Add args START and END as region in
10625 current buffer to read. Callers changed.
10626 When specified, narrow to this region only when reading,
10627 not during eval. Track next point to read from during eval.
10628 Also restore point to "real" buffer position before eval.
10629 (Feval_region): Don't save excursion and restriction here, and
10630 don't narrow to region. Just pass region to readevalloop.
10631 Note: Point is now preserved even when PRINTFLAG is nil.
10633 2005-04-08 Kim F. Storm <storm@cua.dk>
10635 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".
10637 2005-04-06 Kim F. Storm <storm@cua.dk>
10639 * emacs.c (standard_args): Add -Q, --bare-bones, -bare-bones.
10641 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10643 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
10644 (Fmac_get_preference): Doc fix.
10646 * macfns.c (Fx_create_frame, x_create_tip_frame):
10647 Add "fontset-mac" to fallback font/fontsets.
10649 2005-04-04 Kim F. Storm <storm@cua.dk>
10651 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
10653 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
10654 Call it again after autoload.
10656 2005-04-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10658 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
10661 * ralloc.c (r_alloc_init): Ditto.
10663 2005-04-01 Kenichi Handa <handa@m17n.org>
10665 * lisp.h (Vascii_upcase_table, Vascii_canon_table)
10666 (Vascii_eqv_table): Extern them.
10668 * casetab.c (set_case_table): If standard is nonzero, setup
10669 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
10671 * search.c (looking_at_1): Use current_buffer->case_canon_table,
10672 not DOWNCASE_TABLE.
10673 (string_match_1): Likewise.
10674 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
10675 Vascii_downcase_table.
10676 (fast_string_match_ignore_case): Likewise.
10677 (search_buffer): Fix checking of boyer-moore usability.
10678 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance.
10679 No need of tranlating characters in PAT. Fix calculation of
10682 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10684 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
10685 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
10686 Use XtNtopShadowPixel and XtNbottomShadowPixel.
10687 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
10688 really work and that breaks with some versions of Xaw3d.
10690 2005-03-31 Kenichi Handa <handa@m17n.org>
10692 * coding.c (syms_of_coding): Fix previous change.
10694 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10696 * fileio.c (search_embedded_absfilename): Fix last change.
10698 2005-03-25 Kenichi Handa <handa@m17n.org>
10700 * coding.c (syms_of_coding): Suggest to use set-coding-category in
10701 the docstring of coding-category-list.
10703 2005-03-31 Kim F. Storm <storm@cua.dk>
10705 * keyboard.c (Qmouse_fixup_help_message): New var.
10706 (syms_of_keyboard): Intern and staticpro it.
10707 (show_help_echo): Apply mouse-fixup-help-message to help string.
10709 2005-03-30 Kim F. Storm <storm@cua.dk>
10711 * xdisp.c (display_line): Allow multiple overlay arrows in window.
10713 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10715 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
10716 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
10717 (Ffile_name_absolute_p): Use it.
10718 (search_embedded_absfilename): New fun, extracted from
10719 Fsubstitute_in_file_name. Use file_name_absolute_p.
10720 Free the pw data after use.
10721 (Fsubstitute_in_file_name): Use it.
10722 After cutting a prefix, re-check file-name-handler.
10724 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
10726 * w32term.h (x_output): Add focus_state.
10728 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
10729 (w32_read_socket) <WM_SETFOCUS>: Call w32_detect_focus_change.
10731 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10733 * minibuf.c (Fminibuffer_complete_and_exit, Fself_insert_and_exit):
10734 Use Fexit_minibuffer.
10735 (Fexit_minibuffer): Mark it as no-return, deactivate the mark.
10737 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10739 * dired.c (Ffile_attributes): Add a missing gcpro.
10741 * alloc.c (make_number): The arg can be bigger than `int'.
10742 * lisp.h (make_number): Make prototype more precise.
10744 * process.c, dired.c (Vfile_name_coding_system)
10745 (Vdefault_file_name_coding_system):
10746 * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
10747 (Vdefault_file_name_coding_system): Remove unused declarations.
10749 2005-03-24 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10751 * xmenu.c (create_and_show_popup_menu): Just remove menu and return
10752 if it failed to pop up (Gnome "show pointer on ctrl" option makes
10753 menus fail to pop up).
10755 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10757 * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
10758 Just prepend a backslash without replacing the NBSP by an SPC.
10760 2005-03-22 Kim F. Storm <storm@cua.dk>
10762 * xfaces.c (lookup_derived_face): Add arg SIGNAL_P.
10763 * dispextern.h (lookup_derived_face): Fix prototype.
10764 * msdos.c (XMenuActivate): Fix call to lookup_derived_face.
10766 * xdisp.c (handle_single_display_spec): Derive left-fringe and
10767 right-fringe face from fringe face.
10769 * fringe.c (draw_fringe_bitmap_1, Fset_fringe_bitmap_face):
10770 Derive face from fringe face.
10772 2005-03-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10774 * xrdb.c (x_load_resources): Undo previous change (2005-03-18).
10776 2005-03-22 David Kastrup <dak@gnu.org>
10778 * textprop.c (Fnext_char_property_change)
10779 (Fprevious_char_property_change): Allow marker as limit.
10780 (Fnext_single_char_property_change)
10781 (Fprevious_single_char_property_change): Check that limit is a
10783 (Fnext_single_char_property_change): Coerce position to integer.
10784 (Fprevious_single_char_property_change): Same here.
10786 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10788 * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined.
10790 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10792 * frame.c (Fignore_event): Remove.
10793 (syms_of_frame): Don't defsubr it.
10795 * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the
10796 redundant `ignore-event'.
10798 2005-03-19 Eli Zaretskii <eliz@gnu.org>
10800 * unexec.c (write_segment, unexec): Move these functions to avoid
10801 forward references (which cause errors with "gcc -gcoff").
10803 2005-03-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10805 * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so
10806 that it doesn't become "tooltip". The specbind is enough.
10808 * xrdb.c (x_load_resources): Use different char *helv when I18N
10811 2005-03-17 Kenichi Handa <handa@m17n.org>
10813 * coding.c (syms_of_coding): Docstring of coding-category-list fixed.
10815 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10817 * xfaces.c (x_update_menu_appearance) [HAVE_X_I18N]:
10818 Use xic_create_fontsetname even for non-Motif menus.
10819 Don't forget to free the fontsetname.
10821 * xfns.c (xic_create_fontsetname): Add a final catch-all font pattern.
10823 2005-03-17 Richard M. Stallman <rms@gnu.org>
10825 * dispnew.c (mirror_line_dance): Set W2 according to FRAME_FROM.
10827 * fileio.c (Fcopy_file, Frename_file, Fadd_name_to_file)
10828 (Fmake_symbolic_link): Use G to read the new file name.
10830 * callint.c (Finteractive): Document G option.
10831 (Fcall_interactively): Implement G option.
10833 * buffer.c (buffer_lisp_local_variables): New function,
10834 broken out from Fbuffer_local_variables.
10835 (clone_per_buffer_values): Use buffer_lisp_local_variables.
10837 2005-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10839 * xfns.c (xic_create_fontsetname): Add `motif' argument.
10840 Always return a freshly allocated string.
10841 (xic_create_xfontset): Adjust call.
10843 * xfaces.c (x_update_menu_appearance) [USE_MOTIF]:
10844 Use xic_create_fontsetname to create a fontset so utf-8 locales work.
10845 (dump_realized_face): Fix warning.
10847 * emacs.c (Fkill_emacs): YAILOM.
10849 * frame.c (Fignore_event): Fix ancient obscure C-u handling bug.
10851 2005-03-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10853 * mac.c (HASHKEY_TERMINAL): Remove.
10854 (HASHKEY_MAX_NID): New macro.
10855 (xrm_q_get_resource_1): Rename from xrm_q_get_resource. Add extra
10857 (xrm_q_get_resource): Call xrm_q_get_resource_1 with extra argument.
10858 (xrm_create_database, xrm_q_put_resource)
10859 (xrm_merge_string_database, xrm_q_get_resource_1)
10860 (xrm_q_get_resource): Change resource database representation so
10861 that it may not use multiple hash tables for a single database.
10862 [TARGET_API_MAC_CARBON] (xrm_cfproperty_list_to_value): YAILOM.
10864 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
10866 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
10868 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
10869 locale-coding-system, as was already done for WINDOWSNT.
10871 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
10872 translation for chars in the 0-255 range.
10874 2005-03-16 Lute Kamstra <lute@gnu.org>
10876 * floatfns.c (Ffloor): Doc fix.
10878 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10880 * mac.c: Include macterm.h instead of directly including Carbon.h.
10881 [TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
10882 (Qarray, Qdictionary): New variables.
10883 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
10884 [TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
10885 [TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
10886 [TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used
10887 in callback for CFDictionaryApplyFunction.
10888 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
10889 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
10890 (cfobject_desc_to_lisp, cfdictionary_add_to_list)
10891 (cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
10892 [TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
10893 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
10894 (P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
10895 (skip_white_space, parse_comment, parse_include_file)
10896 (parse_binding, parse_component, parse_resource_name, parse_value)
10897 (parse_resource_line, xrm_create_database, xrm_q_put_resource)
10898 (xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
10899 (xrm_cfproperty_list_to_value, xrm_get_preference_database):
10902 * macfns.c (mac_get_rdb_resource): Remove function.
10903 (x_get_string_resource): Use xrm_get_resource.
10905 * macgui.h (XrmDatabase): Typedef to Lisp_Object.
10907 * macterm.c (x_list_fonts): FONT-LIST-CACHE is now cadr part of
10909 (mac_make_rdb): Create resource database from preferences and
10911 (mac_term_init): Save resource database to cddr part of
10914 * macterm.h (xrm_merge_string_database, xrm_get_resource)
10915 (xrm_get_preference_database): Add externs.
10916 [TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
10917 (cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
10918 (cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.
10920 * process.c (init_process): Change `#ifdef DARWIN' to `#if
10921 defined (DARWIN) || defined (MAC_OSX)'.
10923 * s/darwin.h (DARWIN): Don't define.
10925 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10927 * macfns.c (Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift):
10928 Remove unused variables.
10929 (syms_of_macfns): Don't initialize them. Likewise for
10930 Qface_set_after_frame_default. Defvar and initialize
10931 Vx_window_horizontal_drag_shape.
10932 (x_set_mouse_color): Change mouse pointer shape.
10933 (mac_window) [!MAC_OSX]: Create root control.
10934 (Fx_create_frame): Remove initializations of mouse pointer shapes.
10935 (hourglass_started): New function (from xfns.c).
10936 (start_hourglass, cancel_hourglass): Put function body in #ifdef
10938 (show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
10939 indicator for each non-tooltip frame if needed, and show it.
10940 (hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.
10942 * macgui.h [!TARGET_API_MAC_CARBON]: Include Appearance.h and
10943 Controls.h. Use ThemeCursor instead of CursHandle.
10945 * macterm.c (activate_scroll_bars, deactivate_scroll_bars):
10946 Remove functions and declarations.
10947 (mac_set_colors): Take argument for saving background color.
10948 All callers changed.
10949 (XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
10950 (mac_draw_rectangle, mac_draw_string_common): Save and Restore
10952 (x_update_end, mac_do_track_drag): Don't reset background color.
10953 (mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]:
10954 Use SetThemeCursor.
10955 (x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress
10956 indicator control to the upper-right corner of the window.
10957 (arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
10958 (do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
10959 (do_window_update): Update controls after updating content area.
10960 (mac_handle_window_event): Remove unused extern.
10961 (XTread_socket): Check both control handle and control part code
10962 to determine whether a scroll bar is clicked. Activate/deactivate
10963 root control instead of contained scroll bar controls.
10964 (make_mac_terminal_frame): Use ThemeCursor constants.
10966 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]:
10967 New member hourglass_control.
10968 (HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
10969 (activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
10971 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10973 * macterm.c (keycode_to_xkeysym_table): Change mapping so that it
10974 coincides with that in Apple X11 except `clear', `enter' on
10975 laptops, and fn + `enter' on laptops.
10977 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10979 * xmenu.c (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
10980 (list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
10981 (digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.
10983 * xfns.c (xic_defaut_fontset): New constant.
10984 (xic_create_fontsetname): New function.
10985 Extracted from create_frame_xic. Try to generate a slightly
10987 (xic_create_xfontset): Use it.
10988 (create_frame_xic): Simplify.
10990 2005-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10992 * fileio.c (Fmake_symbolic_link): Fix last change.
10994 2005-03-11 Richard M. Stallman <rms@gnu.org>
10996 * fileio.c (Frename_file, Fadd_name_to_file)
10997 (Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
10998 expand the basename of FILE relative to it.
11000 2005-03-11 Kenichi Handa <handa@m17n.org>
11002 * fileio.c (Finsert_file_contents): Call Fcheck_coding_system
11003 before calling setup_coding_system so that autoloading of a coding
11006 2005-03-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11008 * xfns.c (hourglass_started): New function.
11010 * dispextern.h: Declare hourglass_started.
11012 * keyboard.c (Fexecute_extended_command): Restart hourglass
11013 after call to Fcompleting_read if already started.
11015 * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
11016 GTK main loop is entered in xterm.c, thus doing the redraw.
11018 2005-03-10 Kim F. Storm <storm@cua.dk>
11020 * xdisp.c (pos_visible_p): Fix X value in last line of buffer.
11022 2005-03-08 Kenichi Handa <handa@m17n.org>
11024 * frame.c (x_set_font): Call set_default_ascii_font if an
11025 available font is found.
11027 * fontset.c (set_default_ascii_font): New function.
11028 (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
11030 * fontset.h (set_default_ascii_font): Extern it.
11032 2005-03-07 Kim F. Storm <storm@cua.dk>
11034 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
11035 (clear_image_cache_count): New var.
11036 (redisplay_internal): Don't clear face and image caches in the
11037 middle of redisplay; do it afterwards.
11039 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
11041 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
11042 is valid. If not, clear phys_cursor_on_p and return.
11044 2005-03-07 Andreas Schwab <schwab@suse.de>
11046 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
11048 2005-03-06 Richard M. Stallman <rms@gnu.org>
11050 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
11052 * eval.c (unwind_to_catch): Use UNBLOCK_INPUT_TO.
11053 (Feval, Ffuncall): Use CHECK_CONS_LIST.
11055 * lisp.h (CHECK_CONS_LIST): New macro (two definitions).
11057 * blockinput.h (UNBLOCK_INPUT_TO): New macro.
11058 (TOTALLY_UNBLOCK_INPUT): Handle a pending signal if any.
11060 2005-03-05 Juri Linkov <juri@jurta.org>
11062 * emacs.c (USAGE1): Replace Info node name "command arguments"
11063 with "emacs invocation".
11064 (USAGE3): Fix usage of `--color=MODE' which actually doesn't
11065 allow arguments `--color' and `MODE' to be separated by space.
11066 Add --no-blinking-cursor, -nbc.
11067 (standard_args): Add -nbc, --no-blinking-cursor.
11069 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
11071 * s/vms.h: Define NO_HYPHENS_IN_FILENAMES.
11072 * s/vms4-4.h, s/vms5-5.h: Undefine NO_HYPHENS_IN_FILENAMES.
11073 * fileio.c (Fexpand_file_name) [VMS]:
11074 Use NO_HYPHENS_IN_FILENAMES, not VMS4_4.
11075 * doc.c (munge_doc_file_name) [VMS]: Likewise.
11076 (Fsnarf_documentation): Call munge_doc_file_name.
11078 2005-03-04 Thien-Thi Nguyen <ttn@gnu.org>
11080 * s/vms.h (FILE_SYSTEM_CASE): New macro.
11081 * fileio.c (Fexpand_file_name) [VMS]: Don't upcase the name
11082 "manually"; this is now handled generally via FILE_SYSTEM_CASE.
11084 2005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11086 * emacs.c (main): Change `#ifdef HAVE_CARBON' to `#if
11087 defined (MAC_OSX) && defined (HAVE_CARBON)'.
11089 * image.c [!MAC_OSX && TARGET_API_MAC_CARBON]: Include QuickTime.h.
11091 * mac.c [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
11092 [!MAC_OSX] (select) [TARGET_API_MAC_CARBON]: Use ReceiveNextEvent.
11093 (posix_pathname_to_fsspec, fsspec_to_posix_pathname): New functions.
11094 (mac_clear_font_name_table): Move extern to macterm.h.
11096 * macfns.c (install_window_handler): Move extern to macterm.h.
11097 (Fx_file_dialog): Check STRINGP (default_filename) to see it is
11098 valid. Don't check !NILP (dir) because it is already checked with
11100 (Fx_file_dialog) [!MAC_OSX]: Use FSSpec instead of FSRef for
11101 specifying the default location and obtaining the selected filename.
11103 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
11105 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
11106 are included via Carbon.h.
11108 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]:
11109 Define USE_CARBON_EVENTS to 1.
11110 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
11111 (x_free_frame_resources): Call remove_window_handler for
11112 non-tooltip windows.
11113 [TARGET_API_MAC_CARBON]: Don't include headers that are included
11115 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
11116 (mac_do_receive_dragUPP): New variables.
11117 (mac_handle_service_event, init_service_handler): Put declarations
11118 and definitions in #ifdef MAC_OSX.
11119 (install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
11120 drag-and-drop handler functions and register them.
11121 (remove_window_handler): New function.
11122 (do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]:
11123 Use fsspec_to_posix_pathname.
11124 (main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
11125 (XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
11126 [MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]:
11127 Set default cursors.
11128 (mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX]: Don't call
11129 init_service_handler or init_quit_char_handler.
11130 (mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
11132 * macterm.h (install_window_handler, remove_window_handler)
11133 (posix_pathname_to_fsspec, fsspec_to_posix_pathname)
11134 (mac_clear_font_name_table): New externs.
11136 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
11138 * fileio.c (FILE_SYSTEM_CASE): Define macro if not already defined.
11139 (Ffile_name_directory): Use FILE_SYSTEM_CASE unconditionally.
11140 (Fexpand_file_name): Likewise.
11142 2005-03-03 Thien-Thi Nguyen <ttn@gnu.org>
11144 * emacs.c (Fkill_emacs): Use EXIT_SUCCESS;
11145 no longer special-case VMS. Add bogus return value.
11147 2005-03-02 Kim F. Storm <storm@cua.dk>
11149 * dispextern.h (XASSERTS): Define to 0 if not already defined.
11150 (xassert) [!XASSERTS]: Define dummy version.
11152 2005-03-02 Kim F. Storm <storm@cua.dk>
11154 * xdisp.c (redisplay_window): YABX (yet another bogus xassert).
11155 Reported by David Kastrup.
11157 2005-03-01 Ehud Karni <ehud@unix.mvs.co.il>
11159 * xdisp.c (get_next_display_element): Fix control and escape
11160 glyph from display vector.
11162 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
11164 * keyboard.c (Fposn_at_x_y): Check integerness of X and Y.
11166 2005-02-27 Richard M. Stallman <rms@gnu.org>
11168 * xdisp.c (fast_find_position): Rename END to BEG.
11169 (syms_of_xdisp) <menu-bar-update-hook>: Doc fix.
11171 2005-02-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11173 * gtkutil.c (xg_resize_outer_widget): Remove unneeded call to
11174 gtk_window_resize and x_wm_set_size_hint.
11176 2005-02-25 Kim F. Storm <storm@cua.dk>
11178 * dispextern.h (OVERLAY_STRING_CHUNK_SIZE): Increase from 3 to 16.
11180 * xdisp.c (init_from_display_pos): Don't read past end of
11181 it->overlay_strings array.
11183 2005-02-25 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11185 * buffer.c (syms_of_buffer): Fix typo.
11187 2005-02-23 Lute Kamstra <lute@gnu.org>
11189 * buffer.c (Foverlay_buffer): Doc fix.
11191 2005-02-22 Kim F. Storm <storm@cua.dk>
11193 * minibuf.c (Ftry_completion, Fall_completions): Allow both string
11194 and symbol keys in alists and hash tables.
11196 * xdisp.c (fast_find_position): Fix search for start of overlay.
11198 2005-02-21 Kim F. Storm <storm@cua.dk>
11200 * window.c (window_scroll_pixel_based): When scrolling backwards,
11201 handle partial visible line at end of window even when we hit PT.
11203 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11205 * keymap.h: Declare Fcurrent_active_maps, used in doc.c.
11207 2005-02-21 Kim F. Storm <storm@cua.dk>
11209 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
11210 I think those asserts are bogus if buffer contains invisible text
11213 2005-02-21 David Kastrup <dak@gnu.org>
11215 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
11217 2005-02-20 Kim F. Storm <storm@cua.dk>
11219 * xdisp.c (pos_visible_p): Be sure to move to the specified
11220 position. Always get the full ascent / descent of the
11221 corresponding row, to return reliable rtop and rbot values.
11222 (back_to_previous_visible_line_start): Fix 2005-01-18 change.
11223 Must look one character back, as back_to_previous_line_start
11224 returns position after the newline.
11225 (move_it_vertically_backward): Fix heuristic for when to move further
11226 back in case line_height * 2/3 is larger than window height.
11227 (cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
11228 as it does not do anything anymore. Add arg current_matrix_p to
11229 use current matrix rather than desired matrix when set.
11230 (try_cursor_movement): Don't scroll to make cursor row fully
11231 visible if cursor didn't move. This avoids unexpected recentering
11232 in case of blinking cursor or accepting process output.
11233 Use current matrix to check cursor row visibility.
11234 (redisplay_window): Fix whether to recenter or move to top in case
11235 cursor line is taller than window height.
11236 (find_first_unchanged_at_end_row): Stop search if we reach a row
11237 which not enabled (instead of abort).
11239 2005-02-18 Kim F. Storm <storm@cua.dk>
11241 * xfaces.c (Finternal_set_lisp_face_attribute): Allow :color property
11242 to be nil in a :box attribute value list; customize prints that
11243 as lisp value when no box color is specified.
11245 * .gdbinit (pitx, pit): Pretty print display iterator.
11246 (prowx, prow): Pretty print glyph row.
11247 (pcursorx, pcursor): Pretty print a window cursor.
11248 (pwinx, pwin): Pretty print struct window.
11250 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11252 * alloc.c (BLOCK_BYTES): Harmless typo.
11254 2005-02-17 Andreas Schwab <schwab@suse.de>
11256 * xfns.c (hack_wm_protocols): Use correct type for last parameter
11257 of XGetWindowProperty to avoid aliasing issues.
11258 (Fx_window_property): Likewise.
11260 * xselect.c (Fx_disown_selection_internal): Use union of struct
11261 input_event and struct selection_input_event to avoid aliasing issues.
11263 * xterm.c (handle_one_xevent): Use union of struct input_event and
11264 struct selection_input_event to avoid aliasing issues.
11265 (SET_SAVED_MENU_EVENT): Adapt reference to inev.
11267 2005-02-17 Kim F. Storm <storm@cua.dk>
11269 * dispextern.h (enum it_method): New enum.
11270 (GET_FROM_*): Its members.
11271 (struct it): Change member method from function pointer to enum.
11273 * xdisp.c (check_it, init_from_display_pos, handle_stop)
11274 (setup_for_ellipsis, handle_single_display_spec)
11275 (handle_composition_prop, next_overlay_string)
11276 (get_overlay_strings, reseat_1, reseat_to_string)
11277 (next_element_from_ellipsis, BUFFER_POS_REACHED_P)
11278 (in_display_vector_p, display_line, get_next_display_element):
11279 Change it->method from function pointer to enum.
11280 (get_next_element): New array to map it->method to function.
11281 (get_next_display_element): Use it.
11282 (set_iterator_to_next): Use switch instead of if/else chain.
11284 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
11286 * w32select.c: Summary: Thorough rework to implement Unicode
11287 clipboard operations and delayed rendering.
11289 Drop last_clipboard_text and related code, keep track of
11290 ownership via clipboard_owner instead. Drop old #if0 sections.
11292 (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP)
11293 (clipboard_owner, modifying_clipboard, cfg_coding_system)
11294 (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text)
11295 (current_coding_system, current_requires_encoding)
11296 (current_num_nls, current_clipboard_type, current_lcid):
11297 New static variables.
11299 (convert_to_handle_as_ascii, convert_to_handle_as_coded)
11300 (render, render_all, run_protected, lisp_error_handler)
11301 (owner_callback, create_owner, setup_config)
11302 (enum_locale_callback, cp_from_locale, coding_from_cp):
11303 New local functions.
11305 (term_w32select, globals_of_w32select): New global functions.
11307 (Fw32_set_clipboard_data): Ignore parameter FRAME, use
11308 clipboard_owner instead. Use delayed rendering and provide
11309 all text formats. Provide CF_LOCALE if necessary.
11311 (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and
11312 CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not
11313 available. Force DOS line-ends for decoding.
11315 (Fx_selection_exists_p): Handle CF_UNICODETEXT.
11317 (syms_of_w32select): Init and register new variables.
11319 * w32.h: Add prototypes for globals_of_w32select and
11320 term_w32select. Make the neighboring K&R declarations into
11323 * emacs.c: Include w32.h to get function prototypes.
11324 (main): Call globals_of_w32select.
11326 * w32.c (term_ntproc): Call term_w32select.
11328 * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
11330 2005-02-16 Kim F. Storm <storm@cua.dk>
11332 * xdisp.c (BUFFER_POS_REACHED_P): Return true if pos reached and
11333 at end of display vector.
11335 2005-02-15 Richard M. Stallman <rms@gnu.org>
11337 * xdisp.c (get_next_display_element): Fix escape-glyph criterion
11338 for mode and header lines.
11340 * lread.c (syms_of_lread) <user-init-file>: Doc fix.
11342 * keymap.h (describe_map_tree): Change decl.
11344 * keyboard.c (command_loop_1): Always use safe_run_hooks
11345 to run Qdeferred_action_function.
11347 * keymap.c (describe_map_tree): New arg MENTION_SHADOW. Calls changed.
11348 (describe_map, describe_vector): Likewise. When it's 1,
11349 don't omit shadowed bindings, instead mark them as shadowed.
11351 * doc.c (Fsubstitute_command_keys): Compute list of shadowing maps
11352 for describe_map_tree. Pass 1 for MENTION_SHADOW.
11354 * data.c (Fsetq_default): Allow no arg case.
11356 2005-02-14 Kenichi Handa <handa@m17n.org>
11358 * coding.c (encode_coding_string): Always return a unibyte string.
11359 If NOCOPY is nonzero and there's no need of encoding, make STR
11362 * xselect.c (lisp_data_to_selection_data): If OBJ is a non-ASCII
11363 multibyte string, signal an error instead of aborting.
11365 2005-02-12 Dan Nicolaescu <dann@ics.uci.edu>
11367 * keyboard.c: If HAVE_FCNTL_H include fcntl.h.
11369 2005-02-12 Kim F. Storm <storm@cua.dk>
11371 * xdisp.c (expose_window): Don't fix overlaps for mode lines.
11373 2005-02-10 Kim F. Storm <storm@cua.dk>
11375 * xdisp.c (try_window_id): Set first_unchanged_at_end_row to NULL
11376 if it moves outside window or it doesn't display text.
11378 2005-02-09 Kim F. Storm <storm@cua.dk>
11380 * undo.c (Fprimitive_undo): Check that undo function does not
11383 2005-02-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11385 * xselect.c (selection_data_to_lisp_data): For the special case
11386 type == XA_ATOM, data contains array of int, not array of Atom.
11387 (x_property_data_to_lisp, selection_data_to_lisp_data):
11388 Comment update: data must be array of int for format == 32.
11390 2005-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
11392 * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
11394 2005-02-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11396 * xfns.c (Fx_change_window_property): Use long array when format is 32.
11397 (Fx_window_property): If format is 32 and long is bigger than 32 bits,
11398 convert long array returned from XGetWindowProperty to an int array.
11399 (x_set_tool_bar_lines): Check that width and height is greater than
11400 zero before clearing area.
11402 * xselect.c (x_reply_selection_request): Pass long array to
11403 XChangeProperty so that 64 bit longs are handeled correctly.
11404 (x_get_window_property): If format is 32 and long is bigger than 32
11405 bits convert data from XGetWindowProperty from long array to int array.
11406 (lisp_data_to_selection_data): When the input is a vector and the
11407 format is 32, allocate a long array even if long is bigger than 32 bits.
11408 (x_fill_property_data): Use char, short and long as the man page
11409 for XChangeProperty specifies. This way the data returned is OK for
11410 both 32 and 64 bit machines.
11411 (x_handle_dnd_message): Calculate size correctly even for 64 bit
11413 (Fx_send_client_event): Undo change from 2005-02-05,
11414 x_fill_property_data now handles that case.
11416 * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
11417 reason for the approach in the code.
11419 2005-02-07 Kim F. Storm <storm@cua.dk>
11421 * undo.c (Fprimitive_undo): Record max one dummmy apply element.
11423 2005-02-06 Richard M. Stallman <rms@gnu.org>
11425 * eval.c (Frun_hook_with_args)
11426 (Frun_hook_with_args_until_success)
11427 (Frun_hook_with_args_until_failure): Doc fixes.
11429 2005-02-05 Andreas Schwab <schwab@suse.de>
11431 * sysdep.c (sys_subshell): Properly terminate execlp argument list.
11433 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11435 * xselect.c (Fx_send_client_event, x_handle_dnd_message): Handle
11436 the longs in a XClientMessageEvent correctly when long is 64 bits.
11438 2005-02-05 Eli Zaretskii <eliz@gnu.org>
11440 * xfaces.c (face_color_supported_p): Use HAVE_WINDOW_SYSTEM
11441 instead of HAVE_X_WINDOWS, for non-X windowed sessions.
11443 2005-02-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11445 * xmenu.c (menubar_selection_callback): Force out GTK buffered
11446 events so the menu event comes after them. This is to prevent sit-for
11447 from exiting on buffered events directly after a menu selection,
11448 lisp code for Help => About Emacs uses sit-for.
11450 * gtkutil.c (create_menus): Connect selection-done event instead of
11451 the deactivate event to deactivate_cb. This will make the last
11452 leave event come before the call to deactivate_cb, so the leave
11453 event does not make sit-for exit after a menu selection.
11455 2005-02-03 Kim F. Storm <storm@cua.dk>
11457 * dispnew.c (build_frame_matrix_from_leaf_window)
11458 [!GLYPH_DEBUG]: Fix xassert.
11460 * xfaces.c (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.
11462 * xfns.c (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.
11464 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11466 * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by
11467 the compiling OS version.
11469 * macfns.c (x_create_tip_frame): Likewise.
11471 * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
11473 2005-02-03 Richard M. Stallman <rms@gnu.org>
11475 * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline.
11477 * xdisp.c (echo_area_display): Clear echo_message_buffer.
11479 * buffer.c (Fbury_buffer): Doc fix.
11481 2005-02-02 Steven Tamm <steventamm@mac.com>
11483 * macfns.c (unwind_create_frame): Fix compile error due to
11484 xassert being uncondition, but predicate is.
11485 * dispnew.c (update_window): Fix compile error due to
11486 xassert being uncondition, but predicate is.
11488 2005-02-02 Miles Bader <miles@gnu.org>
11490 * dispextern.h (xassert): Enable unconditionally.
11492 2005-02-02 Kim F. Storm <storm@cua.dk>
11494 * undo.c (Fprimitive_undo): Fix dummy apply undo entry.
11496 2005-02-02 Kenichi Handa <handa@m17n.org>
11498 * casefiddle.c (casify_object): Enable changing characters of
11499 different byte length.
11500 (casify_region): Fix loop condition, args to replace_range_2, and
11501 update opoint_byte.
11503 * insdel.c (replace_range_2): Fix bugs in adjusting markers and point.
11505 2005-02-01 Kim F. Storm <storm@cua.dk>
11507 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
11508 stack before calling handle_display_prop.
11510 2005-01-31 Kim F. Storm <storm@cua.dk>
11512 * undo.c (Qapply): New lisp var.
11513 (syms_of_undo): Intern and staticpro it.
11514 (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and
11515 (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS).
11517 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
11519 2005-01-30 Jesper Harder <harder@phys.au.dk>
11521 * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>
11522 <mac-emulate-three-button-mouse>: Fix docstring indentation.
11524 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
11526 * undo.c (syms_of_undo) <undo-outer-limit>: Doc update.
11527 Increase value to 3 Meg.
11529 2005-01-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11531 * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,
11532 button events are not received otherwise.
11534 2005-01-29 Richard M. Stallman <rms@gnu.org>
11536 * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix.
11538 * undo.c (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.
11540 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
11542 * keymap.c (access_keymap): YAILOM.
11544 2005-01-27 Kim F. Storm <storm@cua.dk>
11546 * xdisp.c (get_phys_cursor_geometry): New function to calculate
11547 phys cursor position and size for hollow cursor. Position is
11548 aligned with get_glyph_string_clip_rect and ensures that a hollow
11549 cursor is shown, even when the actual glyph is not visible.
11551 * dispextern.h (get_phys_cursor_geometry): Add prototype.
11553 * xterm.c (x_clip_to_row): Ensure y >= 0.
11554 (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
11556 * w32term.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
11558 * macterm.c (x_draw_hollow_cursor): Use get_phys_cursor_geometry.
11560 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
11562 * xterm.c (x_error_quitter): Add a prototype. Make it static again.
11564 2005-01-27 Kim F. Storm <storm@cua.dk>
11566 * xdisp.c (get_glyph_string_clip_rect): Always show a cursor
11567 glyph, even when row is only partially visible and actual cursor
11568 position is not visible.
11570 2005-01-24 Richard M. Stallman <rms@gnu.org>
11572 * xterm.c (x_error_quitter): No longer static, and moved after
11575 2005-01-24 Kim F. Storm <storm@cua.dk>
11577 * xdisp.c (move_it_by_lines): If we move forward after going too
11578 far back, cancel move if end position is same as start position.
11580 2005-01-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11582 * dispextern.h (struct glyph_string): New members clip_head and
11585 * xdisp.c (get_glyph_string_clip_rect): Restrict horizontal clip
11586 region to the area between clip_head and clip_tail.
11587 (draw_glyphs): Record the area that need to be actually redrawn to
11588 the new variables clip_head and clip_tail when there are
11589 overhangs. Set values of these variables to the corresponding
11590 members in struct glyph_string. Refine x coordinates for
11591 notice_overwritten_cursor using clip_head and clip_tail.
11593 * macgui.h (STORE_XCHARSETSTRUCT): New macro.
11595 * macterm.c (mac_compute_glyph_string_overhangs): Implement with
11597 (x_draw_glyph_string): Don't fill the background of the successor
11598 of a glyph with a right overhang if the successor will draw a cursor.
11599 (XLoadQueryFont): Obtain font metrics using QDTextBounds.
11600 (x_redisplay_interface): Add entry for compute_glyph_string_overhangs.
11602 2005-01-24 Kim F. Storm <storm@cua.dk>
11604 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
11605 direction if window height was smaller than next-screen-context-lines.
11606 Now always scroll at least one line in the requested direction.
11607 Ensure that we actually do scroll backwards when requested to do so.
11609 * xdisp.c (redisplay_window): Only try to make cursor line fully
11610 visible once (to avoid redisplay loop).
11612 2005-01-23 Kim F. Storm <storm@cua.dk>
11614 * window.c (Fpos_visible_in_window_p): Simplify return value for
11615 partially visible rows.
11616 (window_scroll_pixel_based): Adapt to that change.
11618 * window.c (window_scroll_pixel_based): Force moving to next line
11619 if scrolling doesn't move start point, e.g. if looking at tall image.
11621 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
11622 Clear last_height before calling line_bottom_y to get real height.
11623 Fix calculation of y.
11625 2005-01-22 Steven Tamm <steventamm@mac.com>
11627 * s/darwin.h: Removed PTY_ITERATION from here.
11630 * process.c (init_process): Default process-connection-type to
11631 nil on darwin 6 or less, t if it is 7 or higher. This way the
11632 broken pty behavior is still allowed on darwin 6 for interactive
11633 processes for people that know what they are doing.
11635 2005-01-22 Kim F. Storm <storm@cua.dk>
11637 * window.c (auto_window_vscroll_p): New boolean.
11638 (syms_of_window): DEFVAR_BOOL it.
11639 (Fpos_visible_in_window_p): Extend return value to include RTOP
11640 and RBOT values if FULLY is nil.
11641 (window_scroll_pixel_based): Adjust vscroll for partially visible
11642 rows if auto_window_vscroll_p is set.
11643 (Fset_window_vscroll): Do nothing if vscroll is not modified.
11645 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
11646 to return number of partially invisible pixels at top and bottom
11647 of the dislay row at POS.
11649 * lisp.h (pos_visible_p): Fix prototype.
11651 2005-01-21 Richard M. Stallman <rms@gnu.org>
11653 * fileio.c (Fcopy_file): Doc fix.
11655 2005-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11657 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
11658 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
11659 start of function for older compilers.
11661 2005-01-20 Richard M. Stallman <rms@gnu.org>
11663 * editfns.c (Fmessage): If arg is "", return "" (as before).
11665 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
11667 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
11670 2005-01-20 Steven Tamm <steventamm@mac.com>
11672 * editfns.c (Voperating_system_release): Add.
11673 (init_editfns): Assign new variable operating-system-release
11674 based on call to uname if available.
11675 (get_operating_system_release): Add function to
11676 allow c-level access to operating system release.
11678 * config.h: Regenerated.
11680 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less.
11681 (MIN_PTY_KERNEL_VERSION): Define minimum kernel version for
11684 2005-01-20 Kim F. Storm <storm@cua.dk>
11686 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
11688 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
11689 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
11691 * macterm.c (x_draw_glyph_string_box): Likewise.
11693 * w32term.c (x_draw_glyph_string_box): Likewise.
11695 * indent.c (Fvertical_motion): Temporarily disable selective display.
11697 2005-01-19 Kim F. Storm <storm@cua.dk>
11699 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
11702 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
11704 2005-01-18 Kim F. Storm <storm@cua.dk>
11706 * xdisp.c (fast_find_position): Backtrack to find first row if
11707 charpos is inside a display overlay that spans multiple lines.
11709 2005-01-18 Kenichi Handa <handa@m17n.org>
11711 * coding.c (decode_coding_iso2022): Translate invalid codes if
11712 translation-table is specified.
11714 2005-01-18 Kim F. Storm <storm@cua.dk>
11716 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
11717 change. If handle_display_prop indicates newline is replaced by
11718 image or text, move back to start of relevant overlay or interval
11719 and continue scan from there. Simplify.
11721 2005-01-17 Kim F. Storm <storm@cua.dk>
11723 * dispnew.c (mode_line_string, marginal_area_string):
11724 Fix off-by-one error in search for glyph.
11726 2005-01-16 Kim F. Storm <storm@cua.dk>
11728 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
11730 2005-01-16 Steven Tamm <steventamm@mac.com>
11732 * macterm.c (mac_to_x_fontname): Remove spurious argument.
11734 2005-01-16 Andreas Schwab <schwab@suse.de>
11736 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
11738 2005-01-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11740 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
11741 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
11743 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11745 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
11746 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
11747 New flags for readable_events.
11748 (get_filtered_input_pending, readable_filtered_events): Remove.
11749 (tracking_off): Call readable_events and get_input_pending with
11750 flag READABLE_EVENTS_DO_TIMERS_NOW.
11751 (readable_events): Move code from old readable_filtered_events here,
11752 but check new READABLE_EVENTS_* in argument flags instead of previous
11753 two boolean arguments do_timers_now and filter_events.
11754 If we are doing mouse tracking and the mouse moved, return only if
11755 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
11756 (swallow_events): Call get_input_pending with flag
11757 READABLE_EVENTS_DO_TIMERS_NOW.
11758 (get_input_pending): Move code from old get_filtered_input_pending
11759 here. Replace boolean arguments do_timers_now, filter_events with
11760 flags, and pass flags to readable_events. Document new
11761 READABLE_EVENTS_* flags.
11762 (detect_input_pending_ignore_squeezables): New function.
11763 (detect_input_pending_run_timers): Call get_input_pending with flag
11764 READABLE_EVENTS_DO_TIMERS_NOW.
11765 (Finput_pending_p): Call get_input_pending with flags
11766 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
11768 * dispnew.c (update_window, update_frame_1): Replace calls to
11769 detect_input_pending with detect_input_pending_ignore_squeezables
11770 so that redisplay is not paused if the event queue contains only
11773 * lisp.h: Declare detect_input_pending_ignore_squeezables.
11775 2005-01-15 Steven Tamm <steventamm@mac.com>
11777 * macterm.c (Vmac_use_core_graphics): Declare variable for
11778 mac-allow-anti-aliasing.
11779 (syms_of_macterm): DEFVAR_LISP and initialize it.
11780 (mac_draw_string_common): Use core graphics text rendering if
11781 mac-allow-anti-aliasing is enabled.
11783 * macfns.c (Fx_file_dialog): Save As dialog includes only the
11784 file name in the text box.
11786 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11788 * macfns.c (x_set_foreground_color, x_set_background_color):
11790 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
11791 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
11792 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
11794 2005-01-14 Kim F. Storm <storm@cua.dk>
11796 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
11798 2005-01-13 Richard M. Stallman <rms@gnu.org>
11800 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
11801 if Voverriding_terminal_local_map is non-nil.
11803 * keyboard.c (syms_of_keyboard): Doc fix.
11805 2005-01-13 Kim F. Storm <storm@cua.dk>
11807 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
11808 (specify 0 for FACE instead). Reorder arg list. Doc fix.
11810 2005-01-12 Richard M. Stallman <rms@gnu.org>
11812 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
11813 face property for characters that don't specify one.
11815 * fns.c (Frequire): Record in load-history unconditionally.
11817 2005-01-10 Kim F. Storm <storm@cua.dk>
11819 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
11821 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
11823 Add support to merge with lisp face id too (if face_name is t).
11825 * xdisp.c (get_next_display_element, next_element_from_display_vector):
11826 Don't lookup lface_id from display table glyphs here; instead use
11827 merge_faces to merge the lisp face id into current face.
11829 2005-01-09 Kim F. Storm <storm@cua.dk>
11831 * dispextern.h (struct it): New member dpvec_face_id.
11832 (merge_into_realized_face): Add prototype.
11834 * xfaces.c (merge_into_realized_face): New function. Used to
11835 merge escape-glyph face or face from display table into current face.
11837 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
11838 (syms_of_xdisp): DEFVAR_LISP it.
11839 (escape_glyph_face): Remove var.
11840 (redisplay_window): Don't initialize it.
11841 (setup_for_ellipsis, get_next_display_element):
11842 Set it->dpvec_face_id to -1.
11843 (get_next_display_element): Test Vshow_nonbreak_escape.
11844 Do not setup escape_glyph_face.
11845 Properly merge escape-glyph face or face from display table with
11846 current face for escape and control characters.
11847 Set it->dpvec_face_id to relevant face id instead of adding it to each
11848 element of display vector.
11849 (next_element_from_display_vector): If it->dpvec_face_id is set,
11850 use that instead of lface_id from glyph itself.
11852 2005-01-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11854 * xterm.h (struct x_output): New member, toolbar_detached.
11856 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
11858 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
11859 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
11860 (xg_create_tool_bar): Initialize toolbar_detached.
11861 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
11862 toolbar_detached is zero.
11864 2005-01-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11866 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
11867 gtk_menu_popup if not for_click, so callbacks for the menu are called.
11869 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
11870 (xg_tool_bar_callback, xg_tool_bar_help_callback)
11871 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler warning.
11873 * xselect.c (x_get_foreign_selection, x_fill_property_data)
11874 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
11875 XFLOAT_DATA to get extract number from Lisp object.
11877 2005-01-07 Kim F. Storm <storm@cua.dk>
11879 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
11880 Set stop_charpos to current charpos instead of 0.
11882 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
11884 * xdisp.c (Fformat_mode_line): First arg now required.
11886 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11888 * macterm.c (XLoadQueryFont): Correctly handle 0 size
11889 font widths that are returned from some Japanese fonts.
11891 2005-01-06 Kim F. Storm <storm@cua.dk>
11893 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
11894 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
11895 (destroy_fringe_bitmap): Set fringe_faces element to nil.
11896 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
11897 fringe_faces array and init elements to nil.
11898 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
11899 non-persistent face id.
11900 (mark_fringe_data): New function for GC.
11902 * alloc.c (mark_fringe_data): Declare extern.
11903 (Fgarbage_collect): Call mark_fringe_data.
11905 * alloc.c (overrun_check_free): Invalidate freed memory if
11906 XMALLOC_CLEAR_FREE_MEMORY is defined.
11908 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11910 * macfns.c: Include sys/param.h.
11911 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
11913 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
11914 of filename string. Set event callback function when creating
11915 dialog boxes. Add code conversions for filenames. Don't dispose
11916 of apple event descriptor record if failed to create it.
11918 * macterm.c: Include sys/param.h.
11919 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
11920 kEventWindowUpdate.
11921 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
11922 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
11923 of FSSpec from apple event descriptor record.
11924 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
11925 size of filename string.
11926 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
11927 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
11928 file dialog is in action.
11929 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
11930 Reject only when there are no filename items. Set background color
11931 before (un)highlighting the window below the dragged items.
11932 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
11934 2005-01-05 Romain Francoise <romain@orebokech.com>
11936 * term.c (encode_terminal_code): Fix buffer size computation.
11938 2005-01-04 Richard M. Stallman <rms@gnu.org>
11940 * xdisp.c (Fformat_mode_line): Doc fix.
11942 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11944 * alloc.c (refill_memory_reserve): Move.
11945 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
11946 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
11948 2005-01-03 Richard M. Stallman <rms@gnu.org>
11950 * window.c (window_scroll_pixel_based): Don't correct preserve_y
11951 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
11953 2005-01-03 Jason Rumney <jasonr@gnu.org>
11955 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
11956 fontp->space_width to FONT_WIDTH so they are valid.
11958 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
11959 average width. Set fontp->average_width and fontp->space_width to
11960 their appropriate values.
11962 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
11963 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
11964 fontp->space_width.
11966 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11968 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
11969 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
11970 metrics for max and min bounds.
11971 (x_load_font): Correctly calculate average font width metrics.
11973 2005-01-02 Richard M. Stallman <rms@gnu.org>
11975 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
11977 2004-12-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11979 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
11981 2004-12-31 Richard M. Stallman <rms@gnu.org>
11983 * xdisp.c (setup_for_ellipsis, get_next_display_element):
11984 Set it->ellipsis_p to 1 or 0.
11985 (display_line): Record whether row ends in mid-ellipsis.
11986 (set_cursor_from_row): If ends in ellipsis, find start of it.
11987 (cursor_row_p): If PT's at the end of the ellipsis the row
11988 ends within, don't display cursor on this row.
11990 * dispextern.h (struct it): New element ellipsis_p.
11991 (struct glyph_row): New element ends_in_ellipsis_p.
11993 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
11994 position if we're reading from something other than the buffer.
11996 * window.c (window_scroll_pixel_based): Only look at
11997 Vscroll_preserve_screen_position if the old PT can't be kept.
11998 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
12000 2004-12-30 Kim F. Storm <storm@cua.dk>
12002 * xdisp.c (get_line_height_property): New function extracted from
12003 original calc_line_height_property.
12004 (calc_line_height_property): Rework. Handle t and (nil . ratio).
12005 (x_produce_glyphs): Use them to handle line-height and
12006 line-spacing according to new height spec.
12008 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
12010 2004-12-30 Kenichi Handa <handa@m17n.org>
12012 * fileio.c (Finsert_file_contents): Don't use
12013 current_buffer->buffer_file_coding_system even if REPLACE is
12014 non-nil. Call Qafter_insert_file_set_coding with the second arg VISIT.
12016 * fontset.h (struct font_info): New members space_width and
12019 * frame.h (struct frame): New member space_width.
12020 (FRAME_SPACE_WIDTH): New macro.
12022 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
12024 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
12025 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
12026 fontp->space_width.
12027 (x_load_font): Calculate fontp->space_width and fontp->average_width.
12028 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
12030 * xdisp.c (x_produce_glyphs): Calculate tab width by
12031 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
12033 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
12035 * macterm.c (SelectionRange): Add Xcode position apple event struct.
12036 (do_ae_open_documents): Handle Xcode-style file position open events.
12038 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
12040 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
12042 2004-12-29 Richard M. Stallman <rms@gnu.org>
12044 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
12046 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12048 * macfns.c (install_window_handler): Modify extern to return OSErr
12050 (mac_window): Handle return value of install_window_handler.
12052 * macterm.c (reflect_byte): Remove function.
12053 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
12054 Lookup table instead.
12055 (mac_do_font_lists): Simplify calculation of the longest
12057 (init_mac_drag_n_drop): Remove function and declaration.
12058 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
12059 init_mac_drag_n_drop.
12060 (mac_do_track_drag): New function and declaration.
12061 (install_window_handler): Return OSErr value.
12062 (install_window_handler) [TARGET_API_MAC_CARBON]:
12063 Register handlers for tracking/receiving drag-and-drop items.
12064 (do_ae_open_documents): Generate unibyte strings for filenames.
12065 (mac_do_receive_drag) [TARGET_API_MAC_CARBON]: Likewise.
12066 Reject only non-filename items. Set event modifiers, and return value.
12068 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12070 * coding.c (decode_coding): Fix previous change.
12072 2004-12-28 Richard M. Stallman <rms@gnu.org>
12074 * xdisp.c (back_to_previous_visible_line_start):
12075 Don't call handle_display_prop.
12077 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12079 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
12080 (decode_coding_emacs_mule, encode_coding_emacs_mule)
12081 (decode_coding_iso2022, encode_designation_at_bol)
12082 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
12083 (decode_coding): Constify arguments and local vars.
12085 2004-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12087 * xmenu.c (popup_get_selection): Only pop down dialogs
12089 (popup_get_selection): Remove parameter down_on_keypress.
12090 (create_and_show_popup_menu, create_and_show_dialog):
12091 Remove parameter down_on_keypress to popup_get_selection.
12093 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12095 * dispextern.h: Change HAVE_CARBON to MAC_OS.
12096 (struct glyph_string): Likewise.
12098 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
12101 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
12102 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
12104 * fns.c (vector): Change MAC_OSX to MAC_OS.
12106 * frame.c (x_set_frame_parameters, x_report_frame_params)
12107 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
12108 (x_set_border_width, Vdefault_frame_scroll_bars):
12109 Change HAVE_CARBON to MAC_OS.
12111 * image.c [MAC_OS]: Include sys/stat.h.
12112 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
12113 QuickTimeComponents.h.
12115 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
12116 [!MAC_OSX] (select): Use mac_wait_next_event.
12117 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to Vexec_suffixes.
12118 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
12119 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
12120 (mac_clear_font_name_table): Add extern.
12121 (Fmac_clear_font_name_table): New defun.
12122 (syms_of_mac): Defsubr it.
12123 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
12124 [MAC_OSX] (select_and_poll_event): New function.
12125 [MAC_OSX] (sys_select): Use it.
12126 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
12127 [MAC_OSX && SELECT_USE_CFSOCKET]
12128 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
12129 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
12130 RunLoop for simultaneously monitoring two kinds of inputs, window
12131 events and process outputs, without periodically polling.
12133 * macfns.c (mac_initialized): Remove extern.
12134 (stricmp): Put in #if 0. All callers changed to use xstricmp in
12136 (strnicmp): Decrement `n' at the end of each loop, not the beginning.
12137 (check_mac): Use the term "Mac native windows" instead of "Mac OS".
12138 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
12139 (mac_get_rdb_resource): New function (from w32reg.c).
12140 (x_get_string_resource): Use it.
12141 (install_window_handler): Add extern.
12142 (mac_window): New function.
12143 (Fx_create_frame): Use it instead of make_mac_frame.
12144 Set parameter for Qfullscreen. Call x_wm_set_size_hint.
12145 (Fx_open_connection, Fx_close_connection): New defuns.
12146 (syms_of_macfns): Defsubr them.
12147 (x_create_tip_frame) [TARGET_API_MAC_CARBON]:
12148 Add kWindowNoUpdatesAttribute to the window attribute.
12149 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
12150 (x_create_tip_frame): Don't call ShowWindow.
12151 (Fx_show_tip): Call ShowWindow.
12152 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
12153 TARGET_API_MAC_CARBON'.
12154 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
12155 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
12157 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include Windows.h.
12158 (Window): Typedef to WindowPtr and move outside `#if
12159 TARGET_API_MAC_CARBON'.
12160 (XSizeHints): New struct.
12162 * macterm.c (x_update_begin, x_update_end)
12163 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
12165 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
12166 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
12167 (construct_mouse_click): Put in #if 0.
12168 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
12169 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
12170 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
12171 (activate_scroll_bars, deactivate_scroll_bars)
12172 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
12173 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
12174 if the position is neither user-specified nor program-specified.
12175 (x_free_frame_resources): Free size_hints.
12176 (x_wm_set_size_hint): Allocate size_hints if needed. Set size_hints.
12177 (mac_clear_font_name_table): New function.
12178 (mac_do_list_fonts): Initialize font_name_table if needed.
12179 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
12180 around mac_do_list_fonts.
12181 (mac_unload_font): New function.
12182 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
12183 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
12184 and definitions with #if TARGET_API_MAC_CARBON.
12185 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
12186 (install_window_handler): Add decl.
12187 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
12188 window. Use UpdateControls. Get the rectangle that should be
12189 updated and restrict the target of expose_frame to it.
12190 (do_grow_window): Set minimum height/width according to size_hints.
12191 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
12192 (do_zoom_window): Don't use x_set_window_size.
12193 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
12194 (install_window_handler): New function.
12195 [!USE_CARBON_EVENTS] (mouse_region): New variable.
12196 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
12197 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
12198 GetEventDispatcherTarget inside BLOCK_INPUT.
12199 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
12200 Update mouse_region when mouse is moved.
12201 (make_mac_frame): Remove.
12202 (make_mac_terminal_frame): Put in #ifdef MAC_OS8.
12203 Initialize mouse pointer shapes. Change values of f->left_pos and
12204 f->top_pos. Don't use make_mac_frame. Use NewCWindow.
12205 Don't call ShowWindow.
12206 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
12207 Vinvocation_name and Vsystem_name.
12208 (mac_make_rdb): New function (from w32term.c).
12209 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
12210 already been opened. Don't pass argument to
12211 mac_initialize_display_info. Don't set dpyinfo->height/width.
12212 Add entries to x_display_list and x_display_name_list.
12213 (x_delete_display): New function.
12214 (mac_initialize): Don't call mac_initialize_display_info.
12215 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
12217 * macterm.h (check_mac): Add extern.
12218 (struct mac_output): New member size_hints.
12219 (FRAME_SIZE_HINTS): New macro.
12220 (mac_unload_font): Add extern.
12222 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
12224 * xfaces.c (clear_font_table) [MAC_OS]: Call mac_unload_font.
12226 2004-12-27 Richard M. Stallman <rms@gnu.org>
12228 * buffer.c (Fbuffer_disable_undo): Delete (move to simple.el).
12229 (syms_of_buffer): Don't defsubr it.
12231 * process.c (list_processes_1): Set undo_list instead
12232 of calling Fbuffer_disable_undo.
12234 * xdisp.c (single_display_spec_string_p): Rename from
12235 single_display_prop_string_p.
12236 (single_display_spec_intangible_p): Rename from
12237 single_display_prop_intangible_p.
12238 (handle_single_display_spec): Rename from handle_single_display_prop.
12239 Rewritten to be easier to understand.
12241 Change in load-history format. Functions now get (defun . NAME),
12242 and variables get just NAME.
12244 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
12246 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
12247 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
12248 (Qdefvar): Var deleted.
12249 (syms_of_eval): Don't initialze it.
12251 * lread.c (syms_of_lread) <load-history>: Doc fix.
12253 2004-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12255 * xmenu.c (popup_get_selection): Pop down on C-g.
12256 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
12257 pops down menu on C-g.
12258 (xdialog_show): If dialog popped down and no button in the dialog was
12259 pushed, call Fsignal to quit.
12260 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
12263 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
12265 * gtkutil.c (xg_initialize): Install bindings for C-g so that
12266 dialogs and menus pop down.
12268 2004-12-27 Kenichi Handa <handa@m17n.org>
12270 * coding.c (code_convert_region): Fix calculation of `ratio'.
12272 2004-12-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12274 * gtkutil.c (update_frame_tool_bar): Make the value of
12275 tool-bar-button-margin control margins of images in tool bar.
12277 * alloc.c (check_depth): New variable.
12278 (overrun_check_malloc, overrun_check_realloc): Only add
12279 overhead and write check pattern if check_depth is 1 (to handle
12280 recursive calls). Increase/decrease check_depth in entry/exit.
12281 (overrun_check_free): Only check for overhead if check_depth is 1.
12282 Increase/decrease check_depth in entry/exit.
12284 2004-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12286 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
12287 before touching input_available_clear_time, to avoid accessing it
12288 from multiple threads.
12290 2004-12-23 Jason Rumney <jasonr@gnu.org>
12292 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
12295 2004-12-22 Richard M. Stallman <rms@gnu.org>
12297 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
12299 * lisp.h (Vundo_outer_limit): Fix decl.
12301 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
12303 (syms_of_undo): Initialize appropriately.
12304 (truncate_undo_list): If it's nil, there's no limit.
12306 2004-12-22 Kenichi Handa <handa@m17n.org>
12308 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
12310 2004-12-21 Richard M. Stallman <rms@gnu.org>
12312 * eval.c (unwind_to_catch): Clear immediate_quit.
12314 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
12315 specially as `\ ' and `\-'.
12317 * keyboard.c (kbd_buffer_store_event_hold):
12318 In the code for while-no-input, handle immediate_quit.
12320 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
12321 Call that at the very start.
12322 (undo_limit, undo_strong_limit, undo_outer_limit): Move to undo.c.
12323 (syms_of_alloc): Don't define undo-limit,
12324 undo-strong-limit and undo-outer-limit here.
12326 * undo.c (truncate_undo_list): Return void.
12327 Take just one argument, the buffer.
12328 Make it current, and inhibit recursive GC.
12329 Access and update the undo list directly; return void.
12330 Refer to the undo...limit variables directly.
12331 Test undo_outer_limit only after counting the whole current command.
12332 When it's exceeded, call the function in undo-outer-limit-function.
12333 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
12334 (Vundo_outer_limit_function): New variable.
12335 (syms_of_undo): Define undo-limit, undo-strong-limit
12336 and undo-outer-limit here, and undo-outer-limit-function.
12339 * lisp.h (truncate_undo_list): Update decl.
12341 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
12343 * fileio.c (Fread_file_name): Delete duplicates in
12344 file-name-history when history_delete_duplicates is true.
12346 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12348 * macterm.c (mac_do_list_fonts): Fix memory leak.
12350 2004-12-20 Richard M. Stallman <rms@gnu.org>
12352 * regex.c (re_match_2_internal) <symend, wordend>:
12353 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
12355 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12357 * macterm.c (endif, x_font_name_to_mac_font_name):
12358 Use maccentraleurroman instead of maccentraleuropean
12359 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
12360 quickly finding a specific font without needing regexps.
12362 2004-12-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12364 * syssignal.h: Declare main_thread.
12365 (SIGNAL_THREAD_CHECK): New macro.
12367 * keyboard.c (input_available_signal): Move thread checking code
12368 to macro SIGNAL_THREAD_CHECK and call that macro.
12369 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
12371 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
12373 * emacs.c: Define main_thread.
12374 (main): Initialize main_thread.
12375 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
12376 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
12378 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
12380 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
12382 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
12384 * process.c (send_process_trap, sigchld_handler):
12385 Call SIGNAL_THREAD_CHECK.
12387 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
12389 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
12391 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
12392 returning when xg_ignore_gtk_scrollbar is true.
12394 2004-12-14 Kim F. Storm <storm@cua.dk>
12396 * keyboard.c (read_char): Save and restore echo_string when
12397 handling input method.
12399 2004-12-13 Richard M. Stallman <rms@gnu.org>
12401 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
12403 * keyboard.c (Vthrow_on_input): New variable.
12404 (syms_of_keyboard): Defvar and initialize it.
12405 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
12407 * lisp.h (QUIT): Check for Vthrow_on_input.
12408 (Vthrow_on_input): Declare it.
12410 2004-12-13 Kim F. Storm <storm@cua.dk>
12412 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
12415 2004-12-12 Richard M. Stallman <rms@gnu.org>
12417 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
12419 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
12420 (Ftry_completion): Really use outer `zero'; eliminate inner one.
12422 2004-12-12 Kenichi Handa <handa@m17n.org>
12424 * term.c (encode_terminal_code): Fix previous change.
12426 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
12428 * keyboard.c (handle_async_input): Remove pthread mutex handling.
12429 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
12431 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
12432 in macro arguments.
12434 * minibuf.c (Ftry_completion, Fall_completions): Don't use
12437 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
12439 2004-12-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12441 * w32term.c (x_calc_absolute_position): Remove calculation of
12442 difference between inner and outer window. Don't subtract difference
12443 for left and top calculations.
12445 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
12446 for left and top calculations. Remove call to x_real_positions.
12447 [Bug report by Drew Adams in November.]
12448 (x_check_expected_move): Do not set change_gravity to 1 when calling
12451 2004-12-08 Richard M. Stallman <rms@gnu.org>
12453 * xdisp.c (get_next_display_element): Use `escape-glyph' for
12454 control chars and escaped octal codes.
12455 (Qescape_glyph): New variable.
12456 (syms_of_xdisp): Initialize it.
12457 (escape_glyph_face): New variable.
12458 (redisplay_window): Initialize it.
12460 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
12462 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
12463 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
12465 2004-12-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12467 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
12468 reset_malloc_hooks.
12470 * keyboard.c (handle_async_input, input_available_signal):
12471 Add ! defined (SYSTEM_MALLOC) around thread code.
12473 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
12475 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12477 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
12479 * config.in: Regenerate.
12481 2004-12-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12483 * xmenu.c (Fx_popup_menu): Correct documentation about position.
12484 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
12485 if not given by a mouse click to correspond with x-popup-menu
12488 * config.in: Regenerate.
12490 * gtkutil.c: Include signal.h and syssignal.h.
12491 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
12493 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
12494 new variables main_thread and alloc_mutex,
12495 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
12496 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
12497 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same
12498 as (UN)BLOCK_INPUT.
12499 (emacs_blocked_free, emacs_blocked_malloc)
12500 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
12501 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
12502 (reset_malloc_hooks): New function.
12504 * lisp.h: Declare reset_malloc_hooks.
12506 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
12508 * keyboard.c: Conditionally include pthread.h.
12509 (handle_async_input, input_available_signalt): If not in the main
12510 thread, block signal, send signal to main thread and return.
12512 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
12513 Set current folder in file chooser if default_filename is a directory.
12515 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12517 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
12518 Remove redundant correctness checks.
12519 (regex_compile): Fix up error codes for \{..\} expressions.
12521 2004-12-05 Richard M. Stallman <rms@gnu.org>
12523 * regex.c (regex_compile): Fix end-of-pattern case for space.
12525 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12527 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
12528 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
12529 crashes with invalid characters.
12530 * macmenu.c (add_menu_item): Use it.
12531 * image.c (image_load_quartz2d): Likewise.
12532 * macfns.c (x_set_name, x_set_title): Likewise.
12533 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
12534 creating them each time for labels.
12536 2004-12-02 Richard M. Stallman <rms@gnu.org>
12538 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
12541 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
12542 (interactive_p): Skip Scalled_interactively_p frames
12543 like Sinteractive_p frames.
12544 (unwind_to_catch): Clear handling_signal.
12546 * data.c (Fmake_variable_buffer_local): Doc fix.
12547 (Fmake_local_variable): Doc fix.
12549 * insdel.c (insert_from_string_before_markers)
12550 (insert_from_string): Don't modify buffer on empty insertion.
12552 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
12554 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12556 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
12557 menu text as UTF8 fails.
12559 2004-12-01 Kim F. Storm <storm@cua.dk>
12561 * alloc.c: Add commentary for last change.
12562 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
12563 sizeof(size_t) != 4.
12564 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
12565 Use them. Also clear header and trailer of freed memory.
12566 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
12567 (string_overrun_cookie): Rename from string_overrun_pattern.
12568 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
12570 2004-12-01 Andreas Schwab <schwab@suse.de>
12572 * lisp.h: Declare string_to_multibyte.
12574 2004-12-01 Kenichi Handa <handa@m17n.org>
12576 * w32console.c (w32con_write_glyphs): Decide coding here.
12577 Adjusted for the change of encode_terminal_code.
12579 * term.c (encode_terminal_code): Don't make it "static".
12581 2004-11-30 Kenichi Handa <handa@m17n.org>
12583 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
12584 (encode_terminal_code): Argument changed. Encode all
12585 characters at once, and return a pointer to the result of encoding.
12586 (write_glyphs): Decide coding here. Adjusted for the above change.
12587 (insert_glyphs): Likewise.
12588 (term_init): Initialize encode_terminal_bufsize to 0.
12590 * coding.c (Vcode_conversion_workbuf_name): New variable.
12591 (syms_of_coding): Initialize and staticpro it.
12592 (set_conversion_work_buffer): New function.
12593 (run_pre_post_conversion_on_str): Use it.
12594 (run_pre_write_conversin_on_c_str): New function.
12596 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
12598 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12600 * keyboard.c: Don't undef SIGIO
12601 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
12602 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
12603 (macfns.o): Don't depend on ccl.h.
12604 * macfns.c (mac_frame_parm_handlers): Set handlers for
12605 Qleft_fringe and Qright_fringe.
12606 * macterm.c (mac_fill_rectangle_to_pixmap)
12607 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
12608 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
12610 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
12611 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
12612 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
12613 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
12614 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
12615 XDrawImageString. Always draw background and foreground separately.
12616 (x_draw_image_foreground): Use clipping instead of computing the
12617 intersection rectangle.
12618 (x_draw_image_glyph_string): Don't draw an image with mask to a
12620 (x_redisplay_interface): Set flush_display_optional member to 0.
12621 (XTread_socket): Correctly reset the TEConverter
12624 2004-11-30 Kim F. Storm <storm@cua.dk>
12626 * lisp.h: New defines to enable buffer overrun checking.
12627 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
12628 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
12630 * alloc.c: Add more checks for buffer overruns.
12631 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
12632 xmalloc_overrun_check_trailer, overrun_check_malloc)
12633 overrun_check_realloc, overrun_check_free): Add.
12634 (GC_STRING_EXTRA, string_overrun_pattern): Add.
12635 (check_sblock, allocate_string_data, compact_small_strings):
12636 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
12637 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
12638 (check_string_free_list): Add.
12639 (allocate_string, sweep_strings): Call check_string_free_list.
12641 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
12642 XMALLOC_OVERRUN_CHECK to avoid crash during load.
12644 2004-11-29 Kim F. Storm <storm@cua.dk>
12646 * fns.c (concat): Use SAFE_ALLOCA.
12648 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12650 * sysdep.c (emacs_write): Don't use QUIT.
12652 2004-11-29 Kenichi Handa <handa@m17n.org>
12654 * buffer.c (init_buffer): Set current_buffer->directory to a
12655 multibyte string made by string_to_multibyte.
12657 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
12659 2004-11-27 Andreas Schwab <schwab@suse.de>
12661 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
12663 * s/gnu-linux.h: Enable no-op gcpros on ia64.
12664 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
12666 * filelock.c (lock_file_1): Call get_boot_time early.
12667 Increase buffer size.
12669 2004-11-27 Eli Zaretskii <eliz@gnu.org>
12671 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
12674 2004-11-27 Kim F. Storm <storm@cua.dk>
12676 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
12677 marker out of doc string.
12679 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12681 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
12682 which was not mentioned in the log.
12684 2004-11-26 Kim F. Storm <storm@cua.dk>
12686 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
12687 angle bitmaps at top/bottom line.
12689 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
12690 set it when it->method is set to next_element_from_display_vector.
12691 (setup_for_ellipsis): Add LEN argument. Callers changed.
12692 Set it->saved_face_id.
12693 (get_next_display_element): Use loop instead of recursion.
12694 Set it->saved_face_id. Combine duplicate code for ctr chars.
12695 (next_element_from_display_vector): Do not set it->saved_face_id.
12696 (next_element_from_ellipsis): Use setup_for_ellipsis.
12698 2004-11-26 Eli Zaretskii <eliz@gnu.org>
12700 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
12701 prevent compiler warnings.
12703 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
12705 * keyboard.c (command_loop_1): Print a message describing the key
12706 the user just pressed when this key has no binding.
12708 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
12709 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
12711 * lread.c (readchar): Check QUIT when `getc' is interrupted.
12713 2004-11-24 Richard M. Stallman <rms@gnu.org>
12715 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
12717 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
12719 2004-11-24 Kim F. Storm <storm@cua.dk>
12721 * xdisp.c (move_it_in_display_line_to, display_line):
12722 Restore saved_face_id also when truncate-lines or hscrolled.
12724 2004-11-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12726 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
12727 x-use-old-gtk-file-dialog.
12729 * xfns.c: Define x_use_old_gtk_file_dialog.
12730 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
12731 outside ifdef USE_GTK.
12733 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
12735 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
12736 Don't use XFASTINT blindly.
12738 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
12740 * indent.c (skip_invisible): Avoid non-idempotent side-effects
12741 in macro arguments.
12743 * keymap.c (Flookup_key): Check INTEGERP before XINT.
12745 * lread.c (oblookup): Don't use XFASTINT blindly.
12747 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
12748 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
12750 2004-11-23 Kim F. Storm <storm@cua.dk>
12752 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
12753 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
12755 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
12756 signal_p is zero and face name is unknown.
12757 (Fx_list_fonts): Don't signal error in lookup_named_face.
12758 (Fface_font): Signal error in lookup_named_face.
12759 (ascii_face_of_lisp_face): Likewise.
12761 * dispextern.h (lookup_named_face): Fix prototype.
12763 * xdisp.c (handle_single_display_prop): Don't signal error in
12764 lookup_named_face for unknown fringe face name.
12765 (highlight_trailing_whitespace): Don't signal error in
12766 lookup_named_face if trailing-whitespace face unknown.
12767 (calc_line_height_property): Don't signal error in
12768 lookup_named_face if specified face name is unknown.
12770 * fringe.c (update_window_fringes): Show top row indicator if
12771 window has header-line. Don't show arrow at bob and eob
12772 if the boundary indicators are not used.
12773 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
12775 * window.c (set_window_buffer): Clear display_error_modiff.
12777 2004-11-22 Kim F. Storm <storm@cua.dk>
12779 * fringe.c (update_window_fringes): Provide sensible fall-back
12780 value for non-nil indicate-buffer-boundaries setting.
12782 2004-11-22 Markus Rost <rost@ias.edu>
12784 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
12786 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12788 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
12790 2004-11-21 Kim F. Storm <storm@cua.dk>
12792 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
12794 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
12795 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
12797 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
12798 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
12800 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
12801 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
12803 * xdisp.c (move_it_in_display_line_to, display_line):
12804 Restore saved_face_id if overflow-newline-into-fringe is enabled and
12805 line is continued before or in middle of element from display vector.
12807 * indent.c (Fvertical_motion): Fix last change. Use another
12808 method to detect if iterator moved too far ahead after reseat.
12810 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
12811 expand matrix width for overflow in zero-width area.
12812 (append_glyph, append_composite_glyph, produce_image_glyph)
12813 (append_stretch_glyph): Use it to avoid loop in redisplay.
12814 (note_mode_line_or_margin_highlight): Don't let help-echo from
12815 string override help-echo from image map.
12817 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
12819 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
12820 * callint.c (Fcall_interactively): Ditto.
12822 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12824 * minibuf.c (Fminibuffer_complete_and_exit):
12825 Fixup the case of the completed value, for case-indep completion.
12827 2004-11-20 Richard M. Stallman <rms@gnu.org>
12829 * lisp.h (Fread_from_minibuffer): Add arg in decl.
12831 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
12832 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
12834 * search.c (Vsearch_spaces_regexp):
12835 Rename from Vsearch_whitespace_regexp. All uses changed.
12837 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
12839 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
12841 2004-11-19 Richard M. Stallman <rms@gnu.org>
12843 * search.c (Vsearch_whitespace_regexp): New variable.
12844 (syms_of_search): Defvar it.
12845 (compile_pattern_1): Call re_set_whitespace_regexp with it.
12846 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
12848 (struct regexp_cache): New element whitespace_regexp.
12849 (syms_of_search): Initialize whitespace_regexp elements.
12850 (compile_pattern): Compare whitespace_regexp elements.
12851 (compile_pattern_1): Set whitespace_regexp elements.
12853 * regex.c (regex_compile): Substitute whitespace_regexp
12854 for spaces, if it is nonzero.
12855 (whitespace_regexp): New variable.
12856 (re_set_whitespace_regexp): New function.
12858 2004-11-19 Kim F. Storm <storm@cua.dk>
12860 * indent.c (Fvertical_motion): Fix last change.
12862 2004-11-18 Kim F. Storm <storm@cua.dk>
12864 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
12865 Instead, move back again if reseating moves too far ahead.
12867 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
12869 * xdisp.c (message3): Call clear_message.
12871 2004-11-17 Kim F. Storm <storm@cua.dk>
12873 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
12875 2004-11-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12877 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
12879 * xmenu.c (x_menu_in_use): Remove.
12880 (x_menu_set_in_use): Also set popup_activated_flag.
12882 * xfns.c (Fx_file_dialog): Call popup_activated instead of
12883 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
12885 * xterm.h (x_menu_in_use): Remove.
12887 2004-11-16 Richard M. Stallman <rms@gnu.org>
12889 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
12890 Use map-keymap-internal to implement that.
12892 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
12894 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12896 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
12897 a window before using XWINDOW.
12899 * window.c (make_window, Fselect_window, make_dummy_parent)
12900 (save_window_save):
12901 * frame.c (make_frame):
12902 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
12904 * lisp.h (NILP): Use EQ rather than XFASTINT.
12906 2004-11-16 Kim F. Storm <storm@cua.dk>
12908 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
12910 * indent.c (Fvertical_motion): Fix last change. Only reseat when
12913 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
12915 * dispextern.h: Extern reseat_at_previous_visible_line_start.
12917 2004-11-16 Kenichi Handa <handa@m17n.org>
12919 * xdisp.c (display_mode_element): Fix previous change (calculate
12920 end position of substring to display correctly).
12922 2004-11-16 Kim F. Storm <storm@cua.dk>
12924 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
12925 Reported by Andrew M. Scott.
12927 2004-11-15 Kim F. Storm <storm@cua.dk>
12929 * fns.c (Fsafe_plist_get): New defun.
12930 (syms_of_fns): Defsubr it.
12932 * lisp.h (Fsafe_plist_get): Add EXFUN.
12934 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
12935 Use Fsafe_plist_get.
12936 (note_mode_line_or_margin_highlight, note_mouse_highlight):
12937 Fix image map element parsing. Use Fsafe_plist_get.
12939 2004-11-15 Richard M. Stallman <rms@gnu.org>
12941 * xdisp.c (get_next_display_element): Fix previous change.
12943 2004-11-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12945 * window.c (shrink_windows): Handle special case of one window left
12946 when trying to shrink the final reminder. Grow windows if
12947 total_removed is less than total_shrink.
12949 * xmenu.c (pop_down_menu): Remove global variable current_menu,
12950 extract pointer from arg with XSAVE_VALUE.
12951 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
12952 Construct arg to record_unwind_protect with make_save_value.
12954 2004-11-13 Richard M. Stallman <rms@gnu.org>
12956 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
12957 (get_next_display_element): Fix previous change to apply only to \n.
12959 * indent.c (Fvertical_motion): Scan to PT from start of line to
12960 make iterator consistent.
12962 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
12964 2004-11-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12966 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
12968 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
12969 Record unwind with clean_up_file_dialog.
12971 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
12974 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
12976 2004-11-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12978 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
12979 (xg_file_sel_destroy): Remove.
12980 (xg_file_response_cb, pop_down_file_dialog)
12981 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
12983 (xg_get_file_with_chooser, xg_get_file_with_selection):
12984 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
12985 Move common code to xg_get_file_name. Return widget created.
12986 (xg_get_file_name): Set name, transient for, modal and destroy
12987 with parent here. Connect response signal to xg_file_response_cb,
12988 connect delete-event to gtk_true. Record pop_down_file_dialog
12989 for unwind. Do event loop and call x_menu_wait_for_event in loop.
12990 (xg_create_widget): Make dialogs modal.
12992 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
12994 (popup_get_selection): Move unwind protect ...
12995 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
12996 Move destroy of widget to pop_down_menu.
12997 (popup_widget_loop): Move unwind protect ...
12998 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
12999 Move destroy of widget to pop_down_menu.
13000 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
13001 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
13002 x_mouse_leave and grabbed = 0 to pop_down_menu.
13004 2004-11-13 Kim F. Storm <storm@cua.dk>
13006 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
13007 (syms_of_xdisp): DEFVAR_BOOL it.
13008 (make_cursor_line_fully_visible, try_cursor_movement)
13009 (try_window_id): Use it.
13011 2004-11-12 Kim F. Storm <storm@cua.dk>
13013 * dispextern.h (struct glyph_row): New member extra_line_spacing.
13014 (struct it): New member max_extra_line_spacing.
13015 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
13016 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
13017 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
13018 part of last line is only extra line spacing (so the text on the
13019 line is fully visible). Use helper macros.
13020 Add W arg (to use them). All callers changed.
13021 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
13022 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
13024 * window.c (window_scroll_pixel_based, Frecenter):
13025 Use move_it_vertically_backward directly.
13026 (Frecenter): Fix calculation of new start pos for negative arg.
13027 Before, the new start pos was sometimes chosen too far back, so
13028 the last line became only partially visible, and thus would be
13029 either only semi-visible or automatically scrolled to the middle
13030 of the window by redisplay.
13032 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
13033 (move_it_vertically_backward): Don't recure to move further back.
13034 (move_it_vertically): Remove superfluous condition.
13035 (move_it_by_lines): Clear last_height when moved 0 lines.
13036 (resize_mini_window): Use it.max_extra_line_spacing.
13037 (display_tool_bar_line): Clear row->extra_line_spacing.
13038 (try_scrolling): Use move_it_vertically_backward directly.
13039 (redisplay_window): Likewise.
13040 (compute_line_metrics): Set row->extra_line_spacing.
13041 (display_line, display_string): Likewise.
13042 (x_produce_glyphs): Update it->max_extra_line_spacing.
13044 * xmenu.c (pop_down_menu): Return nil.
13046 2004-11-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13048 * xmenu.c (x_menu_wait_for_event): New function.
13049 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
13051 (popup_widget_loop): Add argument do_timers.
13052 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
13053 do_timers to popup_widget_loop.
13054 (xmenu_show): Call XMenuActivateSetWaitFunction so that
13055 x_menu_wait_for_event is called by XMenuActivate.
13056 (create_and_show_popup_menu): Pass 1 for do_timers to
13057 popup_get_selection.
13058 (pop_down_menu): New function.
13059 (popup_get_selection, popup_widget_loop): Unwind protect to
13061 (popup_widget_loop): Add argument widget.
13062 (create_and_show_popup_menu, create_and_show_dialog): Pass new
13063 argument widget to popup_widget_loop.
13065 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
13067 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
13069 2004-11-09 Kim F. Storm <storm@cua.dk>
13071 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
13072 Fix various comments referring to XEvents instead of input events.
13073 (x_queue_event): Fix format strings.
13074 (x_stop_queuing_selection_requests): Likewise.
13076 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
13077 (pint2hrstr): Add extra braces to silence compiler.
13079 * print.c (print_object): Fix format string.
13081 * lread.c (read1): Fix next_char matching.
13083 * lisp.h (Fdelete): Add EXFUN.
13084 (replace_range_2): Add prototype.
13086 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
13088 * intervals.h (NULL_INTERVAL_P): Add separate version when
13089 ENABLE_CHECKING is not defined to silence compiler.
13090 (compare_string_intervals): Add prototype.
13092 * fringe.c (destroy_fringe_bitmap): Fix return type.
13093 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
13095 * emacs.c (Fdump_emacs): Fix format string.
13097 * doc.c: Include <ctype.h>.
13098 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
13100 * data.c (store_symval_forwarding): Remove unused variables.
13102 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
13104 2004-11-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13106 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
13109 2004-11-09 Kim F. Storm <storm@cua.dk>
13111 * process.c (Fmake_network_process): Remove kludge for interrupted
13112 connects on BSD. If connect is interrupted, just close socket and
13113 start over rather than sleeping and retry with same socket.
13115 2004-11-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13117 * .cvsignore: Add buildobj.lst.
13119 * doc.c: New variable Vbuild_files.
13120 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
13121 file names from buildobj.lst. Only attach docstrings from files
13122 that are in Vbuild_files.
13123 (syms_of_doc): Defvar Vbuild_files.
13125 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
13127 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
13128 (mostlyclean): Rm buildobj.lst.
13130 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
13133 2004-11-09 Kim F. Storm <storm@cua.dk>
13135 * fringe.c (update_window_fringes): Update fringe bitmaps if
13136 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
13137 also update previous row to get rid of misc. artifacts.
13139 2004-11-08 Kim F. Storm <storm@cua.dk>
13141 * xdisp.c (fast_find_position): Fix start pos if header line present.
13142 (note_mouse_highlight): Clear mouse face if we move out of text area.
13144 2004-11-08 Eli Zaretskii <eliz@gnu.org>
13146 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
13147 Don't include <sys/time.h> explicitly.
13148 Include <stdio.h> unconditionally, not just on MacOS.
13150 2004-11-08 Kenichi Handa <handa@m17n.org>
13152 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
13153 don't pay attention to '\' before '*'.
13154 (fontset_pattern_regexp): Change the meaning of the second arg.
13155 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
13156 (check_fontset_name): Try NAME as literal at first, and if it
13157 failes, try NAME as pattern.
13159 2004-11-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13161 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
13163 2004-11-07 Andreas Schwab <schwab@suse.de>
13165 * lisp.h (Fmsdos_downcase_filename): Declare.
13166 * dired.c (Fmsdos_downcase_filename): Don't declare here.
13167 * fileio.c: Likewise.
13169 2004-11-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13171 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
13172 comparisons with integers instead of Lisp_Object address.
13173 (Fmsdos_set_keyboard): Declare argument allkeys.
13175 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
13177 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
13178 int/Lisp_Object mixup.
13182 2004-11-06 Steven Tamm <steventamm@mac.com>
13184 * editfns.c: Need to include sys/time.h before resource.h on darwin.
13186 2004-11-06 Richard M. Stallman <rms@gnu.org>
13188 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
13190 * xfaces.c (merge_named_face): GCPRO the face_name in the
13191 named_merge_point struct that we make.
13192 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
13194 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
13195 before deciding whether to inactivate mark.
13197 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
13199 * config.in: Regenerate (add HAVE_GETRUSAGE).
13200 * editfns.c (Fget_internal_run_time): New function.
13201 (syms_of_data): Defsubr it.
13202 * fns.c (sxhash): As far as possible, merge calculation of
13203 hash code for symbols and strings.
13205 2004-11-06 Eli Zaretskii <eliz@gnu.org>
13207 * frame.c (syms_of_frame): Fix the example in the doc string.
13209 2004-11-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13211 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
13213 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
13214 (create_and_show_dialog): Revert change from 2004-10-31.
13216 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
13218 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
13220 2004-11-05 Kim F. Storm <storm@cua.dk>
13222 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
13224 * fileio.c (Ffile_modes): Doc fix.
13225 (auto_save_1): Check for Ffile_modes nil value.
13227 2004-11-05 Kim F. Storm <storm@cua.dk>
13229 * xselect.c (struct selection_event_queue, selection_queue)
13230 (x_queue_selection_requests, x_queue_event)
13231 (x_start_queuing_selection_requests)
13232 (x_stop_queuing_selection_requests): Add new queue for selection
13233 input events to replace previous XEvent queue in xterm.c.
13234 (queue_selection_requests_unwind): Adapt to new queue.
13235 (x_reply_selection_request): Adapt to new queue.
13236 Unexpect wait_object in case of x errors (memory leak).
13237 (x_handle_selection_request, x_handle_selection_clear): Make static.
13238 (x_handle_selection_event): New function. May queue selection events.
13239 (wait_for_property_change_unwind): Use save_value instead of cons.
13240 Clear property_change_reply_object.
13241 (wait_for_property_change): Abort if already waiting.
13242 Use save_value instead of cons for unwind data.
13243 (x_handle_property_notify): Skip events already arrived, but don't
13244 free them, as "arrived" field is checked by wait_for_property_change,
13245 and it will be freed by unwind or explicit unexpect_property_change.
13246 (x_get_foreign_selection): Add to new queue.
13247 (receive_incremental_selection): Don't unexpect wait_object when done
13248 as it has already been freed by previous wait_for_property_change.
13250 * xterm.h (x_start_queuing_selection_requests)
13251 (x_stop_queuing_selection_requests, x_handle_selection_request)
13252 (x_handle_selection_clear): Remove prototypes.
13253 (x_handle_selection_event): Add prototype.
13255 * xterm.c (handle_one_xevent): Don't queue X selection events
13256 here, it may be too late if we start queuing after we have already
13257 stored some selection events into the kbd buffer.
13258 (struct selection_event_queue, queue, x_queue_selection_requests)
13259 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
13260 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
13261 (x_catch_errors_unwind): Block input around final XSync.
13263 * keyboard.h (kbd_buffer_unget_event): Add prototype.
13265 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
13266 (kbd_buffer_unget_event): New function.
13267 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
13268 and use x_handle_selection_event.
13269 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
13271 2004-11-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13273 * xselect.c (TRACE3): New debug macro.
13274 (x_reply_selection_request): Use it.
13275 (receive_incremental_selection): In call to TRACE0, the name of
13276 a symbol is in xname.
13278 2004-11-05 Kim F. Storm <storm@cua.dk>
13280 * fontset.c (fontset_pattern_regexp): Use unsigned char.
13282 2004-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13284 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
13286 * gtkutil.h (use_old_gtk_file_dialog): Declare.
13288 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
13289 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
13290 * xfns.c (syms_of_xfns): ... to here.
13292 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
13293 it doesn't start with /.
13295 2004-11-04 Kenichi Handa <handa@m17n.org>
13297 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
13298 treat it as a literal character.
13300 2004-11-03 Kim F. Storm <storm@cua.dk>
13302 * .gdbinit (ppt): New function.
13304 2004-11-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13306 * xterm.c (x_window_to_scroll_bar): Only call
13307 xg_get_scroll_id_for_window if toolkit scroll bars are used.
13309 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
13312 2004-11-02 Andreas Schwab <schwab@suse.de>
13314 * window.c (Fscroll_right): Fix last change.
13316 2004-11-02 Kim F. Storm <storm@cua.dk>
13318 * Makefile.in (callproc.o): Depend on blockinput.h, atimer.h, systime.h.
13320 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13322 * callproc.c (Fcall_process): Block input around vfork.
13324 2004-11-02 Kim F. Storm <storm@cua.dk>
13326 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
13327 (syms_of_eval): Defsubr it.
13329 2004-11-02 Richard M. Stallman <rms@gnu.org>
13331 * insdel.c (replace_range_2): New function.
13333 * casefiddle.c (casify_region): Handle changes in byte-length
13334 using replace_range_2.
13336 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
13338 * xdisp.c (back_to_previous_visible_line_start):
13339 Subtract 1 from pos when checking previous newline for invisibility.
13341 * window.c (window_scroll_pixel_based): Update preserve_y
13342 for header line if any.
13343 (Fscroll_left, Fscroll_right): Don't call interactive_p;
13344 use a new second argument instead.
13346 * eval.c (Fcall_interactive_p): New function.
13347 (interactive_p): Don't test INTERACTIVE here.
13348 (Finteractive_p): Doc fix.
13350 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
13352 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
13354 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
13355 comparing font names.
13357 2004-11-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13359 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
13360 Fx_file_dialog if only directories should be read.
13362 * lisp.h: Fx_file_dialog takes 5 parameters.
13364 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
13365 Add parameter only_dir_p.
13366 In Motif version, don't put DEFAULT_FILENAME in filter part of the
13367 dialog, just text field part. Do not add DEFAULT_FILENAME
13368 to list of files if it isn't there.
13369 In GTK version, pass only_dir_p parameter to xg_get_file_name.
13371 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
13372 Check only_dir_p instead of comparing prompt to "Dired". When using
13373 a save dialog, add option kNavDontConfirmReplacement, change title
13374 to "Enter name", change text for save button to "Ok".
13376 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
13377 Check only_dir_p instead of comparing prompt to "Dired".
13379 * gtkutil.c (xg_get_file_with_chooser, xg_get_file_with_selection):
13380 New functions, only defined ifdef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW
13381 and HAVE_GTK_FILE_SELECTION_NEW respectively.
13382 (xg_get_file_name): Add parameter only_dir_p.
13383 Call xg_get_file_with_chooser or xg_get_file_with_selection
13384 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
13385 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
13387 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
13389 * config.in: Rebuild (added HAVE_GTK_FILE_*).
13391 2004-11-01 Kim F. Storm <storm@cua.dk>
13393 * process.c (connect_wait_mask, num_pending_connects):
13394 Only declare and use them if NON_BLOCKING_CONNECT is defined.
13395 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
13396 (IF_NON_BLOCKING_CONNECT): New helper macro.
13397 (wait_reading_process_output): Only declare and use local vars
13398 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
13400 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
13402 * w32term.c (x_scroll_run): Delete region objects after use.
13404 2004-10-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13406 * xmenu.c: Add prototypes for forward function declarations.
13407 (popup_get_selection): Remove parameter do_timers, remove call to
13409 (create_and_show_popup_menu, create_and_show_dialog):
13410 Remove parameter do_timers from call to popup_get_selection.
13412 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
13413 tool_bar_items and assign the result to f->tool_bar_items if
13414 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
13415 tool_bar_items to assignment of result.
13417 * atimer.c (alarm_signal_handler): Do not call set_alarm if
13418 pending_atimers is non-zero.
13420 2004-10-31 Kim F. Storm <storm@cua.dk>
13422 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
13424 2004-10-28 Will <will@glozer.net>
13426 * macterm.c: Allow user to assign key modifiers to the Mac Option
13427 key via a 'mac-option-modifier' variable.
13429 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13431 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
13432 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
13433 (x_handle_selection_request, x_handle_selection_clear)
13434 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
13436 2004-10-28 Richard M. Stallman <rms@gnu.org>
13438 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
13440 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
13442 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13444 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
13445 comment-starter over a 1-char one.
13447 2004-10-27 Richard M. Stallman <rms@gnu.org>
13449 * xdisp.c (get_next_display_element): In mode lines,
13450 treat newline and tab like other control characters.
13452 * editfns.c (Fmessage): Doc fix.
13454 * indent.c (vmotion): When moving up, check the newline before.
13455 Make prevline an int, not a Lisp_Object.
13457 2004-10-27 Kim F. Storm <storm@cua.dk>
13459 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
13460 Only allocate info and discarded tables once.
13462 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
13463 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
13464 (SAFE_FREE): Test it to determine if we need to unwind to free.
13465 Remove size arg. All users changed.
13466 (SAFE_FREE_LISP): Remove. All users changed to use SAFE_FREE.
13468 2004-10-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13470 * gtkutil.c: Put empty line between comment and function body.
13471 (xg_destroy_widgets): Rename from remove_from_container.
13472 Just destroy all widgets in list. Argument wcont removed.
13473 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
13474 instead of remove_from_container.
13475 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
13476 (free_frame_tool_bar): Add comment.
13478 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
13479 is not NULL before strcmp.
13481 2004-10-26 Kim F. Storm <storm@cua.dk>
13483 * callint.c (Fcall_interactively): Add 'U' code to get the
13484 up-event discarded by a previous 'k' or 'K' argument.
13486 2004-10-26 David Kastrup <dak@gnu.org>
13488 * buffer.c (syms_of_buffer): Fix a few typos.
13490 2004-10-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13492 * xsmfns.c: Put empty line between comment and function body.
13493 Use two spaces before comment end.
13495 2004-10-25 Kenichi Handa <handa@m17n.org>
13497 * fontset.c (fontset_pattern_regexp): Optimize for the case that
13498 PATTERN is full XLFD.
13500 2004-10-24 Kenichi Handa <handa@m17n.org>
13502 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
13504 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
13505 (regex_compile): Return REG_ERANGEX if appropriate.
13507 2004-10-22 Kenichi Handa <handa@m17n.org>
13509 * editfns.c (Ftranslate_region_internal): New function.
13510 (syms_of_editfns): Defsubr it.
13512 2004-10-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13514 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
13516 2004-10-21 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
13518 * xterm.h (x_output): New member `xic_base_fontname'.
13519 (FRAME_XIC_BASE_FONTNAME): New macro.
13520 (xic_free_xfontset): Declare.
13522 * xfns.c (xic_create_xfontset): Share fontsets between frames
13523 based on base_fontname.
13524 (xic_free_xfontset): New function.
13525 (free_frame_xic): Use it.
13526 (xic_set_xfontset): Ditto.
13528 * xterm.c (xim_destroy_callback): Ditto.
13530 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
13532 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
13534 2004-10-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13536 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
13539 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
13540 New variables and constant.
13541 (main): Calculate heap_bss_diff. If we are dumping and the
13542 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
13543 and exec ourself again.
13544 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
13547 * lastfile.c: Make my_endbss and my_endbss_static available on all
13550 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
13551 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
13553 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
13555 * data.c (Flocal_variable_if_set_p): Doc fix.
13557 2004-10-19 Jason Rumney <jasonr@gnu.org>
13559 * w32.c (init_environment): Set emacs_dir correctly when running
13560 emacs from the build directory.
13562 2004-10-19 Richard M. Stallman <rms@gnu.org>
13564 * editfns.c (Fdelete_and_extract_region):
13565 If region is empty, return null string.
13567 2004-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13569 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
13571 (xg_frame_cleared): Remove.
13573 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
13574 (xg_find_top_left_in_fixed): Remove.
13575 (xg_create_scroll_bar): Put an event box widget between
13576 the scroll bar widget and the edit widget.
13577 (xg_show_scroll_bar): Show the parent widget (the event box).
13578 (xg_remove_scroll_bar): Destroy parent (the event box) also.
13579 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
13580 Move the parent (the event box) widget inside the fixed widget.
13581 Move window clear to xterm.c.
13583 * gtkutil.h (xg_frame_cleared): Remove.
13585 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
13586 (x_scroll_bar_create, XTset_vertical_scroll_bar):
13587 Remove arguments left and width to xg_update_scrollbar_pos.
13588 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
13590 2004-10-19 Kenichi Handa <handa@m17n.org>
13592 * xdisp.c (display_mode_element): Fix display of wide chars.
13594 2004-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13596 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
13597 gdk_window_clear and move gdk_window_process_all_updates after
13598 clear so events are sent to the X server in correct order.
13600 2004-10-18 Kenichi Handa <handa@m17n.org>
13602 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
13603 comparing font names.
13604 (fs_query_fontset): Use fast_string_match for comparing fontset names.
13605 (list_fontsets): Likewise.
13607 * search.c (fast_string_match_ignore_case): New function.
13609 * lisp.h (fast_string_match_ignore_case): Extern it.
13611 2004-10-17 Kim F. Storm <storm@cua.dk>
13613 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
13614 than bitmap if there is not left fringe.
13615 (get_overlay_arrow_glyph_row): Also used on windows system.
13616 (display_line): Display overlay string if no left fringe.
13618 2004-10-16 Jason Rumney <jasonr@gnu.org>
13620 * w32fns.c (w32_font_match): Encode font name being matched.
13622 2004-10-16 Richard M. Stallman <rms@gnu.org>
13624 * window.c (Fspecial_display_p): Doc fix.
13626 2004-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13628 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
13629 Don't ignore menus, because where-is-internal already does it for us.
13631 2004-10-15 Kim F. Storm <storm@cua.dk>
13633 * xdisp.c (redisplay_window): Only update fringes and vertical
13634 border on window frames.
13636 2004-10-14 Andreas Schwab <schwab@suse.de>
13638 * m/ia64.h (DATA_SEG_BITS): Don't define.
13640 2004-10-14 Kim F. Storm <storm@cua.dk>
13642 * xterm.h: Include Xutil.h after keysym.h to work around bug
13643 in some X versions.
13645 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13647 * fns.c (map_char_table): Add missing gcpros.
13649 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13651 * keymap.c (get_keymap): An autoload form is not a keymap.
13653 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
13655 2004-10-13 Kim F. Storm <storm@cua.dk>
13657 * callproc.c (Fcall_process): Simplify handling of display arg.
13658 Resume `display_on_the_fly' once a coding system is determined.
13660 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
13662 2004-10-12 Kim F. Storm <storm@cua.dk>
13664 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
13665 caller, such as call-process, is not going to poll for input.
13666 (calc_line_height_property): Handle case where it->object is nil.
13668 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
13670 2004-10-12 Kenichi Handa <handa@m17n.org>
13672 * xdisp.c (get_next_display_element):
13673 If unibyte_display_via_language_environment is zero, display 8-bit
13674 chars in octal in unibyte buffer.
13676 2004-10-12 Kim F. Storm <storm@cua.dk>
13678 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
13679 are no ordinary bindings.
13681 2004-10-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13683 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
13685 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13687 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
13688 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
13689 (make_mac_frame): Add BLOCK_INPUT around the making of a
13691 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
13692 * macgui.h (mktime): Use emacs_mktime.
13693 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
13694 Make a cancel file-open dialog be like C-g.
13695 * mac.c (mktime): Use emacs_mktime.
13696 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
13697 (Fmac_paste_function): Add better error handling for carbon cut/paste.
13699 2004-10-10 Kim F. Storm <storm@cua.dk>
13701 * keyboard.c (timer_resume_idle): New function to resume idle
13702 timer without resetting timers on the idle list.
13703 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
13704 (timer_start_idle, timer_stop_idle): Declare static.
13705 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
13707 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
13709 2004-10-08 Steven Tamm <steventamm@mac.com>
13711 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
13712 * macterm.c (mac_check_for_quit_char): Remove warning for using
13713 NULL where 0 should be used.
13714 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
13716 * mac.c: Include time.h for Tiger compatibility.
13718 2004-10-07 Kim F. Storm <storm@cua.dk>
13720 * xdisp.c (redisplay_window): Fix flicker on vertical line between
13721 windows. Update vertical line after drawing window fringes, but
13722 only if actually drawing any bitmaps--or there is no fringe.
13724 * xterm.c (x_update_window_end): Likewise.
13725 * macterm.c (x_update_window_end): Likewise.
13726 * w32term.c (x_update_window_end): Likewise.
13728 * fringe.c (draw_window_fringes): Return value now indicates if
13729 any fringe bitmaps were redrawn (or there are no fringes).
13731 * dispextern.h (draw_window_fringes): Update prototype.
13733 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13735 * macfns.c (mac_get_window_bounds): Add extern.
13736 (x_real_positions): Use mac_get_window_bounds.
13738 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
13741 * macterm.c [!MAC_OSX]: Include Windows.h.
13742 (front_emacs_window): Rename from mac_front_window. All uses
13743 changed. Return the frontmost non-tooltip emacs window.
13744 (mac_get_window_bounds): New function.
13745 (x_calc_absolute_position): Use the difference of width and height
13746 between the inner and outer window.
13747 (x_set_offset): Specify window position by the coordinae of the
13748 outer window. Adjust the position if the title bar is completely
13749 outside the screen.
13750 (app_is_suspended, app_sleep_time): Remove unused variables.
13751 (do_app_resume, do_app_suspend): Remove their contents because
13752 window-activate/deactivate events will do the job.
13753 (do_zoom_window): Remove unused variables. Make compliant to the
13754 standard way of zooming. Set f->left_pos and f->top_pos.
13755 (XTread_socket): Don't use argument `expected'. Don't use
13756 FrontWindow to determine the clicked window. Exclude unprocessed
13757 mouseUp cases in the early stage. Add parentheses to fix operator
13759 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
13761 2004-10-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13763 * config.in: Regenerate.
13765 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
13768 2004-10-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13770 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
13771 a row if Alt or Meta has been found for that row. Also stop scanning
13772 for Keysyms for that row.
13774 2004-10-04 Kim F. Storm <storm@cua.dk>
13776 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
13777 to list. Include overlay arrow bitmap in return value.
13779 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
13780 bars with fractional column width. If scroll bar separates two
13781 windows, move it towards the window it belongs to. Only update
13782 the padding area below the scroll bar widget when necessary,
13783 i.e. when scroll bar widget is created, moved, or resized.
13785 * xdisp.c (define_frame_cursor1): Do not change frame cursor
13786 while tracking/dragging mouse.
13787 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
13789 * window.c (coordinates_in_window): Relax check for cursor
13790 on vertial border between mode lines.
13791 (Fset_window_fringes): Do not allow negative widths.
13792 (Fset_window_scroll_bars): Likewise.
13794 * .gdbinit (pp): Shorthand for p ARG + pr.
13795 (ff): New command: flush frame updates (X only).
13797 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
13799 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
13801 2004-09-30 Kenichi Handa <handa@m17n.org>
13803 * process.c (send_process): Free composition data.
13805 * fileio.c (Finsert_file_contents): Free composition data.
13807 * coding.c (code_convert_region): Don't skip ASCIIs if there are
13808 compositions to encode.
13809 (encode_coding_string): Likewise. Free composition data.
13811 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
13813 * coding.c (code_convert_region): Free composition data.
13815 2004-09-29 Kim F. Storm <storm@cua.dk>
13817 * fringe.c: Remove limit on number of bitmaps.
13818 (fringe_bitmaps, fringe_faces): Change to pointers.
13819 (max_fringe_bitmaps): New var.
13820 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
13821 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
13823 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
13824 (struct glyph_row): Reorder fringe_bitmap related fields.
13825 (struct it): Likewise.
13827 * w32term.c (fringe_bmp): Change to pointer.
13828 (max_fringe_bmp): New var.
13829 (w32_define_fringe_bitmap): Expand fringe_bmp.
13830 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
13831 (w32_destroy_fringe_bitmap): Likewise.
13833 2004-09-29 Kim F. Storm <storm@cua.dk>
13835 * fringe.c: Simplify last change.
13836 (lookup_fringe_bitmap): New function.
13837 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
13838 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
13839 Keep standard bitmaps in Vfringe_bitmaps.
13840 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
13841 (Fset_fringe_bitmap_face): Likewise.
13843 * dispextern.h (lookup_fringe_bitmap): Add prototype.
13844 (valid_fringe_bitmap_p): Remove prototype.
13846 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
13848 2004-09-29 Kim F. Storm <storm@cua.dk>
13850 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
13851 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
13853 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
13855 * fringe.c (Vfringe_bitmaps): New variable.
13856 (syms_of_fringe): DEFVAR_LISP it.
13857 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
13858 Change arg to Lisp_Object and fail if not an integer.
13859 (get_fringe_bitmap_name, resolve_fringe_bitmap)
13860 (destroy_fringe_bitmap): New functions.
13861 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
13862 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
13863 clear its fringe property.
13864 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
13865 Fdestroy_fringe_bitmap.
13866 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
13867 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
13868 and set fringe property. Signal error if no free slots.
13869 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
13870 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
13872 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
13873 symbols with a fringe property.
13875 2004-09-27 Kim F. Storm <storm@cua.dk>
13877 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
13878 Doc fix. Format may now be a symbol or alist, not a cons.
13880 * fringe.c (update_window_fringes): Handle new formats of
13881 indicate-buffer-boundaries (symbol or alist). No longer
13882 allow a simple cons.
13883 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
13885 2004-09-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13887 * config.in: Rebuild.
13889 2004-09-24 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13891 * config.in: Rebuild.
13893 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
13895 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13897 * xterm.c (x_term_init): Work around a bug in some X servers.
13899 2004-09-18 Richard M. Stallman <rms@gnu.org>
13901 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
13903 * xdisp.c (try_window_reusing_current_matrix):
13904 Handle the case where we reach the old displayed text,
13905 out of sync with the old line boundary.
13907 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13909 * fileio.c (Finsert_file_contents): Fix case of replacement in a
13912 2004-09-14 Kim F. Storm <storm@cua.dk>
13914 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
13916 * xfaces.c (Qface_no_inherit): New var.
13917 (syms_of_xfaces): Intern and staticpro it.
13918 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
13919 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
13920 Don't increment face_change_count when face has non-nil
13921 face-no-inherit property.
13923 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13925 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
13926 (Fbyte_code): Remove dead code after `wrong_type_argument'.
13928 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
13929 before doing the mark_stack_check_gcpros since they're not on the stack.
13931 2004-09-12 Kim F. Storm <storm@cua.dk>
13933 * editfns.c (Fformat): Handle format strings with multiple text
13934 properties. Reverse text property list from the format string,
13935 so the positions are in increasing order.
13937 2004-09-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13939 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
13940 x_uncatch_errors so that possible protocol errors are delivered.
13942 2004-09-10 Eli Zaretskii <eliz@gnu.org>
13944 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
13946 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
13947 charset.h, and coding.h
13948 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
13949 (term.o): Depend on window.h and keymap.h.
13950 (abbrev.o): Depend on syntax.h.
13951 (callint.o): Depend on keymap.h.
13952 (casefiddle.o): Depend on charset.h and keymap.h.
13953 (category.o): Depend on keymap.h.
13954 (coding.o): Depend on dispextern.h.
13955 (cmds.o): Depend on keyboard.h and keymap.h.
13956 (dispnew.o): Depend on indent.h and intervals.h.
13957 (doc.o): Depend on keymap.h.
13958 (editfns.o): Depend on frame.h.
13959 (emacs.o): Depend on dispextern.h.
13960 (fileio.o): Don't depend on ccl.h.
13961 (filelock.o): Depend on charset.h and coding.h.
13962 (frame.o): Depend on w32term.h and macterm.h.
13963 (insdel.o): Depend on region-cache.h.
13964 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
13965 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
13966 (search.o): Depend on $(INTERVALS_SRC).
13967 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
13968 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
13969 xterm.h, w32term.h, and macterm.h.
13970 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
13971 w32term.h, and macterm.h.
13972 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
13973 region-cache.h, xterm.h, w32term.h, and macterm.h.
13974 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
13975 (data.o): Depend on frame.h.
13976 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
13977 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
13978 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
13979 (intervals.o): Depend on keymap.h.
13981 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
13982 Add debugging print-out to termscript.
13984 2004-09-09 Richard M. Stallman <rms@gnu.org>
13986 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
13988 2004-09-08 Richard M. Stallman <rms@gnu.org>
13990 * window.c (Fset_window_buffer): Doc fix.
13992 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
13994 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
13996 * minibuf.c (history_delete_duplicates): New variable.
13997 (read_minibuf): Use it.
13998 (syms_of_minibuf): Create the corresponding lisp variable.
14000 2004-09-08 Kim F. Storm <storm@cua.dk>
14002 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
14003 overlay just before point.
14005 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14007 * buffer.h (struct buffer): Add auto_save_file_format field.
14008 * buffer.c (reset_buffer, init_buffer_once):
14009 Handle auto_save_file_format field.
14010 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
14011 `buffer-auto-save-file-format'.
14012 * fileio.c: Delete declaration for removed Vauto_save_file_format.
14013 (build_annotations): Adapt to replacement of
14014 `auto-save-file-format' with the new buffer-local variable
14015 `buffer-auto-save-file-format'.
14016 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
14018 2004-09-07 Jason Rumney <jasonr@gnu.org>
14020 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
14022 * w32fns.c (w32_wnd_proc) <WM_MEASUREITEM, WM_DRAWITEM>:
14023 Handle Unicode menu titles.
14025 2004-09-07 Kim F. Storm <storm@cua.dk>
14027 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
14028 property from text property or overlay strings at point.
14030 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14032 * xmenu.c (update_submenu_strings): YAILOM.
14033 (set_frame_menubar): Make sure last_i is initialized.
14035 2004-09-03 Jason Rumney <jasonr@gnu.org>
14037 * w32menu.c (_widget_value): Add lname and lkey.
14038 (digest_single_submenu): Set lname and lkey in widget_value
14039 instead of name and key.
14040 (update_submenu_strings): New function.
14041 (set_frame_menubar): Remove call to inhibit_garbage_collection,
14042 call update_submenu_strings.
14044 * w32menu.c (globals_of_w32menu): Check for Unicode API.
14045 (digest_single_submenu, w32_menu_show): Encode menu strings as
14046 UTF-8 if Unicode API is available.
14047 (utf8to16): New function.
14048 (add_menu_item): Use it when calling Unicode API.
14050 2004-09-03 Kim F. Storm <storm@cua.dk>
14052 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
14053 in overlay or text-property strings; set cursor on corresponding
14054 glyph rather than at end of the string.
14056 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14058 * macfns.c (x_real_positions): Save the current window port and
14059 set a new one before obtaining the global coordinate.
14060 Use FRAME_MAC_WINDOW.
14061 (x_set_name, x_set_title): Encode title to UTF8.
14062 Use SetWindowTitleWithCFString.
14063 (Fx_server_version): Get correct OS version.
14065 * macmenu.c (add_menu_item): Remove unused variable `i'.
14066 Don't let separator items destroy refence constants of other menu items.
14068 * macterm.c (x_update_end): Move SetPortWindowPort to inside
14070 (x_set_offset): Use FRAME_MAC_WINDOW.
14072 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
14073 nontext_cursor if it is on a scroll bar.
14075 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
14077 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
14080 2004-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14082 * xfns.c (x_set_name_internal): New function. Check if we shall call
14083 xfree before ENCODE_UTF_8.
14084 (x_set_name, x_set_title): Call x_set_name_internal.
14086 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
14088 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
14091 2004-08-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14093 * macmenu.c (_widget_value): Add lname and lkey.
14094 (single_submenu): Set lname and lkey in widget_value
14095 instead of name and key.
14096 (update_submenu_strings): New function.
14097 (set_frame_menubar): Remove call to inhibit_garbage_collection,
14098 call update_submenu_strings.
14100 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
14101 instead of name and key.
14102 (update_submenu_strings): New function.
14103 (set_frame_menubar): Remove call to inhibit_garbage_collection,
14104 call update_submenu_strings.
14106 * gtkutil.h (_widget_value): Added lname and lkey.
14108 2004-08-30 Steven Tamm <steventamm@mac.com>
14110 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
14111 by using different names for inner loop variables.
14113 2004-08-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14115 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
14116 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
14118 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
14119 tool bar items is 0.
14121 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14123 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
14124 strings in menu items.
14125 (single_submenu): Use ENCODE_MENU_STRING
14126 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
14127 button release isn't passed to event loop
14128 (add_menu_item): Use SetMenuItemWithCFString.
14130 2004-08-26 Steven Tamm <steventamm@mac.com>
14132 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
14133 tool-bar/menu click.
14134 * macfns.c (Fx_file_dialog): Implement using NavServices.
14136 2004-08-24 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14138 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
14140 * xfns.c (x_window_to_frame, x_any_window_to_frame)
14141 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
14142 (x_top_window_to_frame): Return 0 if wdesc is None.
14144 2004-08-22 Richard M. Stallman <rms@gnu.org>
14146 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
14147 HAVE_TERMIOS]: If there's no char for this signal, drop through
14148 and use system calls.
14150 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
14152 2004-08-20 Kim F. Storm <storm@cua.dk>
14154 * process.c (wait_reading_process_output): Rename from
14155 wait_reading_process_input. All uses changed.
14156 (wait_reading_process_output_1): Rename from
14157 wait_reading_process_input_1. All uses changed.
14159 * dispnew.c (Fsleep_for): Remove obsolete code.
14161 2004-08-20 Kenichi Handa <handa@m17n.org>
14163 * syntax.c (skip_chars): Fix for unibyte case.
14165 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14167 * syntax.c (char_quoted): Mixup byte/char pos.
14168 (back_comment): Fixup globals in all cases.
14170 2004-08-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14172 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
14173 passing it to gtk_window_set_title.
14175 2004-08-19 Kim F. Storm <storm@cua.dk>
14177 * process.c (wait_reading_process_input): Clean up.
14178 Add wait_for_cell, wait_proc, and just_wait_proc args
14179 to avoid overloading `read_kbd' and `do_display' args.
14180 Change read_kbd arg to int. All callers changed.
14182 * process.c (process_send_signal): Use CDISABLE.
14184 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
14186 2004-08-18 Kim F. Storm <storm@cua.dk>
14188 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
14189 forward to wait_reading_process_input via DO_DISPLAY arg.
14190 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
14191 object, only process output from that process; also inhibit
14192 running timers if DO_DISPLAY==-2.
14194 2004-08-17 Kim F. Storm <storm@cua.dk>
14196 * process.c (process_send_signal): Fix last change--use
14197 _POSIX_VDISABLE instead of CVDISABLE when available.
14199 2004-08-16 Richard M. Stallman <rms@gnu.org>
14201 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
14202 Set VQUIT and VINTR chars to the standard ones if they are unset.
14203 [AIX]: Don't do that here. And don't force VINTR to standard
14204 when SIGNALS_VIA_CHARACTERS.
14206 * process.c (process_send_signal)
14207 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
14208 Do nothing if the character is CVDISABLE.
14210 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
14212 * intervals.c (move_if_not_intangible):
14213 Force POSITION to be between BEGV and ZV.
14215 2004-08-14 John Paul Wallington <jpw@gnu.org>
14217 * buffer.c (Frestore_buffer_modified_p): Doc fix.
14219 * fileio.c (Fread_file_name): Doc fix.
14221 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
14223 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14225 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
14227 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14229 * keyboard.c: Declare Qdisabled_command_function instead of
14230 Qdisabled_command_hook.
14231 (Fcommand_execute): Use Qdisabled_command_function instead of
14232 Qdisabled_command_hook.
14233 (syms_of_keyboard): Ditto.
14235 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
14237 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
14238 (syms_of_keymap) <key-translation-map>: Doc fixes.
14240 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
14242 * window.c (window_list_1): YAILOM.
14244 * fileio.c (make_temp_name): Handle multibyte prefixes.
14246 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
14248 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
14251 2004-08-03 Kenichi Handa <handa@m17n.org>
14253 * coding.c (decode_coding_string): Adjust coding->consumed, and
14254 etc. with shrinked_bytes.
14256 2004-08-03 Kim F. Storm <storm@cua.dk>
14258 * indent.c (compute_motion): Fix check for full width window
14259 in non-window case. Do not count left truncation glyph on
14262 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
14264 * data.c (Finteractive_form): Doc fix.
14266 2004-08-02 Kim F. Storm <storm@cua.dk>
14268 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
14269 properly accounting for continuation glyph on non-window systems.
14270 (Fcompute_motion): Use actual window width if WIDTH is nil, and
14271 actual window width/height if TOPOS is nil, properly accounting for
14272 continuation glyphs on non-window systems, and optional header lines.
14273 (vmotion): Let compute_motion calculate actual window width.
14275 * window.c (window_scroll_line_based): Let compute_motion
14276 calculate actual window width.
14278 2004-08-02 Kim F. Storm <storm@cua.dk>
14280 * process.c (read_process_output): Use whole read buffer.
14281 Don't trigger adaptive read buffering on errors.
14283 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14285 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
14287 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
14289 * callint.c (Fcall_interactively): Doc fix.
14291 2004-07-30 Richard M. Stallman <rms@gnu.org>
14293 * abbrev.c (Fexpand_abbrev): Undo previous change.
14295 2004-07-30 Kim F. Storm <storm@cua.dk>
14297 * editfns.c (Fformat): Allocate extra (dummy) element in info.
14299 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14301 * eval.c (Fdefvar, Fdefconst): Doc fixes.
14303 2004-07-27 Kim F. Storm <storm@cua.dk>
14305 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
14306 we have ensured that the glyph fits on the current line (or returned
14307 MOVE_LINE_CONTINUED otherwise).
14309 2004-07-26 Kim F. Storm <storm@cua.dk>
14311 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
14312 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
14313 if target position is at end of display line but char is not a newline.
14315 2004-07-25 Richard M. Stallman <rms@gnu.org>
14317 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
14318 instead of ON_VERTICAL_BORDER, when on scroll bar.
14319 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
14321 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
14323 * window.c (Fcoordinates_in_window_p):
14324 Take account of FRAME_INTERNAL_BORDER_WIDTH.
14326 * alloc.c (check_cons_list): New function (contents commented out).
14328 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14330 * xfaces.c (Fcolor_supported_p): Doc fix.
14332 * frame.c (Fselect_frame, Fset_frame_selected_window)
14333 (Fframe_visible_p, Fraise_frame): Doc fixes.
14335 2004-07-24 Richard M. Stallman <rms@gnu.org>
14337 * keyboard.h (not_single_kboard_state): Declare.
14339 * fileio.c (Fwrite_region): Doc fix.
14341 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
14343 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
14344 only when a real abbrev is present.
14346 * xfns.c (x_icon_verify): New function.
14347 (Fx_create_frame): Use it.
14349 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
14351 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
14353 2004-07-21 Kim F. Storm <storm@cua.dk>
14355 * window.h (struct glyph_matrix): New members nrows_scale_factor
14356 and ncols_scale_factor.
14358 * window.c (make_window): Initialize nrows_scale_factor and
14359 ncols_scale_factor members.
14361 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
14362 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
14363 (required_matrix_height): Apply nrows_scale_factor.
14364 (required_matrix_width): Apply ncols_scale_factor.
14366 * xdisp.c (display_line): Increment nrows_scale_factor and set
14367 fonts_changed_p if past last allocated row.
14368 (append_glyph, append_composite_glyph, produce_image_glyph)
14369 (append_stretch_glyph): Increment ncols_scale_factor and set
14370 fonts_changed_p if current area is full.
14372 2004-07-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14374 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
14376 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
14378 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
14379 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
14380 (Fset_window_start, Fscroll_up, Fscroll_down)
14381 (Fother_window_for_scrolling, Fscroll_other_window)
14382 (Fsave_window_excursion, Fset_window_vscroll)
14383 (syms_of_window) <window-size-fixed>: Doc fixes.
14385 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
14387 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
14388 ENCODE_SYSTEM for filenames.
14390 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14392 * mac.c (sys_select): Block input around call to
14393 ReceiveNextEvent to prevent breakage. Correctly handle
14394 blocking on event queue only by calling ReceiveNextEvent
14395 instead of select (since GUI events aren't on an fd).
14396 (sys_read): Remove function
14397 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON.
14399 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14401 * mac.c (sys_select): Redo sys_select to use alarm-based
14402 polling instead of 1 sec timeouts (like solaris).
14404 * macterm.c (x_make_frame_visible): Comment in polling on
14407 * keyboard.c: Undef SIGIO on Carbon.
14409 * atimer.c (alarm_signal_handler): Call alarm handlers after
14412 * eval.c (Feval): Remove quit_char test.
14414 * process.c (wait_reading_process_input): Remove clearing
14415 stdin for select call on process input.
14417 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14419 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
14420 capitalization error in docstring.
14422 2004-07-17 Juanma Barranquero <lektu@terra.es>
14424 * keyboard.c (not_single_kboard_state): Do nothing unless
14425 MULTI_KBOARD is defined.
14427 2004-07-17 Richard M. Stallman <rms@gnu.org>
14429 * window.c (coordinates_in_window): Inside the window but outside
14430 its box to the L or R, return ON_VERTICAL_BORDER.
14431 (window_list_1): Rotate the list to start with WINDOW.
14433 * print.c (print_preprocess): Test for print_depth at limit
14434 before entering in being_printed.
14436 * keyboard.c (not_single_kboard_state): New function.
14437 (stuff_buffered_input): Now no-op only if no SIGTSTP.
14439 * frame.c (Fdelete_frame): If we're in single_bboard_state on
14440 this kboard, and we delete its last frame, go to any_kboard_state.
14442 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
14444 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
14446 * w32fns.c (Fx_file_dialog): Encode strings in system coding
14447 system before passing them to OS functions for display.
14449 2004-07-15 David Kastrup <dak@gnu.org>
14451 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
14452 Apparently fixes an abort condition.
14454 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
14456 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
14459 2004-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
14461 * keyboard.c (echo_dash): Do nothing if there already is a dash
14462 at the end of the echo string.
14464 2004-07-12 Kim F. Storm <storm@cua.dk>
14466 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
14469 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14471 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
14473 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
14474 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
14475 (Freplace_buffer_in_windows, Fset_window_buffer)
14476 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
14477 (syms_of_window): Expand docstring of `display-buffer-function'.
14479 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
14481 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
14482 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
14483 that time values of the type (HIGH . LOW) are considered obsolete.
14485 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
14487 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
14490 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
14492 2004-07-06 John Paul Wallington <jpw@gnu.org>
14494 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
14496 * fns.c (Fclear_string): Signal an error if STRING is not a string.
14498 2004-07-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14500 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
14501 instead of CGMainDisplayID (only in OSX 10.2 and later).
14503 2004-07-04 John Paul Wallington <jpw@gnu.org>
14505 * fileio.c (read_file_name_completion_ignore_case): New variable.
14506 (syms_of_fileio): Declare and initialise it.
14507 (Fread_file_name): Bind `completion-ignore-case' to respect it.
14509 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14511 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
14512 for event.x and event.y.
14514 2004-07-01 Kenichi Handa <handa@m17n.org>
14516 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
14517 after getting a new string by pre-write-conversion.
14519 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14521 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
14522 (x_calc_absolute_position): Remove unused var `child'.
14524 * xfaces.c (x_supports_face_attributes_p)
14525 (Fdisplay_supports_face_attributes_p): YAILOM.
14526 (tty_supports_face_attributes_p): Remove unused var `i'.
14528 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
14531 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
14533 * fontset.c (Fset_fontset_font): Remove unused vars `family' and
14536 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
14538 2004-06-30 Andreas Schwab <schwab@suse.de>
14540 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
14541 (Finit_image_library): Pass LIBRARIES through to
14542 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
14543 (lookup_image_type): Pass Qnil as second argument to
14544 Finit_image_library.
14546 * lisp.h (Finit_image_library): Declare.
14548 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14550 * macterm.c (do_window_activate, do_window_deactivate): Remove.
14551 (XTread_socket): Send mouse button events to the toolbox
14552 dispatcher even when the mouse is grabbed. Don't process window
14553 activate events for non-Emacs windows. Replace function calls to
14554 do_window_activate and do_window_deactivate with their contents.
14555 Reset mouse grabbing status when a window is deactivated.
14557 2004-06-29 Steven Tamm <steventamm@mac.com>
14559 * macterm.c (mac_get_emulated_btn)
14560 (mac_event_to_emacs_modifiers): Fix emulated mouse button
14561 support to correctly mask out modifiers.
14563 2004-06-29 David Kastrup <dak@gnu.org>
14565 * search.c (Fset_match_data): Allow buffer before end of list
14566 which can happen if set-match-data is using a pre-consed list.
14568 2004-06-28 Steven Tamm <steventamm@mac.com>
14570 * macterm.c (XTread_socket): Correctly set the frame position
14571 after the window is moved.
14573 2004-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14575 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
14576 gpix and gmask just before return to avoid memory leak.
14577 (xg_get_image_for_pixmap): Add workaround for monochrome displays
14578 so insensitive and activated icons look ok.
14580 2004-06-27 Jason Rumney <jasonr@gnu.org>
14582 * w32fns.c (file_dialog_callback): Disable edit control if set
14583 to directories only on CDN_INITDONE message.
14584 (Fx_file_dialog): Default to directories only when prompt starts
14587 2004-06-25 Kim F. Storm <storm@cua.dk>
14589 * alloc.c (allocate_misc): Update total_free_markers.
14590 (free_misc): New function.
14591 (safe_alloca_unwind, free_marker): Use it.
14593 * lisp.h (free_misc): Add prototype.
14595 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
14597 2004-06-24 Richard M. Stallman <rms@gnu.org>
14599 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
14600 (syms_of_emacs): Lisp variables deleted.
14602 2004-06-23 David Kastrup <dak@gnu.org>
14604 * search.c (Freplace_match): Adjust the match-data more thoroughly
14605 when replacing strings in the buffer.
14606 (Fmatch_data): When INTEGERS is non-nil and the last match was in
14607 a buffer, add the buffer as last element to the match data.
14608 (Fset_match_data): If an additional element of the match-data is a
14609 buffer, restore it to last_thing_searched.
14610 (save_search_regs): Save last_thing_searched as part of the match data.
14611 (restore_match_data): Restore it again.
14613 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
14615 * keymap.c (Ftext_char_description): Doc fix.
14616 * doc.c (Fsnarf_documentation): Doc fix.
14618 2004-06-22 Kim F. Storm <storm@cua.dk>
14620 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
14622 * lisp.h (struct Lisp_Save_Value): New member dogc.
14623 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
14624 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
14625 (SAFE_FREE_LISP): New macro.
14627 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
14628 (make_save_value): Init new dogc member.
14629 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
14631 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
14632 SAFE_FREE_LISP macros.
14634 2004-06-22 Kim F. Storm <storm@cua.dk>
14636 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
14637 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
14638 in that memory area are unknown to GC. Add comments.
14640 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
14642 2004-06-21 Kim F. Storm <storm@cua.dk>
14644 * lisp.h (MAX_ALLOCA): Define here.
14645 (safe_alloca_unwind): Add prototype.
14646 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
14648 * alloc.c (safe_alloca_unwind): New function.
14650 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
14652 * charset.c (Fstring): Use SAFE_ALLOCA.
14654 * coding.c (MAX_ALLOCA): Remove define.
14656 * data.c (MAX_ALLOCA): Remove define.
14657 (Faset): Use SAFE_ALLOCA.
14659 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
14661 * fns.c (string_make_multibyte, string_to_multibyte)
14662 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
14663 (MAX_ALLOCA): Remove define.
14664 (Fbase64_encode_region, Fbase64_encode_string)
14665 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
14666 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
14667 memory leak if encoding fails.
14669 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
14671 2004-06-21 Eli Zaretskii <eliz@gnu.org>
14673 * print.c (Fwith_output_to_temp_buffer): Doc fix.
14675 2004-06-20 Richard M. Stallman <rms@gnu.org>
14677 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
14679 * search.c (match_limit): Cleaner err msg when no match data available.
14681 * window.c (syms_of_window): Doc fix.
14683 * keyboard.c (command_loop_1): Handle values `only' and `identity'
14684 for Vtransient_mark_mode.
14686 * buffer.c (syms_of_buffer): Doc fix.
14688 2004-06-21 David Kastrup <dak@gnu.org>
14690 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
14691 and unbinding of `case-fold-search' according to
14692 `completion-ignore-case' around calls of string-match and
14693 predicates, respectively. Should give satisfactory performance
14694 in all relevant cases.
14696 2004-06-17 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14698 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
14701 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
14703 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
14705 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
14708 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
14710 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
14712 2004-06-16 Kim F. Storm <storm@cua.dk>
14714 * dispextern.h (Vimage_types): Remove extern.
14716 2004-06-16 Miles Bader <miles@gnu.org>
14718 * image.c (lookup_image_type): Initialize image type if necessary.
14720 2004-06-15 Kim F. Storm <storm@cua.dk>
14722 * xdisp.c (try_cursor_movement): Exclude header line from scroll
14723 margin at top of window.
14724 (try_window_reusing_current_matrix): Calculate proper cursor position
14725 after scrolling up with non-zero scroll margin, as the old cursor
14726 position corresponds to value of PT before executing this command.
14727 (try_window_id): Consider scroll margin at bottom of window too;
14728 otherwise we fail to scroll when hl-line-mode is enabled.
14730 * syntax.c (skip_chars): Only recognize [:class:] when it has the
14731 proper format and class is a lower-case word.
14733 2004-06-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14735 * gtkutil.c (xg_get_image_for_pixmap): New function.
14736 (xg_get_gdk_pixmap_and_mask): Remove.
14737 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
14738 xg_get_gdk_pixmap_and_mask.
14740 * xterm.h (struct x_display_info): Typo in comment fixed.
14742 2004-06-14 Juanma Barranquero <lektu@terra.es>
14744 * dispextern.h (Vimage_types): Make it conditional on
14745 HAVE_WINDOW_SYSTEM.
14747 * image.c (Vimage_types): Move from xdisp.c.
14748 (Vimage_type_cache): New variable.
14749 (define_image_type): New argument indicating whether an image
14750 library was loaded; cache loaded status and return t on success,
14752 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
14753 (w32_delayed_load): New function to load an image library from a
14754 list of possible filenames.
14755 (init_xpm_functions, init_png_functions, init_jpeg_functions)
14756 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
14757 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
14758 (Finit_image_library): New function, extracted from `init_image'.
14759 Try to initialize an image library on demand and cache whether we
14760 were successful or not.
14761 (syms_of_image): Initialize `Vimage_types' and
14762 `Vimage_type_cache'. Add recognized image types to Vimage_types.
14763 Export `init-image-library'.
14764 (init_image): Remove initialization of all image types, except xbm
14767 * xdisp.c (Vimage_types): Delete (moved to image.c).
14769 2004-06-14 Andreas Schwab <schwab@suse.de>
14771 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
14772 Avoid calling specbind when completion-regexp-list is empty.
14774 2004-06-13 Richard M. Stallman <rms@gnu.org>
14776 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
14777 (re_wctype, re_iswctype, re_wctype_to_bit):
14778 Non-function definitions moved here from regex.c.
14780 * regex.c (re_wctype, re_iswctype): Function defs longer static.
14781 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
14782 (re_wctype, re_iswctype, re_wctype_to_bit):
14783 Non-function definitions moved to regex.h.
14785 * window.c (Fselect_window): Doc fix.
14787 * syntax.c: Include regex.h.
14788 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
14789 If requested, make a list of classes, then check the scanned
14790 chars for membership in them.
14791 (in_classes): New function.
14794 * keyboard.c (cmd_error): Don't call any_kboard_state
14795 if inside a recursive edit level.
14797 2004-06-13 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
14799 * keyboard.c (command_loop): Call any_kboard_state before
14800 command_loop_2 when at top level.
14802 2004-06-13 Andreas Schwab <schwab@suse.de>
14804 * print.c (print_object): Always use %ld for printing EMACS_INT.
14806 * keyboard.c (cancel_hourglass_unwind): Return a value.
14807 (modify_event_symbol): Always use %ld for printing EMACS_INT.
14808 (Fexecute_extended_command): Likewise.
14810 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
14812 (SYNTAX): Likewise.
14813 (SYNTAX_WITH_FLAGS): Likewise.
14814 (SYNTAX_MATCH): Likewise.
14816 * syntax.c (char_quoted): Avoid warning about undefined operation.
14817 (find_defun_start): Likewise.
14818 (scan_lists): Likewise.
14819 (INC_FROM): Likewise.
14820 (scan_sexps_forward): Likewise.
14822 * image.c: Include <ctype.h>.
14824 * xfaces.c (face_attr_equal_p): Declare parameters.
14826 2004-06-13 Kenichi Handa <handa@m17n.org>
14828 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
14830 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
14832 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
14834 2004-06-12 Kenichi Handa <handa@m17n.org>
14836 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
14837 ccl_prog_stack_struct and update it.
14838 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
14839 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
14840 ccl->eof_ic on EOF.
14841 (ccl_debug_hook): New function.
14842 (struct ccl_prog_stack): New member eof_ic.
14843 (ccl_driver): Handle EOF in subrountine call correctly.
14845 2004-06-11 Kenichi Handa <handa@m17n.org>
14847 * coding.c (encode_coding_string): Check CODING_FINISH_INTERRUPT.
14849 2004-06-11 Kim F. Storm <storm@cua.dk>
14851 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
14853 2004-06-11 Juanma Barranquero <lektu@terra.es>
14855 * keyboard.c (Fposn_at_point): Doc fix.
14857 2004-06-11 David Kastrup <dak@gnu.org>
14859 * search.c (match_limit): Don't flag an error if match-data
14860 exceeding the allocated search_regs.num_regs gets requested, just
14863 2004-06-08 Miles Bader <miles@gnu.org>
14865 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
14867 2004-06-07 Juanma Barranquero <lektu@terra.es>
14869 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
14870 (Fcurrent_time_string, Fcurrent_time_zone)
14871 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
14873 2004-06-07 Miles Bader <miles@gnu.org>
14875 * xfaces.c (struct named_merge_point): New type.
14876 (push_named_merge_point): New function.
14877 (merge_named_face): New function.
14878 (merge_face_ref, face_at_buffer_position, face_at_string_position):
14879 Use `merge_named_face'.
14880 (merge_face_inheritance): Function removed.
14881 (merge_face_ref): Rename from `merge_face_vector_with_property'.
14882 Add new `err_msgs' and `named_merge_points' args. Return error
14883 status. Only print error messages if ERR_MSGS is true. Don't try to
14884 do :inherit attribute validation.
14885 (merge_face_heights): Handle `unspecified' in both directions.
14886 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
14887 Call `merge_face_ref' instead of `merge_face_inheritance'.
14888 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
14889 (compute_char_face, face_at_buffer_position)
14890 (face_at_string_position): Call `merge_face_ref' instead of
14891 `merge_face_vector_with_property'.
14893 2004-06-07 Kenichi Handa <handa@m17n.org>
14895 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
14896 the necessary places.
14898 2004-06-07 Kim F. Storm <storm@cua.dk>
14900 * process.c (Fdelete_process): Undo 2004-05-28 change.
14901 Instead, call status_notify also for network process.
14902 (status_message): Use process instead of status as arg.
14903 Give messages "deleted" or "connection broken by remote peer" for
14904 an exited network process.
14905 (status_notify): Change call to status_message.
14906 (read_process_output): Increase readmax to 4096. Do not increase
14907 buffer size for datagram channels (default is now large enough).
14909 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
14911 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
14912 problem due to newly defined variable.
14914 2004-06-06 Miles Bader <miles@gnu.org>
14916 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
14917 immediately if non-interactive or not initialized.
14919 2004-06-05 Richard M. Stallman <rms@gnu.org>
14921 * minibuf.c (Fcompleting_read): Doc fix.
14923 2004-06-05 Andreas Schwab <schwab@suse.de>
14925 * macfns.c (x_create_tip_frame): Fix declaration after statement.
14927 2004-06-05 Juanma Barranquero <lektu@terra.es>
14929 * keymap.c (Fdescribe_vector): Fix docstring.
14930 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
14932 2004-06-05 Miles Bader <miles@gnu.org>
14934 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
14935 attributes have different values than the default face.
14937 2004-06-04 Eli Zaretskii <eliz@gnu.org>
14939 * xfaces.c (x_supports_face_attributes_p): Make this function
14940 conditional on HAVE_WINDOW_SYSTEM.
14941 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
14942 Don't call x_supports_face_attributes_p if it was not compiled in.
14944 2004-06-04 Miles Bader <miles@gnu.org>
14946 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
14947 from Ftty_supports_face_attributes_p.
14948 (x_supports_face_attributes_p): New function.
14949 (Ftty_supports_face_attributes_p): Function deleted.
14950 (Fdisplay_supports_face_attributes_p): New function.
14951 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
14952 (face_attr_equal_p): New function.
14953 (lface_equal_p): Use it.
14955 2004-06-03 Juanma Barranquero <lektu@terra.es>
14957 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
14958 (Vw32_color_map): Fix typo in docstring.
14959 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
14960 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
14961 Make argument names match their use in docstring.
14963 2004-06-02 Juanma Barranquero <lektu@terra.es>
14965 Work around bugs/problems with MinGW builds of graphics libraries
14966 called from MSVC builds of Emacs.
14968 * image.c (lookup_image): Make pointer to img static.
14969 (png_read_from_memory): Disable "global" optimization.
14971 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14973 * eval.c (Fcondition_case): Fix usage. Simplify.
14975 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
14977 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14979 * macfns.c: Don't include ccl.h.
14980 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
14981 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
14983 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
14984 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
14985 display height/width.
14986 (compute_tip_xy, Vx_max_tooltip_size): Declare.
14987 (unwind_create_tip_frame, compute_tip_xy): New functions.
14988 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
14989 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
14990 and last_show_tip_args.
14992 * macgui.h [!MAC_OSX]: Include Gestalt.h.
14993 (Cursor, No_Cursor): New defines.
14994 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
14995 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
14997 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
14999 * macterm.c: Don't include Gestalt.h.
15000 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
15001 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
15002 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
15003 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
15004 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
15005 (construct_mouse_click, XTmouse_position)
15006 (x_scroll_bar_report_motion, x_calc_absolute_position)
15007 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
15008 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
15009 (note_mouse_movement): Clear the mouse face and reset the pointer
15010 shape when the pointer goes outside the frame without grabbing.
15011 (mac_front_window): New function.
15012 (mac_window_to_frame): New macro.
15013 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
15014 (do_window_activate, do_window_deactivate, do_app_resume)
15015 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
15016 (do_zoom_window, mac_do_receive_drag, XTread_socket)
15017 (mac_check_for_quit_char): Use mac_front_window and/or
15018 mac_window_to_frame.
15019 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
15020 scroll-bar click event.
15021 (mac_define_frame_cursor): Change the pointer shape.
15022 (x_free_frame_resources): Reset tip_window to NULL when it is
15024 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
15025 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
15026 (do_window_update): Don't do anything if the updated window is the
15028 (do_mouse_moved): Handle mouse movement events here (previously in
15029 XTread_socket). Clear the mouse face if
15030 dpyinfo->mouse_face_hidden is set.
15031 (do_os_event, do_events): Remove (now in XTread_socket).
15032 (XTread_socket): Immediately return if interrupt_input_blocked.
15033 Loop until all the events in the queue are processed.
15034 Rearrange codes for mouse grabbing. Add tooltip support. Include the
15035 contents of do_os_event and do_events. Remove mouse movement
15036 handling (now in do_mouse_moved). Add the case where
15037 Vmouse_highlight has an integer value.
15038 (NewMacWindow): Remove.
15039 (make_mac_frame): Do what NewMacWindow previously did. Don't do
15040 excess initializations.
15041 (make_mac_terminal_frame): Previous initializations in
15042 make_mac_frame are moved here.
15043 (mac_initialize_display_info):
15044 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
15046 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
15047 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
15049 2004-05-29 Richard M. Stallman <rms@gnu.org>
15051 * lisp.h (truncate_undo_list): Update decl.
15053 * alloc.c (undo_outer_limit): New variable.
15054 (syms_of_alloc): Defvar it.
15055 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
15057 * undo.c (truncate_undo_list): New arg LIMITSIZE.
15059 * alloc.c (lisp_align_malloc): Check for base == 0
15060 regardless of HAVE_POSIX_MEMALIGN.
15061 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
15063 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15065 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
15066 (marker_blocks_pending_free): Remove.
15067 (Fgarbage_collect): Sweep after cleaning up undo-lists.
15068 Mark the undo lists after claning them up.
15069 Don't free block in marker_blocks_pending_free.
15070 (mark_buffer): Don't mark undo_list.
15071 (gc_sweep): Sweep hash-tables and strings first.
15072 Do free marker blocks that are empty.
15074 2004-05-28 Jim Blandy <jimb@redhat.com>
15076 * regex.c (print_partial_compiled_pattern): Add missing 'break'
15077 after 'case wordend'. For symbeg and symend, print to stderr,
15078 like the other cases.
15080 2004-05-28 Noah Friedman <friedman@splode.com>
15082 * process.c (Fdelete_process): Do not call remove_process.
15084 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15086 * alloc.c (struct backtrace): Remove.
15087 (Fgarbage_collect): Use the new mark_backtrace.
15089 * eval.c (mark_backtrace): New function.
15091 * minibuf.c (run_exit_minibuf_hook): New function.
15092 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
15093 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
15095 2004-05-27 Kim F. Storm <storm@cua.dk>
15097 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
15098 over display properties, e.g. images, that replace buffer text.
15100 2004-05-25 Kim F. Storm <storm@cua.dk>
15102 * alloc.c (marker_blocks_pending_free): New var.
15103 (gc_sweep): Store free marker blocks on that list.
15104 (Fgarbage_collect): Free them after undo-list cleanup.
15106 * process.c (wait_reading_process_input): Check connect_wait_mask
15107 before actually accepting connection in case it has already been
15108 accepted due to recursion.
15110 2004-05-23 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
15112 * coding.c (Fset_safe_terminal_coding_system_internal):
15113 Set suppress_error in safe_terminal_coding, not terminal_coding.
15115 2004-05-22 Richard M. Stallman <rms@gnu.org>
15117 * alloc.c (Fmake_string): Doc fix.
15119 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
15120 and the alist pairs too.
15122 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
15124 * emacs.c (main): Update copyright year.
15126 * fileio.c (Fread_file_name): Expand DIR if not absolute.
15128 * insdel.c (del_range_2, replace_range): Don't write an anchor
15129 if the gap is empty.
15131 * xdisp.c (try_scrolling): If scroll-up-aggressively or
15132 scroll-down-aggressively is small but positive, put point
15133 near the screen edge.
15135 2004-05-22 Juanma Barranquero <lektu@terra.es>
15137 * keymap.c (Fdefine_key): Doc fix.
15139 2004-05-22 Kim F. Storm <storm@cua.dk>
15141 * alloc.c (struct backtrace): Add debug_on_exit member.
15142 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
15143 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
15144 the removed cons cells.
15145 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
15146 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
15147 any cons cells pointing to unallocated stings.
15148 Do not lisp_free any marker blocks, as there may still be pointers
15149 to them from buffer undo lists at this stage of GC.
15151 * keyboard.c (struct backtrace): Add debug_on_exit member.
15152 (Fcommand_execute): Clear it.
15154 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
15156 * intervals.c (lookup_char_property): Do not prematurely return nil.
15158 2004-05-19 Jim Blandy <jimb@redhat.com>
15160 Add support for new '\_<' and '\_>' regexp operators, matching the
15161 beginning and end of symbols.
15163 * regex.c (enum syntaxcode): Add Ssymbol.
15164 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
15165 (re_opcode_t): New opcodes `symbeg' and `symend'.
15166 (print_partial_compiled_pattern): Print the new opcodes properly.
15167 (regex_compile): Parse the new operators.
15168 (analyse_first): Skip sym(beg|end) (they match only the empty string).
15169 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
15170 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
15171 (re_match_2_internal): Match symbeg and symend.
15173 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
15175 2004-05-19 Kim F. Storm <storm@cua.dk>
15177 * .gdbinit (xsymbol): Fix last change.
15179 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
15181 * .gdbinit (xprintstr): New fun.
15182 (xstring, xprintsym): Use it.
15184 * w32proc.c (create_child): Use INTMASK.
15186 * alloc.c (Fgarbage_collect): Do all the marking before flushing
15187 unmarked elements of the undo list.
15189 2004-05-18 David Ponce <david@dponce.com>
15191 * print.c (print): Reset print_depth before to call print_object.
15193 2004-05-18 Jason Rumney <jasonr@gnu.org>
15195 * w32console.c: Prefix RIF functions with w32con_ to avoid
15196 namespace clash with functions in term.c and w32term.c.
15198 * w32menu.c (add_menu_item, w32_menu_display_help)
15199 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
15201 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
15203 2004-05-18 Eli Zaretskii <eliz@gnu.org>
15205 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
15207 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
15209 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
15212 2004-05-18 Kim F. Storm <storm@cua.dk>
15214 * blockinput.h (INPUT_BLOCKED_P): New macros.
15216 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
15217 (Ftop_level): Unblock input if blocked.
15219 * buffer.h (GET_OVERLAYS_AT): New macro.
15220 * msdos.c (IT_note_mouse_highlight): Use it.
15221 * textprop.c (get_char_property_and_overlay): Use it.
15222 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
15223 * xfaces.c (face_at_buffer_position): Use it.
15225 * print.c (print_object): Increase buf size.
15227 2004-05-17 Jason Rumney <jasonr@gnu.org>
15229 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
15230 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
15231 Lisp_Object using i member.
15232 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
15233 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
15236 * w32proc.c (create_child): Use make_number instead of masking pid.
15238 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
15239 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
15240 Use EQ to compare Lisp_Objects.
15241 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
15243 * w32term.c (w32_num_mouse_buttons): Rename from
15244 Vw32_num_mouse_buttons and make it an int.
15246 * w32.c (init_environment): Use it.
15248 * w32fns.c (w32_wnd_proc): Likewise.
15250 * w32proc.c (w32_pipe_read_delay): Rename from
15251 Vw32_pipe_read_delay and make it an int.
15253 * w32.c (_sys_read_ahead): Use it.
15255 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
15257 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
15259 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
15260 (key_event): Don't mix Lisp_Object and int.
15262 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
15264 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
15265 modifiers in language change event.
15267 2004-05-17 Kim F. Storm <storm@cua.dk>
15269 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
15270 Such objects may be freed markers which still exist on an undo list.
15272 2004-05-16 Juanma Barranquero <lektu@terra.es>
15274 * data.c (Fset_default): Make argument names match their use in
15277 2004-05-15 Andreas Schwab <schwab@suse.de>
15279 * emacs.c (gdb_array_mark_flag): Define.
15280 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
15282 2004-05-15 Eli Zaretskii <eliz@gnu.org>
15284 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
15285 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
15286 defined for the MS-DOS build.
15288 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15290 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
15292 2004-05-14 Kenichi Handa <handa@m17n.org>
15294 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
15296 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15298 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
15299 section to frame.c section.
15300 (Fxw_display_color_p, Fx_file_dialog): Declare if
15301 HAVE_WINDOW_SYSTEM defined.
15303 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
15305 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
15307 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
15308 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
15309 (XTread_socket): Fix int/Lisp_Object mixup.
15310 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
15312 * macterm.h (struct frame, struct face, struct image)
15313 (display_x_get_resource, Fx_display_color_p)
15314 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
15317 2004-05-14 Kim F. Storm <storm@cua.dk>
15319 * process.c (wait_reading_process_input): Make reentrant.
15320 Make Available and Connecting non-static. Save and restore value
15321 of waiting_for_user_input_p.
15323 2004-05-13 Kim F. Storm <storm@cua.dk>
15325 * keyboard.c (mark_kboards): Don't mark x and y members
15326 that are overloaded in selection request events.
15328 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15330 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
15332 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15334 * window.c (Fdisplay_buffer, Fsplit_window)
15335 (split-height-threshold): Doc fix.
15337 2004-05-13 Juanma Barranquero <lektu@terra.es>
15339 * xfaces.c (Ftty_supports_face_attributes_p)
15340 (Finternal_copy_lisp_face): Fix typo in docstring.
15341 (Finternal_get_lisp_face_attribute): Fix docstring.
15343 2004-05-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15345 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
15347 2004-05-11 Steven Tamm <steventamm@mac.com>
15349 * macfns.c (Fx_create_frame): Default to using tool-bar by
15350 setting tool-bar-lines to 1 in default-frame-alist.
15352 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15354 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
15355 (xpm_get_color_table_v, xpm_make_color_table_h)
15356 (xpm_put_color_table_h, xpm_get_color_table_h)
15357 (xpm_str_to_color_key, xpm_load_image, xpm_load)
15358 (syms_of_image): Support XPM on Carbon Emacs. Does not
15359 depend on libXpm, but only supports XPM version 3 without extensions.
15361 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15363 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
15364 instead of FRAME_X_P.
15366 2004-05-11 Kim F. Storm <storm@cua.dk>
15368 * process.c (read_process_output): Grow decoding_buf when needed;
15369 this could cause a crash in allocate_string and compact_small_strings.
15371 2004-04-29 Jim Blandy <jimb@redhat.com>
15373 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
15374 against proper opcode.
15376 2004-05-10 Juanma Barranquero <lektu@terra.es>
15378 * process.c (Fstart_process): Fix docstring.
15380 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
15381 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
15382 (Fsplit_char, Fchar_charset): Make argument names match their use
15385 2004-05-10 Richard M. Stallman <rms@gnu.org>
15387 * print.c (print_preprocess): Use being_printed, loop_count and
15388 halftail to detect overdeep nesting and cyclic cdr chains.
15390 2004-05-10 Andreas Schwab <schwab@suse.de>
15392 * lisp.h (Fmake_symbolic_link): Declare.
15394 * fileio.c (Frename_file): Remove extra argument in call to
15395 Fmake_symbolic_link.
15397 2004-05-10 Kim F. Storm <storm@cua.dk>
15399 * xdisp.c (calc_line_height_property): Use string position when
15400 object is a string.
15402 2004-05-10 Kenichi Handa <handa@m17n.org>
15404 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
15405 inhibit-modification-hooks to t temporarily before calling
15408 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
15409 inhibit-modification-hooks to t temporarily before calling
15412 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
15413 inhibit-modification-hooks to t temporarily before calling
15416 * fns.c (count_combining): Delete it.
15417 (concat): Don't check combining bytes.
15419 2004-05-09 Jason Rumney <jasonr@gnu.org>
15421 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
15422 (globals_of_w32fns): Set it.
15424 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
15426 * data.c (Fquo): Simplify.
15428 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
15430 * data.c (Fquo): If any argument is float, do the computation in
15433 2004-05-08 Juanma Barranquero <lektu@terra.es>
15435 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
15436 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
15437 Fix spelling of Emacs on docstring.
15438 (Fset_process_coding_system, Fprocess_coding_system)
15439 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
15440 Make argument names match their use in docstring.
15441 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
15444 * editfns.c (Finsert_buffer_substring): Make argument names match their
15447 * syntax.c (Fmodify_syntax_entry): Fix docstring.
15449 2004-05-07 Steven Tamm <steventamm@mac.com>
15451 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
15452 around call to ReceiveEvent to avoid certain crashes.
15454 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15456 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
15457 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
15458 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
15459 Save/restore the current graphics port and device handle when
15460 drawing into an offscreen graphics world.
15462 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
15463 (gif_load): Likewise.
15465 2004-05-07 Juanma Barranquero <lektu@terra.es>
15467 * window.c (Fset_window_buffer): Fix docstring.
15469 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
15471 * emacs.c (main) [VMS]: Fix var ref.
15473 2004-05-06 Romain Francoise <romain@orebokech.com>
15475 * data.c (Fsetq_default): Fix docstring.
15477 2004-05-06 Jason Rumney <jasonr@gnu.org>
15479 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
15480 to avoid name clash.
15482 2004-05-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15484 * fileio.c (barf_or_query_if_file_exists): Use lstat.
15485 (Frename_file): Handle renaming of symlinks across file systems.
15486 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
15488 2004-05-04 Kim F. Storm <storm@cua.dk>
15490 * xdisp.c (Qtotal): New var.
15491 (syms_of_xdisp): Intern and staticpro it.
15492 (calc_line_height_property): New arg total. Set it if
15493 line-spacing property has format (total . VALUE).
15494 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
15495 Handle total line-spacing property.
15497 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15499 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
15500 "under" scroll bar when size/position changes.
15502 2004-05-03 Jason Rumney <jasonr@gnu.org>
15504 * makefile.nt: Remove.
15506 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15508 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
15509 Avoid compiler warnings.
15511 * Makefile.in (region-cache.o): Depend on config.h.
15513 2004-05-02 Romain Francoise <romain@orebokech.com>
15515 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
15516 with continuation lines, too.
15518 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
15520 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
15522 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15524 * xdisp.c (calc_line_height_property): YAILOM (yet another
15525 int/Lisp_Object mixup).
15527 2004-05-01 Eli Zaretskii <eliz@gnu.org>
15529 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
15530 undo bad effect of pack(4) in some versions of system headers.
15532 2004-05-01 Jason Rumney <jasonr@gnu.org>
15534 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c.
15536 2004-04-30 Kim F. Storm <storm@cua.dk>
15538 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
15539 (syms_of_buffer) <cursor-type>: Doc fix.
15541 * dispextern.h (struct it): Remove member use_default_face.
15542 Add members override_ascent, override_descent, override_boff.
15544 * xdisp.c (init_iterator): Handle line-spacing float value.
15545 Initialize override_ascent member.
15546 (append_space_for_newline): Reset override_ascent.
15547 Remove use_default_face.
15548 (calc_line_height_property): New function to calculate value of
15549 line-height and line-spacing properties. Look at overlays, too.
15550 Set override_ascent, override_descent, override_boff members when
15551 using another face than the current face. Float values are now
15552 relative to the frame default font, by default; accept a cons
15553 of ratio and face name to specify value relative to a specific face.
15554 (x_produce_glyphs): Use calc_line_height_property.
15555 Use override_ascent etc. when set to handle different face heights.
15556 A negative line-spacing property value is interpreted as a total
15557 line height, rather than inter-line spacing.
15558 (note_mouse_highlight): Allocate room for 40 overlays initially.
15560 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15562 * data.c (Fsubr_name): New fun.
15563 (syms_of_data): Defsubr it.
15565 2004-04-29 Kim F. Storm <storm@cua.dk>
15567 * xdisp.c (null_glyph_slice): New var.
15568 (append_glyph, append_composite_glyph, append_stretch_glyph):
15569 Use it to initialize glyph slice.
15571 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15573 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
15574 (on_hot_spot_p): Make sure we always return a value.
15575 (Flookup_image_map): Remove unused var ix and iy.
15576 (note_mode_line_or_margin_highlight): Remove unused var `image'.
15578 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15580 * msdos.c (init_environment): If one of the TMP... environment
15581 variables is set to a drive letter without a trailing slash,
15584 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15586 * editfns.c (lisp_time_argument): Provide externally.
15588 * fileio.c (Fset_file_times): New function.
15589 (syms_of_fileio): Intern and staticpro it.
15591 2004-04-27 Kim F. Storm <storm@cua.dk>
15593 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
15594 header line strings.
15596 * dispextern.h (struct it): New member use_default_face.
15598 * xdisp.c (Qline_height): New variable.
15599 (syms_of_xdisp): Intern and staticpro it.
15600 (append_space_for_newline): Partially undo 2004-04-25 change;
15601 add default_face_p arg, and restore callers.
15602 Clear it->use_default_face after use.
15603 (x_produce_glyphs): Set default font for ascii char if
15604 it->use_default_font is set. Change line-spacing property to set
15605 just extra line spacing. Handle new line-height property.
15607 2004-04-26 Andreas Schwab <schwab@suse.de>
15609 * print.c (print_object): Print non-ascii characters in bool
15610 vector representation as octal escapes.
15612 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
15613 * print.c (print_object): Use it instead of BITS_PER_CHAR for
15615 * lread.c (read1): Likewise.
15616 * alloc.c (Fmake_bool_vector): Likewise.
15617 * data.c (Faref, Faset): Likewise.
15618 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
15619 (mapcar1): Likewise.
15621 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
15623 * lread.c (init_lread): Fix typo in HAVE_CARBON test logic.
15625 2004-04-26 Miles Bader <miles@gnu.org>
15627 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
15629 2004-04-26 Juanma Barranquero <lektu@terra.es>
15631 * buffer.c (Fpop_to_buffer): Fix docstring.
15633 2004-04-26 Steven Tamm <steventamm@mac.com>
15635 * lread.c (init_lread): Don't display missing lisp directory
15636 warnings with Carbon Emacs because self-contained bundled Emacs
15637 may be built without correct installation path.
15639 2004-04-25 Kim F. Storm <storm@cua.dk>
15641 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
15643 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
15645 * xdisp.c (append_space_for_newline): Rename from append_space.
15646 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
15647 (x_produce_glyphs): Handle line-spacing property on newline char.
15648 If value is t, adjust ascent and descent to fit current row height.
15649 If value is an integer or float, set extra_line_spacing to integer
15650 value, or to float value x current line height.
15652 2004-04-23 Kenichi Handa <handa@m17n.org>
15654 * fontset.c (Finternal_char_font): If POSITION is nil, return
15655 font for displaying CH with the default face.
15657 2004-04-23 Juanma Barranquero <lektu@terra.es>
15659 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15661 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15663 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
15664 Don't make assumptions about the relative place of i and val.
15665 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
15667 2004-04-21 Kim F. Storm <storm@cua.dk>
15669 * dispextern.h (struct glyph_slice): New struct.
15670 (struct glyph): New member slice.
15671 (GLYPH_SLICE_EQUAL_P): New macro.
15672 (GLYPH_EQUAL_P): Use it.
15673 (struct glyph_string): New member slice.
15674 (struct it_slice): New struct.
15675 (struct it): New member slice, add member to stack too.
15676 New member constrain_row_ascent_descent_p.
15677 (image_ascent): Add prototype.
15679 * dispnew.c (buffer_posn_from_coords): Return full image width
15680 and height even for image slices (posn is relative to full image).
15681 (marginal_area_string): Adjust x0,y0 for image slice.
15683 * image.c (image_ascent): Add slice arg; calculate ascent for
15684 image slice (or full image).
15686 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
15687 (syms_of_keyboard): Defsubr them.
15689 * lisp.h (pos_visible_p): Fix prototype.
15691 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
15692 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
15693 (x_draw_image_foreground, x_draw_image_relief)
15694 (x_draw_image_foreground_1, x_draw_image_glyph_string):
15695 Draw sliced images.
15697 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
15698 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
15699 (x_draw_image_foreground, x_draw_image_relief)
15700 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
15701 Draw sliced images.
15703 * w32term.h (image_ascent): Remove prototype.
15705 * window.c (Fpos_visible_in_window_p): Return pixel position if
15706 PARTIALLY arg is non-nil. Simplify. Doc fix.
15707 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
15708 to return/set vscroll in pixels.
15710 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
15712 * xdisp.c (Qslice): New variable.
15713 (syms_of_xdisp): Intern and staticpro it.
15714 (pos_visible_p): Return pixel position in new x and y args.
15715 (init_iterator): Reset it->slice info.
15716 (handle_display_prop): Parse (slice ...) property.
15717 (push_it, pop_it): Save/restore slice info.
15718 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
15719 force repositioning of tall row if window is vscrolled, as that
15720 would reset vscroll.
15721 (append_space): Set it->constrain_row_ascent_descent_p to avoid
15722 increasing row height if row is non-empty.
15723 (fill_image_glyph_string): Copy slice info.
15724 (take_vertical_position_into_account): Simplify.
15725 (produce_image_glyph): Handle iterator slice info, setup glyph
15726 slice info. Do not force minimum line height.
15727 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
15728 do not increase height (ascent/descent) of non-empty row when
15729 adding normal character glyph; instead reduce glyph ascent/descent
15730 appropriately; if row is higher than current glyph, adjust glyph
15731 descent/ascent to reposition glyph within the existing row.
15732 Likewise, when char is newline, only set ascent/descent if row is
15734 (note_mouse_highlight): Handle hotspots with sliced image.
15736 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
15737 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
15738 (x_draw_image_foreground, x_draw_image_relief)
15739 (x_draw_image_foreground_1, x_draw_image_glyph_string):
15740 Draw sliced images.
15742 * xterm.h (image_ascent): Remove prototype.
15744 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15746 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
15748 2004-04-20 John Paul Wallington <jpw@gnu.org>
15750 * fns.c (Fassoc, Feql): Fix indentation.
15752 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
15754 2004-04-19 John Paul Wallington <jpw@gnu.org>
15756 * fns.c (Feql): New function.
15757 (syms_of_fns): Defsubr it.
15759 2004-04-18 Jason Rumney <jasonr@gnu.org>
15761 * w32select.c (Fw32_set_clipboard_data): Get sequence number
15762 after closing the clipboard.
15764 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
15766 * buffer.c (Fbuffer_base_buffer): Doc fix.
15768 2004-04-17 Kim F. Storm <storm@cua.dk>
15770 * keymap.c (Fkey_description): Add optional PREFIX arg.
15771 Combine prefix with KEYS to make up the full key sequence to describe.
15772 Correlate meta_prefix_char and following (simple) key to describe
15773 as meta modifier. All callers changed.
15774 (describe_map): Rename arg `keys' to `prefix'. Remove local
15775 `elt_prefix' var. Use Fkey_description with prefix instead of
15776 elt_prefix combined with Fsingle_key_description.
15777 (describe_vector): Declare static. Replace arg `elt_prefix' with
15778 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
15779 if !KEYMAP_P. Use Fkey_description with prefix instead of
15780 Fsingle_key_description.
15782 * keymap.h (Fkey_description): Fix prototype.
15783 (describe_vector): Remove prototype.
15785 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
15787 * image.c (PNG_BG_COLOR_SHIFT): Remove.
15788 (png_load): Fix calculation of transparent background color on X
15791 2004-04-16 Juanma Barranquero <lektu@terra.es>
15793 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
15794 not too large before computing how much to scroll.
15796 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15798 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
15800 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
15802 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
15803 Add hyperlink to Elisp manual to the docstring.
15805 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15807 * callint.c (fix_command): Use XDCR.
15809 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
15811 * window.c (Fget_lru_window): Doc fix.
15813 2004-04-14 Kim F. Storm <storm@cua.dk>
15815 * editfns.c (Fformat): Fix allocation size of precision array.
15817 * dispnew.c (update_window): Only set changed_p if
15818 scrolling_window actually did scroll.
15819 (scrolling_window): Only return 1 if we actually did scroll.
15821 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
15822 height to glyph height when cursor row is not fully visible.
15823 (make_cursor_line_fully_visible): Add FORCE_P arg to return
15824 failure in case row is higher than window. Callers changed.
15825 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
15826 Try to scroll partially visible, higher-than-window cursor row.
15827 (redisplay_window): Always try to scroll partially visible,
15828 higher-than-window cursor row - both initially and again with
15829 centering_position = 0.
15830 Clear desired matrix before retrying with centering_position = 0.
15832 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15834 * syntax.c (scan_lists): Simplify backward string scan.
15835 Fix off-by-one boundary check for string and comment fences.
15837 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
15839 * sheap.c, unexcw.c: New files.
15841 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
15843 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
15844 base buffer has been killed. Correct the error message if the
15845 base buffer does not exist.
15847 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
15849 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
15850 Cygwin itself. Add support for Xaw3d scrollbars.
15852 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
15854 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
15856 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
15857 before Cygwin unexec.
15859 * Makefile.in: Link changes for Cygwin unexec() support.
15861 2004-04-12 Andreas Schwab <schwab@suse.de>
15863 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
15865 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
15867 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
15868 IGNORE argument equals NAME. Doc fix.
15870 2004-04-11 Masatake YAMATO <jet@gyve.org>
15872 * buffer.c (fix_start_end_in_overlays): Make overlays
15873 empty if they are backwards.
15875 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15877 * xfaces.c (face_color_supported_p): Fix compilation without X11.
15879 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15881 * doc.c (Fsnarf_documentation): Ignore new file name entries.
15883 2004-04-06 Kim F. Storm <storm@cua.dk>
15885 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
15886 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
15888 * w32term.c (w32_read_socket): Set mouse_face_hidden after
15889 clearing highlight.
15891 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
15893 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
15894 clearing highlight.
15896 * indent.c (vmotion): Do not reserve one column for continuation
15897 marks on window frames.
15899 2004-04-04 Eli Zaretskii <eliz@gnu.org>
15901 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
15904 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15906 * .gdbinit-union: Remove.
15908 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
15909 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
15910 ($nonvalbits): Remove.
15911 ($valmask): Set it by calling xreload to avoid redundancy.
15913 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
15914 (gdb_emacs_intbits): Remove.
15916 2004-03-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15918 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
15920 2004-03-30 Kenichi Handa <handa@m17n.org>
15922 * editfns.c (Fformat): Fix initialization of the array info.
15924 2004-03-30 Kim F. Storm <storm@cua.dk>
15926 * xterm.c (x_mouse_click_focus_ignore_position): New var.
15927 (syms_of_xterm): DEFVAR_BOOL it.
15928 (ignore_next_mouse_click_timeout): New var.
15929 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
15930 Use it to filter mouse clicks following focus event.
15932 2004-03-29 David Ponce <david@dponce.com>
15934 * callint.c (Fcall_interactively): Fix last change.
15936 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15938 * eval.c (Fcommandp): Simplify.
15940 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
15941 Extend to handle all kinds of functions.
15943 * lisp.h (Finteractive_form): Declare.
15945 * callint.c (Fcall_interactively): Use it.
15947 2004-03-26 Kim F. Storm <storm@cua.dk>
15949 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
15950 to catch errors in calc_pixel_width_or_height during redisplay.
15952 2004-03-26 Masatake YAMATO <jet@gyve.org>
15954 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
15956 * lisp.h (fix_start_end_in_overlays): Likewise.
15958 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
15960 * editfns.c (Ftranspose_regions): Likewise.
15962 2004-03-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15964 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
15966 2004-03-19 Richard M. Stallman <rms@gnu.org>
15968 * s/sol2-6.h: Delete previous change.
15970 2004-03-19 Kim F. Storm <storm@cua.dk>
15972 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
15973 to_charpos corresponds to newline in right fringe. Use local
15974 BUFFER_POS_REACHED_P macro.
15976 2004-03-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15978 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
15979 to compile on non-window system.
15981 2004-03-19 Kim F. Storm <storm@cua.dk>
15983 * dispextern.h (calc_pixel_width_or_height): Add prototype.
15985 * image.c (Qcenter): Move to xdisp.c.
15987 * xdisp.c (Qcenter): Declare here.
15988 (syms_of_xdisp): Intern and staticpro it.
15989 (handle_single_display_prop): Allow space display property on all
15991 (display_mode_line): Set mode_line_p before displaying line.
15992 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
15993 handling. Remove complex cases for fringes and scroll-bars.
15994 Add left, right, and center alignment positions. Add text (area)
15995 width/height. Return width or height for image specs.
15996 (produce_stretch_glyph): Improve handling of :align-to. Is now
15997 relative to left of text area by default, but other base offsets
15998 can be specified -- also for text lines.
16000 * term.c (produce_glyphs): Handle IT_STRETCH.
16001 (produce_stretch_glyph): New function to handle space width and
16002 align-to display properties on non-window systems.
16004 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16006 * fileio.c (Fread_file_name): Set completion-ignore-case for
16007 case-insensitive systems.
16009 2004-03-14 Masatake YAMATO <jet@gyve.org>
16011 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
16012 when keymap and cursor are setup.
16014 2004-03-14 Steven Tamm <steventamm@mac.com>
16016 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
16018 2004-03-14 Kim F. Storm <storm@cua.dk>
16020 * dispextern.h (x_find_image_file): Add prototype.
16022 * image.c (x_find_image_file): Make extern.
16024 * xfns.c (x_find_image_file): Remove prototype.
16026 2004-03-13 Eli Zaretskii <eliz@gnu.org>
16028 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
16030 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
16032 2004-03-12 Richard M. Stallman <rms@gnu.org>
16034 * fns.c (internal_equal): New arg PROPS controls comparing
16035 text properties. All callers changed.
16036 (Fequal_including_properties): New function.
16037 (syms_of_fns): defsubr it.
16039 2004-03-12 Kim F. Storm <storm@cua.dk>
16041 Fix image support on MAC. From YAMAMOTO Mitsuharu.
16043 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
16044 (image_background, image_background_transparent): Fix prototypes.
16046 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
16048 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
16049 (x_query_font, x_find_ccl_program, x_set_window_size)
16050 (x_make_frame_visible, mac_initialize, XCreatePixmap)
16051 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
16052 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
16054 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
16055 (x_query_font, x_find_ccl_program, x_set_window_size)
16056 (x_make_frame_visible, mac_initialize, XCreatePixmap)
16057 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
16058 (mac_draw_line_to_pixmap): Add prototypes.
16060 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16062 * macterm.c (XTread_socket): Fix mouse click on tool bar.
16064 2004-03-11 Kim F. Storm <storm@cua.dk>
16066 * dispextern.h: Move image related prototypes from xfns.c section
16067 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
16070 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
16071 Move gtkutil.o to new GTK_OBJ list.
16072 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
16073 (GTK_OBJ) [USE_GTK]: New declaration.
16074 (obj): Add $(GTK_OBJ) to list.
16076 2004-03-11 Steven Tamm <steventamm@mac.com>
16078 * image.c [MAC_OSX]: Include sys/stat.h.
16080 * macfns.c (syms_of_macfns): Remove definitions of things now
16081 defined in image.c.
16083 2004-03-11 Kim F. Storm <storm@cua.dk>
16085 The following changes consolidates the identical/similar image
16086 support code previously found in xfns.c, w32fns.c, and macfns.c
16087 into a new file image.c.
16089 * makefile.w32-in (OBJ1): Add image.o.
16090 ($(BLD)/image.$(O)): Add dependencies.
16092 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
16093 (image.o): Add dependencies.
16095 * image.c: New file with consolidated image support code.
16096 (COLOR_TABLE_SUPPORT): New define to control whether
16097 color table support is available (X only).
16098 (Bitmap_Record): Common name for x_bitmap_record,
16099 w32_bitmap_record, and mac_bitmap_record.
16100 (XImagePtr): Common name for pointer to XImage or equivalent.
16101 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
16102 to XImagePtr on X+MAC, and to HDC on W32.
16103 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
16104 (NO_PIXMAP): Common name for "None" or equivalent.
16105 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
16106 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
16107 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
16108 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
16109 Define with suitable equivalents on W32 and MAC for code sharing.
16110 (XDrawLine): Define on MAC for code sharing.
16111 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
16112 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
16113 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16114 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16115 (x_reference_bitmap, x_create_bitmap_from_data)
16116 (x_create_bitmap_from_file, x_destroy_bitmap)
16117 (x_destroy_all_bitmaps, x_create_bitmap_mask)
16118 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16119 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16120 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16121 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16122 (define_image_type, lookup_image_type, valid_image_p)
16123 (image_error, enum image_value_type, struct image_keyword)
16124 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16125 (make_image, free_image, prepare_image_for_display, image_ascent)
16126 (four_corners_best, image_background, image_background_transparent)
16127 (x_clear_image_1, x_clear_image, x_alloc_image_color)
16128 (make_image_cache, free_image_cache, clear_image_cache)
16129 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16130 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16131 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16132 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
16133 (init_image_func_pointer, image_load_quartz2d)
16134 (struct ct_color, init_color_table, free_color_table)
16135 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16136 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16137 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16138 (x_disable_image, x_build_heuristic_mask)
16139 (XBM support, XPM support, PBM support, PNG support, JPEG support)
16140 (TIFF support, GIF support, Ghostscript support): Consolidate image
16141 code from xfns.c, w32fns.c, and macfns.c.
16142 (syms_of_image): Consolidate image related symbol setup here.
16143 (init_image): Consolidate image related initializations here.
16145 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
16146 and init_image. Remove call to init_xfns.
16148 * macterm.h (struct mac_bitmap_record): Add file member.
16149 Not currently used, but simplifies code sharing.
16151 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16152 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16153 (x_reference_bitmap, x_create_bitmap_from_data)
16154 (x_create_bitmap_from_file, x_destroy_bitmap)
16155 (x_destroy_all_bitmaps, x_create_bitmap_mask)
16156 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16157 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16158 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16159 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16160 (define_image_type, lookup_image_type, valid_image_p)
16161 (image_error, enum image_value_type, struct image_keyword)
16162 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16163 (make_image, free_image, prepare_image_for_display, image_ascent)
16164 (four_corners_best, image_background, image_background_transparent)
16165 (x_clear_image_1, x_clear_image, x_alloc_image_color)
16166 (make_image_cache, free_image_cache, clear_image_cache)
16167 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16168 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16169 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16170 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
16171 (init_image_func_pointer, image_load_quartz2d)
16172 (struct ct_color, init_color_table, free_color_table)
16173 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16174 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16175 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16176 (x_disable_image, x_build_heuristic_mask)
16177 (XBM support, XPM support, PBM support, PNG support, JPEG support)
16178 (TIFF support, GIF support, Ghostscript support): Merge with image
16179 code from xfns.c and macfns.c into image.c.
16180 (syms_of_xfns): Move image related symbols to image.c.
16181 (init_external_image_libraries, init_xfns): Remove; initialization
16182 moved to init_image in image.c.
16184 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16185 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16186 (x_reference_bitmap, x_create_bitmap_from_data)
16187 (x_create_bitmap_from_file, x_destroy_bitmap)
16188 (x_destroy_all_bitmaps, x_create_bitmap_mask)
16189 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16190 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16191 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16192 (define_image_type, lookup_image_type, valid_image_p)
16193 (image_error, enum image_value_type, struct image_keyword)
16194 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16195 (make_image, free_image, prepare_image_for_display, image_ascent)
16196 (four_corners_best, image_background, image_background_transparent)
16197 (x_clear_image_1, x_clear_image, x_alloc_image_color)
16198 (make_image_cache, free_image_cache, clear_image_cache)
16199 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16200 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16201 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16202 (struct ct_color, init_color_table, free_color_table)
16203 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16204 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16205 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16206 (x_disable_image, x_build_heuristic_mask)
16207 (XBM support, XPM support, PBM support, PNG support, JPEG support)
16208 (TIFF support, GIF support, Ghostscript support): Merge with image
16209 code from xfns.c and macfns.c into image.c.
16210 (syms_of_xfns): Move image related symbols to image.c.
16211 (init_external_image_libraries, init_xfns): Remove; initialization
16212 moved to init_image in image.c.
16214 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
16215 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16216 (x_reference_bitmap, x_create_bitmap_from_data)
16217 (x_create_bitmap_from_file, x_destroy_bitmap)
16218 (x_destroy_all_bitmaps, x_create_bitmap_mask)
16219 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
16220 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
16221 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
16222 (define_image_type, lookup_image_type, valid_image_p)
16223 (image_error, enum image_value_type, struct image_keyword)
16224 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
16225 (make_image, free_image, prepare_image_for_display, image_ascent)
16226 (four_corners_best, image_background, image_background_transparent)
16227 (x_clear_image_1, x_clear_image, x_alloc_image_color)
16228 (make_image_cache, free_image_cache, clear_image_cache)
16229 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
16230 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
16231 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
16232 (struct ct_color, init_color_table, free_color_table)
16233 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
16234 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
16235 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
16236 (x_disable_image, x_build_heuristic_mask)
16237 (XBM support, XPM support, PBM support, PNG support, JPEG support)
16238 (TIFF support, GIF support, Ghostscript support): Merge with
16239 w32fns.c and macfns.c image code into image.c.
16240 (syms_of_xfns): Move image related symbols to image.c.
16241 (init_xfns): Remove; initialization moved to init_image in image.c.
16243 * lisp.h (syms_of_image, init_image): Add protoypes.
16244 (init_xfns): Remove prototype.
16246 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16247 (x_reference_bitmap, x_create_bitmap_from_data)
16248 (x_create_bitmap_from_file, x_destroy_bitmap)
16249 (x_create_bitmap_mask): Move prototypes from dispextern.h.
16250 (gamma_correct) [MAC_OS]: Add prototype.
16252 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
16253 (x_reference_bitmap, x_create_bitmap_from_data)
16254 (x_create_bitmap_from_file, x_destroy_bitmap)
16255 (x_create_bitmap_mask): Move prototypes to dispextern.h.
16257 2004-03-09 Kenichi Handa <handa@etlken2>
16259 * coding.c (decode_coding_emacs_mule): Handle insufficent source
16262 2004-03-04 Richard M. Stallman <rms@gnu.org>
16264 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
16266 * window.c (Fdisplay_buffer): Doc fix.
16268 * buffer.c (Fpop_to_buffer): Doc fix.
16270 2004-03-03 Kim F. Storm <storm@cua.dk>
16272 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
16274 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16276 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
16278 2004-03-02 Richard M. Stallman <rms@gnu.org>
16280 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
16282 2004-03-02 Kenichi Handa <handa@m17n.org>
16284 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
16286 2004-03-02 Kim F. Storm <storm@cua.dk>
16288 * window.h (struct window): New member overlay_arrow_bitmap.
16290 * window.c (make_window): Initialize overlay_arrow_bitmap.
16292 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
16293 implement and integrate multiple overlay arrows with redisplay.
16294 (syms_of_xdisp): DEFVAR_LISP and initialize it.
16295 (last_arrow_position, last_arrow_string): Replace by properties.
16296 (Qlast_arrow_position, Qlast_arrow_string)
16297 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
16298 (syms_of_xdisp): Intern and staticpro them.
16299 (overlay_arrow_string_or_property, update_overlay_arrows)
16300 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
16301 (overlay_arrow_at_row): New functions for multiple overlay arrows.
16302 (redisplay_internal): Use them instead of directly accessing
16303 Voverlay_arrow_position etc. for multiple overlay arrows.
16304 (mark_window_display_accurate): Use update_overlay_arrows.
16305 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
16306 (try_window_id): Use overlay_arrows_changed_p.
16307 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
16308 (display_line): Use overlay_arrow_at_row to check multiple
16309 overlay arrows, and get relevant overlay-arrow-string and
16310 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
16311 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
16312 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
16314 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
16315 (update_window_fringes): Remove unused code.
16317 2004-03-01 Jason Rumney <jasonr@gnu.org>
16319 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
16321 2004-03-01 Juanma Barranquero <lektu@terra.es>
16323 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
16325 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
16327 2004-03-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16329 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
16330 how many colors can be displayed.
16332 2004-03-01 Kenichi Handa <handa@m17n.org>
16334 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
16337 2004-02-28 Kim F. Storm <storm@cua.dk>
16339 * dispnew.c (update_window): Update header line also if there are
16340 no other changes in window (move code after set_cursor label).
16342 * lisp.h (mark_window_display_accurate): Remove prototype.
16344 * window.c (window_loop, Fforce_window_update): Force mode line
16345 updates by setting prevent_redisplay_optimizations_p and
16348 2004-02-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16350 * xfns.c (x_window): Fix indentation.
16352 * xterm.c (x_calc_absolute_position): Call x_real_positions
16353 to get WM window sizes and use those to calculate position.
16354 (x_set_offset): Remove code commented out.
16356 2004-02-28 Miles Bader <miles@gnu.org>
16358 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
16360 2004-02-28 Kim F. Storm <storm@cua.dk>
16362 * keyboard.c (kbd_buffer_store_event_hold): New function to store
16363 an event into kbd fifo, but with special handling of quit event;
16364 a quit event is saved for later, and further events are discarded
16365 until the saved quit event has been processed.
16366 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
16367 (gen_help_event): Store help event in kbd fifo.
16368 (NREAD_INPUT_EVENTS): Remove.
16369 (read_avail_input): Adapt to new read_socket_hook interface.
16370 Remove allocation and initialization of local input_event buffer,
16371 as read_socket_hook stores events directly in fifo. Allocate and
16372 initialize local hold_quit event to handle postponed quit event
16373 (and store it if set by kbd_buffer_store_event_hold).
16375 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
16376 (gen_help_event): Fix prototype.
16378 * macterm.c (XTread_socket): Remove bufp_r and
16379 numcharsp args. Add hold_quit arg.
16380 Rework to use just one, local, inev input_event. Store inev
16381 directly in fifo using kbd_buffer_store_event_hold.
16383 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
16384 (read_input_waiting): Adapt to new read_socket_hook interface.
16385 Remove allocation and initialization of local input_event buffer,
16386 as read_socket_hook stores events directly in fifo. Allocate and
16387 initialize local hold_quit event to handle postponed quit event
16388 (and store it if set by kbd_buffer_store_event_hold).
16390 * term.c (read_socket_hook): Fix arg list.
16392 * termhooks.h (read_socket_hook): Fix prototype.
16394 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
16395 numcharsp args. Add hold_quit arg.
16396 Rework to use just one, local, inev input_event. Store inev
16397 directly in fifo using kbd_buffer_store_event_hold.
16399 * w32inevt.h (w32_console_mouse_position): Fix prototype.
16401 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
16402 Add hold_quit arg. Rework to use just one, local, inev
16403 input_event. Store inev directly in fifo using
16404 kbd_buffer_store_event_hold. Update count in one place.
16405 Postpone call to gen_help_event until inev is stored; use new
16406 local do_help for this.
16407 Remove local emacs_event in handing of ButtonPress event; just use
16408 inev instead (so no reason to copy it later).
16410 * xsmfns.c (x_session_check_input): Remove numchars arg.
16412 * xterm.c (x_focus_changed, x_detect_focus_change):
16413 Remove numchars arg. Always store event into bufp arg.
16414 Return nothing. Callers changed accordingly.
16415 (glyph_rect): Simplify.
16416 (STORE_KEYSYM_FOR_DEBUG): New macro.
16417 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
16418 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
16419 (current_hold_quit) [USE_GTK]: Add.
16420 (event_handler_gdk): Adapt to new handle_one_xevent.
16421 (handle_one_xevent): Remove bufp_r and numcharsp args.
16422 Add hold_quit arg. Rework to use just one, local, inev
16423 input_event. Store inev directly in fifo using
16424 kbd_buffer_store_event_hold. Update count in one place.
16425 Postpone call to gen_help_event until inev is stored; use new
16426 local do_help for this.
16427 Simplify handling of keysyms (consolidate common code). Fix bug
16428 where count was updated with nchars instead of nbytes.
16429 Remove local emacs_event in handing of ButtonPress event; just use
16430 inev instead (so no reason to copy it later).
16431 Remove `out' label. Rename label `ret' to `done'; add various
16432 `goto done' to clarify code flow in deeply nested blocks.
16433 (x_dispatch_event): Simplify as handle_one_xevent now calls
16434 kbd_buffer_store_event itself.
16435 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
16436 arg. Call handle_one_xevent with new arglist. Store event from
16437 x_session_check_input in fifo.
16438 [USE_GTK]: Setup current_hold_quit.
16439 Decrement handling_signal before unblocking input.
16440 (x_initialize) [USE_GTK]: Initialize current_count.
16442 * xterm.h (x_session_check_input): Fix prototype.
16444 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16446 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
16448 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
16451 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
16453 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
16454 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
16455 (init_process) [MAC_OSX]: Avoid conflicts with Carbon/Carbon.h.
16456 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
16457 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
16458 (Bitmap): Remove typedef.
16459 (Pixmap): Change int to GWorldPtr.
16461 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
16463 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
16464 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
16465 New #define to extract 16-bit depth color components from unsigned
16466 long representation.
16467 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
16468 colors used for masks.
16469 (struct mac_display_info): Add color_p. Remove n_cbits.
16471 * macfns.c: Include sys/types.h and sys/stat.h.
16472 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
16473 Include QuickTime/QuickTime.h.
16474 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
16475 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
16476 functions defined in macterm.c.
16477 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
16478 (ZPixmap): New #define for compatibility with xfns.c.
16479 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
16480 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
16481 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
16483 (four_corners_best, x_create_x_image_and_pixmap)
16484 (x_destroy_x_image, unwind_create_frame, x_disable_image)
16485 (x_edge_detection, init_color_table, colors_in_color_table)
16486 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
16487 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
16488 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
16489 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
16490 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
16492 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
16493 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
16494 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
16495 (x_set_cursor_type, Fxw_color_values, valid_image_p)
16496 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
16497 (x_alloc_image_color, clear_image_cache, lookup_image)
16498 (x_find_image_file, xbm_read_bitmap_file_data)
16499 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
16500 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
16501 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
16502 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
16503 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
16504 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
16505 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
16507 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
16508 #if 0. Free white_relief.gc and black_relief.gc.
16509 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
16510 New functions (from xfns.c).
16511 (Fx_create_frame): Record unwind_create_frame.
16512 (Fxw_display_color_p): Use dpyinfo->color_p.
16513 (Fx_display_grayscale_p, Fx_display_planes): Don't use
16515 (Fx_display_color_cells): Use dpyinfo->n_planes;
16516 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
16517 (Qheuristic, cross_disabled_images, emboss_matrix)
16518 (laplace_matrix): New variables (from xfns.c).
16519 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
16520 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
16521 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
16522 (image_background_transparent): New function (from xfns.c).
16523 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
16524 (image_load_quicktime): Add declaration.
16525 [MAC_OSX] (image_load_quartz2d): Likewise.
16526 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
16527 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
16528 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
16529 (xbm_load_image_from_file, x_laplace_read_row)
16530 (x_laplace_write_row, pbm_read_file): Remove functions.
16531 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
16532 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
16533 (colors_in_color_table): Sync with xfns.c (although not used).
16534 (lookup_rgb_color): Don't lookup color table. Just do gamma
16536 (COLOR_INTENSITY): New #define (from xfns.c).
16537 (x_disable_image): New function (from xfns.c).
16538 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
16539 (x_build_heuristic_mask): Sync with xfns.c.
16540 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
16541 (HAVE_PBM): Remove #ifdef.
16542 (pbm_load): Sync with xfns.c. Set img->width and img->height
16543 before IMAGE_BACKGROUND.
16544 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
16545 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
16546 Don't enclose with #if HAVE_PNG.
16547 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
16548 symbol _CGImageCreateWithPNGDataProvider is defined.
16549 Otherwise use image_load_quicktime.
16550 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
16551 [HAVE_PNG] (png_load): Sync with xfns.c.
16552 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
16553 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
16555 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
16556 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
16557 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
16558 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
16559 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
16560 (tiff_image_p, tiff_load): Don't enclose declarations with #if
16562 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
16563 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
16564 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
16565 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
16566 New functions (from xfns.c).
16567 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
16568 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
16569 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
16570 Don't enclose with #if HAVE_GIF.
16571 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
16572 animated gif. Otherwise use image_load_quicktime.
16573 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
16574 gif_DrawText to avoid conflict with QuickdrawText.h.
16575 [HAVE_GIF] (gif_load): Sync with xfns.c.
16576 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
16577 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
16578 Ghostscript is not supported yet).
16579 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
16580 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
16581 cross_disabled_images (from xfns.c). Remove #if 0 for supported
16582 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
16583 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
16584 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
16585 HAVE_PNG. Call EnterMovies to support animated gifs.
16586 Call init_image_func_pointer to bind a symbol
16587 _CGImageCreateWithPNGDataProvider if it is defined.
16589 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
16590 (x_draw_bar_cursor): Sync declaration with xterm.c.
16591 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
16592 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
16594 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
16595 (mac_draw_line_to_pixmap, XCreatePixmap)
16596 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
16597 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
16599 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
16600 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
16601 Cast bits to char *.
16602 (reflect_byte): New function (from w32fns.c).
16603 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
16604 due to byte alignment.
16605 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
16606 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
16607 (XSetForeground): Remove static (now used in macfns.c).
16608 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
16609 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
16610 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
16611 (x_draw_glyph_string_box, x_draw_image_foreground)
16612 (x_draw_image_foreground_1, x_draw_image_glyph_string)
16613 (x_draw_stretch_glyph_string, x_draw_glyph_string)
16614 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
16616 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
16617 than the xterm.c version when a strictly horizontal or vertical
16619 (XTset_terminal_window): Add static.
16620 (x_make_frame_visible): Add UNBLOCK_INPUT.
16621 (x_free_frame_resources): New funcion (from xterm.c).
16622 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
16623 occurs in tool bar area.
16624 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
16625 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
16626 Initialize image cache.
16627 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
16628 Enclose unused functions with #if 0.
16629 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
16630 (decode_mac_font_name): New function to apply code conversions
16631 from a mac font name to an XLFD font name according to its script code.
16632 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
16633 font name to a mac font name according to REGISTRY and ENCODING fields.
16634 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
16635 whose name starts with `.'.
16636 (init_font_name_table): Use decode_mac_font_name. Add both
16637 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
16638 of a font is smJapanese.
16639 (mac_do_list_fonts): New function to list fonts that match a given
16641 (x_list_fonts, XLoadQueryFont): Use it.
16642 (XLoadQueryFont): Set rbearing field for each variable width
16643 character to avoid needless redraw.
16644 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
16646 2004-02-26 Kim F. Storm <storm@cua.dk>
16648 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
16649 as read_socket_hook handler on X aborts if buffer is too small
16650 and W32 handler doesn't always check buffer limit.
16652 * xdisp.c (handle_single_display_prop): Handle left-fringe and
16653 right-fringe similar to a display margin image. Specifically,
16654 the characters having the fringe prop are no longer shown, and
16655 we use IT_IMAGE/next_element_from_image with image_id = -1 to
16656 do this. Set fringe bitmap face_id in it->face_id.
16657 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
16658 still realize it->face (i.e. the fringe bitmap face).
16660 2004-02-25 Miles Bader <miles@gnu.org>
16662 * xdisp.c (check_it): Check string/string_pos consistency.
16663 (init_iterator): Initialize string-related fields properly.
16665 2004-02-11 Miles Bader <miles@gnu.org>
16667 * xdisp.c (produce_image_glyph): Force negative descents to zero.
16669 2004-02-10 Miles Bader <miles@gnu.org>
16671 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
16672 BLOCK_INPUT can be nested, so it doesn't make much sense.
16674 2004-02-24 Michael Mauger <mmaug@yahoo.com>
16676 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
16677 (xbm_read_bitmap_data): Use unsigned char for image data.
16679 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
16681 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
16683 2004-02-22 Jason Rumney <jasonr@gnu.org>
16685 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
16686 correctly over other bitmaps.
16688 2004-02-21 Eli Zaretskii <eliz@gnu.org>
16690 * emacs.c (USAGE1): Split into two halves.
16691 (USAGE2): Second half of the old USAGE1.
16692 (USAGE3): Rename from USAGE2.
16693 (USAGE4): Rename from USAGE3.
16695 2004-02-21 Juri Linkov <juri@jurta.org>
16697 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
16698 Fix --multibyte. Move --help, --version to USAGE2. Add alias
16699 --file. Fix -f, -l. Sort options. Untabify.
16700 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
16702 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
16704 * category.c (Fdefine_category, Fcategory_docstring)
16705 (Fget_unused_category, Fset_category_table)
16706 (Fcategory_set_mnemonics): Doc fixes.
16708 2004-02-20 Kim F. Storm <storm@cua.dk>
16710 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
16711 The following changes are relative to the 2004-01-21 revision.
16712 (NREAD_INPUT_EVENTS): Define as max number of input events to read
16713 in one call to read_socket_hook. Value is 8.
16714 (read_avail_input): Separate and rework handling of read_socket_hook
16715 and non-read_socket_hook cases. Use smaller input_event buffer
16716 in read_socket_hook case, and repeat if full buffer is read.
16717 Use new local variable 'discard' to skip input after C-g.
16718 In non-read_socket_hook case, just use a single input_event, and
16719 call kbd_buffer_store_event on the fly for each character.
16721 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
16723 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
16724 Remove unused `gu' alternative.
16726 2004-02-19 Andreas Schwab <schwab@suse.de>
16728 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
16731 2004-02-18 Kim F. Storm <storm@cua.dk>
16733 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
16736 2004-02-17 Kim F. Storm <storm@cua.dk>
16738 * xdisp.c (fast_find_position): Fix return value of new version;
16739 it was inverted compared to the 21.1 version.
16740 (get_window_cursor_type): Don't look at glyph if NULL.
16741 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
16743 * keyboard.c: Rework previous change; it didn't consider that the
16744 buf array was allocated on the stack.
16745 (prev_read): Remove variable.
16746 (read_avail_input_buf): New static event buffer array.
16747 (in_read_avail_input): New static variable to handle re-entrancy.
16748 (read_avail_input): Change buf to pinter to read_avail_input_buf.
16749 Use in_read_avail_input to handle re-entrance; when re-entered,
16750 fully initialize and use tmp_buf array instead of read_avail_input_buf.
16751 Do not initialize read_avail_input_buf in full here; instead assume it
16752 is always cleared on entry. To ensure that, we clear (just) the
16753 entries that were used before we return.
16754 (init_keyboard): Initialize read_avail_input_buf here.
16756 2004-02-16 Jesper Harder <harder@ifa.au.dk>
16758 * cmds.c (Fend_of_line): Doc fix.
16760 2004-02-16 Dmitry Antipov <dmantipov@yandex.ru> (tiny change)
16762 * keyboard.c (prev_read): New static variable.
16763 (read_avail_input): Use it to zero out only those slots in buf[]
16764 that were used last time we were called.
16766 2004-02-16 Eli Zaretskii <eliz@gnu.org>
16768 * Makefile.in (obj): Move fringe.o from here...
16769 (XOBJ, MAC_OBJ): ...to here.
16771 2004-02-16 Stephen Eglen <stephen@gnu.org>
16773 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
16775 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
16777 * data.c (Fbyteorder):
16778 * fringe.c (Fdefine_fringe_bitmap):
16779 * xdisp.c (handle_single_display_prop):
16780 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
16782 2004-02-16 Jason Rumney <jasonr@gnu.org>
16784 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
16786 2004-02-15 Steven Tamm <steventamm@mac.com>
16788 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
16789 controlling emulation of a three button mouse with option and
16791 (Qreverse, mac_get_enumlated_btn): Handle the emulation.
16792 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
16794 2004-02-15 Kim F. Storm <storm@cua.dk>
16796 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
16798 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
16799 Perform byte-swapping.
16801 2004-02-14 Kim F. Storm <storm@cua.dk>
16803 * dispextern.h (struct draw_fringe_bitmap_params): Change member
16804 bits from char to short to facilitate wider bitmaps.
16805 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
16808 * fringe.c (struct fringe_bitmap): Change member bits from char to
16809 short to facilitate 16 bits wide bitmaps. Modify all standard
16810 bitmaps accordingly.
16811 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
16812 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
16813 (draw_fringe_bitmap): Ditto.
16814 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
16815 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
16816 handle up to 16 bits wide bitmaps.
16817 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
16818 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
16820 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
16821 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
16822 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
16824 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
16825 so it is no longer necessary to expand them here.
16827 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
16829 2004-02-12 Kim F. Storm <storm@cua.dk>
16831 * window.c (Fwindow_fringes): Doc fix.
16833 2004-02-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16835 * xselect.c (x_get_foreign_selection): Add new optional parameter
16837 (Fx_get_selection_internal): Ditto, pass time_stamp to
16838 x_get_foreign_selection.
16840 * data.c (Fbyteorder): New function.
16842 2004-02-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16844 * atimer.c: Move include stdio.h to same place as in other files.
16846 * region-cache.c: Ditto.
16852 2004-02-09 Sam Steingold <sds@gnu.org>
16854 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
16856 2004-02-09 Kim F. Storm <storm@cua.dk>
16858 * fringe.c: New file. Move original fringe related declarations
16859 and code from dispextern.h and xdisp.c here.
16860 Rework code to support user defined fringe bitmaps, redefining
16861 standard bitmaps, ability to overlay user defined bitmap with
16862 overlay arrow bitmap, and add faces to bitmaps.
16863 (Voverflow_newline_into_fringe): Declare here.
16864 (enum fringe_bitmap_align): New enum.
16865 (..._bits): All bitmaps are now defined without bitswapping; that
16866 is now done in init_fringe_once (if necessary).
16867 (standard_bitmaps): New array with specifications for the
16868 standard fringe bitmaps.
16869 (fringe_faces): New array.
16870 (valid_fringe_bitmap_id_p): New function.
16871 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
16872 (draw_fringe_bitmap): New function which draws fringe bitmap,
16873 possibly overlaying bitmap with cursor in right fringe or the
16874 overlay arrow in the left fringe.
16875 (update_window_fringes): Do not handle overlay arrow here.
16876 Compare and copy fringe bitmap faces.
16877 (init_fringe_bitmap): New function.
16878 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
16879 define and destroy user defined fringe bitmaps.
16880 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
16881 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
16882 (syms_of_fringe): New function. Defsubr new DEFUNs.
16883 DEFVAR_LISP Voverflow_newline_into_fringe.
16884 (init_fringe_once, init_fringe): New functions.
16885 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
16887 * Makefile.in (obj): Add fringe.o.
16888 (fringe.o): New dependencies.
16890 * dispextern.h (FRINGE_ID_BITS): New definition for number of
16891 bits allocated to hold a fringe number. Increase number of bits
16892 from 4 to 8 to allow user defined fringe bitmaps.
16893 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
16894 left_user_fringe_face_id, right_user_fringe_bitmap,
16895 right_user_fringe_face_id.
16896 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
16897 Move to new file fringe.c.
16898 (MAX_FRINGE_BITMAPS): Define here.
16899 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
16900 and overlay_p. Change member which to int.
16901 (struct redisplay_interface): New members define_fringe_bitmap
16902 and destroy_fringe_bitmap.
16903 (valid_fringe_bitmap_id_p): Add prototype.
16904 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
16906 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
16908 (update_frame): Do flush_display if force_flush_display_p to
16909 ensure display (specifically fringes) are updated in a timely
16910 manner when resizing the frame by dragging the mouse.
16911 (update_window_line): Update row if overlay arrow changed.
16912 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
16913 or overlay arrow changed.
16915 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
16916 syms_of_fringe, and init_fringe.
16918 * frame.h (struct frame): New member force_flush_display_p.
16920 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
16923 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
16924 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
16925 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
16926 Use cursor color for displaying cursor in fringe.
16927 (x_redisplay_interface): Add null handlers for
16928 define_fringe_bitmap and destroy_fringe_bitmap functions.
16930 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
16931 xterm.c to handle overlayed fringe bitmaps and to use cursor color
16932 for displaying cursor in fringe.
16933 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
16934 specific functions to define and destroy fringe bitmaps in fringe_bmp.
16935 (w32_redisplay_interface): Add them to redisplay_interface.
16936 (w32_term_init): Call w32_init_fringe instead of explicitly
16937 defining fringe bitmaps in fringe_bmp array.
16938 (x_delete_display): Call w32_reset_fringes instead of explicitly
16939 destroying fringe bitmaps in fringe_bmp array.
16941 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
16942 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
16943 (continued_bits, continuation_bits, ov_bits, first_line_bits)
16944 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
16945 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
16946 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
16947 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
16948 Move fringe handling vars and code to new file fringe.c.
16949 (handle_display_prop): Handle left-fringe and right-fringe
16950 display properties; store user fringe bitmaps in iterator.
16951 (move_it_in_display_line_to): Handle cursor in fringe at eob.
16952 (clear_garbaged_frames): Set force_flush_display_p if resized.
16953 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
16954 (display_line): Handle cursor in fringe at eob.
16955 (display_line): Set row user fringe bitmaps from iterator.
16957 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
16958 Use cursor color for displaying cursor in fringe.
16959 (x_redisplay_interface): Add null handlers for
16960 define_fringe_bitmap and destroy_fringe_bitmap functions.
16962 2004-02-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16964 * macfns.c (Fx_change_window_property): Make doc string and
16965 parameters same as for X version.
16967 * w32fns.c (Fx_change_window_property): Ditto.
16969 2004-02-07 Kim F. Storm <storm@cua.dk>
16971 * xdisp.c (hscroll_window_tree): Position cursor near to right
16972 margin in hscrolled window when jumping to end of line (rather
16973 than centering cursor).
16975 * process.c (wait_reading_process_input): Don't do adaptive read
16976 buffering if waiting for a specific process.
16978 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
16980 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
16981 (Fread_minibuffer, Feval_minibuffer)
16982 (Fread_string, Fread_no_blanks_input)
16983 (Fcompleting_read): Doc fixes.
16984 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
16985 completion-regexp-list. Define Qcase_fold_search and staticpro it.
16986 (read_minibuf): Fix initial comment.
16987 (Ftry_completion, Fall_completions, Ftest_completion): Bind
16988 case-fold-search to the value of completion-ignore-case when
16989 checking completion-regexp-list.
16990 (Fdisplay_completion_list): Make it handle arguments that are
16993 2004-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16995 * xterm.h: Add declaration of free_frame_menubar.
16997 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
16998 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
16999 (Fx_change_window_property): Add declaration of parameters type and
17000 format. Remove unused variable cons.
17002 * xselect.c: Include stdio.h.
17004 2004-02-05 Kenichi Handa <handa@m17n.org>
17006 * fns.c (Fset_char_table_range): Fix previous change.
17008 * buffer.c (Fset_buffer_multibyte): Fix docstring.
17010 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
17012 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
17014 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17016 * keymap.c (Vmouse_events): Rename from Vmenu_events.
17017 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
17019 2004-02-04 Kenichi Handa <handa@m17n.org>
17021 * fns.c (Fset_char_table_range): Handle charsets ascii,
17022 eight-bit-control, and eight-bit-graphic correctly.
17024 2004-02-03 Jason Rumney <jasonr@gnu.org>
17026 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
17028 * w32fns.c (x_to_w32_font): Likewise.
17030 2004-02-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17032 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
17033 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
17035 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
17038 * xselect.c: Include termhooks.h and X11/Xproto.h.
17039 (x_check_property_data, x_fill_property_data)
17040 (x_property_data_to_lisp, mouse_position_for_drop)
17041 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
17042 (Fx_send_client_event): Move here from xfns.c.
17043 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
17045 * xfns.c (x-send-client-message): Move to xselect.c.
17046 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
17048 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
17049 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
17050 if vector_ret_p is true.
17051 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
17053 2004-02-02 Eli Zaretskii <eliz@gnu.org>
17055 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
17056 basename of FILE relative to it, not FILE itself.
17058 2004-02-02 Kenichi Handa <handa@m17n.org>
17060 * coding.c (coding_restore_composition): Check invalid
17061 composition data more rigidly.
17063 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17065 * fileio.c (Fread_file_name_internal): Correctly handle the case
17066 where insert-default-directory is nil.
17067 (Fread_file_name): Always return an empty string if the user exits
17068 with an empty minibuffer. Adapt the docstring accordingly.
17069 (syms_of_fileio): Adapt the docstring of insert-default-directory
17070 to the change in Fread_file_name.
17072 2004-01-29 Eli Zaretskii <eliz@gnu.org>
17074 * alloca.c [!alloca]: Fix the prototype for xfree.
17076 2004-01-29 Kenichi Handa <handa@m17n.org>
17078 * fns.c (string_char_to_byte): Optimize for ASCII only string.
17079 (string_byte_to_char): Likewise.
17081 2004-01-28 Peter Runestig <peter@runestig.com>
17083 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
17085 2004-01-27 Steven Tamm <steventamm@mac.com>
17087 * unexmacosx.c (unexec_copy): Do not copy more than was
17088 requested to prevent overwriting during unexec.
17090 2004-01-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17092 * process.c (sigchld_handler): Add comment about not calling malloc.
17094 * process.h: Add extern to synch_process_termsig.
17096 2004-01-27 Steven Tamm <steventamm@mac.com>
17098 * macterm.c (make_mac_frame, make_mac_terminal_frame):
17099 Move setting of scroll bars from make_mac_frame to
17100 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
17102 2004-01-26 Richard M. Stallman <rms@gnu.org>
17104 * search.c (Freplace_match): Handle nonexistent
17105 back-references properly.
17107 2004-01-03 Richard M. Stallman <rms@gnu.org>
17109 * window.c (decode_any_window): New function.
17110 (Fwindow_height, Fwindow_width, Fwindow_edges)
17111 (Fwindow_pixel_edges, Fwindow_inside_edges)
17112 (Fwindow_inside_pixel_edges): Use decode_any_window.
17114 2004-01-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17116 * process.h: synch_process_termsig new variable.
17118 * callproc.c: Define synch_process_termsig.
17119 (Fcall_process): Initiate synch_process_termsig to zero and
17120 check if non-zero and get signal name after subprocess has ended.
17122 * process.c (sigchld_handler): Set synch_process_termsig
17123 if terminated by a signal. synch_process_death setting removed.
17125 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
17127 2004-01-26 Andreas Schwab <schwab@suse.de>
17129 * print.c (print_preprocess): Declare size as EMACS_INT to not
17131 (print_object): Likewise.
17132 * alloc.c (Fpurecopy): Likewise.
17134 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
17136 * window.c (Fwindow_minibuffer_p): Doc fix.
17138 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
17140 * editfns.c (Fformat): Make both passes accept the same set of flags.
17142 2004-01-23 Kenichi Handa <handa@m17n.org>
17144 * fns.c (Fmd5): If OBJECT is a buffer different from the current
17145 one, set buffer to OBJECT temporarily.
17147 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
17149 * keyboard.c (kbd_buffer_gcpro): Remove.
17150 (kbd_buffer_store_event, clear_event, Fdiscard_input)
17151 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
17152 Don't initialize and/or maintain the variable any more. It was made
17153 redundant by my commit of 2003-06-15.
17155 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
17157 2004-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17159 * lisp.h: Add undef DECL_ALIGN.
17161 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
17163 * process.c (wait_reading_process_input) [SYNC_INPUT]:
17164 Check interrupt_input_pending explicitly.
17166 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
17168 * keyboard.c (handle_async_input): New fun,
17169 extracted from input_available_signal.
17170 (input_available_signal, reinvoke_input_signal): Use it.
17172 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17174 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
17176 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
17177 manipulation macros for when tags are in the lower bits.
17178 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
17179 (DECL_ALIGN): New macro.
17182 * lisp.h [ENABLE_CHECKING]: Don't force union type.
17184 * s/darwin.h (__attribute__): Remove outdated workaround.
17186 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
17188 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
17189 Don't check range of malloc address.
17190 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
17192 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
17194 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
17196 2004-01-19 Kenichi Handa <handa@m17n.org>
17198 * fontset.c (fontset_font_pattern): Fix previous change.
17200 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
17202 * xdisp.c (Voverflow_newline_into_fringe)
17203 (move_it_in_display_line_to, redisplay_internal)
17204 (update_window_fringes, redisplay_window, display_line, window):
17205 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
17206 that it compiles without a window-system.
17207 * dispnew.c (direct_output_for_insert, update_window): Likewise.
17209 2004-01-16 Kim F. Storm <storm@cua.dk>
17211 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
17213 * buffer.c (init_buffer_once): Set buffer_defaults and
17214 buffer_local_flags for indicate_buffer_boundaries.
17215 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
17216 default- variable for it.
17218 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
17219 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
17220 New members exact_window_width_line_p and cursor_in_fringe_p for
17221 overflowing newlines into right fringe.
17222 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
17223 and indicate_bottom_line_p for buffer boundaries and scrolling.
17224 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
17225 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
17226 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
17227 and HOLLOW_SQUARE_BITMAP.
17228 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
17231 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
17232 instead of related indicator fields.
17233 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
17234 (direct_output_for_insert): Handle exact width lines like
17235 contined lines. Call update_window_fringes.
17236 (update_window): Call update_window_fringes.
17237 (scrolling_window): Don't skip desired rows with changed bitmaps.
17238 Check if fringe bitmaps changes when assigning scrolled rows.
17240 * xdisp.c (Voverflow_newline_into_fringe): New variable.
17241 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
17242 (move_it_in_display_line_to): Overflow newline into fringe for
17243 rows that are exactly as wide as the window.
17244 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
17245 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
17246 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
17247 (fringe_bitmaps): Add new bitmaps.
17248 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
17249 Select proper bitmap for cursor in fringe when appropriate.
17250 Handle alignment of bitmap to top or bottom of row.
17251 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
17252 done by update_window_fringes.
17253 (update_window_fringes, draw_window_fringes): New functions.
17254 (redisplay_internal): Call update_window_fringes in case only
17255 cursor row is updated.
17256 (redisplay_window): Call update_window_fringes.
17257 Explicitly call draw_window_fringes if redisplay was done using
17258 the current matrix or the overlay arrow is in the window.
17259 (try_window_reusing_current_matrix): Mark scrolled rows for
17260 fringe update (to update buffer-boundaries / scrolling icons).
17261 (find_last_unchanged_at_beg_row): Handle exact width lines line
17263 (display_line): Overflow newline into fringe for rows that are
17264 exactly as wide as the window. Don't append space for newline
17266 (notice_overwritten_cursor): Explicitly clear cursor bitmap
17267 in fringe as if it had been overwritten.
17268 (erase_phys_cursor): Erase cursor bitmap in fringe.
17269 (syms_of_xdisp): Mark show-trailing-whitespace and
17270 void-text-area-pointer as user options.
17271 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
17273 * xterm.c (x_update_window_end): Call draw_window_fringes.
17274 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
17275 in row instead of actually drawing fringe bitmaps.
17276 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
17277 (x_draw_window_cursor): Draw cursor in fringe.
17279 * w32term.c (x_update_window_end): Call draw_window_fringes.
17280 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
17281 in row instead of actually drawing fringe bitmaps.
17282 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
17283 (w32_draw_window_cursor): Draw cursor in fringe.
17285 * macterm.c (x_update_window_end): Call draw_window_fringes.
17286 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
17287 in row instead of actually drawing fringe bitmaps.
17288 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
17289 (mac_draw_window_cursor): Draw cursor in fringe.
17291 2004-01-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17293 * xterm.c (handle_one_xevent): Don't handle characters that are part
17294 of an old style (XLookupString) compose sequence.
17296 2004-01-15 Kenichi Handa <handa@m17n.org>
17298 * search.c (Freplace_match): Use make_multibyte_string or
17299 make_unibyte_string according to the buffer multibyteness.
17301 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
17303 * alloc.c (struct interval_block, struct string_block)
17304 (struct symbol_block, struct marker_block, live_string_p)
17305 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
17306 Better preserve alignment for objects in blocks.
17307 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
17309 * lread.c (defvar_per_buffer): Remove dead declaration.
17311 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
17314 2004-01-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17316 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
17317 if a key press should pop down. Only pop down if a key is pressed
17318 outside the menu/dialog.
17319 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
17320 popup_get_selection.
17321 (create_and_show_dialog): Pass 1 for down_on_keypress to
17322 popup_get_selection.
17324 2004-01-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17326 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
17327 BLOCK/UNBLOCK_INPUT.
17329 2004-01-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17331 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
17334 2004-01-08 Kenichi Handa <handa@m17n.org>
17336 * editfns.c (Fformat): Fix '&' to '&&'.
17338 2004-01-08 Andreas Schwab <schwab@suse.de>
17340 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
17341 size if PSEUDOVECTOR_FLAG is set.
17343 2004-01-07 Kenichi Handa <handa@m17n.org>
17345 * charset.c (Fdeclare_equiv_charset): Fix docstring.
17347 * fontset.c (fontset_ref_via_base): Fix previous change.
17349 2004-01-07 Kim F. Storm <storm@cua.dk>
17351 * process.c (read_process_output): Only activate adaptive
17352 buffering if we read less than 256 bytes at a time.
17354 2004-01-06 Kim F. Storm <storm@cua.dk>
17356 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
17357 object and image object. Return glyph width and height.
17358 (mode_line_string, marginal_area_string): Ditto.
17360 * dispextern.h (buffer_posn_from_coords, mode_line_string)
17361 (marginal_area_string): Fix prototypes.
17363 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
17364 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
17365 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
17367 * keyboard.c (make_lispy_position): Use modified mode_line_string,
17368 buffer_posn_from_coords, and marginal_area_string functions to
17369 include both string object and image object in the lispy position.
17370 Also add actual glyph width and height to position.
17371 (read_key_sequence): Use real buffer position from mouse
17372 event to find keymap property even when click is in marginal area.
17374 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
17375 mode_line_string and marginal_area_string functions to handle
17376 both string object and image object properties.
17378 2004-01-06 Andreas Schwab <schwab@suse.de>
17380 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
17383 2004-01-02 Andreas Schwab <schwab@suse.de>
17385 * macterm.c (emacs_options, x_initialized, same_x_server):
17386 Remove unused (and duplicated) definitions.
17388 2004-01-02 Kim F. Storm <storm@cua.dk>
17390 * process.h (struct Lisp_Process): New members for adaptive read
17391 buffering: adaptive_read_buffering, read_output_delay, and
17394 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
17395 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
17396 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
17397 (process_output_delay_count, process_output_skip): New vars.
17398 (Vprocess_adaptive_read_buffering): New variable.
17399 (make_process): Initialize adaptive read buffering members.
17400 (Fstart_process): Set adaptive_read_buffering member.
17401 (deactivate_process): Cleanup adaptive read buffering.
17402 (wait_reading_process_input): Temporarily omit delayed
17403 subprocesses from the set of file descriptors to read from;
17404 adjust the select timeout if we skipped any subprocesses.
17405 (read_process_output): Increase adaptive read buffering delay if
17406 we read less than a full buffer; reduce delay when we read a
17408 (send_process): Simplify using local Lisp_Process var.
17409 Reset adaptive read buffering delay after write.
17410 (init_process): Initialize process_output_delay_count and
17411 process_output_skip.
17412 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
17414 2004-01-01 Jason Rumney <jasonr@gnu.org>
17416 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
17418 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
17420 * print.c (Ferror_message_string): Add hyperlink in the docstring
17421 to the definition of `signal' in the Elisp manual.
17422 * eval.c (Fsignal): Ditto.
17424 2003-12-29 James Clark <jjc@jclark.com>
17426 * fns.c (internal_equal): Return t for two NaN arguments.
17428 2003-12-29 Richard M. Stallman <rms@gnu.org>
17430 * data.c (store_symval_forwarding): Handle setting
17431 default-fill-column, etc., by changing the value in
17432 buffers that use the default.
17434 * minibuf.c (Fset_minibuffer_window): Doc fix.
17436 * fileio.c (choose_write_coding_system): Ignore auto_saving
17437 if using the visited file for auto saves.
17438 (Fwrite_region): Don't update SAVE_MODIFF
17439 if auto-saving in visited file.
17441 2003-12-29 Kenichi Handa <handa@m17n.org>
17443 * dispextern.h (face_font_available_p): Extern it.
17445 * fontset.c (Voverriding_fontspec_alist): New variable.
17446 (lookup_overriding_fontspec): New function.
17447 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
17448 (fontset_font_pattern): Likewise.
17449 (regulalize_fontname): New function.
17450 (Fset_fontset_font): Call regulalize_fontname.
17451 (Fset_overriding_fontspec_internal): New function.
17452 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
17453 Defsubr Sset_overriding_fontspec_internal.
17455 * xfaces.c (face_font_available_p): New function.
17457 2003-12-28 Richard M. Stallman <rms@gnu.org>
17459 * buffer.c (Fother_buffer): Don't crash if BUF is nil
17460 or if its name is nil.
17462 * buffer.c (Fkill_buffer): Don't delete auto-save file
17463 if it's the same as the visited file.
17465 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
17467 * coding.c (Fcheck_coding_system): Doc fix.
17469 2003-12-28 Kim F. Storm <storm@cua.dk>
17471 * Makefile.in (eval.o): Depend on dispextern.h.
17473 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
17474 image glyph using image's ascent.
17475 (mode_line_string): Return image glyph as object clicked on.
17476 Adjust y0 for image glyph using image's ascent.
17478 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
17479 (struct glyph): New members, ascent and descent. Used to save
17480 this glyph's ascent and descent, instead of having.
17481 (struct glyph): Declare member face_id using FACE_ID_BITS.
17482 (find_hot_spot): Add prototype.
17484 * keyboard.c (Qimage): Remove extern (now in lisp.h).
17485 (QCmap): Declare extern.
17486 (make_lispy_position): When position is inside image hot-spot,
17487 use hot-spot element's id as posn element.
17489 * lisp.h (IMAGEP): New macro to test for image object type.
17490 (Qimage): Declare extern.
17492 * macfns.c (Qimage): Remove extern (now in lisp.h).
17493 (valid_image_p, parse_image_spec): Use IMAGEP macro.
17495 * macterm.c (Qface, Qmouse_face): Remove unused externs.
17497 * w32fns.c (Qimage): Remove extern (now in lisp.h).
17498 (valid_image_p, parse_image_spec): Use IMAGEP macro.
17500 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
17502 * w32term.c (Qface, Qmouse_face): Remove unused externs.
17504 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
17506 (Qrelative_width, Qalign_to): Remove unused variables.
17507 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
17508 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for image
17510 (x_y_to_hpos_vpos): Return glyph relative coordinates through new
17511 dx and dy args. Remove buffer_only_p arg (always 0). Simplify
17513 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
17514 than row's ascent and height, to get sensible height on tall rows.
17515 (build_desired_tool_bar_string): Remove Qimage extern.
17516 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
17517 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
17518 image glyph is alone on the last line.
17519 (append_glyph, append_composite_glyph, produce_image_glyph)
17520 (append_stretch_glyph): Set glyph's ascent and descent.
17521 (on_hot_spot_p): New function to check if position is inside an
17522 rectangular, circular, or polygon-shaped image hot-spot,
17523 (find_hot_spot): New function to search for image hot-spot.
17524 (Flookup_image_map): New defun to search for image hot-spot.
17525 (define_frame_cursor1): New aux function to determine frame
17527 (note_mode_line_or_margin_highlight, note_mouse_highlight): Handle
17528 `pointer' text property and :pointer image property to control
17529 frame pointer shape. Detect image hot-spots for pointer and
17530 help_echo properties. Use define_frame_cursor1.
17531 (note_mouse_highlight): Use Vvoid_text_area_pointer.
17532 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new
17533 variables. DEFVAR_LISP Vvoid_text_area_pointer instead of
17534 Vshow_text_cursor_in_void.
17536 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
17538 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
17539 (Qimage): Remove extern (now in lisp.h).
17540 (valid_image_p, parse_image_spec): Use IMAGEP macro.
17542 * xmenu.c (show_help_event): Remove unused code.
17544 * xterm.c (Qface, Qmouse_face): Remove unused externs.
17545 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
17546 row's ascent and descent, to get a sensible height on tall rows.
17548 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
17550 * minibuf.c (Fcompleting_read): Undo previous change.
17552 2003-12-25 Lars Hansen <larsh@math.ku.dk>
17554 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
17555 Arguments GCPRO'ed in call to file name handler.
17557 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
17559 * termcap.c (tgetst1): Scan for "%pN"; if all
17560 N are continuous in [1,9], remove all "%pN".
17562 2003-12-24 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17564 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
17566 * xfaces.c (lface_fully_specified_p): Take into account that
17567 MAC OS always have unspecified stipple.
17569 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
17571 * tparam.c (tparam1): Add handling for `%pN', which
17572 means use param N for the next substitution.
17574 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
17576 * xfaces.c (Fcolor_gray_p): Fix omission bug:
17577 In case `frame' is nil, consult the selected frame.
17578 (Fcolor_supported_p): Likewise.
17580 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
17582 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
17585 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
17586 and an integer. Adapt the introductory comment accordingly.
17587 (Fread_from_minibuffer): Delete code moved into read_minibuf.
17589 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
17591 (Fcompleting_read): Delete code moved into read_minibuf.
17592 (Ftest_completion): Make it handle obarrays and hash tables correctly.
17594 2003-12-03 Kenichi Handa <handa@m17n.org>
17596 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
17599 2003-12-01 Kenichi Handa <handa@m17n.org>
17601 * composite.c (syms_of_composite): Don't make the compostion hash
17604 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
17606 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
17607 * textprop.c (Fget_char_property_and_overlay): New function.
17608 (syms_of_textprop): Defsubr it.
17610 2003-11-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17612 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
17613 to compile on terminal configuration.
17615 * fileio.c (Fread_file_name): Check use_file_dialog also before
17616 calling Fx_file_dialog.
17618 * fns.c (use_file_dialog): New variable.
17619 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
17621 2003-11-29 Kim F. Storm <storm@cua.dk>
17623 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
17624 (syms_of_msdos): Don't intern and staticpro them.
17626 2003-11-27 Kim F. Storm <storm@cua.dk>
17628 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
17629 coordinates relative to glyph at posn. If glyph is an image,
17630 return that as object at posn. Callers changed.
17631 (mode_line_string, marginal_area_string): Calculate and return
17632 pixel coordinates relative to glyph. Callers changed.
17634 * dispextern.h (buffer_posn_from_coords, mode_line_string)
17635 (marginal_area_string): Fix prototypes.
17636 (window_box_left_offset, window_box_right_offset): Add prototypes.
17638 * frame.h (get_specified_cursor_type, get_window_cursor_type):
17641 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
17643 * keyboard.c (make_lispy_position): Add x and y coordinates
17644 relative to the current glyph as 7th element of position.
17645 If glyph is an image, return it in the object element.
17646 (read_key_sequence): Skip checks for keymap property in cases
17647 where POSN_STRING is not a string (e.g. an image).
17649 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
17650 (Vshow_text_cursor_in_void): New variable.
17651 (glyph_to_pixel_coords): Don't use negative hpos.
17652 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
17653 (append_stretch_glyph): Change ascent arg to be actual value
17654 in pixels rather than ratio to height. Callers changed.
17655 (calc_pixel_width_or_height): New aux function, implementing
17656 pixel based artihmetic for glyph widths and heights.
17657 (produce_stretch_glyph): Use calc_pixel_width_or_height for
17658 :width, :height, :align-to, and :ascent, thus allowing these to
17659 be specified in pixels as well as multiples of characters.
17660 Don't produce stretch glyphs with zero width or height.
17661 (get_specified_cursor_type): Declare static.
17662 (get_window_cursor_type): Declare static. Add glyph arg to be
17663 able to know when cursor is on an image; always substitute
17664 hollow-box cursor for filled-box cursor on images, to avoid
17665 negative images and flicker when blinking the cursor.
17666 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
17667 (note_mode_line_or_margin_highlight): Use non-text cursor rather
17668 than vertical scroll-bar cursor in display margins.
17669 (note_mouse_highlight): Use non-text cursor rather than text
17670 cursor in fringes and over images in the text area.
17671 Use non-text cursor when mouse pointer is outside editable text,
17672 i.e. in the void after end-of-line or end-of-buffer; this was
17673 already done for W32, but is now standard for all systems --
17674 user can toggle show-text-cursor-in-void to get old behaviour.
17675 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
17676 Vdisplay_pixels_per_inch.
17678 2003-11-25 Andreas Schwab <schwab@suse.de>
17680 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
17681 EMACS_INT to not lose bits.
17682 (Ffillarray): Don't set bits beyond the size of a bool vector.
17684 2003-11-25 Kim F. Storm <storm@cua.dk>
17686 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
17687 define this defun on systems that cannot use stderr as lvalue.
17689 2003-11-24 Gerd Moellmann <gerd@gnu.org>
17691 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
17692 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
17693 ld's default is incompatible with unexec.
17695 2003-11-23 Kim F. Storm <storm@cua.dk>
17697 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
17698 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
17699 (Fforce_window_update): New defun.
17700 (syms_of_window): Defsubr it.
17701 (Fset_window_margins, Fset_window_fringes): Doc fix.
17703 * print.c (Fredirect_debugging_output): New defun.
17704 (syms_of_print): Defsubr it.
17706 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
17708 * fns.c (Fset_char_table_parent): Doc fix.
17710 2003-11-22 Kim F. Storm <storm@cua.dk>
17712 * dispnew.c (buffer_posn_from_coords): Return actual row/column
17713 for glyph clicked on, rather than (unused) pixel positions.
17714 (mode_line_string, marginal_area_string): Change X and Y args to
17715 pointers for returning actual row/column for glyph clicked on.
17716 Simplify and optimize loops.
17718 * dispextern.h (mode_line_string, marginal_area_string):
17721 * keyboard.c (make_lispy_position): New function for generating
17722 mouse click positions from frame and pixel coordinates.
17723 Enhanced to return buffer position and actual row/column for
17724 events outside the text area using updated mode_line_string and
17725 marginal_area_string functions.
17726 Return left-fringe and right-fringe clicks as such, rather than
17727 clicks in text area.
17728 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
17729 pixel_to_glyph_coords, as we never use the results.
17730 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
17731 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
17732 Eliminate unused code in WHEEL_EVENT handling.
17733 (make_lispy_movement): Use make_lispy_position.
17735 * window.c (coordinates_in_window): Remove redundant tests.
17736 Fix returned X pixel value for left-margin.
17738 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
17739 mode_line_string and marginal_area_string parameters.
17741 2003-11-22 Lars Hansen <larsh@math.ku.dk>
17743 * w32.c (struct the_group, getgrgid): Add.
17744 * mac.c (struct my_group, getgrgid): Add.
17746 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
17748 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
17750 2003-11-21 Lars Hansen <larsh@math.ku.dk>
17752 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
17753 include in call to file name handler. Optionally translate numeric
17754 UID and GID to strings. Update docstring.
17755 (directory_files_internal): Add parameter ID-FORMAT.
17756 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
17757 include in call to file name handler and call to
17758 directory_files_internal. Update Docstring.
17759 (Fdirectory_files): Add dummy parameter in call to
17760 directory_files_internal.
17761 * lisp.h (Qinteger): Add.
17762 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
17763 (Ffile_attributes): Add parameter.
17764 * data.c (Qinteger): Export.
17766 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
17768 * fns.c (Freverse, Fnreverse): Doc fixes.
17770 2003-11-19 Kim F. Storm <storm@cua.dk>
17772 * xdisp.c (init_iterator): Initialize it->start to position
17773 before reseating (in case start position is invisible).
17774 (init_to_row_start): Set it->start to row-start.
17775 (redisplay_window): Accept optional_new_start if start position
17776 is invisible (in which case IT_CHARPOS overshoots PT).
17777 (display_line): Setup row->start from it->start (rather than
17778 it->current which is wrong if first char on line is invisible).
17779 When done, reseat it->start to it->current (= start of next row).
17780 (expose_area): Fix exposure of text area when first char (e.g. TAB)
17781 is only partially visible.
17783 * dispextern.h (struct it): New member start.
17785 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17787 * alloc.c (make_float, Fcons): Clear the markbit at init time.
17788 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
17789 of block_index outside of the macro call.
17790 (Fgarbage_collect): Remove null code.
17792 * m/amdx86-64.h: Don't redefine XPNTR.
17794 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
17797 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
17798 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
17799 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
17801 * lisp.h (VALMASK): Only define for non-union type.
17803 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
17804 (XTYPE): Define unconditionally.
17805 (XSETTYPE): Remove one more remnant.
17806 (EQ): Define differently for the union and non-union cases.
17807 (INTMASK): New bit mask.
17808 (struct Lisp_Marker): Move down to prepare for upcoming patch.
17809 (GC_EQ): Delegate to EQ.
17811 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
17813 2003-11-17 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17815 * xterm.c (x_window_to_scroll_bar): Move check of display to
17816 where window_id is compared.
17818 2003-11-17 Kim F. Storm <storm@cua.dk>
17820 * dispextern.h (struct it): New member first_vpos.
17822 * xdisp.c (start_display): Set it->first_vpos.
17823 (try_window_id): Use first_vpos to start display in first _text_
17824 line if no reusable lines at start of window with header line.
17826 2003-11-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17828 * w32fns.c (XPutPixel):
17829 * w32bdf.c (w32_init_bdf_font):
17830 * sunfns.c (sel_read):
17831 * process.c (Fmake_network_process):
17832 * frame.c (store_frame_param):
17833 * fontset.c (Fset_fontset_font):
17834 * emacs.c (shut_down_emacs):
17835 * ccl.c (ccl_driver): Remove period at end of error message.
17837 * config.in: Regenerate.
17839 * xfns.c (x_window_to_frame, x_any_window_to_frame)
17840 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
17841 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
17842 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
17843 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
17845 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
17847 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
17848 (XTmouse_position, handle_one_xevent): Pass Display* to
17849 x_window_to_scroll_bar.
17850 (x_window_to_scroll_bar): Take a Display* argument.
17851 Check that display for frame is equal to Display* argument.
17852 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
17853 x_display_info_for_display instead. Use Display in xev instead
17855 (x_dispatch_event): Call x_display_info_for_display.
17856 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
17857 (x_connection_closed): Call xg_display_close for GTK.
17858 (x_term_init): Call xg_display_open for additional displays.
17859 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
17862 * xmenu.c (single_menu_item, mouse_position_for_popup)
17863 (x_activate_menubar): Formatting adjustments.
17865 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
17868 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
17869 (xg_display_close, xg_create_default_cursor)
17870 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
17872 (xg_left_ptr_cursor): Remove.
17873 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
17875 (xg_win_to_widget): Take Display* argument, call
17876 gdk_xid_table_lookup_for_display.
17877 (xg_create_frame_widgets, xg_get_file_name, create_menus)
17878 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
17879 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
17880 in FRAME_X_DISPLAY_INFO.
17881 (xg_get_scroll_id_for_window): Take Display* argument.
17882 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
17883 (xg_initialize): Remove xg_left_ptr_cursor.
17885 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
17887 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
17889 2003-11-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17891 * xterm.c (x_detect_focus_change): Do not change focus frame for
17892 Enter/LeaveNotify if the current focus frame has explicit focus.
17894 2003-11-14 Kim F. Storm <storm@cua.dk>
17896 * dispnew.c (update_text_area): Fix redisplay error when hscroll
17897 is active and first glyph is only partially visible.
17899 2003-11-13 Kenichi Handa <handa@m17n.org>
17901 * xdisp.c (select_frame_for_redisplay): New function.
17902 (redisplay_internal): Record also selected_frame for
17903 unwind_redisplay. Call select_frame_for_redisplay before
17904 redrawing each frame.
17905 (unwind_redisplay): Argument changed to a cons.
17907 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
17909 * fns.c (Fstring_to_multibyte): Doc fix.
17911 2003-11-11 Kenichi Handa <handa@m17n.org>
17913 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
17915 2003-11-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17917 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
17918 program specified positions.
17920 2003-11-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17922 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
17924 2003-11-08 Kenichi Handa <handa@m17n.org>
17926 * Makefile.in (lisp): Add kannada.el.
17927 (shortlisp): Likewise.
17929 2003-11-07 Kenichi Handa <handa@m17n.org>
17931 * coding.c (coding_allocate_composition_data):
17932 Reset coding->composing to COMPOSITION_NO.
17933 (coding_restore_composition): Detect invalid composition data.
17934 Give Fstring and Fvector a Lispy integer, not C int.
17936 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
17938 * floatfns.c (Flogb): Don't use VALMASK.
17940 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
17941 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
17943 * lisp.h (XINT): Move the cast to clarify what is going on.
17944 (GCTYPEMASK, XSETTYPE): Remove.
17945 (XGCTYPE): Make it an alias of XTYPE.
17947 2003-11-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17949 * xterm.c (x_term_init): Fix formatting.
17951 2003-11-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17953 * gtkutil.h (xg_have_tear_offs): Declare.
17954 (xg_keep_popup, xg_did_tearoff): Remove.
17956 * gtkutil.c: Remove variable xg_did_tearoff.
17957 (xg_have_tear_offs): New function.
17958 (tearoff_remove): Just decrease xg_detached_menus.
17959 (tearoff_activate): Increase xg_detached_menus and call
17960 tearoff_remove when tearoff is removed.
17961 (xg_keep_popup): Remove function.
17962 (create_menus): Give add_tearoff_p as argument to recursive
17963 call to create_menus.
17964 (xg_create_widget): Use variables instead of multiple
17965 strcmp. Tell create_menus to create tear off only for
17967 (xg_update_menubar): Change title for a detached menu also.
17968 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
17970 (xg_initialize): Initialize xg_detached_menus, remove
17971 initialization of xg_did_tearoff.
17973 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
17974 xg_have_tear_offs returns non-zero.
17975 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
17976 call to xg_keep_popup.
17978 2003-11-01 Andrew Choi <akochoi@shaw.ca>
17980 * macterm.c (XTread_socket): Handle menubar selection and grow
17981 window only for mouseDown events.
17983 2003-10-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17985 * xterm.c (x_term_init): For GTK part, increase x_initialized
17986 to check for more than one display. Use error instead of return 0.
17988 2003-10-31 Andrew Choi <akochoi@shaw.ca>
17990 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
17991 (copy_dysymtab): Call it.
17993 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
17995 * eval.c (Fdefvaralias): Doc fix.
17997 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
17999 * data.c (Fsetplist): Doc fix.
18001 2003-10-14 Lute Kamstra <lute@gnu.org>
18003 * window.c (Fset_window_fringes): Clarify docstring.
18005 2003-10-14 Kim F. Storm <storm@cua.dk>
18007 * window.c (Fset_window_margins): Simplify arg checking.
18009 2003-10-13 Richard M. Stallman <rms@gnu.org>
18011 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
18012 (print_partial_compiled_pattern): Replace assert with a printout.
18013 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
18015 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
18017 * window.c (Fset_window_margins): Allow only integers as args.
18018 (syms_of_window) <special-display-buffer-names,
18019 special-display-regexps>: Doc fixes.
18021 2003-10-13 Lute Kamstra <lute@gnu.org>
18023 * window.c (Fset_window_fringes): Elaborate docstring.
18025 2003-10-12 Andrew Choi <akochoi@shaw.ca>
18027 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
18029 * s/darwin.h (GC_MARK_STACK): Define.
18031 2003-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18033 * window.c (shrink_windows): New function.
18034 (size_window): Call shrink_windows to calculate window sizes when
18035 shrinking frame with more than one window.
18037 2003-10-12 Kim F. Storm <storm@cua.dk>
18039 * xdisp.c (compute_fringe_widths): Doc fix.
18041 2003-10-08 Kenichi Handa <handa@m17n.org>
18043 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
18045 2003-10-07 Kenichi Handa <handa@m17n.org>
18047 * coding.c (Qcoding_system_define_form): New variable.
18048 (syms_of_coding): Intern and staticpro it.
18049 (Fcheck_coding_system): Try to autoload the definition of
18052 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
18054 * fns.c (Frequire): Doc fix.
18056 2003-10-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18058 * xfns.c (Fx_send_client_event): New function as a base for
18059 manipulating extended window manager hints.
18060 (Fx_send_client_event): Remove unused variable s.
18062 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
18063 that function is removed.
18065 * xterm.c (x_set_offset): Use move_offset_left/top instead of
18066 x/y_pixels_outer_diff.
18067 (x_check_expected_move): Calculate move_offset_left/top.
18069 * xterm.h (struct x_output): New members: move_offset_top/left.
18071 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
18072 call x_set_offset directly.
18074 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
18076 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
18078 * xterm.c (x_delete_display): Free font names and font_encoder
18079 in dpyinfo->font_table.
18081 * xfns.c (Fx_close_connection): Only call XFreeFont here.
18082 Move xfree of font names to x_delete_display.
18084 * xterm.h (struct x_display_info): New member, wm_type.
18085 (struct x_output): New members, expected_top/left and
18086 check_expected_move.
18088 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
18090 (handle_one_xevent): Rename x_check_expected_move from
18091 x_check_fullscreen_move.
18092 (x_set_offset): Only add WM decoration sizes to modified_top/left
18093 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
18094 (x_check_expected_move): Rename from x_check_fullscreen_move.
18095 Removed fullscreen specific code. Use check_expected_move,
18096 expected_left/top instead. Also, set wm_type.
18097 (x_term_init): Initialize wm_type to unknown.
18099 * frame.c (x_fullscreen_move): Remove addition of WM decoration
18102 2003-10-03 Kenichi Handa <handa@m17n.org>
18104 * macterm.c (x_load_font): Clear all members of FONTP before start
18107 2003-10-02 Kenichi Handa <handa@m17n.org>
18109 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
18110 before calling find_ccl_program_func. Call find_ccl_program_func
18111 only when fontp->font_encoder is not NULL.
18113 * xterm.c (x_load_font): Clear all members of FONTP before start
18116 2003-10-03 John Paul Wallington <jpw@gnu.org>
18118 * keymap.c (map_keymap): Don't abort when binding is a vector.
18120 2003-10-02 Jason Rumney <jasonr@gnu.org>
18122 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
18123 Sync dependencies with Makefile.in.
18124 (alloca.o): Remove.
18126 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
18129 * w32bdf.c (w32_load_bdf_font): Likewise.
18131 2003-09-30 Richard M. Stallman <rms@gnu.org>
18133 * term.c (set_tty_color_mode): Calculate current_mode_spec
18134 regardless of value of VAL.
18136 * intervals.c (graft_intervals_into_buffer):
18137 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
18138 Handle over_used when splitting UNDER.
18140 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18142 * regex.c (regex_compile): Free the stack when returning from function.
18144 2003-09-28 Kenichi Handa <handa@m17n.org>
18146 * fontset.c (Finternal_char_font): Change return value to
18147 cons (FONT-NAME . GLYPH-CODE).
18149 2003-09-28 Eli Zaretskii <eliz@gnu.org>
18151 * term.c (tty_setup_colors): Treat any negative argument as -1.
18153 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
18155 * process.c (send_process): Delete unused temp_buf.
18157 2003-09-26 Dave Love <fx@gnu.org>
18159 * xterm.c (x_bitmap_mask): Declare.
18161 2003-09-25 Dave Love <fx@gnu.org>
18163 * Makefile.in (fns.o): Depend on md5.h.
18165 2003-09-25 Kim F. Storm <storm@cua.dk>
18167 * window.c (set_window_buffer): Fix redisplay problems when
18168 switching between buffers with different display margin widths.
18170 2003-09-23 Kim F. Storm <storm@cua.dk>
18172 * process.c (set_socket_option): Fix :bindtodevice option.
18173 (Fset_network_process_option): Update process contact list when
18174 setting option succeeds.
18175 (Fmake_network_process): Doc fix.
18177 2003-09-23 Dave Love <fx@gnu.org>
18179 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
18181 2003-09-22 Eli Zaretskii <eliz@gnu.org>
18183 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
18184 color mode is an integer number (it could be -1).
18186 2003-09-22 Richard M. Stallman <rms@gnu.org>
18188 * intervals.c (graft_intervals_into_buffer): Correct the main loop
18189 in the case where OVER is longer than UNDER.
18191 2003-09-22 Masatake YAMATO <jet@gyve.org>
18193 * window.c (Fset_window_scroll_bars): Validate the value of
18196 2003-09-21 Kim F. Storm <storm@cua.dk>
18198 * frame.c (Vdefault_frame_scroll_bars): New variable.
18199 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
18200 (syms_of_frame): DEFVAR_LISP it, and initialize according to
18201 window-system default scroll bar position.
18203 * window.c (Fwindow_scroll_bars): Doc fix.
18205 2003-09-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18207 * xterm.c (x_set_offset): Take window manager decorations into account.
18209 2003-09-19 Richard M. Stallman <rms@gnu.org>
18211 * atimer.h: Don't include lisp.h.
18212 (P_): Define it here (as well as elsewhere).
18214 * print.c (Fprin1_to_string): Move the PRINTPREPARE
18215 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
18217 * data.c (Fvariable_binding_locus): New function.
18218 (syms_of_data): defsubr it.
18219 (Flocal_variable_p): Delete duplicate call to indirect_variable.
18221 2003-09-18 Dave Love <fx@gnu.org>
18223 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
18225 * process.c (Fnetwork_interface_info): Fix type error.
18226 (Fnetwork_interface_list): Doc fix.
18227 (read_process_output, read_process_output): Delete unused var.
18229 2003-09-17 Kim F. Storm <storm@cua.dk>
18231 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
18232 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
18233 (Fnetwork_interface_info): Check that ifreq struct has required
18234 fields before accessing them; this requires that those fields are
18235 defined as macros, which may be too restrictive on some platforms,
18236 but it is better than failing on other platforms.
18237 (syms_of_process): Only defsubr above fns when included.
18239 2003-09-17 Dave Love <fx@gnu.org>
18241 * unexalpha.c: Don't include varargs.h.
18243 2003-09-17 Kim F. Storm <storm@cua.dk>
18245 * process.c (Fset_process_sentinel): Add sentinel to childp plist
18246 for network process.
18247 (socket_options): Add `:' prefix to option names. Add optbit field.
18248 (set_socket_option): Remove no_error arg and special handling of s < 0.
18249 Return 1<<optbit for known option, 0 for unknown.
18250 Do not interpret 0 as false for boolean option (only nil).
18251 Pass failed option and value to report_file_error.
18252 (Fset_network_process_options): Replace by Fset_network_process_option.
18253 (Fset_network_process_option): New function to set just one option.
18254 (Fmake_network_process): Allow :coding arg to be a cons.
18255 Allow :server arg to be an integer specifying backlog size.
18256 Remove :options arg, and allow options to be specified directly
18257 as :KEY, VALUE pairs. Parse these options before binding socket.
18258 As before, :reuseaddr t is default for a server process, but this
18259 can now be disabled by specifying :reuseaddr nil.
18260 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
18261 (init_process): Availability of network options is now checked with
18262 simpler syntax (featurep 'make-network-process :OPTION); use loop to
18264 (syms_of_process): Fix defsubr's for the replaced functions.
18266 2003-09-16 Dave Love <fx@gnu.org>
18268 * Makefile.in: Depend on coding.h.
18270 2003-09-14 Kim F. Storm <storm@cua.dk>
18272 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
18273 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
18274 (syms_of_process): Defsubr them.
18276 * config.in: Regenerate.
18278 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18280 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
18281 * m/news-r6.h (XUNMARK): Remove.
18282 * m/mips.h (XUNMARK): Remove.
18283 * m/mips-siemens.h (XUNMARK): Remove.
18284 * m/iris4d.h (XUNMARK): Remove.
18285 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
18287 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18289 * lisp.h (VALBITS): Don't remove 1 for the markbit.
18290 (union Lisp_Object): Use unsigned int for types. Remove markbit.
18291 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
18292 (XTYPE): Use unsigned right-shift.
18293 (XMARKBIT, XMARK, XUNMARK): Remove.
18295 * alloc.c (init_intervals, init_symbol, init_marker):
18296 Don't preallocate anything.
18297 (Fgarbage_collect, mark_object): Ignore the markbit.
18299 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
18301 2003-09-08 Lute Kamstra <lute@gnu.org>
18303 * xdisp.c (pint2hrstr): New function.
18304 (decode_mode_spec): Add `%i' and `%I' specs.
18305 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
18306 for `mode-line-format'.
18308 2003-09-07 Andreas Schwab <schwab@suse.de>
18310 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
18313 2003-09-07 Eli Zaretskii <eliz@gnu.org>
18315 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
18317 2003-09-03 Kim F. Storm <storm@cua.dk>
18319 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
18320 change (superseded by 2002-08-30 change); the default blink-off
18321 cursor is now again "no cursor".
18323 2003-09-01 Jason Rumney <jasonr@gnu.org>
18325 * makefile.w32-in (alloca.o): Remove.
18326 (coding.o): Depend on intervals.h
18327 (emacs.o, bytecode.o): Depend on window.h.
18329 2003-09-01 Dave Love <fx@gnu.org>
18331 * Makefile.in (alloca.o): Remove commands.
18332 (coding.o): Depend on intervals.h composite.h window.h.
18333 (emacs.o): Depend on window.h keyboard.h keymap.h.
18334 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
18335 (bytecode.o): Depend on window.h.
18337 2003-08-31 Jason Rumney <jasonr@gnu.org>
18339 * w32term.c (w32_per_char_metric): Allow cached metrics to be
18340 returned even when font_type is unknown.
18342 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
18344 2003-08-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18346 * xterm.c (x_term_init): Initialize new fields in x_display_info.
18348 * xterm.h (struct x_display_info): Add red/green/blue_bits and
18351 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
18352 calculate pixel value.
18354 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
18356 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
18357 Don't tell redisplay display is accurate when it's actually been
18358 paused for pending input.
18360 2003-08-29 Richard M. Stallman <rms@gnu.org>
18362 * dispnew.c (adjust_glyph_matrix): Call window_box
18363 whenever W is nonzero.
18365 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
18366 (Fkill_local_variable, Fmake_variable_frame_local)
18367 (Flocal_variable_p, Flocal_variable_if_set_p):
18368 Use indirect_variable to trace thru variable aliases.
18370 * config.in: Updated.
18372 * callint.c (Fcall_interactively): Save and restore
18373 Vthis_command, Vthis_original_command, real_this_command,
18374 and current_kboard->Vlast_command.
18376 * abbrev.c (Fexpand_abbrev): Insert before deleting.
18378 2003-08-29 Gerd Moellmann <gerd@gnu.org>
18380 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
18382 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
18384 * coding.c (decode_coding_iso2022): Initialize local variable c2.
18385 (decode_coding_sjis_big5): Likewise.
18387 2003-08-27 Jason Rumney <jasonr@gnu.org>
18389 * w32.c (sys_pipe): Protect against file descriptor overflow.
18391 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
18393 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
18395 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
18397 * xfns.c (Vgtk_version_string): New variable.
18398 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
18400 2003-08-24 Eli Zaretskii <eliz@gnu.org>
18402 * term.c (term_init): Remove `const' from buffer_size's declaration.
18404 * Makefile.in (msdos.o): Depend on intervals.h.
18406 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
18408 2003-08-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18410 * xterm.h (struct x_display_info): New fields: client_leader_window
18411 and Xatom_wm_client_leader.
18413 * xterm.c (x_initialize): Move call to x_session_initialize to ...
18414 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
18416 * xsmfns.c (create_client_leader_window): New function.
18417 (x_session_initialize): Call create_client_leader_window, take
18418 dpyinfo as argument.
18420 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
18422 * Makefile.in (xsmfns.o): Add more depenedencies.
18424 2003-08-21 Dave Love <fx@gnu.org>
18426 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
18428 2003-08-21 Kenichi Handa <handa@m17n.org>
18430 * term.c (term_init): Fix previous change; don't rely on the
18431 length of `buffer' if TERMINFO is defined.
18433 2003-08-20 Dave Love <fx@gnu.org>
18435 * atimer.h: Include lisp.h.
18437 * lisp.h (EMACS_LISP_H): New.
18438 (popup_activated_flag): Don't declare.
18440 * alloca.c: Some merging with gnulib. Change logic and doc
18441 concerning (x)malloc/(x)free -- no longer Emacs-specific.
18442 [DO_BLOCK_INPUT]: Don't include lisp.h.
18443 (xmalloc, xfree): Declare.
18444 (malloc): Don't declare.
18446 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
18447 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
18448 atimer.h, blockinput.h.
18450 * alloc.c (lisp_align_malloc): Change type of `aligned'.
18452 * alloca.s: Remove.
18454 2003-08-19 Gerd Moellmann <gerd@gnu.org>
18456 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
18459 * term.c (term_init): Use a buffer of size 4096 for tgetent since
18460 FreeBSD returns something longer than 2044. Abort if the end of
18461 the buffer is overwritten.
18463 2003-08-19 Miles Bader <miles@gnu.org>
18465 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
18467 2003-08-19 Gerd Moellmann <gerd@gnu.org>
18469 * alloc.c (lisp_align_malloc): Check for memory full when
18470 allocating ablocks, which also avoids freeing a pointer into an
18473 * puresize.h (BASE_PURESIZE): Increase to 1100000.
18475 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
18477 2003-08-16 Richard M. Stallman <rms@gnu.org>
18479 * editfns.c (Fencode_time): Doc fix.
18481 2003-08-16 David Ponce <david@dponce.com>
18483 * fileio.c (Fwrite_region): Fix conditional expression to issue
18486 2003-08-16 Juri Linkov <juri@jurta.org>
18488 * syntax.c (Fforward_word): Argument changed to optional.
18489 Set default value to 1.
18491 2003-08-15 Kenichi Handa <handa@m17n.org>
18493 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
18495 (best_matching_font): Once we find a better scalable font, set
18496 non_scalable_has_exact_height_p to 1.
18497 (try_font_list): Call try_alternative_families to try any family
18498 with the given registry.
18500 2003-08-09 Andreas Schwab <schwab@suse.de>
18502 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
18504 * print.c (print_string): Fix printing of multibyte string with
18505 nontrivial printcharfun.
18507 2003-07-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18509 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
18511 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
18513 2003-07-31 Kenichi Handa <handa@m17n.org>
18515 * process.c (read_process_output): Return the actually read bytes
18516 instead of the result of decoding.
18518 2003-07-31 Kenichi Handa <handa@m17n.org>
18520 * xterm.h (struct x_bitmap_record): New member have_mask.
18522 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
18524 (x_create_bitmap_from_file): Likewise.
18525 (x_destroy_bitmap): Check have_mask member before freeing a mask.
18526 (x_destroy_all_bitmaps): Likewise.
18527 (x_create_bitmap_mask): Set have_mask member to 1.
18529 2003-07-30 Richard M. Stallman <rms@gnu.org>
18531 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
18533 2003-07-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18535 * gtkutil.c (xg_mark_data): Update calls to mark_object.
18537 2003-07-29 Richard M. Stallman <rms@gnu.org>
18539 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
18540 Conditionalize XIM code on HAVE_XIM.
18542 * fns.c (Fclear_string): New function.
18543 (syms_of_fns): defsubr it.
18545 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
18547 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
18549 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
18551 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
18553 * buffer.c (delete_all_overlays): New function.
18554 * buffer.h (delete_all_overlays): Declare.
18555 * coding.c (run_pre_post_conversion_on_str):
18556 * print.c (temp_output_buffer_setup):
18557 * fileio.c (Finsert_file_contents):
18558 * minibuf.c (get_minibuffer): Use it.
18560 2003-07-22 Andrew Choi <akochoi@shaw.ca>
18562 * unexmacosx.c (unexec_regions_sort_compare):
18563 (unexec_regions_merge): New functions. Sort and merge unexec
18564 regions before dumping them.
18566 2003-07-22 Dave Love <fx@gnu.org>
18568 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
18570 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
18572 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
18573 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
18574 MARKBIT as the gcmarkbit for strings.
18576 2003-07-21 Richard M. Stallman <rms@gnu.org>
18578 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
18580 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
18581 (syms_of_fns): Corresponding change.
18583 * alloc.c (syms_of_alloc): Doc fixes.
18585 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
18587 * s/netbsd.h: Use -Wl syntax.
18589 2003-07-17 Richard M. Stallman <rms@gnu.org>
18591 * xterm.c (xim_initialize): Redo 6/24 change.
18593 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
18595 * buffer.c (copy_overlays): Use EMACS_INT for positions.
18596 (Fswitch_to_buffer): Don't signal an error when switching to the same
18597 buffer in a dedicated window.
18599 * alloc.c: Use bitmaps for cons, as was done for floats.
18600 (init_float, init_cons): Let the normal code allocate the first block.
18601 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
18602 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
18604 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
18605 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
18606 (live_cons_p): Check the pointer is not past the `conses' array.
18607 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
18608 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
18609 (survives_gc_p): Use CONS_MARKED_P and simplify.
18610 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
18612 2003-07-13 Paul Eggert <eggert@twinsun.com>
18614 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
18615 puts it into BSS instead, at least on Solaris 8 and 9.
18616 This is a valid optimization, and it may occur on other platforms,
18617 so Emacs should not assume that initializing a static variable to
18618 zero puts it into data.
18619 * alloc.c (pure, staticvec):
18620 Initialize these arrays to nonzero, so that they're not
18621 put into BSS by that optimization.
18623 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
18625 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
18626 (lisp_align_malloc): Use posix_memalign is available.
18627 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
18628 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
18629 for consistency. Update users.
18631 2003-07-13 Richard M. Stallman <rms@gnu.org>
18633 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
18635 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
18637 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
18638 and use the Gtk+ function gtk_window_icon_from_file if available.
18640 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
18641 handle mask of bitmaps.
18642 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
18644 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
18646 * xterm.h (xg_set_icon): New function.
18648 2003-07-12 Paul Eggert <eggert@twinsun.com>
18650 * unexelf.c (unexec): Consider a section to precede the .bss
18651 section if its addresses overlap that of .bss.
18653 2003-07-12 Richard M. Stallman <rms@gnu.org>
18655 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
18657 * config.in (HAVE_CRTIN): Add #undef.
18658 (INLINE): Really inline only if OPTIMIZE is defined.
18660 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
18662 (START_FILES_1, END_FILES_1): New macros (conditional).
18663 (LD_SWITCH_SYSTEM_TEMACS): Define.
18665 * s/openbsd.h: Don't include bsd4-3.h.
18666 (TERMINFO): Define.
18667 (LIBS_TERMCAP): Define.
18668 (LD_SWITCH_SYSTEM): Define (two definitions).
18670 * xfns.c: Include libpng/png.h instead of png.h.
18672 2003-07-11 Andreas Schwab <schwab@suse.de>
18674 * buffer.c (modify_overlay): Update prototype.
18675 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
18678 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
18680 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
18681 (struct interval): Move to intervals.h.
18682 (struct Lisp_Marker): Use EMACS_INT for position info.
18683 (forward_point): Remove prototype of defunct function.
18684 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
18685 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
18686 (syms_of_textprop, set_text_properties): Remove prototypes that are
18687 already in intervals.h.
18689 * intervals.h (struct interval): Move from lisp.h.
18690 Use EMACS_INT for position and size info.
18692 * coding.c: Include intervals.h for Fset_text_properties.
18694 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
18695 position and length information.
18697 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
18699 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
18700 position and length information.
18702 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
18704 Change overlays_after and overlays_before so the overlays themselves
18705 are linked into lists, rather than using cons cells. After all each
18706 Lisp_Misc already occupies 5 words, so we can add a `next' field to
18707 Lisp_Overlay for free and save up one cons cell per overlay (not
18708 to mention one indirection when traversing the list of overlay).
18710 * lisp.h (struct Lisp_Overlay): New field `next'.
18712 * buffer.h (struct buffer): Change overlays_before and overlays_after
18713 from Lisp lists of overlays to pointers to overlays.
18715 * buffer.c (overlay_strings, recenter_overlay_lists):
18716 Fix typo in eassert in last commit.
18717 (unchain_overlay): New function.
18718 (add_overlay_mod_hooklist): Use AREF.
18719 (copy_overlays, reset_buffer, overlays_at, overlays_in)
18720 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
18721 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
18722 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
18723 (report_overlay_modification, evaporate_overlays, init_buffer_once):
18724 Adjust to new type of overlays_(before|after).
18726 * alloc.c (mark_object): Mark the new `next' field of overlays.
18727 (mark_buffer): Manually mark the overlays_(after|before) fields.
18729 * coding.c (run_pre_post_conversion_on_str):
18730 * editfns.c (overlays_around):
18731 * xdisp.c (load_overlay_strings):
18732 * fileio.c (Finsert_file_contents):
18733 * indent.c (current_column):
18734 * insdel.c (signal_before_change, signal_after_change):
18735 * intervals.c (set_point_both):
18736 * print.c (temp_output_buffer_setup): Use new type for
18737 overlays_(before|after).
18739 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
18741 * buffer.c (report_overlay_modification): Don't run hooks while
18742 traversing the list of overlays.
18744 * buffer.h (struct buffer): Use an int for overlay_center.
18745 (overlays_at, evaporate_overlays, recenter_overlay_lists)
18746 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
18748 * buffer.c (reset_buffer, recenter_overlay_lists)
18749 (adjust_overlays_for_insert, adjust_overlays_for_delete)
18750 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
18751 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
18752 (overlays_at, evaporate_overlays, recenter_overlay_lists)
18753 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
18755 * xdisp.c (fast_find_position): Remove unused var.
18757 * cmds.c (Qexpand_abbrev): New sym.
18758 (syms_of_cmds): Initialize it.
18759 (internal_self_insert): Use it to call expand-abbrev.
18761 2003-07-09 Kim F. Storm <storm@cua.dk>
18763 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
18764 was configured with --without-xim.
18765 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
18767 2003-07-07 Richard M. Stallman <rms@gnu.org>
18769 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
18771 * alloc.c (Fgarbage_collect): Doc fix.
18773 2003-07-07 Nozomu Ando <nand@mac.com>
18775 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
18777 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
18779 * minibuf.c (read_minibuf): UNGCPRO before returning.
18780 (Ftry_completion, Fall_completions): Doc fix.
18782 * alloc.c (live_float_p): Check that p is not past the `floats' array,
18783 now that `floats' is not the last element of the struct any more.
18785 2003-07-06 Jason Rumney <jasonr@gnu.org>
18787 * w32term.h (ClipboardSequence_Proc): New type.
18789 * w32fns.c (clipboard_sequence_fn): New variable.
18790 (globals_of_w32fns): Initialize it.
18792 * w32select.c (last_clipboard_sequence_number): New variable.
18793 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
18794 number if possible.
18796 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
18798 * m/amdx86-64.h (MARKBIT):
18799 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
18800 MARKBIT and ARRAY_MARK_FLAG any more.
18802 * m/hp800.h (XSETMARKBIT):
18803 * m/sr2k.h (XSETMARKBIT):
18804 * lisp.h (XSETMARKBIT): Remove unused macro.
18806 * lisp.h (mark_object): Change prototype.
18808 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
18809 (last_marked): Change accordingly.
18810 (mark_interval, mark_maybe_object, mark_maybe_pointer)
18811 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
18812 (mark_buffer): Update calls to mark_object.
18814 * bytecode.c (mark_byte_stack):
18815 * fns.c (sweep_weak_table):
18816 * keyboard.c (mark_kboards): Update calls to mark_object.
18818 2003-07-06 Jason Rumney <jasonr@gnu.org>
18820 * alloc.c (struct ablock): Only include padding when there is some.
18822 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
18824 * alloc.c (ALIGN): Add casts to simplify usage.
18825 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
18826 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
18827 (struct ablock, struct ablocks): New types.
18828 (free_ablock): New global var.
18829 (lisp_align_malloc, lisp_align_free): New functions.
18830 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
18831 (struct float_block): Reorder and add gcmarkbits.
18832 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
18833 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
18834 (init_float, make_float): Use lisp_align_malloc.
18835 (free_float, live_float_p): Don't use `type' any more.
18836 (make_float): Use FLOAT_UNMARK to access to mark bit.
18837 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
18838 Use FLOAT_MARKED_P to access the mark bit.
18839 (pure_alloc): Simplify use of ALIGN.
18840 (mark_object): Use FLOAT_MARK to access the mark bit.
18841 (gc_sweep): Use new macros to access the float's mark bit.
18842 (init_alloc_once): Init free_ablock.
18844 * lisp.h (struct Lisp_Float): Remove unused field `type'.
18846 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
18848 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
18849 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
18850 (allocate_buffer): Move.
18851 (string_bytes): Don't mask markbit of `size_byte'.
18852 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
18853 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
18854 Use the `size' field of buffers (rather than the `name' field) for
18855 the mark bit, as is done for all other vectorlike objects.
18856 Use the new macros to access the mark bit of vectorlike objects.
18858 2003-06-26 Richard M. Stallman <rms@gnu.org>
18860 * puresize.h (BASE_PURESIZE): Increment base size.
18862 * xdisp.c (fast_find_position): Enable Gerd's new definition.
18864 * xterm.c (xim_initialize): Undo previous change.
18866 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
18868 * alloc.c (survives_gc_p): Simplify.
18870 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
18872 * window.c (Fset_window_dedicated_p): Simplify.
18873 (display_buffer_1): Don't raise the win from which minibuf was entered.
18874 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
18875 (Fminibuffer_selected_window): Simplify.
18877 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
18879 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
18880 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
18882 * insdel.c (check_markers, adjust_markers_for_delete)
18883 (adjust_markers_for_insert, adjust_markers_for_replace)
18884 (prepare_to_modify_buffer, RESTORE_VALUE):
18885 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
18886 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
18887 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
18888 * alloc.c (Fmake_marker, free_marker, gc_sweep):
18889 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
18890 * editfns.c (save_excursion_restore, transpose_markers):
18891 * window.c (delete_window):
18892 * xdisp.c (message_dolog): Update for new types.
18894 2003-06-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18896 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
18897 (realize_default_face): Use default_face_done_p for the force_p
18898 argument to set_lface_from_font_name. Set default_face_done_p to one.
18900 * frame.c (make_frame): Initialize default_face_done_p.
18902 * frame.h (struct frame): Add default_face_done_p.
18904 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
18907 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
18909 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
18910 Initialize the new field `gcmarkbit'.
18911 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
18912 (mark_interval_tree): Don't mark the tree separately from the nodes.
18913 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
18914 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
18915 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
18917 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
18918 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
18919 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
18920 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
18921 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
18923 2003-06-24 Dave Love <fx@gnu.org>
18925 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
18927 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
18930 2003-06-21 Richard M. Stallman <rms@gnu.org>
18932 * fileio.c (Fwrite_region): Alternate messages
18933 for append and partial write.
18935 * keyboard.c (read_key_sequence): When converting upcase fn key to
18936 downcase, update fkey and keytran so `backspace' gets translated.
18938 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
18940 * process.c (wait_reading_process_input): Don't signal SIGIO
18943 2003-06-17 Kenichi Handa <handa@m17n.org>
18945 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
18948 * xselect.c: Don't include charset.h, coding.h, composite.h.
18949 (Qforeign_selection): New variable.
18950 (syms_of_xselect): Intern and static it.
18951 (selection_data_to_lisp_data): Return a unibyte string made from
18952 data with `foreign-selection' text property.
18954 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
18956 * termhooks.h (EVENT_INIT): New macro.
18958 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
18960 * alloc.c (mark_kboards): Move to keyboard.c.
18962 * keyboard.c (record_asynch_buffer_change, read_avail_input):
18963 * xterm.c (x_dispatch_event):
18964 * xmenu.c (find_and_call_menu_selection):
18965 * xdisp.c (handle_tool_bar_click):
18966 * w32menu.c (menubar_selection_callback):
18967 * sysdep.c (kbd_input_ast, read_input_waiting):
18968 * msdos.c (dos_rawgetc):
18969 * macterm.c (mac_check_for_quit_char):
18970 * macmenu.c (menubar_selection_callback):
18971 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
18972 data to kbd_buffer_store_event.
18974 2003-06-15 Kim F. Storm <storm@cua.dk>
18976 * xdisp.c (x_fix_overlapping_area): Always use area relative X
18977 to fix redisplay problem with tall characters (such as
\e,AC
\e(B).
18979 2003-06-13 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
18981 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
18983 2003-06-12 Kenichi Handa <handa@m17n.org>
18985 * fileio.c (Fwrite_region): Save and restore restriction.
18987 2003-06-12 Dave Love <fx@gnu.org>
18989 * alloca.c (alloca): Declare arg as size_t.
18991 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
18992 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
18994 2003-06-11 Dave Love <fx@gnu.org>
18996 * search.c (shrink_regexp_cache): Use xrealloc.
18997 (syms_of_search): Use xmalloc.
18999 2003-06-10 Kim F. Storm <storm@cua.dk>
19001 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
19002 Adjust phys_cursor.x to be relative to window box, rather than
19003 text area before checking -- to ensure cursor is redrawn when
19005 Note: This also fixes a similar (older) bug if display margins
19008 2003-06-06 Kenichi Handa <handa@m17n.org>
19010 * coding.c (encoding_buffer_size): If coding->type is
19011 coding_type_ccl, double magnification on CRLF encoding.
19013 2003-06-06 Jason Rumney <jasonr@gnu.org>
19015 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
19016 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
19018 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
19021 2003-06-05 Dave Love <fx@gnu.org>
19023 * strftime.c: Merge changes from gnulib.
19025 * mktime.c (__mktime_internal): Merge changes from gnulib
19026 involving year 69 and dst2.
19028 Changes to merge with gnulib version and be consistent with the
19031 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
19032 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
19033 [HAVE_LOCALE_H]: Include locale.h.
19034 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
19036 2003-06-05 Kim F. Storm <storm@cua.dk>
19038 * window.c (coordinates_in_window): Convert X and Y to window
19039 relative coordinates inside mode-line and header-line parts.
19040 Convert X and Y to margin area relative coordinates inside left
19041 and right display margin parts.
19043 2003-06-05 Jason Rumney <jasonr@gnu.org>
19045 * w32fns.c (add_system_logical_colors_to_map): New function.
19046 (Fx_open_connection): Use it.
19048 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
19050 * process.c (allocate_pty): Revert part of the previous patch.
19051 (Faccept_process_output): Simplify.
19053 2003-06-04 Jason Rumney <jasonr@gnu.org>
19055 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
19057 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
19058 (lispy_mouse_wheel_names): Remove.
19059 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
19060 Always define drag_and_drop_syms.
19062 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
19063 WHEEL_EVENT events.
19065 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
19067 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
19069 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
19071 2003-06-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19073 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
19076 2003-06-03 Richard M. Stallman <rms@gnu.org>
19078 * window.c (Fwindow_edges): Doc fix.
19079 (Fwindow_pixel_edges, Fwindow_inside_edges)
19080 (Fwindow_inside_pixel_edges): New functions.
19081 (syms_of_window): defsubr them.
19083 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
19084 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
19086 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
19088 * dispnew.c (Fsit_for): Don't lie about the number of args.
19090 2003-06-02 Dave Love <fx@gnu.org>
19092 * callproc.c: Use HAVE_FCNTL_H, not USG5.
19093 (syms_of_callproc) <process-environment>: Doc fix.
19095 * doc.c: Use HAVE_FCNTL_H, not USG5.
19097 * xfaces.c (font_rescale_ratio): Fix for K&R.
19099 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
19101 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
19103 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
19105 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
19106 (xg_create_frame_widgets): Use ENCODE_UTF_8.
19108 * xterm.c (Qutf_8): Move to coding.c.
19110 * xmenu.c (ENCODE_MENU_STRING): New.
19111 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
19114 * coding.h (ENCODE_UTF_8): New.
19117 * coding.c (Qutf_8): New.
19118 (syms_of_coding): Intern it.
19120 * fns.c: Doc fixes.
19122 2003-06-02 Kenichi Handa <handa@m17n.org>
19124 * buffer.c (Fset_buffer_multibyte): Fix previous change.
19126 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
19128 * lread.c (openp): Make sure STR is a string.
19130 2003-06-01 David Ponce <david@dponce.com>
19132 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
19133 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
19135 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
19136 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
19137 (discard_mouse_events): Discard WHEEL_EVENT events too.
19138 (lispy_wheel_names, wheel_syms): New.
19139 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
19140 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
19141 (make_lispy_event): Add WHEEL_EVENT handler.
19143 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
19144 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
19145 WHEEL_EVENT events.
19147 2003-05-31 John Paul Wallington <jpw@gnu.org>
19149 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
19150 timer are in lisp/emacs-lisp.
19152 2003-05-31 Kenichi Handa <handa@m17n.org>
19154 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
19155 region when a buffer is changed to unibyte.
19157 * charset.h (VALID_LEADING_CODE_P): New macro.
19158 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
19160 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
19161 is nonzero, accept multibyte form of eight-bit-control chars.
19162 (decode_composition_emacs_mule): Likewise.
19163 (decode_coding_emacs_mule): Likewise.
19164 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
19165 multibyte form of eight-bit-control chars.
19167 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
19168 (Finsert_file_contents): If coding-system-for-read is bound to
19169 Qauto_save_coding, use the coding system emacs-mule with special
19170 setting for recovering a file.
19171 (choose_write_coding_system): On auto saving, use the coding
19172 system emacs-mule with special setting for auto saving.
19173 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
19175 2003-05-30 Kenichi Handa <handa@m17n.org>
19177 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
19178 properly before calling ccl_driver.
19180 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
19182 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
19183 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
19184 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
19186 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19188 * xfaces.c (realize_default_face): Do not abort if lface is
19189 non-existent - reverts change from 2003-05-19.
19191 2003-05-29 Kenichi Handa <handa@m17n.org>
19193 * coding.c (decode_coding_iso2022): Pay attention to the byte
19194 sequence of CTEXT extended segment, and retain those bytes as is.
19196 2003-05-28 Kenichi Handa <handa@m17n.org>
19198 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
19199 of CODING_REPLACEMENT_CHARACTER.
19200 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
19201 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
19202 check this flag on encoding.
19203 (encode_coding_sjis_big5):
19204 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
19205 (Fset_terminal_coding_system_internal):
19206 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
19207 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
19209 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
19210 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
19211 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
19213 2003-05-28 Richard M. Stallman <rms@gnu.org>
19215 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
19217 * eval.c (unbind_to): Move init of this_binding to separate statement.
19219 2003-05-28 Kim F. Storm <storm@cua.dk>
19221 * xdisp.c (expose_window): Fix error in calculation of
19222 window relative coordinates of area to redisplay.
19224 2003-05-27 Jason Rumney <jasonr@gnu.org>
19226 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
19228 2003-05-27 David Ponce <david@dponce.com>
19230 Handle W32 mouse wheel events as mouse click events, like in X.
19232 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
19233 MOUSE_WHEEL_EVENT anymore.
19235 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
19236 Scrolling down/up the mouse wheel is respectively mapped to mouse
19238 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
19239 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
19240 WM_MOUSEWHEEL events.
19242 2003-05-27 Andreas Schwab <schwab@suse.de>
19244 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
19246 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
19247 partially visible line.
19249 * alloc.c (Fgarbage_collect): Fix last change.
19251 2003-05-26 John Paul Wallington <jpw@gnu.org>
19253 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
19255 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
19257 * window.c (Fset_window_buffer): Add type of `keep_margins'.
19258 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
19260 * window.h (window_box_text_cols): Declare.
19262 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
19263 (x_draw_vertical_border): Remove unused var `f'.
19265 * xfaces.c (build_scalable_font_name): Remove `unused var
19266 pixel_size' warning.
19268 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
19270 * unexelf.c (unexec): Remove `unused var n' warning.
19272 * strftime.c (my_strftime_localtime_r): Remove `defined but
19275 * process.c (allocate_pty): Remove `unused var stb' and
19276 `cp might be used uninitialized' warnings.
19278 * dispnew.c (mode_line_string): Remove unused var `f'.
19280 * coding.c (find_safe_codings): Remove unused var `i'.
19282 * bytecode.c (Fbyte_code): Remove `unused val' warning.
19284 * buffer.c (Fkill_buffer): Remove unused var `list'.
19286 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
19288 2003-05-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19290 * frame.c (make_frame): Condition want_fullscreen with
19291 HAVE_WINDOW_SYSTEM.
19293 2003-05-25 Juanma Barranquero <lektu@terra.es>
19295 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
19296 (Fwindow_scroll_bars): Fix typo in docstring.
19298 2003-05-24 Kim F. Storm <storm@cua.dk>
19300 The following changes serve several purposes:
19302 1) Swap the position of fringes and display margins in windows, i.e.
19303 the fringes are now displayed between the margins and the text area
19306 2) Allow fringe and scroll bar parameters to be set per-buffer and
19307 per-window (like display margins). Such settings are now stored
19308 in window configurations, preserved when frames are resized, and
19309 copied when windows are split vertically or horizontally.
19310 Several bugs related to display margins have been fixed.
19312 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
19314 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
19315 rather than FRAME_WIDTH (FRAME_FONT (f)).
19317 5) Introduce a consistent naming of variables, members and macros
19318 depending on whether their value is measured in pixels or in
19319 canonical columns/lines. Pixel dimensions are named *_width and
19320 *_height, while canonical columns/lines are named *_cols and
19321 *_lines. Pixel positions are named *_x and *_y, while column/line
19322 positions are named *_col and *_line.
19324 6) Consolidate more of the X, W32, and MAC gui code by moving
19325 common data into struct frame, and generalize it for the non-gui
19326 case by using suitable defaults.
19328 7) Cleanup and consolidate the macros controlling frame and window
19329 layout into frame.h and window.h, and generalize the use of the
19330 various window_box_* functions (enhanced to handle the new fringe
19331 position and the per-window fringe and scroll bar settings).
19333 * frame.h (struct frame): Rename members height to text_lines,
19334 width to text_cols, window_height to total_lines, window_width to
19335 total_cols, new_height to new_text_lines, new_width to
19336 new_text_cols. All uses changed.
19337 (struct frame): New members which consolidate common members of
19338 x_output, w32_output, and mac_output structures: left_pos,
19339 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
19340 win_gravity, size_hint_flags, border_width, internal_border_width,
19341 line_height, fringe_cols, left_fringe_width, right_fringe_width,
19342 want_fullscreen. All uses changed.
19343 (struct frame): New member column_width contaning the canonical
19344 column width, analogue to line_height. All uses changed.
19345 (struct frame): Rename members scroll_bar_pixel_width to
19346 config_scroll_bar_width, and scroll_bar_cols to
19347 config_scroll_bar_cols. All uses changed.
19348 (struct frame): New member scroll_bar_actual_width which
19349 consolidates and renames the vertical_scroll_bar_extra member of
19350 x_output, w32_output, and mac_output structures. All uses changed.
19351 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
19352 from x/w32/macterm.h files. All uses changed. Also change code
19353 which referred to f->output_data...->pixel_height.
19354 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
19355 from x/w32/macterm.h files. All uses changed. Also change code
19356 which referred to f->output_data...->pixel_width.
19357 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
19358 Also change code which referred to f->height.
19359 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
19360 Also change code which referred to f->width.
19361 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
19362 to update new_text_lines and new_text_cols members directly.
19363 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
19364 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
19365 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
19366 FRAME_SCROLL_BAR_COLS. All uses changed.
19367 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
19368 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
19369 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
19370 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
19371 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
19372 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
19373 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
19374 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
19375 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
19376 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
19377 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
19378 Unconditionally return line_height member (it now has proper value
19379 also for non-window frames).
19380 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
19381 return new column_width member (rather than the default font width).
19382 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
19383 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
19384 from x/w32/macterm.h files. Unconditionally return corresponding
19385 member of frame structure (they now have proper values also for
19386 non-window frames).
19387 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
19388 Calculate return value from left and right widths.
19389 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
19390 internal_border_width member (has proper value for non-window frame).
19391 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
19392 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
19393 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
19394 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
19395 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
19396 consolidated from xterm.h, macterm.h, and w32term.h.
19397 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
19398 consolidated from xterm.h, macterm.h, and w32term.h.
19399 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
19400 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
19401 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
19402 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
19403 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
19404 consolidated from x/mac/w32term.h.
19405 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
19406 consolidated from x/mac/w32term.h.
19407 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
19408 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
19409 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
19410 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
19412 * window.h (struct window): Rename members left to left_col,
19413 top to top_line, height to total_lines, width to total_cols,
19414 left_margin_width to left_margin_cols, right_margin_width to
19415 right_margin_cols, orig_height to orig_total_lines, orig_top to
19416 orig_top_line. All uses changed.
19417 (struct window): New members left_fringe_width, right_fringe_width,
19418 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
19419 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
19420 New macros primarily used to simplify other macros.
19421 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
19422 referred to XINT (w->width).
19423 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
19424 referred to XINT (w->height).
19425 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
19426 referred to XINT (w->width) * canon_x_unit.
19427 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
19428 referred to XINT (w->height) * canon_y_unit.
19429 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
19430 referred to XINT (w->left).
19431 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
19432 all uses and code that referred to XINT (w->left) + XINT (w->width).
19433 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
19434 referred to XINT (w->top).
19435 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
19436 referred to XINT (w->top) + XINT (w->height).
19437 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
19438 referred to XINT (w->left) * canon_x_unit.
19439 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
19440 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
19441 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
19442 referred to XINT (w->top) * canon_y_unit.
19443 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
19444 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
19445 (WINDOW_LEFTMOST_P): New macro.
19446 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
19448 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
19450 (WINDOW_BOX_LEFT_EDGE_X): Rename from
19451 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
19452 Do not exclude left fringe width.
19453 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
19454 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
19455 Do not exclude fringe widths.
19456 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
19457 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
19458 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
19459 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
19460 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
19461 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
19462 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
19463 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
19464 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
19465 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
19466 New macros. Change code which referenced corresponding
19467 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
19468 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
19469 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
19470 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
19471 allow per-window scroll-bar settings.
19472 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
19473 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
19474 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
19475 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
19476 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
19477 FRAME_SCROLL_BAR_WIDTH.
19478 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
19479 (WINDOW_SCROLL_BAR_AREA_X): New macros.
19480 (WINDOW_HEADER_LINE_HEIGHT): Rename from
19481 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
19482 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
19483 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
19484 (WINDOW_BOX_TEXT_HEIGHT): Rename from
19485 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
19486 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
19487 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
19488 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
19489 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
19490 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
19491 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
19492 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
19493 (window_from_coordinates): Update prototype.
19494 (Fset_window_buffer): Update EXFUN.
19495 (set_window_buffer): Update prototype.
19497 * dispextern.h (struct glyph_matrix): Rename members window_left_x
19498 to window_left_col, window_top_y to window_top_line. All uses
19500 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
19501 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
19502 internal_border_width is now set to 0 for non-window frames.
19503 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
19504 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
19505 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
19506 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
19507 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
19508 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
19509 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
19510 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
19511 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
19512 Move to window.h and renamed [see window.h changes].
19513 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
19514 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
19515 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
19516 Use WINDOW_TOTAL_LINES.
19517 (frame_update_line_height): Remove prototype.
19519 * buffer.h (struct buffer): Rename members measured in columns:
19520 left_margin_width to left_margin_cols, right_margin_width to
19521 right_margin_cols. All uses changed.
19522 New members left_fringe_width, right_fringe_width,
19523 fringes_outside_margins for per-buffer fringe settings.
19524 New members scroll_bar_width and vertical_scroll_bar_type for
19525 per-buffer scroll bar settings.
19527 * buffer.c (init_buffer_once): Set buffer_defaults and
19528 buffer_local_flags for new buffer-local variables
19529 left_fringe_width, right_fringe_width, fringes_outside_margins,
19530 scroll_bar_width, and vertical_scroll_bar_type.
19531 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
19532 default-* variables for them.
19534 * dispnew.c: Make (many) trivial substitutions for renamed and
19535 new macros in dispextern.h, frame.h and window.h.
19536 (mode_line_string): No need to adjust width for mode lines, as it
19537 is already adjusted by the caller.
19538 (marginal_area_string): Handle fringes inside/outside margins.
19540 * frame.c: Make (many) trivial substitutions for renamed and
19541 new macros in dispextern.h, frame.h and window.h.
19542 (make_frame): Initialize left_fringe_width, right_fringe_width,
19543 fringe_cols, scroll_bar_actual_width, border_width,
19544 internal_border_width, column_width, line_height, x_pixels_diff,
19545 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
19546 members with values suitable for a non-window frames.
19548 * gtkutil.c: Make (many) trivial substitutions for renamed and
19549 new macros in dispextern.h, frame.h and window.h.
19551 * indent.c: Make (few) trivial substitutions for renamed and
19552 new macros in dispextern.h, frame.h and window.h.
19554 * keyboard.c: Make (many) trivial substitutions for renamed and
19555 new macros in dispextern.h, frame.h and window.h.
19556 (make_lispy_event): Use window positions returned from
19557 window_from_coordinates when constructing the lisp event for
19558 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
19559 (incorrect) values locally.
19560 (make_lispy_movement): Use window positions returned from
19561 window_from_coordinates when constructing the lisp event, rather
19562 than calculating (incorrect) values locally.
19564 * scroll.c: Make (some) trivial substitutions for renamed and
19565 new macros in dispextern.h, frame.h and window.h.
19567 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
19570 * sysdep.c: Make (few) trivial substitutions for renamed and
19571 new macros in dispextern.h, frame.h and window.h.
19573 * term.c: Make (some) trivial substitutions for renamed and
19574 new macros in dispextern.h, frame.h and window.h.
19576 * widget.c: Make (few) trivial substitutions for renamed and
19577 new macros in dispextern.h, frame.h and window.h.
19579 * window.c: Make (many) trivial substitutions for renamed and
19580 new macros in dispextern.h, frame.h and window.h.
19581 (make_window): Initialize new members
19582 left_margin_cols, right_margin_cols, left_fringe_width,
19583 right_fringe_width, fringes_outside_margins, scroll_bar_width,
19584 and vertical_scroll_bar_type.
19585 (coordinates_in_window): Adapt to new fringe/margin positions
19586 and per-window fringes and scroll-bars.
19587 Fix bug related to incorrectly adjusting coordinates by
19588 frame's internal_border_width (the effect normally negible since
19589 the internal_border_width is typically 0 or 1 pixel, but very
19590 noticeable for an internal_border_width of e.g. 25 pixels).
19591 Upon successful return (other than ON_NOTHING), the coordinates
19592 are now always properly converted to window relative for the
19593 given display element.
19594 (window_from_coordinates): Add new parameters wx and wy to
19595 return the window relative x and y position in the returned
19596 window and part. A null arg means, don't return the position.
19597 All callers changed.
19598 (adjust_window_margins): New function which may reduce the width
19599 of the display margins if a window's text area is too small after
19600 resizing or splitting windows.
19601 (size_window): Fix bug that did not account for display margin
19602 widths when checking the minimum width of a window; use
19603 adjust_window_margins.
19604 (set_window_buffer): Call Fset_window_fringes and
19605 Fset_window_scroll_bars to setup per-window elements.
19606 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
19607 existing display margin, fringe widths, and scroll bar settings
19608 (e.g. after splitting a window or resizing the frame).
19609 All callers changed.
19610 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
19611 (Fsplit_window): Duplicate original window's display margin,
19612 fringe, and scroll-bar settings; then call Fset_window_buffer with
19613 KEEP_MARGINS non-nil. This fixes a bug which caused a split
19614 window to only preserve the display margins in one of the windows.
19615 When splitting horizontally, call adjust_window_margins on both
19616 windows to ensure that the text area of the new windows is non too
19617 narrow. This fixes a bug which could cause Emacs to trap if the
19618 width of the split window was less than the width of the display
19620 (window_box_text_cols): Rename from window_internal_width.
19621 All uses changed. Adapt to per-window fringes and scroll bars.
19622 Fix bug that caused vertical separator to be subtracted also on
19623 window frames. Fix another bug that did not reduce the returned
19624 value by the columns used for display margins.
19625 (window_scroll_line_based): Fix bug related to scrolling too much
19626 when display margins are present (implicitly fixed by the fix to
19627 window_box_text_cols).
19628 (scroll_left, scroll_right): Fix bug related to scrolling too far
19629 by default when display margins are present (implicitly fixed by
19630 the fix to window_box_text_cols).
19631 (struct saved_window): Rename members left to left_col, top to
19632 top_line, width to total_cols, height to total_lines, orig_top to
19633 orig_top_line, orig_height to orig_total_lines. All uses changed.
19634 New members left_margin_cols, right_margin_cols,
19635 left_fringe_width, right_fringe_width, fringes_outside_margins,
19636 scroll_bar_width, and vertical_scroll_bar_type for saving
19637 per-window display elements.
19638 (Fset_window_configuration): Restore display margins, fringes,
19639 and scroll bar settings. This fixes a bug which caused display
19640 margins to be discarded when saving and restoring a window
19642 (save_window_save): Save display margins, fringes, and scroll bar
19643 settings. This fixes a bug which caused display margins to be
19644 discarded when saving and restoring a window configuration.
19645 (Fset_window_margins): Do nothing if display margins are not
19646 really changed. Otherwise, call adjust_window_margins to ensure
19647 the text area doesn't get too narrow. This fixes a bug which
19648 could cause Emacs to trap if setting display margins wider than
19649 the width of the window.
19650 (Fset_window_fringes): New defun to allow user to specifically set
19651 this window's fringe widths and position vs. display margins.
19652 (Fwindow_fringes): New defun to return window's actual fringe settings.
19653 (Fset_window_scroll_bars): New defun to allow user to specifically
19654 set this window's scroll bar width and position.
19655 (Fwindow_scroll_bars): New defun to return window's actual scroll
19657 (compare_window_configurations): Also compare display margins,
19658 fringes, and scroll bar settings.
19659 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
19661 * xdisp.c: Make (many) trivial substitutions for renamed and
19662 new macros in dispextern.h, frame.h and window.h.
19663 (window_box_width): Adapt to per-window fringes and scroll bars,
19664 and new fringe vs. display margin position. Note that returned
19665 value is no longer guaranteed to be a whole multiple of the frame
19666 column width, since per-window fringes may now be any width.
19667 (window_box_left_offset): New function like window_box_left, but
19668 value is relative to left border of window (rather than frame).
19669 (window_box_right_offset): New function like window_box_right,
19670 but value is relative to left border of window.
19671 (window_box_left): Adapt to per-window fringes and scroll bars,
19672 and new fringe vs. display margin position. Simplify by using
19673 WINDOW_LEFT_EDGE_X and window_box_left_offset.
19674 (window_box): Allow null args for unnecessary return values;
19675 change/simplify relevant callers.
19676 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
19677 and new fringe vs. display margin position.
19678 Use window_box_left_offset and window_box_right_offset
19679 (get_glyph_string_clip_rect): Adapt to per-window fringes and
19680 scroll bars, and new fringe vs. display margin position.
19681 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
19682 (draw_fringe_bitmap): Rework to handle per-window fringes and new
19683 fringe vs. display margin position.
19684 (hscroll_window_tree): Use window_box_width instead of window_box.
19685 (redisplay_window): Adapt to per-window scroll bars.
19686 (draw_glyphs): Rework to handle per-window fringes and scroll
19687 bars, and new fringe vs. display margin position.
19688 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
19689 (x_clear_end_of_line): Adapt to per-window fringes and scroll
19690 bars, and new fringe vs. display margin position. Fix bug which
19691 increased total width of full_width rows by width of scroll bars
19692 although window's total width already includes that.
19693 (x_fix_overlapping_area): Simplify using window_box_left_offset.
19694 (expose_area): Simplify using window_box_left_offset.
19695 (x_draw_vertical_border): Handle per-window scroll bar settings,
19696 mixing windows with left, right and no scroll bars.
19698 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
19699 where it's used in x_list_fonts (for clarity).
19700 (frame_update_line_height): Remove unused function; functionality
19701 is now done directly when setting the default font in x_set_font.
19703 * xfns.c: Make (many) trivial substitutions for renamed and
19704 new macros in dispextern.h, frame.h and window.h.
19706 * xmenu.c: Make (some) trivial substitutions for renamed and
19707 new macros in dispextern.h, frame.h and window.h.
19709 * xterm.h (struct x_output): Move members left_pos, top_pos,
19710 border_width, pixel_height, pixel_width, line_height,
19711 internal_border_width, vertical_scroll_bar_extra,
19712 left_fringe_width, right_fringe_width, fringe_cols,
19713 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
19714 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
19715 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
19716 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
19717 (PIXEL_WIDTH, PIXEL_HEIGHT)
19718 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
19719 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
19720 frame.h and renamed [see frame.h changes].
19721 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
19722 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
19723 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
19724 and renamed [see frame.h changes].
19726 * xterm.c: Make (several) trivial substitutions for renamed and
19727 new macros in dispextern.h, frame.h and window.h.
19728 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
19729 (scroll_run): Adapt to new fringe position.
19730 (glyph_rect): Use window coordinates returned from
19731 window_from_coordinates rather than frame_to_window_pixel_xy.
19732 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
19734 (handle_one_xevent): Simplify a USE_GTK conditional.
19735 (x_clip_to_row): Remove superfluous whole_line_p arg and code
19736 (fringes are now inside margins, i.e. always in the clipping area).
19737 All callers changed.
19738 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
19739 directly, then call compute_fringe_widths. Don't call
19740 frame_update_line_height.
19742 * w32term.h (struct w32_output): Move members left_pos, top_pos,
19743 border_width, pixel_height, pixel_width, line_height,
19744 internal_border_width, vertical_scroll_bar_extra,
19745 left_fringe_width, right_fringe_width, fringe_cols,
19746 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
19747 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
19748 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
19749 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
19750 (PIXEL_WIDTH, PIXEL_HEIGHT)
19751 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
19752 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
19753 frame.h and renamed [see frame.h changes].
19754 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
19755 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
19756 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
19757 and renamed [see frame.h changes].
19759 * w32term.c: Make (several) trivial substitutions for renamed and
19760 new macros in dispextern.h, frame.h and window.h.
19761 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
19762 (glyph_rect): Use window coordinates returned from
19763 window_from_coordinates rather than frame_to_window_pixel_xy.
19764 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
19766 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
19767 (fringes are now inside margins, i.e. always in the clipping area).
19768 All callers changed.
19769 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
19770 directly, then call compute_fringe_widths. Don't call
19771 frame_update_line_height.
19773 * w32console.c: Make (few) trivial substitutions for renamed and
19774 new macros in dispextern.h, frame.h and window.h.
19776 * w32fns.c: Make (many) trivial substitutions for renamed and
19777 new macros in dispextern.h, frame.h and window.h.
19779 * w32menu.c: Make (few) trivial substitutions for renamed and
19780 new macros in dispextern.h, frame.h and window.h.
19782 * macterm.h (struct mac_output): Move members left_pos, top_pos,
19783 border_width, pixel_height, pixel_width, line_height,
19784 internal_border_width, vertical_scroll_bar_extra,
19785 left_fringe_width, right_fringe_width, fringe_cols,
19786 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
19787 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
19788 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
19789 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
19790 (PIXEL_WIDTH, PIXEL_HEIGHT)
19791 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
19792 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
19793 frame.h and renamed [see frame.h changes].
19794 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
19795 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
19796 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
19797 and renamed [see frame.h changes].
19799 * macterm.c: Make (several) trivial substitutions for renamed and
19800 new macros in dispextern.h, frame.h and window.h.
19801 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
19802 (glyph_rect): Use window coordinates returned from
19803 window_from_coordinates rather than frame_to_window_pixel_xy.
19804 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
19806 (x_clip_to_row): Remove superfluous whole_line_p arg and code
19807 (fringes are now inside margins, i.e. always in the clipping area).
19808 All callers changed.
19809 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
19810 directly, then call compute_fringe_widths. Don't call
19811 frame_update_line_height.
19813 * macfns.c: Make (several) trivial substitutions for renamed and
19814 new macros in dispextern.h, frame.h and window.h.
19815 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
19817 * macmenu.c: Make (few) trivial substitutions for renamed and
19818 new macros in dispextern.h, frame.h and window.h.
19820 * msdos.h (struct x_output): Remove members left_pos, top_pos,
19821 and line_height, and use corresponding new members in struct
19822 frame. All uses changed.
19823 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
19824 superseeded by corresponding macros in frame.h.
19826 * msdos.c: Make (several) trivial substitutions for renamed and
19827 new macros in dispextern.h, frame.h and window.h.
19828 (IT_note_mouse_highlight): Use updated window coordinates returned
19829 by window_from_coordinates, rather than adjusting them locally.
19830 (internal_terminal_init): No need to initialize line_height here;
19831 it now defaults to 1.
19833 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
19835 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
19836 dropping `down' events.
19838 2003-05-24 Andreas Schwab <schwab@suse.de>
19840 * coding.c (find_safe_codings): Fix last change.
19842 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
19844 * xfns.c (x_window): Fix typo from 2003-05-21 change.
19846 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
19848 * xdisp.c (display_mode_element): Increase max depth.
19849 Simplify the error handling code. Use a different error string
19850 for the case where we hit the depth limit.
19852 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
19854 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
19856 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
19858 * intervals.c (get_local_map): Don't get char-property of previous
19859 point any more: get_pos_property already does it and better.
19861 2003-05-21 Dave Love <fx@gnu.org>
19863 [Merged from unicode branch.]
19865 * xfns.c (x_window, x_window): Use use_xim.
19867 * xterm.c (use_xim): Initialize.
19868 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
19869 (x_term_init): Maybe set use_xim.
19871 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
19873 2003-05-21 Jason Rumney <jasonr@gnu.org>
19875 * unexw32.c (_start): Remove _fmode initialization.
19877 * emacs.c (main) [WINDOWSNT]: Move it here.
19879 2003-05-20 Dave Love <fx@gnu.org>
19881 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
19883 2003-05-19 Richard M. Stallman <rms@gnu.org>
19885 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
19886 as value for QCfont attribute.
19887 (realize_default_face): lface should already exist; crash if not.
19888 Specify 0 for FORCE_P when calling set_lface_from_font_name.
19890 * frame.c (Fignore_event): Doc fix.
19892 2003-05-19 Kenichi Handa <handa@m17n.org>
19894 * coding.c (decode_coding_string): Handle post-read-conversion
19895 even if the coding doesn't require decoding.
19897 2003-05-18 Richard M. Stallman <rms@gnu.org>
19899 * callproc.c (Fcall_process_region): Doc fix.
19901 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
19903 * lread.c (Fload): Print a message if package is obsolete.
19905 * window.c (Fselect_window): Add optional `norecord' arg.
19906 (select_window_1): Fold into Fselect_window.
19907 (select_window_norecord): New function.
19908 (temp_output_buffer_show): Use it. Preserve current buffer.
19910 * window.h (Fselect_window): Update declaration.
19912 * window.c (delete_window, Fother_window, Fset_window_configuration):
19913 * minibuf.c (read_minibuf):
19914 * macterm.c (x_new_focus_frame):
19915 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
19916 * callint.c (Fcall_interactively):
19917 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
19919 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
19921 2003-05-17 David Kastrup <dak@gnu.org>
19923 * process.c (read_process_output): Back out change from 2003-03-09.
19925 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
19927 * editfns.c (get_pos_property): Don't assume that `object' = nil.
19929 * textprop.c (text_property_stickiness): New arg `buffer'.
19931 * intervals.h (text_property_stickiness): New arg `buffer'.
19932 (get_pos_property): Declare.
19934 * intervals.c (get_local_map): Use get_pos_property, to obey
19935 stickiness and empty overlays.
19936 (create_root_interval, graft_intervals_into_buffer): Use BEG.
19937 (merge_properties, intervals_equal, merge_properties_sticky):
19939 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
19941 2003-05-17 Richard M. Stallman <rms@gnu.org>
19943 * minibuf.c (read_minibuf): If buffer is empty, record the default
19945 (Fminibuffer_complete_word): When deleting the overlap, take account
19946 of its real position.
19948 * fns.c (map_char_table): Fix previous change.
19950 * syntax.c (find_defun_start):
19951 When open_paren_in_column_0_is_defun_start,
19952 return beginning of buffer.
19954 * lisp.h (map_char_table): Declare added arg.
19956 * fns.c (map_char_table): New arg TABLE gets the master table.
19958 Process default and inheritance, resorting to Faref if necessary.
19960 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
19961 (Faccessible_keymaps): Pass new arg to map_char_table.
19963 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
19965 * casetab.c (set_case_table): Pass new arg to map_char_table.
19967 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
19969 * lisp.h (specbinding_func): New typedef.
19970 (struct specbinding): Use specbinding_func, to put the `volatile'
19971 in the right place.
19973 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
19974 to avoid GCC warning.
19976 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
19978 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
19980 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
19982 * keyboard.c (apply_modifiers): Don't fill the other cache.
19984 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
19986 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
19988 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
19989 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
19990 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
19991 (Fset_window_configuration, Fcurrent_window_configuration)
19992 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
19993 (Fpos_visible_in_window_p, mark_window_cursors_off)
19994 (window_internal_height, window_internal_width, Frecenter)
19995 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
19996 (replace_buffer_in_all_windows, init_window_once, init_window)
19997 (syms_of_window, keys_of_window): Move from lisp.h.
19998 * lisp.h: Move window.c declarations to window.h.
20000 * bytecode.c: Include window.h.
20001 * emacs.c: Include window.h.
20003 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
20004 (keyremap): Add `parent' field.
20005 (keyremap_step): Use it. Remove `parent' argument.
20006 (read_key_sequence): Setup and use the new `parent' field.
20008 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
20010 * keyboard.c (adjust_point_for_property): Ensure termination.
20012 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
20014 * keyboard.c (follow_key): Remove dead variable `did_meta'.
20015 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
20016 duplicated handling of function-key-map and key-translation-map
20017 in read_key_sequence.
20018 (read_key_sequence): Use them.
20020 * keyboard.c (adjust_point_for_property): Try harder to move point
20021 to the non-sticky end of an invisible property.
20023 * xdisp.c (single_display_prop_intangible_p): Make `space' display
20024 property intangible as well.
20026 2003-05-10 Andreas Schwab <schwab@suse.de>
20028 * xmenu.c (single_menu_item): Change last parameter to void* to
20031 2003-05-09 Richard M. Stallman <rms@gnu.org>
20033 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
20034 Bind Qinhibit_modification_hooks to t so there will be no GC.
20035 Rename local `tem' to `save_deactivate_mark'.
20037 * eval.c (specpdl_ptr): Declare volatile.
20038 (unbind_to): Copy the whole binding and decrement specpdl_ptr
20039 before doing the work of unbinding it.
20041 * lisp.h (struct specbinding): Declare elements volatile.
20042 (specpdl_ptr): Declare volatile.
20044 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
20046 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
20047 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
20049 2003-05-08 Dave Love <fx@gnu.org>
20051 * coding.c (Vlast_coding_system_used): Doc fix.
20053 2003-05-07 Jason Rumney <jasonr@gnu.org>
20055 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
20056 when system does not support them.
20058 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
20060 * fileio.c (Qwrite_region_annotate_functions): New var.
20061 (build_annotations): Use it to process the global part of the hook.
20062 (syms_of_fileio): Init and staticpro it.
20064 * keyboard.c (safe_run_hooks_error): Display a message instead of
20065 silently ignoring the error.
20067 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
20069 * keyboard.c (input_available_signal): Mark static.
20070 (menu_bar_items): Use map_keymap.
20071 (menu_bar_one_keymap): Remove.
20072 (menu_bar_item): Adjust arglist (for use in map_keymap).
20073 Properly hide a second binding when not both are keymaps.
20075 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
20076 (single_keymap_panes): Use it and map_keymap.
20077 (single_menu_item): Use skp as well.
20079 * keymap.h (map_keymap_function_t): New type.
20080 (map_keymap): Declare.
20082 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
20083 (map_keymap_call, Fmap_keymap): New functions.
20084 (syms_of_keymap): Defsubr map-keymap.
20086 2003-05-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20088 * gtkutil.c (create_dialog, make_widget_for_menu_item)
20089 (make_menu_item, create_menus, xg_update_menu_item): Don't call
20090 ..._with_mnemonic functions for menu items.
20092 2003-05-01 Kenichi Handa <handa@m17n.org>
20094 * coding.c (coding_system_accept_latin_extra_p): Delete this
20096 (find_safe_codings): Pay attention to
20097 the property tranlsation-table-for-encode of each codings.
20098 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
20100 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
20102 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
20104 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
20106 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
20108 * lisp.h (CHECK): Wrap args in parenthesis.
20109 (specbind): Fix doc: symbol = Qnil is not supported any more.
20111 * bytecode.c (Fbyte_code) <unwind-protect>:
20112 Use Fprogn rather than 0 and Qnil.
20114 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
20115 `double', and `triple' modifiers as well.
20117 2003-04-30 Richard M. Stallman <rms@gnu.org>
20119 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
20121 * alloc.c (abort_on_gc): New variable.
20122 (Fgarbage_collect): Abort if abort_on_gc is set.
20124 * lisp.h (abort_on_gc): Add decl.
20126 * eval.c (Fsignal): Clear abort_on_gc.
20128 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
20129 Reinit FORMAT_START and END before second scan.
20131 * xdisp.c (move_it_vertically_backward): Do the final big else
20132 even if nlines is 0.
20134 * xdisp.c (redisplay_internal): Finish the per-frame loop
20135 even if redisplay is suspended by input.
20137 2003-04-24 Andrew Choi <akochoi@shaw.ca>
20139 * macterm.c (x_list_fonts): Return all fonts that match if
20142 2003-04-25 Kenichi Handa <handa@m17n.org>
20144 * syntax.c (skip_chars): Fix previous change.
20146 2003-04-24 Kenichi Handa <handa@m17n.org>
20148 * syntax.c (skip_chars): Make the code faster by using the common
20149 technique of *p, *stop, and *endp.
20151 2003-04-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20153 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
20154 tool_bar_items so GTK tool bar expose callback does not access items
20157 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
20159 * eval.c (Fapply): Undo last change and add a comment about why.
20161 2003-04-18 Miles Bader <miles@gnu.org>
20163 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
20164 pickier PARSE_MULTIBYTE_SEQ.
20166 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
20168 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
20169 Use XCDR, XCAR, CONSP.
20170 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
20171 (Fapply): Remove unnecessary GCPRO.
20173 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
20175 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
20177 * buffer.h: Don't hardcode BEG==1.
20179 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
20181 2003-04-16 Richard M. Stallman <rms@gnu.org>
20183 * xdisp.c (try_window, try_window_reusing_current_matrix):
20184 When at end of window, set window_end_pos to Z-ZV.
20186 * buffer.c (Foverlay_recenter): Doc fix.
20188 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
20190 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
20192 2003-04-14 Andrew Choi <akochoi@shaw.ca>
20194 * macterm.c (mac_check_for_quit_char): Don't check more often than
20197 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
20199 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
20200 specially, so that they can't hide an implicit switch-frame event.
20201 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
20202 (head_table): Use switch-frame as event_kind for select-window.
20203 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
20205 * editfns.c (Fformat): Lisp_Object/int mixup.
20206 (format2): Remove unused var numargs.
20208 2003-04-11 Kenichi Handa <handa@m17n.org>
20210 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
20211 (Qafter_insert_file_set_coding): New variable.
20212 (syms_of_fileio): Initialize and staticpro it. Delete declaration
20213 for after-insert-file-adjust-coding-function.
20214 (Finsert_file_contents): Call Qafter_insert_file_set_coding
20215 instead of Vafter_insert_file_adjust_coding_function.
20217 2003-04-11 Kenichi Handa <handa@m17n.org>
20219 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
20221 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
20222 string. Callers changed.
20224 2003-04-10 Kenichi Handa <handa@m17n.org>
20226 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
20227 (syms_of_fileio): Declare it as a lisp variable.
20228 (Finsert_file_contents):
20229 Call Vafter_insert_file_adjust_coding_function before calling
20232 2003-04-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20234 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
20235 get GtkAdjustment as widget now is a GtkRange.
20237 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
20238 GtkRange to avoid memory leak.
20240 2003-04-09 Kenichi Handa <handa@m17n.org>
20242 * xfaces.c (Vface_font_rescale_alist): New variable.
20243 (struct font_name): New member rescale_ratio.
20244 (font_rescale_ratio): New function.
20245 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
20246 (better_font_p): On comparing point sized, pay attention to
20247 recale_ratio member of fonts.
20248 (build_scalable_font_name): Reflect font->rescale_ratio in the
20250 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
20252 * lread.c (read1): Before calling index, check if the 2nd
20253 arguemnt is in ASCII range.
20255 2003-04-08 Richard M. Stallman <rms@gnu.org>
20257 * fileio.c (Ffile_symlink_p): Doc fix.
20259 * editfns.c (Fformat): Translate positions of text properties
20260 in the format string to apply them to the result.
20262 * fileio.c (Finsert_file_contents): Doc fix.
20263 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
20265 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
20267 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
20269 2003-04-08 Steven Tamm <steventamm@mac.com>
20271 * mac.c (init_mac_osx_environment): Switch libexec and bin so
20272 that self-contained application finds libexec files.
20274 2003-04-08 Kenichi Handa <handa@m17n.org>
20276 * coding.c (code_convert_region_unwind):
20277 Set Vlast_coding_system_used to the argument.
20278 (code_convert_region): If post-read-conversion function changed
20279 the value of last-coding-sytem, keep the new value in
20280 coding->symbol so that it won't be overridden.
20281 (run_pre_post_conversion_on_str): Likewise.
20282 (coding_system_accept_latin_extra_p): New function.
20283 (find_safe_codings): Pay attention to characters registered in
20284 latin-extra-code-table.
20286 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
20288 * Makefile.in (md5.o): Add missing dependency info.
20290 2003-04-06 Richard M. Stallman <rms@gnu.org>
20292 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
20294 * marker.c (verify_bytepos): New function.
20296 * intervals.c (set_intervals_multibyte_1): When becoming
20297 multibyte, adjust right and left child sizes to a whole set of
20298 characters. If an interval gets zero total-length, delete it.
20299 If an interval consists of just its children, delete one of them.
20301 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
20302 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
20304 * alloc.c (VALIDATE_LISP_STORAGE): Macro deleted.
20306 (lisp_malloc): Do the work here directly.
20308 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
20310 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
20313 2003-04-04 Kenichi Handa <handa@m17n.org>
20315 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
20316 destructively change "%S" to "%s".
20318 2003-04-03 Miles Bader <miles@gnu.org>
20320 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
20323 2003-04-01 Dave Love <fx@gnu.org>
20325 * xfns.c (xpm_lookup_color): Grok "opaque".
20327 2003-03-31 Andrew Choi <akochoi@shaw.ca>
20329 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
20332 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
20334 * macterm.h (struct mac_output): Define x_pixels_diff and
20337 2003-03-31 Juanma Barranquero <lektu@terra.es>
20339 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
20340 blockinput.h and files included from it.
20342 2003-03-31 Kim F. Storm <storm@cua.dk>
20344 The following changes consolidates the common code related to
20345 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
20346 files into frame.c.
20348 * frame.c: Include blockinput.h.
20349 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
20350 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
20351 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
20353 (struct frame_parm_table, frame_parms): New table for describing
20354 frame parameters and their associated Q-variable.
20355 The order of the parameters corresponds to the sequence of the
20356 frame_parm_handlers table in redisplay_interface.
20357 (x_fullscreen_move, x_set_frame_parameters)
20358 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
20359 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
20360 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
20361 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
20362 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
20363 Generic functions for processing of frame parameters.
20364 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
20365 (display_x_get_resource, x_get_resource_string): Functions for
20366 generic access to X resources.
20367 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
20368 (x_default_parameter, Fx_parse_geometry): Functions for generic
20369 access to frame parameters.
20370 (x_figure_window_size): Generic calculation of frame size.
20371 Fixed to add space needed for tool bar. Also setup size_hint_flags.
20372 (syms_of_frame): Intern and staticpro frame parameter variables.
20373 Defvar_lisp Vx_resource_class and Vx_resource_name here.
20374 Defsubr Sx_get_resource and Sx_parse_geometry.
20376 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
20377 parameter related vars defined in frame.c.
20378 (EMACS_CLASS): Define here.
20379 (enum FULLSCREEN_*): Define here.
20380 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
20381 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
20382 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
20383 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
20384 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
20385 (x_set_visibility, x_set_autoraise, x_set_autolower)
20386 (x_set_unsplittable, x_set_vertical_scroll_bars)
20387 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
20388 (x_figure_window_size): Add prototypes.
20390 * dispextern.h (frame_parm_handler): New typedef.
20391 (struct redisplay_interface): New member frame_parm_handlers.
20392 (enum resource_types): Move declaration here.
20393 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
20394 (x_default_parameter): Add prototypes.
20396 * window.c: Remove extern decl for frame parameter vars.
20397 (change_window_heights): New generic function;
20398 replaces x_change_window_heights. All users changed.
20400 * window.h (change_window_heights): Add prototype.
20402 * xfaces.c: Remove extern decl for frame parameter vars.
20404 * xterm.h (EMACS_CLASS): Remove. Use generic define.
20405 (struct w32_display_info): Fix type of xrdb member.
20406 (enum FULLSCREEN_*): Remove.
20407 Remove prototypes for generic functions (in frame.h).
20409 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
20410 parameters now defined in frame.h and frame.c.
20411 (Vx_resource_name): Remove. Use generic var.
20412 (enum x_frame_parms): Remove (bogus, unused enum).
20413 (check_x_display_info): Make non-static (for frame.c).
20414 (struct x_frame_parm_table, x_frame_parms): Remove.
20415 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
20416 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
20417 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
20418 (x_change_window_heights, x_set_autoraise, x_set_autolower)
20419 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
20420 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
20421 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
20422 Remove. Use generic functions instead.
20423 (enum resource_types): Remove.
20424 (x_set_scroll_bar_default_width): New global function (for frame.c).
20425 (Fx_create_frame): Depend on x_figure_window_size to add space for
20426 toolbar and setup size_hint_flags.
20427 (x_frame_parm_handlers): New table for redisplay_interface.
20428 (syms_of_xfns): Don't intern/staticpro removed vars.
20430 * xterm.c: Remove unnecessary extern declarations.
20431 (x_fullscreen_adjust): Remove. Use generic instead.
20432 (x_redisplay_interface): Add x_frame_parm_handlers member.
20434 * w32gui.h (XrmDatabase): New (dummy) typedef.
20436 * w32term.h (EMACS_CLASS): Remove. Use generic define.
20437 (struct w32_display_info): Fix type of xrdb member.
20438 (enum FULLSCREEN_*): Remove.
20439 (x_fullscreen_adjust): Remove prototype.
20441 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
20442 parameters now defined in frame.h and frame.c.
20443 (Vx_resource_name): Remove. Use generic var.
20444 (enum x_frame_parms): Remove (bogus, unused enum).
20445 (check_x_display_info): Make non-static (for frame.c).
20446 (struct x_frame_parm_table, x_frame_parms): Remove.
20447 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
20448 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
20449 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
20450 (x_change_window_heights, x_set_autoraise, x_set_autolower)
20451 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
20452 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
20453 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
20454 Remove. Use generic functions instead.
20455 (enum resource_types): Remove.
20456 (x_set_scroll_bar_default_width): New global function (for frame.c).
20457 (Fx_create_frame): Depend on x_figure_window_size to add space for
20458 toolbar and setup size_hint_flags.
20459 (w32_frame_parm_handlers): New table for redisplay_interface.
20460 (syms_of_w32fns): Don't intern/staticpro removed vars.
20462 * w32term.c: Remove unnecessary extern declarations.
20463 (x_fullscreen_adjust): Remove. Use generic instead.
20464 (x_redisplay_interface): Add w32_frame_parm_handlers member.
20466 * w32reg.c (x_get_string_resource): Use XrmDatabase.
20468 * macgui.h (XrmDatabase): New (dummy) typedef.
20470 * macterm.h (EMACS_CLASS): Remove.
20471 (struct mac_display_info): Add xrdb member.
20472 (struct mac_output): Add want_fullscreen member.
20474 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
20475 parameters now defined in frame.h and frame.c.
20476 (Vx_resource_name): Remove. Use generic var.
20477 (check_x_display_info): Make non-static (for frame.c).
20478 (struct x_frame_parm_table, x_frame_parms): Remove.
20479 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
20480 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
20481 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
20482 (x_change_window_heights, x_set_autoraise, x_set_autolower)
20483 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
20484 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
20485 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
20486 Remove. Use generic functions instead.
20487 (enum resource_types): Remove.
20488 (x_set_scroll_bar_default_width): New global function (for frame.c).
20489 (mac_frame_parm_handlers): New table for redisplay_interface.
20490 (syms_of_macfns): Don't intern/staticpro removed vars.
20492 * macterm.c: Remove unnecessary extern declarations.
20493 (x_redisplay_interface): Add mac_frame_parm_handlers member.
20495 * Makefile.in (frame.o): Add dependency on blockinput.h and files
20496 included from it (atimer.h and systime.h).
20498 2003-03-30 Andreas Schwab <schwab@suse.de>
20500 * xdisp.c (x_insert_glyphs): Fix swapped width and height
20501 parameters for shift_glyphs_for_insert.
20503 * macterm.c (x_redisplay_interface): Add missing entry for
20504 draw_vertical_window_border.
20506 2003-03-29 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
20508 * fileio.c (Fexpand_file_name): In the no-handler case, after
20509 expanding, look again for a handler and invoke it. This is needed
20510 for filenames like "/foo/../user@host:/bar/../baz" -- the first
20511 expansion produces "/user@host:/bar/../baz" which needs to be
20512 expanded again for the finame result "/user@host:/baz".
20514 2003-03-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20516 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
20517 of area to be redrawn for better performance.
20519 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
20521 * xterm.c (take_vertical_position_into_account): Remove.
20522 (xt_action_hook): Call set_vertical_scroll_bar if needed.
20523 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
20524 (xm_scroll_callback, x_create_toolkit_scroll_bar)
20525 (x_set_toolkit_scroll_bar_thumb): Simplify.
20526 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
20527 (XTread_socket): Remove unused var.
20528 (x_make_frame_invisible): Replace goto with else.
20530 * xdisp.c (set_vertical_scroll_bar): New fun.
20531 (redisplay_window): Use it.
20533 2003-03-26 Richard M. Stallman <rms@gnu.org>
20535 * xdisp.c (update_tool_bar): Recompute tool bar if
20536 update_mode_lines is set. Set w->update_mode_line
20537 only if the tool bar contents actually change.
20538 (update_menu_bar): Undo previous change.
20540 2003-03-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20542 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
20543 (xg_frame_set_char_size): Calculate scroll bar width before frame
20544 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
20545 (xg_separator_p): Check for all documented separator types.
20546 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
20547 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
20549 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
20550 so tool bar gets updated.
20552 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
20554 * data.c (store_symval_forwarding): Re-instate part of the code
20555 that was deleted with too much enthusiasm.
20557 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
20559 * data.c (store_symval_forwarding): Delete special read-only
20560 hack for type == -1, since we now use ->constant instead.
20561 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
20563 * buffer.c (overlays_in): Declare static.
20564 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
20565 `constant' field rather than the variable's `type' field.
20567 2003-03-24 Andrew Choi <akochoi@shaw.ca>
20569 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
20571 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
20573 * fns.c [MAC_OSX]: Do not redefine vector.
20575 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
20577 * macgui.h: Remove definition of No_Cursor.
20579 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
20581 * xdisp.c: Define No_Cursor.
20582 (x_write_glyphs, notice_overwritten_cursor)
20583 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
20584 (note_mouse_highlight): Remove Mac-specific code.
20585 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
20587 2003-03-24 John Paul Wallington <jpw@gnu.org>
20589 * xdisp.c (redisplay_window): If mini window's buffer is not
20590 empty, then redisplay it like other windows.
20592 2003-03-23 Kim F. Storm <storm@cua.dk>
20594 * w32term.c (w32_draw_window_cursor): Fix last change.
20596 2003-03-23 Kenichi Handa <handa@m17n.org>
20598 * alloc.c (make_string_from_bytes, make_specified_string):
20599 Add `const' for the arg CONTENTS.
20601 * lisp.h (make_string_from_bytes, make_specified_string):
20602 Prototypes adjusted.
20604 2003-03-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20606 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif.
20608 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
20609 (XG_SB_RANGE): New define.
20611 * gtkutil.c (xg_fixed_handle_expose): New function.
20612 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
20614 (xg_update_scrollbar_pos): Take two more arguments, left and width
20615 of scroll bar including borders.
20616 Clear left and right part outside scroll bar separately as some
20617 themes have bars that are not an even number of pixels.
20618 Don't set reallocate_redraws, don't call
20619 gdk_window_process_all_updates.
20620 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
20621 so no need to change it. Calculate size and value with XG_SB_RANGE.
20623 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
20624 Pass left and width of scroll bar including borders to
20625 xg_update_scrollbar_pos.
20627 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20629 * Makefile.in: Make sure space precedes end-of-line backslashes.
20631 2003-03-22 Kim F. Storm <storm@cua.dk>
20633 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
20634 Add generic versions here. Remove system specific versions
20637 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
20640 * xterm.h (STORE_NATIVE_RECT): New macro.
20642 2003-03-21 Kim F. Storm <storm@cua.dk>
20644 * xdisp.c (get_glyph_string_clip_rect):
20645 Use FRAME_INTERNAL_BORDER_WIDTH.
20647 * dispextern.h (struct redisplay_interface): Add active_p
20648 argument to draw_window_cursor member. All uses changed.
20650 2003-03-21 Kim F. Storm <storm@cua.dk>
20652 The following changes consolidate code related to writing and
20653 inserting glyphs, exposing frame, the tool bar, the mouse face,
20654 the output cursor, and help echo from xterm.c, w32term.c and
20655 macterm.c into xdisp.c. It also generalizes the use of the
20656 window_part enum instead of using numeric values throughout.
20658 * xdisp.c: Consolidate gui-independent code here.
20660 (Qhelp_echo): Import.
20661 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
20662 (help_echo_string, help_echo_window, help_echo_object)
20663 (previous_help_echo_string, help_echo_pos): Declare here.
20664 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
20665 (estimate_mode_line_height): Define here. Handle windowing
20666 systems directly (without using estimate_mode_line_height_hook).
20667 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
20668 (update_window_cursor, update_cursor_in_window_tree)
20669 (fast_find_position, fast_find_string_pos)
20670 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
20671 (expose_area, expose_line, expose_overlaps, expose_window)
20672 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
20673 declared static as they are only used locally in xdisp.c.
20674 (draw_glyphs): Rename from x_draw_glyphs and make static.
20675 (tool_bar_item_info, notice_overwritten_cursor): Make static.
20676 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
20677 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
20678 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
20679 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
20680 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
20681 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
20682 (note_mouse_highlight, x_clear_window_mouse_face)
20683 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
20684 (x_intersect_rectangles): New generic functions for use by xdisp.c
20685 and GUI front-ends.
20686 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
20687 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
20689 * dispextern.h (Display_Info): Generic typedef for *_display_info.
20690 (NativeRectangle): Generic typedef for rectangle type.
20691 (enum window_part): Move here from window.c.
20692 (struct redisplay_interface): New members flush_display_optional,
20693 define_frame_cursor, clear_frame_area, draw_window_cursor,
20694 draw_vertical_window_border, shift_glyphs_for_insert.
20695 Rename member clear_mouse_face to clear_window_mouse_face.
20696 (estimate_mode_line_height_hook): Remove hook.
20697 (auto_raise_tool_bar_buttons_p): Don't declare extern.
20698 (tool_bar_item_info): Remove prototype.
20699 (help_echo_string, help_echo_window, help_echo_object)
20700 (previous_help_echo_string, help_echo_pos)
20701 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
20702 (x_stretch_cursor_p, output_cursor): Declare extern.
20703 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
20704 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
20705 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
20706 (display_and_set_cursor, set_output_cursor, x_cursor_to)
20707 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
20708 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
20709 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
20710 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
20711 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
20713 (mode_line_string, marginal_area_string): Fix prototypes.
20715 * window.c (enum window_part): Move to dispextern.h.
20716 (coordinates_in_window): Use enum window_part member names
20717 instead of numbers to describe return value.
20718 (struct check_window_data): Change part member to window_part.
20719 (check_window_containing): Return window_part unaltered.
20720 (window_from_coordinates): Change part arg from int to enum
20721 window_part. Allow part arg to be null. All users changed.
20723 * window.h (window_from_coordinates): Fix prototype.
20725 * term.c (estimate_mode_line_height): Move to xdisp.c.
20727 * keyboard.c (make_lispy_event): Use enum window_part.
20729 * dispnew.c (mode_line_string, marginal_area_string): Use enum
20730 window_part instead of int in arg list. Users changed.
20732 * xterm.h (No_Cursor): Declare as None for X.
20733 (struct mac_output): Replace member cross_cursor by hand_cursor.
20735 * xterm.c: Remove consolidated defines and code.
20736 (BETWEEN): Remove unused macro.
20737 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
20738 (x_define_frame_cursor, x_clear_frame_area)
20739 (x_draw_window_cursor): New X-specific functions for RIF.
20740 (x_redisplay_interface): Add new members.
20742 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
20744 * w32term.h (struct w32_output): Remove cross_cursor member.
20746 * w32term.c: Remove consolidated defines and code.
20747 (BETWEEN): Remove unused macro.
20748 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
20749 (w32_define_frame_cursor, w32_clear_frame_area)
20750 (w32_draw_window_cursor): New W32-specific functions for RIF.
20751 (w32_redisplay_interface): Add new members.
20753 * w32gui.h (No_Cursor): Define as 0 for W32.
20754 (XRectangle): Add X compatible rectangle type.
20755 (NativeRectangle): Declare as RECT for W32.
20756 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
20758 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
20760 * w32console.c: Remove consolidated defines and code.
20762 * msdos.h (Display_Info): Add generic typedef.
20764 * msdos.c: Remove consolidated defines and code.
20765 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
20767 * macterm.h (struct mac_output): Replace member cross_cursor by
20769 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
20771 * macterm.c: Remove consolidated defines and code.
20772 (BETWEEN): Remove unused macro.
20773 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
20774 (mac_define_frame_cursor, mac_clear_frame_area)
20775 (mac_draw_window_cursor): New Mac-specific functions for RIF.
20776 (x_redisplay_interface): Add new members.
20778 * macgui.h (No_Cursor): Define as 0 for Mac.
20779 (XRectangle): Add X compatible rectangle type.
20780 (NativeRectangle): Declare as Rect for Mac.
20781 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
20783 * macfns.c (x_set_mouse_color): Setup hand_cursor.
20784 (x_set_cursor_color): Use x_display_and_set_cursor.
20786 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
20787 included from it. Add dependency on keymap.h.
20789 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
20791 2003-03-21 Kenichi Handa <handa@m17n.org>
20793 * fileio.c (Fexpand_file_name): Fix previous change.
20795 2003-03-19 Kenichi Handa <handa@m17n.org>
20797 * fileio.c (Ffile_name_directory): Reconstruct file name by
20798 make_specified_string.
20799 (Ffile_name_nondirectory, Ffile_name_as_directory)
20800 (Fdirectory_file_name, Fexpand_file_name)
20801 (Fsubstitute_in_file_name): Likewise.
20802 (Fread_file_name): Compare decoded homedir with DIR and
20805 * alloc.c (make_specified_string): If NCHARS is negative, count
20806 the number of characters.
20808 2003-03-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20810 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
20813 * gtkutil.h: Removed xg_ignore_next_thumb.
20815 2003-03-18 Kenichi Handa <handa@m17n.org>
20817 * coding.c (Vchar_coding_system_table): Remove this variable.
20818 (Vcoding_system_safe_chars): New variable.
20819 (intersection): Remove this function.
20820 (find_safe_codings): Don't use Vchar_coding_system_table, but try
20821 all codings in SAFE_CODINGS.
20822 (Ffind_coding_systems_region_internal): Adjust for the change of
20823 find_safe_codings. Get generic coding systems from
20824 Vcoding_system_safe_chars.
20825 (Fdefine_coding_system_internal): New function.
20826 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
20827 Initialize and staticpro Vcoding_system_safe_chars.
20829 2003-03-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20831 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
20832 equal old values before updating.
20834 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
20836 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
20838 2003-03-17 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20840 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
20841 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
20842 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
20843 (scroll_bar_button_cb): Set bar->dragging to nil on button release.
20844 (xg_create_scroll_bar): Pass bar to button event callback.
20845 (xg_find_top_left_in_fixed): New function.
20846 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
20847 whole scroll bar area. Get old position with
20848 xg_find_top_left_in_fixed, calculate and only clear needed areas.
20849 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
20850 dragging is in progress. Calculate whole as for Motif.
20851 Remove code that saved last values. Call gtk_range functions to
20852 set scroll bar sizes.
20854 * gtkutil.h: Removed xg_ignore_next_thumb.
20856 2003-03-17 Juanma Barranquero <lektu@terra.es>
20858 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
20859 and files included from it.
20861 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
20863 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
20864 multiple occurrences of the same keymap under different prefixes.
20865 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
20867 2003-03-16 Jason Rumney <jasonr@gnu.org>
20869 * w32gui.h: Use HDC for Display.
20871 * w32term.c (w32_encode_char): Prevent double-byte chars from
20874 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
20877 2003-03-16 Juanma Barranquero <lektu@terra.es>
20879 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
20881 2003-03-16 Kim F. Storm <storm@cua.dk>
20883 The following changes consolidate some of the gui-independent
20884 parts of the processing and drawing of "glyph strings" from
20885 xterm.c, w32term.c, and macterm.c into xdisp.c.
20887 * dispextern.h (struct glyph): Reduce face_id member from 22 to
20888 21 bits (this reduces number of faces from 4M to 2M).
20889 Replace W32 specific w32_font_type member (2 bits) by generic
20890 font_type member (3 bits) for portability.
20891 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
20892 (enum draw_glyphs_face): Define here.
20893 (struct glyph_string): Define here. Merge W32 and X versions.
20894 (struct redisplay_interface): New members per_char_metric,
20895 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
20896 (VCENTER_BASELINE_OFFSET): Define here.
20897 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
20898 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
20900 * xdisp.c: Consolidate gui-independent "glyph string" code here.
20901 (dump_glyph_string): Moved here.
20902 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
20903 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
20904 (fill_composite_glyph_string, fill_glyph_string)
20905 (fill_image_glyph_string, fill_stretch_glyph_string)
20906 (left_overwritten, left_overwriting, right_overwritten)
20907 (right_overwriting, get_char_face_and_encoding)
20908 (set_glyph_string_background_width, compute_overhangs_and_x)
20909 (append_glyph, append_composite_glyph, produce_image_glyph)
20910 (take_vertical_position_into_account, append_stretch_glyph)
20911 (produce_stretch_glyph): New generic functions (based on X version).
20912 Call platform specific functions through rif.
20913 (INIT_GLYPH_STRING): New macro, hides W32 details.
20914 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
20915 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
20916 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
20917 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
20918 (notice_overwritten_cursor):
20919 Generic functions exported to platform modules. Users changed.
20921 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
20922 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
20923 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
20924 New macros for consolidated code.
20926 * xterm.c: Remove consolidated defines and code.
20927 (x_per_char_metric, x_encode_char)
20928 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
20929 (x_redisplay_interface): Add new members.
20931 * w32gui.h (Display): Add dummy typedef for consolidation.
20932 (XChar2b): Define alias for wchar_t for consolidation.
20933 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
20935 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
20936 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
20937 New macros for consolidation.
20939 * w32term.c: Remove consolidated defines and code.
20940 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
20941 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
20942 (w32_per_char_metric): Change font_type arg to int for RIF.
20943 (w32_encode_char): Return int according to RIF requirements.
20944 (w32_compute_glyph_string_overhangs): Adapt to RIF.
20945 (w32_get_glyph_overhangs): New function for RIF. Uses generic
20946 x_get_glyph_overhangs.
20947 (w32_redisplay_interface): Add new members.
20949 * macgui.h (XChar2b): Move typedef here for consolidation.
20950 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
20952 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
20953 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
20956 * macterm.c: Remove consolidated defines and code.
20957 (mac_per_char_metric): New function for RIF.
20958 (mac_encode_char): Adapt to new RIF requirements.
20959 (mac_compute_glyph_string_overhangs): Adapt for RIF.
20960 (x_redisplay_interface): Add new members.
20962 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
20964 * keymap.c (Vmenu_events): New var.
20965 (syms_of_keymap): Initialize it.
20966 (where_is_internal): Check more carefully what is a menu event.
20968 2003-03-14 Richard M. Stallman <rms@gnu.org>
20970 * lread.c (read1): After #!, exit loop on eof.
20972 2003-03-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20974 * gtkutil.h: Add declaration for xg_frame_cleared.
20976 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
20978 * gtkutil.c (struct xg_last_sb_pos): New structure.
20979 (handle_fixed_child): New function.
20980 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
20981 and force a redraw on them.
20982 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
20983 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
20984 so we can avoid unneeded redraws.
20985 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
20986 and force a redraw on the scroll bar.
20987 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
20988 if xg_last_sb_pos shows the positions are up to date.
20989 (xg_frame_cleared): New function.
20991 2003-03-13 Kenichi Handa <handa@m17n.org>
20993 * coding.c (Fdetect_coding_region): Fix docstring.
20994 (Fdetect_coding_string): Fix docstring.
20996 2003-03-13 Andreas Schwab <schwab@suse.de>
20998 * gtkutil.c: Add prototype for create_menus.
21000 * data.c (long_to_cons): Fix type of top.
21002 * xselect.c (selection_data_to_lisp_data): Use int instead of
21003 long for an integer of size 4.
21005 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
21006 (xg_tool_bar_help_callback): Likewise.
21008 2003-03-12 Andreas Schwab <schwab@suse.de>
21010 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
21012 2003-03-12 Kim F. Storm <storm@cua.dk>
21014 The following changes consolidate the fringe handling from
21015 xterm.c, w32term.c, and macterm.c into xdisp.c.
21017 * xdisp.c: Consolidate fringe handling code here.
21018 (left_bits, right_bits, continued_bits, continuation_bits)
21019 (ov_bits, zv_bits): Define fringe bitmaps.
21020 (fringe_bitmaps): New array holding fringe bitmaps.
21021 (draw_fringe_bitmap): Draw a specific bitmap; call display
21022 specific drawing routine via rif->draw_fringe_bitmap.
21023 (draw_row_fringe_bitmaps): Generic replacement for
21024 x_draw_row_fringe_bitmaps; all callers changed.
21025 (compute_fringe_widths): Generic replacement for
21026 x_compute_fringe_widths; all callers changed.
21028 * dispextern.h (enum fringe_bitmap_type): Define here.
21029 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
21030 (fringe_bitmaps): Declare extern.
21031 (struct redisplay_interface): New member draw_fringe_bitmap.
21032 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
21034 * xterm.c: Remove generic fringe code.
21035 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
21036 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
21038 * w32term.c: Remove generic fringe code.
21039 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
21040 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
21042 * macterm.c: Remove generic fringe code.
21043 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
21044 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
21046 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
21048 * print.c (Fprin1_to_string): Return unibyte string if possible.
21050 2003-03-09 David Kastrup <dak@gnu.org>
21052 * process.c (read_process_output): We have allocated enough space
21053 for readmax and carryover, so actually use the alloted space.
21055 2003-03-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21057 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
21058 toolkit scrollbar click.
21060 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
21062 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
21064 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
21065 scrollbar and control is pressed, call x_scroll_bar_handle_click.
21067 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
21069 * gtkutil.c (xg_get_scroll_id_for_window): New function.
21070 (xg_tool_bar_item_expose_callback): New function.
21071 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
21072 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
21073 on the tool bar widget.
21074 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
21075 to expose on the tool bar item widgets.
21077 2003-03-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21079 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
21080 struct image* when deciding to update (struct image* may have been
21081 deleted from the image cache).
21083 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
21084 the event isn't for a frame (i.e. for dialogs).
21086 2003-03-07 Kenichi Handa <handa@m17n.org>
21088 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
21089 composition components reaches the limit, terminate composing.
21090 (COMPOSITION_OK): New macro.
21091 (detect_coding_iso2022): Use it if an escape sequence for
21092 composition is found.
21093 (coding_restore_composition): Adjust the number of composition
21094 components if it is not sane.
21096 2003-03-06 Juanma Barranquero <lektu@terra.es>
21098 * w32term.h (struct w32_display_info): Add xrdb member to support
21099 passing resources via -xrm on Windows.
21101 * w32term.c (w32_make_rdb): New function.
21102 (w32_term_init): Use it to initialize xrdb member of w32_display_info
21103 struct. Delete leftover code.
21105 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
21106 for resources passed on the command line.
21108 * w32reg.c (w32_get_rdb_resource): New function.
21109 (x_get_string_resource): Use it, so resources passed with -xrm
21110 supercede the ones in the registry.
21112 2003-03-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21114 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
21115 instead of x_top_window_to_frame.
21117 2003-03-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21119 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
21120 when restarting Emacs.
21122 2003-03-03 Richard M. Stallman <rms@gnu.org>
21124 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
21125 to run kill-buffer-query-functions.
21126 (Qkill_buffer_query_functions): New var.
21127 (syms_of_buffer): Init and staticpro it.
21129 2003-03-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21131 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
21133 2003-02-25 Kim F. Storm <storm@cua.dk>
21135 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
21136 If centering point failed to make whole line visible and vscroll
21137 is non-zero, disable vscroll and try centering point again.
21139 * lread.c (read1): Accept `single space' syntax like (? x).
21141 2003-02-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21143 * keyboard.c (cancel_hourglass_unwind): Surround with
21144 #ifdef HAVE_X_WINDOWS.
21146 2003-02-25 Kenichi Handa <handa@m17n.org>
21148 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
21149 process only when "subprocesses" is defined.
21151 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
21153 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
21155 2003-02-24 Juanma Barranquero <lektu@terra.es>
21157 * callint.c (fix_command): Declare as static void and move before
21158 Fcall_interactively.
21160 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
21161 (syms_of_xdisp): Don't initialize Qwhen.
21163 2003-02-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21165 * keyboard.c (cancel_hourglass_unwind): New function.
21166 (command_loop_1): Cancel hourglass with unwind-protect.
21168 2003-02-23 Richard M. Stallman <rms@gnu.org>
21170 * callint.c (fix_command): New subroutine, from Fcall_interactively.
21171 Detect (when ... (region-beginning)) etc.
21172 (Fcall_interactively): Call fix_command.
21173 (Qif, Qwhen): New variables.
21174 (syms_of_callint): Init and staticpro them.
21176 * regex.c (print_partial_compiled_pattern): Output to stderr.
21178 2003-02-23 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
21180 * dired.c (directory_files_internal): Don't expand directory.
21181 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
21182 instead. From Lars Hansen <larsh@math.ku.dk>.
21184 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
21186 * fns.c (string_to_multibyte): Remove unused var i.
21187 (Flanginfo): Fix int/Lisp_Object mixup.
21188 (void_call2): New fun.
21189 (Fmap_char_table): Use it in place of call2.
21191 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
21193 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
21195 * keymap.c (copy_keymap_1): Make it static.
21197 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
21199 2003-02-22 David Ponce <david@dponce.com>
21201 * lread.c (Fload): Don't check STRING_MULTIBYTE.
21203 2003-02-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21205 * process.h: Removed subtty field from struct Lisp_Process.
21207 * process.c (create_process): Remove setting of subtty.
21208 (emacs_get_tty_pgrp): New function.
21209 (Fprocess_running_child_p, process_send_signal):
21210 Call emacs_get_tty_pgrp instead of ioctl.
21211 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
21213 2003-02-21 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
21215 * keymap.c (Fdefine_key): Doc fix.
21217 2003-02-21 Juanma Barranquero <lektu@terra.es>
21219 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
21221 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
21222 POLLING_PROBLEM_IN_SELECT.
21224 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
21225 Delete #undef of POLLING_PROBLEM_IN_SELECT.
21227 * s/hpux10-20.h: New file.
21229 * process.c (wait_reading_process_input):
21230 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
21232 2003-02-20 Kenichi Handa <handa@m17n.org>
21234 * fontset.c (check_fontset_name): If NAME is nil, return the
21236 (override_font_info): New function.
21237 (Fset_fontset_font): Document that NAME nil means the default fontset.
21238 (Ffontset_info): If FONTSET is not the default fontset, merge
21239 FONTSET onto the copy of the default fontset, and work on that
21240 copy. Document that NAME nil means the default fontset.
21241 (Ffontset_font): Document that NAME nil means the default fontset.
21243 * process.c (setup_process_coding_systems): If the process's
21244 in/out descriptor is -1, do nothing.
21246 2003-02-19 Andreas Schwab <schwab@suse.de>
21248 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
21251 2003-02-19 Kenichi Handa <handa@m17n.org>
21253 * xfaces.c (try_alternative_families): Try all scalable fonts if
21254 Vscalable_fonts_allowed is not Qt.
21256 2003-02-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21258 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
21260 2003-02-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21262 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
21265 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
21266 (sorted_font_list): Move allocation of struct font_name to
21268 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
21269 (Fx_list_fonts): Set maxnames to -1 to get all font names.
21271 2003-02-18 Kim F. Storm <storm@cua.dk>
21273 * lread.c (read1): Fix last change.
21274 "`" is not always special. Allow "?" after a character constant.
21276 2003-02-18 Andrew Choi <akochoi@shaw.ca>
21278 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
21280 2003-02-18 Andreas Schwab <schwab@suse.de>
21282 * window.c (window_scroll_pixel_based): Move outside a
21283 multi-glyph character before setting new window start.
21285 * xdisp.c (in_display_vector_p): New function.
21286 * dispextern.h (in_display_vector_p): Declare.
21288 2003-02-18 Kim F. Storm <storm@cua.dk>
21290 * lread.c (read1): Fix and relax read syntax.
21291 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
21292 Only recognize "," after dotted-pair dot if inside backquote.
21293 Never include "`" or "," (inside backquote) in a symbol.
21294 Allow dotted-pair dot after a character constant.
21295 Allow "`" and "," (inside backquote) after a character constant.
21297 2003-02-17 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21299 * gtkutil.c (xg_tool_bar_expose_callback): New function.
21300 (xg_create_tool_bar): Force style of tool bar to be horizontal with
21301 icons. Set name of tool bar to emacs-toolbar.
21302 (update_frame_tool_bar): Connect expose event to
21303 xg_tool_bar_expose_callback.
21305 2003-02-17 Richard M. Stallman <rms@gnu.org>
21307 * keyboard.c (this_command_key_count_reset): New variable.
21308 Initiatize to 0 where this_command_key_count is set.
21309 (read_char): Save and restore this_command_key_count_reset
21310 around input method code.
21311 (read_char): If this_command_key_count_reset, echo reread commands.
21312 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
21314 2003-02-17 Kenichi Handa <handa@m17n.org>
21316 * fns.c (string_to_multibyte): Always return a multibyte string.
21318 2003-02-16 Jason Rumney <jasonr@gnu.org>
21320 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
21321 Negative max_fonts parameter means list all.
21323 2003-02-14 Dave Love <fx@gnu.org>
21325 * fns.c (Flanginfo): Doc fix.
21327 2003-02-13 Kim F. Storm <storm@cua.dk>
21329 * lread.c (read_escape): Interpret \s as a SPACE character, except
21330 for \s-X in a character constant which still is the super modifier.
21331 (read1): Signal an `invalid read syntax' error if a character
21332 constant is immediately followed by a digit or symbol character.
21334 * search.c (Fmatch_data): Doc fix. Explicitly state that
21335 match-data is undefined if last search failed.
21337 * keymap.c (Fcommand_remapping): Rename from Fremap_command.
21340 2003-02-12 Juanma Barranquero <lektu@terra.es>
21342 * eval.c (Fdefmacro): Fix typo.
21344 2003-02-12 Kim F. Storm <storm@cua.dk>
21346 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
21347 macro is a string, convert meta modifiers in string when copying
21348 the string into a vector.
21350 2003-02-11 Kim F. Storm <storm@cua.dk>
21352 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
21354 2003-02-11 Kenichi Handa <handa@m17n.org>
21356 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
21358 2003-02-10 Kim F. Storm <storm@cua.dk>
21360 * process.c: Doc fixes.
21361 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
21363 2003-02-10 Kenichi Handa <handa@m17n.org>
21365 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
21367 * process.c (QCfilter_multibyte): New variable.
21368 (setup_process_coding_systems): New function.
21369 (Fset_process_buffer, Fset_process_filter):
21370 Call setup_process_coding_systems.
21371 (Fstart_process): Initialize the member `filter_multibyte' of
21372 struct Lisp_Process.
21373 (create_process): Call setup_process_coding_systems.
21374 (Fmake_network_process): New keyward `:filter-multibyte'.
21375 Initialize the member `filter_multibyte' of struct Lisp_Process.
21376 Call setup_process_coding_systems.
21377 (server_accept_connection): Call setup_process_coding_systems.
21378 (read_process_output): If the process has a filter, decide the
21379 multibyteness of a string to given to the filter by
21380 `filter_multibyte' member of the process. If the process doesn't
21381 have a filter and the result of conversion is unibyte, use
21382 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
21384 (Fset_process_coding_system): Call setup_process_coding_systems.
21385 (Fset_process_filter_multibyte): New function.
21386 (Fprocess_filter_multibyte_p): New function.
21387 (syms_of_process): Intern and staticpro QCfilter_multibyte.
21388 Defsubr Sset_process_filter_multibyte and
21389 Sprocess_filter_multibyte_p.
21391 * process.h (struct Lisp_Process): New member filter_multibyte.
21393 * lisp.h (setup_process_coding_systems): Add prototype.
21395 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
21396 process, update coding systems for the process.
21398 2003-02-09 Kenichi Handa <handa@m17n.org>
21400 * fns.c (string_to_multibyte): New function.
21401 (Fstring_to_multibyte): New function.
21402 (syms_of_fns): Defsubr it.
21404 2003-02-08 Andreas Schwab <schwab@suse.de>
21406 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
21407 instead of the substitution.
21409 2003-02-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21411 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
21413 * xmenu.c (menu_position_func): Adjust menu popup position so that
21414 the menu is fully visible.
21416 2003-02-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21418 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
21419 (x_make_frame_invisible, x_wm_set_icon_position):
21420 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
21422 * xfns.c (x_set_name, x_set_title): Ditto.
21424 2003-02-04 Richard M. Stallman <rms@gnu.org>
21426 * keyboard.c (echo_now): Update before_command_echo_length.
21427 (Freset_this_command_lengths): Reset this_command_key_count etc.
21428 immediately rather than arranging to do it later.
21429 (before_command_key_count_1, before_command_echo_length_1)
21430 (before_command_restore_flag): Vars deleted.
21431 (add_command_key): Don't handle before_command_restore_flag.
21432 (read_char, record_menu_key): Don't update before_command_key_count or
21433 before_command_echo_length.
21434 (read_char): Don't handle before_command_restore_flag.
21436 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
21437 in direct-output clauses if it wouldn't be called in the ordinary case.
21439 2003-02-04 Kim F. Storm <storm@cua.dk>
21441 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
21443 2003-02-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21445 * gtkutil.c (remove_from_container): Copying list is not needed.
21446 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
21447 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
21448 on list returned from gtk_container_get_children to avoid memory leak.
21450 2003-02-01 Jason Rumney <jasonr@gnu.org>
21452 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
21454 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
21455 definitions in xpm.h.
21456 (init_xpm_functions): New function.
21457 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
21458 (init_external_image_libraries): Try to load libXpm.dll.
21460 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
21463 2003-01-31 Dave Love <fx@gnu.org>
21465 * syntax.c (Fskip_chars_forward)
21466 (open-paren-in-column-0-is-defun-start): Doc fix.
21468 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
21470 * fileio.c: Support // at start of name for Cygwin (just added proper
21471 preprocessor tests).
21473 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
21475 * Makefile.in: Use @EXEEXT@ for Cygwin.
21477 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
21479 * s/cygwin.h: Added for Cygwin port.
21481 2003-01-31 Juanma Barranquero <lektu@terra.es>
21483 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
21484 when including gif_lib.h.
21485 (init_gif_functions, init_tiff_functions): New functions.
21486 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
21487 Windows. Disable color table lookups. Call library functions
21488 through pointers determined at runtime.
21489 (init_external_image_libraries): Try to load libungif.dll and
21492 2003-01-31 Kenichi Handa <handa@m17n.org>
21494 * xdisp.c (SKIP_GLYPHS): New macro.
21495 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
21497 2003-01-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21499 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
21501 2003-01-30 Dave Love <fx@gnu.org>
21503 * alloc.c (Vgc_elapsed, gcs_done): New variables.
21504 (Fgarbage_collect): Use them.
21505 (init_alloc, syms_of_alloc): Set them up.
21507 2003-01-30 Juanma Barranquero <lektu@terra.es>
21509 * w32fns.c (init_external_image_libraries): Add missing operator.
21511 2003-01-29 Jason Rumney <jasonr@gnu.org>
21513 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
21514 an alternative name for jpeg.dll.
21516 2003-01-29 Kenichi Handa <handa@m17n.org>
21518 * xdisp.c (set_cursor_from_row): Pay attention to string display
21521 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21523 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
21525 (keycode_to_xkeysym_table): Reformat and add more comments.
21526 (XTread_socket): Drop special case for backspace.
21528 2003-01-28 Andrew Choi <akochoi@shaw.ca>
21530 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
21531 values in old-style RGB specs.
21533 2003-01-27 Juanma Barranquero <lektu@terra.es>
21535 * w32fns.c (init_external_image_libraries): Try alternate names for the
21538 2003-01-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21540 * gtkutil.c (create_dialog, xg_separator_p)
21541 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
21542 before calling strcmp or strlen.
21544 2003-01-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21546 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
21547 and handle image load failure.
21549 2003-01-26 Jason Rumney <jasonr@gnu.org>
21551 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
21553 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
21554 Disable color table lookups. Call jpeg library functions
21555 through pointers determined at runtime.
21556 (init_external_image_libraries): Try to load jpeg.dll.
21558 2003-01-25 Richard M. Stallman <rms@gnu.org>
21560 * lisp.h: Declare format2 instead of format1.
21562 * fileio.c (barf_or_query_if_file_exists):
21563 Call format2 instead of format1.
21565 * editfns.c (format2): New function, replaces format1
21566 but takes exactly two Lisp Objects as format args.
21568 * buffer.c (Fkill_buffer): Call format2 instead of format1.
21570 2003-01-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21572 * xterm.h: Change to return value of x_dispatch_event to int.
21574 * xterm.c (x_filter_event): New function.
21575 (event_handler_gdk, XTread_socket): Call x_filter_event.
21576 (x_dispatch_event): Change to return value of finish.
21577 (event_handler_gdk): Use return value from x_dispatch_event.
21579 * xfns.c (x_window): Call create_frame_xic for GTK version to
21580 initialize input methods.
21582 * gtkutil.h: Add (void) prototypes.
21584 * gtkutil.c (create_menus): Remove code that puts the help menu to
21587 2003-01-25 Jason Rumney <jasonr@gnu.org>
21589 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
21590 [HAVE_PNG]: Sync with xfns.c version.
21591 (png_load): Adjust colors for Windows. Use Windows
21592 bitmaps. Disable color table lookups.
21593 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
21594 (init_png_functions): New function.
21595 (png_read_from_memory, png_load): Call png library functions
21596 through pointers determined at runtime.
21597 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
21598 (init_external_image_libraries): New function.
21599 (init_xfns): Call it.
21601 2003-01-24 Andreas Schwab <schwab@suse.de>
21603 * minibuf.c (Fminibuffer_message): Verify type of parameter.
21605 2003-01-24 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21607 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
21608 of static initializer.
21610 2003-01-24 Dave Love <fx@gnu.org>
21612 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
21615 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
21618 2003-01-24 Kenichi Handa <handa@m17n.org>
21620 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
21621 It it is nonzero, don't pretend that an invisible area doesn't exist.
21622 (command_loop_1): Call adjust_point_for_property with proper
21625 2003-01-22 Jason Rumney <jasonr@gnu.org>
21627 Sync changes with xterm.c and xfns.c.
21629 * w32term.c (x_draw_glyph_string_foreground)
21630 (x_draw_composite_glyph_string_foreground): Implement overstriking.
21632 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
21633 phys_cursor's hpos is overwritten. This is still not completely
21634 correct, as it doesn't really make sense to use hpos at all to
21635 get the cursor glyph (as that is relative to the width of the
21636 characters on the line, which may have changed during the update).
21638 * w32term.c (notice_overwritten_cursor): Handle the special case
21639 of the cursor being in the first blank non-text line at the
21642 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
21643 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
21644 Compute from the x position returned by x_draw_glyphs.
21646 (x_display_and_set_cursor): Don't set phys_cursor_width here,
21647 except for NO_CURSOR and system caret, to make phys_cursor_width
21648 contain what its name suggests.
21649 (notice_overwritten_cursor): Consider the cursor image erased if
21650 the output area intersects the cursor image in y-direction.
21652 * w32term.c (note_mode_line_or_margin_highlight): Rename from
21653 note_mode_line_highlight and extend.
21655 * w32term.c (last_window): New variable.
21656 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
21657 (note_mouse_movement): Remove reimplemented code in #if 0.
21659 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
21660 not update_mode_lines, and always set it to 1.
21662 2003-01-21 Jason Rumney <jasonr@gnu.org>
21664 * w32fns.c (IDC_HAND): Define it if system headers don't.
21666 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
21668 * w32term.h (struct w32_output): New member hand_cursor.
21669 (WM_EMACS_SETCURSOR): New message definition.
21671 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
21672 function w32_define_cursor.
21673 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
21674 position, change member name output_data.x to output_data.w32 and
21675 add function w32_define_cursor.
21676 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
21677 and change member name output_data.x to output_data.w32.
21678 (w32_initialize_display_info):
21679 Setup dpyinfo->vertical_scroll_bar_cursor.
21681 * w32fns.c (Vx_hand_shape): New variable.
21682 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
21683 WM_EMACS_SETCURSOR.
21684 (x-create-frame): Setup Cursor types.
21686 2003-01-21 David Ponce <david@dponce.com>
21688 * w32term.c (w32_encode_char): For DIM=1 charset, set
21689 ccl->reg[2] to -1 before calling ccl_driver.
21690 (Sync. with xterm.c x_encode_char change by Kenichi Handa
21691 <handa@m17n.org> on 2002-09-30.)
21692 (w32_draw_relief_rect): Declare all args.
21693 (w32_define_cursor): New.
21695 * w32fns.c (w32_load_cursor): New function.
21696 (w32_init_class): Use it.
21697 (x_put_x_image): Declare all args.
21699 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
21701 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
21703 2003-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21705 * gtkutil.c: Must include stdio.h before termhooks.h.
21707 2003-01-21 Dave Love <fx@gnu.org>
21709 * alloc.c (Fgc_status): Print zombie list.
21710 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
21711 Fix assignment of zombies.
21712 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
21713 Don't take car of non-cons.
21715 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
21717 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
21719 2003-01-20 David Ponce <david@dponce.com>
21721 * w32menu.c (digest_single_submenu): Declare all args.
21723 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
21724 changes in xmenu.c:
21726 (parse_single_submenu): Use individual keymap's prompt
21727 string as pane name, if there is one.
21728 (set_frame_menubar): Save menu_items_n_panes from each call to
21729 parse_single_submenu and use it when calling digest_single_submenu.
21731 2003-01-20 Steven Tamm <steventamm@mac.com>
21733 * macterm.c (XTread_socket): Check for valid, visible window
21734 before sending a scroll-wheel event.
21736 2003-01-20 Richard M. Stallman <rms@gnu.org>
21738 * xdisp.c (redisplay_window): If mini window's buffer is not
21739 a minibuffer, then redisplay it like other windows.
21741 2003-01-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21743 * gtkutil.c (xg_create_frame_widgets): Check if there is an
21744 external tool bar before setting tool bar height.
21746 2003-01-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21748 * xterm.c (handle_one_xevent): Surround popup_activated
21749 with #ifdef:s for non-toolkit version.
21751 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK.
21752 (gtkutil.o): New file.
21753 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
21754 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
21756 * gtkutil.c: New file for GTK version.
21758 * gtkutil.h: New file for GTK version.
21760 * xterm.h: Add xt_or_gtk_widget.
21761 Include gtk files for USE_GTK.
21762 (struct x_output): Add toolbar_height.
21763 (struct x_output): Add GTK widgets and Gdk size_hints.
21764 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
21765 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
21766 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
21768 * xterm.c: Include gtkutil.h for USE_GTK.
21769 (free_frame_menubar): Declare extern void for USE_GTK.
21770 (note_mouse_highlight): Check popup_activated for USE_GTK.
21771 (xt_action_hook): Don't compile if USE_GTK.
21772 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
21773 (xg_scroll_callback): New function.
21774 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
21775 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
21777 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
21778 xg_show_scroll_bar for USE_GTK.
21779 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
21780 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
21781 (event_handler_gdk): New function for USE_GTK.
21782 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
21783 (handle_one_xevent): Make sure widget is mapped before
21784 calling x_real_positions for USE_GTK.
21785 (XTread_socket): Add GTK event loop for USE_GTK.
21786 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
21787 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
21788 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
21789 (x_iconify_frame): Add code for USE_GTK.
21790 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
21791 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
21793 (x_term_init): Add initialization for GTK.
21794 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
21796 * xmenu.c: Include gtkutil.h for USE_GTK.
21797 (Fx_popup_menu): Use current position if x and y are nil.
21798 (single_menu_item, single_menu_item, Fx_popup_dialog):
21800 (popup_widget_loop): New function for USE_GTK.
21801 (x_activate_menubar): Add code for USE_GTK.
21802 (popup_activate_callback, popup_deactivate_callback)
21803 (menu_highlight_callback, menubar_selection_callback):
21804 Add USE_GTK versions.
21805 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
21806 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
21807 (free_frame_menubar): Only compile if not USE_GTK. GTK version
21809 (popup_selection_callback): New version for USE_GTK.
21810 (create_and_show_popup_menu): New fuction, one USE_GTK version and
21811 one USE_X_TOOLKIT version.
21812 (xmenu_show): Call create_and_show_popup_menu.
21813 (dialog_selection_callback): New version for USE_GTK.
21814 (create_and_show_dialog): New fuction, one USE_GTK version and
21815 one USE_X_TOOLKIT version.
21816 (xdialog_show): Call create_and_show_dialog.
21818 * xfns.c: Include gtkutil for USE_GTK.
21819 (x_window_to_frame, x_any_window_to_frame)
21820 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
21821 (x_top_window_to_frame): Add code for USE_GTK.
21822 (x_set_background_color): Call xg_set_background_color for GTK.
21823 (x_set_menu_bar_lines): Check for USE_GTK.
21824 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
21825 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
21826 (x_window): Call xg_create_frame_widgets for USE_GTK.
21827 (Fx_create_frame): Check for USE_GTK.
21828 (Fx_file_dialog): New implementation for USE_GTK.
21830 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
21831 (update_menu_bar): Add check for USE_GTK.
21832 (update_tool_bar): Add check for USE_GTK and external tool bar.
21833 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
21834 (redisplay_internal): Add check for USE_GTK and popup_activated.
21835 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
21836 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
21837 (display_menu_bar): Add check for USE_GTK.
21839 * lisp.h (Vx_resource_name): Declare extern.
21841 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
21843 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
21845 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
21846 (FRAME_EXTERNAL_TOOL_BAR): New macro.
21847 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
21849 * fileio.c (Fread_file_name): Add check for USE_GTK.
21851 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
21852 Add check for USE_GTK.
21854 * config.in: Added HAVE_GTK.
21856 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
21858 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
21860 * charset.h (Funibyte_char_to_multibyte): Export.
21862 2003-01-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21864 * xmenu.c (mouse_position_for_popup): New function.
21865 (Fx_popup_menu): Call mouse_position_for_popup for X and
21866 mouse_position_hook for others.
21868 2003-01-17 Kim F. Storm <storm@cua.dk>
21870 * editfns.c (Finsert): Mention `string-make-multibyte' and
21871 `string-as-multibyte' in doc string.
21873 2003-01-17 Kenichi Handa <handa@m17n.org>
21875 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
21877 * editfns.c (Fformat): Convert an unibyte char argument that is
21878 formatted by "%c" to multibyte if the total result must be a
21881 2003-01-16 Kim F. Storm <storm@cua.dk>
21883 * process.c (set-process-filter): Document unibyte/multibyte-ness
21884 of string argument.
21886 2003-01-16 Kenichi Handa <handa@m17n.org>
21888 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
21890 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
21891 (re_search_2): Likewise.
21893 2003-01-15 Kenichi Handa <handa@m17n.org>
21895 * xdisp.c (message_dolog): Fix bug of the case that *Message*
21898 2003-01-15 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
21900 * fns.c (Fsubstring): Clarify doc string.
21902 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
21903 (Fprevious_char_property_change)
21904 (Fnext_single_char_property_change)
21905 (Fprevious_single_char_property_change, Fnext_property_change)
21906 (Fnext_single_property_change, Fprevious_property_change)
21907 (Fprevious_single_property_change, Fadd_text_properties)
21908 (Fput_text_property, Fset_text_properties)
21909 (Fremove_text_properties, Fremove_list_of_text_properties)
21910 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
21912 2003-01-14 Kim F. Storm <storm@cua.dk>
21914 * process.h (struct Lisp_Process): New member plist replaces old
21915 member private_vars. All uses changed.
21917 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
21918 (QCplist): Rename from QCvars. Change all uses.
21919 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
21920 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
21921 (syms_of_process): Intern, staticpro, defsubr these.
21922 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
21924 2003-01-14 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
21926 * m/delta.h: Remove (obsolete).
21928 2003-01-13 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
21930 * fileio.c (Fdelete_directory, Fdelete_file): Document the
21931 behaviour in front of symlinks.
21932 (Fdelete_file): Raise an error on directories.
21934 2003-01-13 Dave Love <fx@gnu.org>
21936 * fns.c (Freverse): Use QUIT.
21938 2003-01-13 Richard M. Stallman <rms@gnu.org>
21940 * minibuf.c (minibuffer_completion_contents):
21941 Error if point is inside prompt.
21943 * keyboard.c (command_loop_1): Don't redisplay directly
21944 if there's a post-command-hook.
21946 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
21947 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
21949 2003-01-12 Kim F. Storm <storm@cua.dk>
21951 * process.h (struct Lisp_Process): New member private_vars.
21953 * process.c (QCvars): New variable.
21954 (syms_of_process): Intern and staticpro it.
21955 (Fset_process_contact): Removed function.
21956 (Fprocess_variable, Fset_process_variable): New functions.
21957 (syms_of_process): Defsubr them.
21958 (Fstart_process): Initialize private_vars plist to nil.
21959 (Fmake_network_process): New arg :vars to setup the private
21960 variables for new network process.
21961 (server_accept_connection): Copy server's private variables to
21964 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
21965 crashes). Code rewritten and simplified. Now directly aligns the
21966 pointer and recalculates pure_bytes_used, rather than aligning the
21967 size and adjusting the pointer.
21969 2003-01-11 Kim F. Storm <storm@cua.dk>
21971 * process.c (Fset_process_contact): New function.
21972 (syms_of_process): defsubr it.
21973 (make-network-process): Update doc.
21975 2003-01-10 Andreas Schwab <schwab@suse.de>
21977 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
21978 Reported by Berthold Gunreben <b.gunreben@web.de>.
21980 2003-01-10 Dave Love <fx@gnu.org>
21982 * composite.c (syms_of_composite): Make composition_hash_table weak.
21984 2003-01-09 Kim F. Storm <storm@cua.dk>
21986 * process.c (Fmake_network_process): Convert new port number
21987 to host byte order for `:service t' case. From Mario Lang.
21989 2003-01-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21991 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
21992 instead of XtAppProcessEvent.
21994 * xterm.c (handle_one_xevent): New function.
21995 (x_dispatch_event): New function.
21996 (XTread_socket): Call handle_one_xevent.
21998 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
22000 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
22001 call XQueryPointer to get coordinates.
22002 (popup_get_selection): Do not set popup_activated_flag to zero,
22003 let popup_deactivate_callback do that. Needed for Motif.
22004 Call x_dispatch_event instead of XtDispatchEvent.
22005 (xmenu_show): Calculate root coordinate from frame top/left position.
22007 2003-01-08 Kim F. Storm <storm@cua.dk>
22009 * process.c (server_accept_connection): Fix recording of new
22010 connection's local address in :local property of contact info.
22011 (Fmake_network_process): Record local network address for new
22012 client processes in :local property of contact info.
22013 (format-network-address): Add arg OMIT-PORT. Change callers.
22015 2003-01-07 Dave Love <fx@gnu.org>
22017 * Makefile.in (fns.o): Depend on coding.h.
22019 2003-01-06 Dave Love <fx@gnu.org>
22021 * fns.c: Include coding.h. Use POINTER_TYPE*, not void*.
22022 (Vlocale_coding_system): Declare.
22023 (Qcodeset, Qdays, Qmonths, Qpaper): New.
22025 (syms_of_fns): Initialize new stuff.
22027 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
22029 * minibuf.c (Fread_variable): Doc fix.
22031 * eval.c (Fuser_variable_p): Doc change. For custom variables,
22032 use the same test as for custom-variable-p.
22034 2003-01-05 Richard M. Stallman <rms@gnu.org>
22036 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
22037 Count LAST_LINE_MISFIT in scroll margin for end of window.
22038 Move label too_near_end before setting SCROLL_MARGIN_POS.
22039 Set LAST_LINE_MISFIT before jumping there.
22041 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
22042 scroll_conservatively case. If scrolling that much doesn't change
22043 STARTP, move it down one line.
22045 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
22046 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
22048 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
22051 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
22052 (syms_of_keymap): Staticpro them.
22053 (Fapropos_internal): Initialize them and clear them out.
22056 * buffer.c (syms_of_buffer) <scroll-up|down-aggressively>: Doc fixes.
22058 * lisp.h: New misc type Lisp_Save_Value.
22059 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
22060 (XSAVE_VALUE): New macro.
22061 (struct Lisp_Save_Value): New data type.
22062 (union Lisp_Misc): Add u_save_value alternative.
22063 (make_save_value): Declare.
22065 * alloc.c (make_save_value): New function.
22067 * xterm.c (x_catch_errors): Save dpy using make_save_value.
22068 (x_catch_errors_unwind): Call XSync.
22070 2003-01-01 Richard M. Stallman <rms@gnu.org>
22072 * window.c (window_scroll_pixel_based): Partially undo last change.
22074 * keyboard.c (command_loop_1): Call adjust_point_for_property
22075 in direct action cases for Qforward_char and Qbackward_char.
22076 Set already_adjusted so it won't be done twice.
22078 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
22080 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
22081 type definition of size_t.
22083 2003-01-02 Steven Tamm <steventamm@mac.com>
22085 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
22086 distinguish Carbon GUI builds from X11 builds on darwin.
22088 2002-12-30 Steven Tamm <steventamm@mac.com>
22090 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
22093 2002-12-29 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
22095 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
22097 2002-12-28 Steven Tamm <steventamm@mac.com>
22099 * Makefile.in (macosx-bundle): Fix Mac OS X/Carbon port to
22100 allow building in a different directory than source. Uses some
22101 GNU Make extensions, but there is no other make on Mac OS X.
22103 2002-12-26 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
22105 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
22106 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
22107 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
22108 (Fstring_to_number): Mention the returned value in the doc strings.
22110 2002-12-23 Richard M. Stallman <rms@gnu.org>
22112 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
22113 <scroll-down-aggressively>: Doc fix.
22115 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
22116 string as pane name, if there is one.
22117 (set_frame_menubar): Save menu_items_n_panes from each call to
22118 parse_single_submenu and use it when calling digest_single_submenu.
22120 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
22121 Don't try to make last line fully visible if it is past end of window.
22123 2002-12-22 Steven Tamm <steventamm@mac.com>
22125 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
22126 (mac_menu_show): Add support for hierarchical popup menus.
22127 (add_menu_item): Remove indentation support.
22128 (fill_submenu, fill_menu): Create hierarchical menus
22129 instead of using indentation.
22131 2002-12-22 Richard M. Stallman <rms@gnu.org>
22133 * xdisp.c (try_cursor_movement): Don't call try_window here.
22134 (redisplay_window): Never redisplay minibuffer when inactive.
22136 * window.c (select_window_1): Undo 9/21 change.
22138 2002-12-22 Steven Tamm <steventamm@mac.com>
22140 * macterm.c (XTread_socket): Call KeyTranslate for control and
22141 meta to deal correctly shifted non-alpha characters, like C-S-5
22142 being treated like C-%. Do not look for shift key to deal
22143 with masking off control-key with mac-reverse-ctrl-meta.
22145 2002-12-21 Richard M. Stallman <rms@gnu.org>
22147 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
22148 If it is non-nil, run timers. Use an unwind-protect to requeue
22149 the events that were read ahead.
22150 (popup_get_selection_unwind): New subroutine.
22151 (popup_get_selection_queue): File-scope variable now holds that queue.
22152 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
22153 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
22154 Use an unwind-protect to pop down the dialog box.
22155 (xdialog_show_unwind): New subroutine implements that.
22157 * xdisp.c (row_containing_pos): Change exit test using last_y.
22158 (try_window_id): Abort if row_containing_pos returns null.
22160 * lread.c (load_error_handler): New function.
22161 (Fload): Handle errors in Fsubstitute_in_file_name.
22162 Don't expect Fsignal to return.
22164 * eval.c: Errors and throws work right with interrupt blocking.
22165 (struct catchtag): New elt interrupt_input_blocked.
22166 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
22167 (internal_catch, Fcondition_case, internal_condition_case)
22168 (internal_condition_case_1, internal_condition_case_2): Save it.
22169 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
22171 * editfns.c (Fformat): Add parens.
22173 * dired.c (file_name_completion): Fix that change.
22174 Delete special quit-handling code; just use QUIT.
22176 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
22178 * dired.c (file_name_completion): Close directory on error
22179 just as in directory_files_internal.
22181 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
22183 * window.c (Fset_window_configuration): Set old_point to correct
22184 value when new_current_buffer == current_buffer.
22186 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
22188 Revisited my earlier fix for the following entry in etc/PROBLEMS:
22189 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
22190 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
22192 These changes were in part based upon suggestions made by Peter
22193 'Luna' Runestig [peter@runestig.com].
22195 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token)
22196 (g_b_init_get_token_information, g_b_init_lookup_account_sid)
22197 (g_b_init_get_sid_identifier_authority ): Add several static
22200 * w32.c (globals_of_w32): New function. Used to initialize those
22201 global variables that must always be initialized on startup even
22202 when the global variable initialized is non zero. Its primary
22203 purpose at this time is to set the global variables
22204 g_b_init_is_windows_9x, g_b_init_open_process_token,
22205 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
22206 g_b_init_get_sid_identifier_authority to 0 on startup.
22209 * w32.c (is_windows_9x): Perform initialization only if
22210 g_b_init_is_windows_9x is equal to 0. On initialization set
22211 g_b_init_is_windows_9x equal to 1.
22213 * w32.c (open_process_token): Perform initialization only if
22214 g_b_init_open_process_token is equal to 0. On initialization set
22215 g_b_init_open_process_token equal to 1.
22217 * w32.c (get_token_information): Perform initialization only if
22218 g_b_init_get_token_information is equal to 0. On initialization
22219 set g_b_init_get_token_information equal to 1.
22221 * w32.c (lookup_account_sid): Perform initialization only if
22222 g_b_init_lookup_account_sid is equal to 0. On initialization
22223 set g_b_init_lookup_account_sid equal to 1.
22225 * w32.c (get_sid_identifier_authority): Perform initialization
22226 only if g_b_init_get_sid_identifier_authority is equal to 0.
22227 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
22229 * w32fns.c (globals_of_w32fns): New function. Used to initialize
22230 those global variables that must always be initialized on startup
22231 even when the global variable initialized is non zero.
22232 Its primary purpose at this time is to initialize the global variable
22233 track_mouse_event_fn.
22235 * w32fns.c (w32_wnd_proc): Remove initialization of
22236 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
22238 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
22240 * w32menu.c (globals_of_w32menu): New function. Used to
22241 initialize those global variables that must always be initialized
22242 on startup even when the global variable initialized is non zero.
22243 Its primary purpose at this time is to initialize the global
22244 variables get_menu_item_info and set_menu_item_info.
22246 * w32menu.c (initialize_frame_menubar): Remove initialization of
22247 get_menu_item_info and set_menu_item_info.
22249 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
22251 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
22254 * emacs.c (main): Call globals_of_w32 prior to calling
22255 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
22256 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
22259 * w32term.c (x_update_window_begin): Fix Windows API error
22260 detected by BoundsChecker. Test to determine if
22261 w32_system_caret_hwnd is NULL prior to attempting to use
22262 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
22264 * w32term.c (x_update_window_end): Fix Windows API error
22265 detected by BoundsChecker. Test to determine if
22266 w32_system_caret_hwnd is NULL prior to attempting to use
22267 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
22269 2002-12-17 Kenichi Handa <handa@m17n.org>
22271 * coding.c (coding_system_require_warning): New variable.
22272 (syms_of_coding): DEFVAR it.
22274 * coding.h (coding_system_require_warning): Extern it.
22276 * fileio.c (choose_write_coding_system): Even if
22277 Vcoding_system_for_write is non-nil, if
22278 coding_system_require_warning is nonzero, call
22279 Vselect_safe_coding_system_function.
22281 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
22283 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
22284 (lisp): Add font-core.
22286 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
22288 * textprop.c (text_read_only): New arg `propval'.
22289 (get_char_property_and_overlay): Remove unused var `next_overlay'.
22290 (verify_interval_modification): Use text_read_only's new arg.
22292 2002-12-13 Kenichi Handa <handa@m17n.org>
22294 * coding.c (Funencodable_char_position): Set pend correctly.
22296 2002-12-12 Jason Rumney <jasonr@gnu.org>
22298 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
22299 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
22300 Be more careful about when help_events are generated.
22302 2002-12-12 Steven Tamm <steventamm@mac.com>
22304 * macterm.c (mac_check_for_quit_char): Correctly set the
22305 modifiers of the event to 0.
22306 * mac.c (sys_select): Duplicate rfds before calling select to
22307 ensure that rfds survive the while loop.
22309 2002-12-11 Kim F. Storm <storm@cua.dk>
22311 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
22312 row_containing_pos returned NULL.
22314 2002-12-10 Steven Tamm <steventamm@mac.com>
22316 * mac.c (sys_read): Fix sys_read to not call select if IO is
22318 (sys_select): Fix sys_select to not use a timeout larger than
22321 2002-12-10 Juanma Barranquero <lektu@terra.es>
22323 * editfns.c (Fformat): Use alloca, not _alloca.
22325 2002-12-09 Richard M. Stallman <rms@gnu.org>
22327 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
22330 2002-12-09 Dave Love <fx@gnu.org>
22332 * s/sol2-8.h: Removed. (Not necessary.)
22334 2002-12-09 Matthew Swift <swift@alum.mit.edu>
22336 * editfns.c (Fformat): Handle precision in string conversion
22337 specifiers like libc functions do (ie, print at most that many
22340 2002-12-08 Richard M. Stallman <rms@gnu.org>
22342 * xdisp.c (row_containing_pos): Check more carefully
22343 whether charpos is really in the row before returning it.
22345 2002-12-07 Steven Tamm <steventamm@mac.com>
22347 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
22349 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
22350 each stack frame. This may change as it could be time consuming.
22352 * macterm.c (mac_check_for_quit_char, quit_char_comp)
22353 (init_quit_char_handler, mac_determine_quit_char_modifiers)
22354 (mac_initialize): Add code to check for pressing of quit_char
22355 in the OS event queue.
22357 * mac.c (sys_select): Call mac_check_for_quit_char every second
22358 while blocking on select.
22360 * mac.c (sys_read): Use sys_select to test for input first
22361 before calling read, to allow C-g to break.
22363 2002-12-07 Richard M. Stallman <rms@gnu.org>
22365 * minibuf.c (Fcompleting_read): Doc fix.
22367 * lread.c (syms_of_lread) <load-history>: Doc fix.
22369 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
22371 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
22374 * data.c (Fdefalias): Record in load-history redefining an autoload.
22376 * alloca.c: Undo ifdef change accidentally made on 12-04.
22378 2002-12-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
22380 * xfns.c (png_load): Avoid double gamma correction for PNG images.
22382 2002-12-04 Richard M. Stallman <rms@gnu.org>
22384 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
22386 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
22388 * alloca.c: Don't use #error.
22390 2002-12-03 Dave Love <fx@gnu.org>
22392 * buffer.c (Qucs_set_table_for_input): New.
22393 (Fget_buffer_create): Use it.
22394 (Qset_buffer_major_mode_hook): Deleted.
22395 (Fset_buffer_major_mode): Revert previous change.
22396 (init_buffer_once): Intern ucs-set-table-for-input.
22397 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
22398 Add &Qucs_set_table_for_input.
22400 2002-12-03 Andreas Schwab <schwab@suse.de>
22402 * callint.c (Fcall_interactively): Use next_event only if less
22405 2002-12-02 Andrew Choi <akochoi@shaw.ca>
22407 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
22408 names to 255 characters.
22410 * macterm.c (XTread_socket): If all frames have been collapsed,
22411 expand the first one before handling drag-and-drop events.
22413 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
22414 which is detected by autoconf.
22416 2002-12-01 Steven Tamm <steventamm@mac.com>
22418 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
22419 offset in two hints table to allow prebinding to be redone and
22420 allow the executable to be stripped.
22422 2002-11-29 Dave Love <fx@gnu.org>
22424 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
22427 2002-11-29 Richard M. Stallman <rms@gnu.org>
22429 * xdisp.c (start_display): Check more intelligently for
22430 whether the line is continued.
22431 (move_it_vertically_backward): Clear it->continuation_lines_width.
22433 2002-11-28 Dave Love <fx@gnu.org>
22435 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
22436 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
22438 2002-11-27 Steven Tamm <steventamm@mac.com>
22440 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
22441 more descriptive error output from lread.c:Fload upon most require
22442 cycles during boostrapping.
22444 2002-11-27 Jason Rumney <jasonr@gnu.org>
22446 * fileio.c (Finsert_file_contents): Give a more appropriate error
22447 for files bigger than 2Gb when off_t is 32 bit.
22449 * dired.c (Ffile_attributes): Don't return negative file sizes for
22450 files bigger than 2Gb when off_t is 32 bit.
22452 2002-11-27 Dave Love <fx@gnu.org>
22454 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
22456 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
22457 Test GETPGRP_VOID instead.
22458 [BSD_TERMIOS]: Remove definitions (never used).
22460 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
22462 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
22464 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
22466 2002-11-25 Jason Rumney <jasonr@gnu.org>
22468 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
22471 2002-11-25 Dave Love <fx@gnu.org>
22473 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
22475 * Makefile.in (TEMACS_LDFLAGS): Update last change.
22477 2002-11-25 Andreas Schwab <schwab@suse.de>
22479 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
22481 2002-11-24 Steven Tamm <steventamm@mac.com>
22483 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
22484 determine the size of pointers alloced in unexed space instead
22485 of using possibly invalid emacs_zone pointers. This fixes the
22486 binary incompatibility problems caused by updates to libSystem.B.
22488 2002-11-24 Richard M. Stallman <rms@gnu.org>
22490 * search.c (Fstring_match): Doc fix.
22492 * callint.c (Fcall_interactively): If a command fails because
22493 `*' detects a read-only buffer, but RECORD_FLAG is set,
22494 record it anyway if the args don't actually do tty input.
22496 2002-11-22 Dave Love <fx@gnu.org>
22498 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
22500 * keyboard.c (interrupt_signal): Provide forward declaration.
22501 (kbd_buffer_store_event): Don't declare interrupt_signal.
22503 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
22505 2002-11-21 Richard M. Stallman <rms@gnu.org>
22507 * eval.c (interactive_p): Skip any number of bytecode
22508 and special form frames, in any order.
22510 2002-11-20 Jason Rumney <jasonr@gnu.org>
22512 * w32fns.c (convert_mono_to_color_image): New function.
22513 (xbm_load, xbm_load_image): Use it when foreground or background
22516 2002-11-19 Dave Love <fx@gnu.org>
22518 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
22520 2002-11-18 Jason Rumney <jasonr@gnu.org>
22522 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
22523 (XPutPixel): Swap blue and red.
22524 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
22525 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
22526 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
22527 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
22529 2002-11-18 Dave Love <fx@gnu.org>
22531 * m/orion105.h (HAVE_ALLOCA): Don't define.
22533 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
22535 * m/intel386.h: Don't include alloca.h or define alloca.
22537 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
22538 malloc, realloc, calloc.
22540 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
22541 (bcmp): Don't define.
22543 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
22545 * m/amdahl.h: Don't define LIB_STANDARD.
22547 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
22549 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
22551 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
22552 Don't include alloca.h.
22554 * s/aix3-2.h (HAVE_FSYNC): Don't define.
22556 * regex.c (_GNU_SOURCE): Don't define.
22558 * process.c (_GNU_SOURCE): Don't define.
22560 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
22562 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
22564 * s/sol2-8.h: Include sol2-6.h.
22566 2002-11-18 Miles Bader <miles@gnu.org>
22568 * dispextern.h (struct face): Add `overstrike' field.
22569 * xterm.c (x_draw_glyph_string_foreground)
22570 (x_draw_composite_glyph_string_foreground): Implement overstriking.
22571 * xfaces.c (load_face_font): Set `face->overstrike' based on
22572 result from choose_face_font.
22573 (best_matching_font, choose_face_font): Add `needs_overstrike'
22574 argument, and use it to return whether overstriking is desirable
22575 for this face/font combo.
22576 (set_font_frame_param): Pass new argument to choose_face_font.
22578 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
22580 This change is my fix for the following entry in etc/PROBLEMS:
22581 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
22582 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
22584 * w32.c: Added wrapper functions around the win32 API functions
22585 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
22586 GetSidIdentifierAuthority. These wrapper functions serve two
22588 1. They ensure that the wrapped function can never be called
22589 when Emacs is running on an operating system on which they are
22590 not supported (Microsoft Windows 95 / 98 / ME).
22591 2. They call the wrapped functions via function pointers rather
22592 than calling them directly. This avoids taking advantage of the
22593 undocumented fact that although these functions are not supported
22594 in the 9x branch of Microsoft Windows, the functions do exist in
22595 the version of advapi32.dll that is found in the 9x branch of
22598 * w32.c (init_user_info): Replace the calls to the win32 API
22599 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
22600 and GetSidIdentifierAuthority with calls to the newly added
22603 * w32.h: Added extern declarations for the following functions:
22604 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
22605 syms_of_w32menu, and void syms_of_fontset.
22607 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
22608 function pointer track_mouse_event_fn in the handler for the
22609 WM_SETFOCUS message.
22611 * w32menu.c (initialize_frame_menubar): Add code to
22612 reinitialize the function pointers set_menu_item_info and
22613 get_menu_item_info.
22615 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
22617 * sound.c: Added a partial implementation of play-sound-internal
22618 for Microsoft Windows. Added various #ifdef / #else / #endif
22619 code blocks to separate the code that will compile under
22620 Microsoft Windows from the code that is specific to GNU/Linux.
22621 Moved several blocks of code around to make this separation of code
22622 into Windows compatible and GNU/Linux compatible code blocks easier.
22624 * makefile.w32-in: Include sound.c and link with WinMM.lib.
22626 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
22627 added support for play-sound-internal under Windows would be
22628 included in the build of Emacs.
22630 2002-11-16 Jason Rumney <jasonr@gnu.org>
22632 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
22634 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
22636 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
22638 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
22639 (adjust_point_for_property): Move out of display and invisible even if
22640 we were already inside before (in case a property was added while
22641 we weren't looking). Be more careful when handling invisible props.
22642 Skip invisible text as if it really wasn't there at all.
22644 2002-11-15 Jason Rumney <jasonr@gnu.org>
22646 * w32term.c (x_draw_image_foreground)
22647 (w32_draw_image_foreground_1): Use standard copy and invert
22648 operations to draw images.
22650 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
22652 (xbm_read_bitmap_data): Invert bits as xbm is read in.
22653 (XPutPixel): Don't invert bits here.
22655 2002-11-15 Jason Rumney <jasonr@gnu.org>
22657 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
22658 (w32_draw_image_foreground_1): Handle image masks.
22659 (x_draw_image_glyph_string): Don't BitBlt transparently.
22661 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
22662 (x_from_xcolors): Adjust RGB values for W32.
22663 (image_background, image_background_transparent)
22664 (postprocess_image, x_to_xcolors, x_disable_image)
22665 (x_build_heuristic_mask): Adapt for W32 and enable.
22666 (x_create_x_image_and_pixmap): Mark images with palettes as such.
22667 (xbm_load): Remove unused variable.
22669 2002-11-14 Richard M. Stallman <rms@gnu.org>
22671 * buffer.c (syms_of_buffer): Doc fix.
22673 2002-11-14 Dave Love <fx@gnu.org>
22675 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
22677 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
22678 * xmenu.c (unuse_menu_items, digest_single_submenu):
22679 * xfns.c (x_put_x_image):
22680 * xdisp.c (message2_nolog, set_message):
22681 * undo.c (record_point):
22682 * terminfo.c (tparam):
22683 * syntax.c (scan_sexps_forward):
22684 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
22685 * composite.c (update_compositions):
22686 * cm.c (calccost, cmgoto):
22687 * charset.c (c_string_width): Declare all args (per C99).
22689 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
22691 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
22694 * emacs.c (main) [!VMS]: Avoid third arg.
22696 * fns.c (Fcopy_sequence): Doc fix.
22697 (Fmap_char_table): Cast `call2'.
22699 2002-11-14 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
22701 * s/sol2-8.h: New file.
22703 2002-11-14 Kim F. Storm <storm@cua.dk>
22705 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
22706 dependency on `risky-local-variable' and the :propertize form.
22708 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
22710 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
22712 * syntax.c (scan_sexps_forward): Undo last patch.
22713 Use a more obvious fix: check eob before updating the syntax table.
22715 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
22717 * syntax.c (scan_sexps_forward): Update syntax table before reading
22718 a char rather than after so we don't update the table past eob.
22720 2002-11-09 Dave Love <fx@gnu.org>
22722 * buffer.c (Fset_buffer_major_mode): Fix last change.
22724 * regex.c (regexec): Fix pmatch declaration.
22726 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
22728 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
22729 to self-inserting characters.
22730 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
22732 * coding.c (Vtranslation_table_for_input): New.
22733 (syms_of_coding): DEFVAR it.
22735 2002-11-08 Juanma Barranquero <lektu@terra.es>
22737 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
22740 2002-11-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
22742 * process.c (Fformat_network_address): Remove unused locals p,
22745 2002-11-06 Dave Love <fx@gnu.org>
22747 * buffer.c (Qset_buffer_major_mode_hook): New.
22748 (Fset_buffer_major_mode): Use it.
22750 2002-11-06 Richard M. Stallman <rms@gnu.org>
22752 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
22755 * process.c (wait_reading_process_input):
22756 Test POLLING_PROBLEM_IN_SELECT, not hpux.
22757 Avoid initialization for auto Lisp_Object var.
22759 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
22761 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
22763 2002-11-05 Richard M. Stallman <rms@gnu.org>
22765 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
22767 * callint.c (Fcall_interactively): New local filter_specs.
22768 (Fcall_interactively): Check for progn as well as let.
22770 (Qprogn): New variable.
22771 (syms_of_callint): Staticpro and init Qprogn.
22773 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
22775 * lread.c (Feval_buffer): Doc fix.
22777 2002-11-04 Dave Love <fx@gnu.org>
22779 * keyboard.c (read_char): Always translate iff
22780 Vkeyboard_translate_table is a char table and c is valid.
22782 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
22785 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
22787 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
22789 * editfns.c (get_pos_property): Don't hardcode Qfield.
22791 * keyboard.c (adjust_point_for_property): Handle `display' prop on
22792 overlays. Also handle `invisible' prop.
22794 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
22796 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
22797 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
22799 2002-11-01 Andreas Schwab <schwab@suse.de>
22801 * editfns.c (Fmessage): Revert last change to properly handle %%.
22803 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
22805 * xmenu.c (unuse_menu_items): New fun.
22806 (menu_items_inuse): New var.
22807 (syms_of_xmenu): Initialize it.
22808 (init_menu_items): Use it to detect re-entrance.
22809 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
22810 (Fx_popup_menu): Remove spurious XSETFRAME.
22812 * editfns.c (find_field): Make an exception for nil fields.
22814 2002-11-01 Dave Love <fx@gnu.org>
22816 * m/gec63.h: Deleted.
22818 2002-10-31 Dave Love <fx@gnu.org>
22820 * xterm.c (XTread_socket): Fix last change.
22821 (xaw_scroll_callback): Cast call_data to long to avoid warning.
22823 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
22825 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
22827 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
22829 * editfns.c (overlays_around, get_pos_property): New funs.
22830 (find_field): Use them.
22831 Also be careful not to modify POS before its last use.
22832 (Fmessage): Don't Fformat if there's nothing to format.
22834 2002-10-30 Dave Love <fx@gnu.org>
22836 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
22837 [HAVE_PTY_H]; Include pty.h.
22839 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
22841 * xterm.c (Qeql): Declare.
22842 (Vx_keysym_table): New.
22843 (syms_of_xterm): Initialize it.
22844 (XTread_socket): Use it. Deal with ASCII keysyms.
22845 (XSetIMValues) [HAVE_X11R6]: Prototype.
22847 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
22848 (lispy_kana_keys): Comment out.
22849 (make_lispy_event) [XK_kana_A]: Comment out.
22850 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
22853 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
22855 (TERMINFO, LIBS_TERMCAP): Define.
22857 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
22858 (bcmp): Define conditional on HAVE_BCMP.
22859 (NO_SIOCTL_H): Don't define.
22860 (TIOCSIGSEND): Don't make conditional on IRIX6.
22862 * s/sol2-5.h: Don't include strings.h.
22863 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
22865 * s/irix6-0.h (IRIX6): Don't define.
22866 (bcopy, bcmp, bzero): Don't undef.
22868 * s/irix6-5.h: Don't include strings.h.
22869 (IRIX6): Don't define.
22870 (bcopy, bcmp, bzero): Don't undef.
22872 * syntax.c (Fforward_comment): Doc fix.
22874 2002-10-29 Kim F. Storm <storm@cua.dk>
22876 * process.c (Fsignal_process): Allow PROCESS to be specified by
22877 name in addition to pid (as integer or string).
22879 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
22881 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
22884 2002-10-27 Kim F. Storm <storm@cua.dk>
22886 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
22888 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
22890 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
22892 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
22894 2002-10-26 Richard M. Stallman <rms@gnu.org>
22896 * editfns.c (Fformat): Detect invalid format letters for floats.
22898 2002-10-25 Kenichi Handa <handa@m17n.org>
22900 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
22901 (x_set_title): Likewise.
22903 2002-10-25 Juanma Barranquero <lektu@terra.es>
22906 * w32gui.h: Remove definition of XColor.
22908 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
22910 2002-10-24 Kim F. Storm <storm@cua.dk>
22912 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
22913 Callers changed (supply dummy arg).
22915 * lisp.h (get_window_cursor_type): Update prototype.
22917 * w32term.c (x_display_and_set_cursor): Get active_cursor from
22918 get_window_cursor_type to track system caret.
22920 2002-10-24 Kim F. Storm <storm@cua.dk>
22922 * process.c (Fformat_network_address): New function.
22923 (syms_of_process): Defsubr it.
22924 (list_processes_1): Use it to format :local/:remote address if
22925 service/host is not set; before Emacs would crash in that case.
22926 (Fmake_network_process): Don't use Ffind_operation_coding_system
22927 to setup coding system if host or service is not set.
22929 2002-10-23 Juanma Barranquero <lektu@terra.es>
22931 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
22933 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
22937 * w32gui.h: Add definition of XColor.
22941 * xfaces.c: Remove definition of XColor.
22943 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
22945 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
22947 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
22948 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
22949 window if it is dedicated.
22950 (Fshrink_window): Add preserve_before as was done for enlarge_window.
22951 (Vspecial_display_function): Update docstring.
22953 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
22954 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
22955 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE.
22957 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
22959 * casefiddle.c (casify_region): Don't treat a prefix char as part
22960 of a word when at the beginning.
22962 2002-10-17 Juanma Barranquero <lektu@terra.es>
22964 * lread.c (syms_of_lread): Fix typos.
22966 2002-10-17 Dave Love <fx@gnu.org>
22968 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
22970 2002-10-16 Richard M. Stallman <rms@gnu.org>
22972 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
22974 2002-10-14 Juanma Barranquero <lektu@terra.es>
22976 * w16select.c (syms_of_win16select): Fix docstring for
22977 `selection-coding-system'.
22979 * w32select.c (syms_of_w32select): Likewise.
22981 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
22983 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
22984 a backslash-quoted char.
22985 (scan_lists, scan_sexps_forward): Pacify the compiler.
22987 2002-10-13 Richard M. Stallman <rms@gnu.org>
22989 * window.c (window_scroll): Set immediate_quit.
22991 * print.c (print): When backquote form is the car of a list,
22992 output in old style. Use old_backquote_output to output all
22993 comma forms inside it in old style too.
22995 * buffer.h (struct buffer): Move `undo_list' down below `name'.
22997 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
22999 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
23002 * lread.c (Fload): Doc fix (load-suffixes).
23004 2002-10-10 Steven Tamm <steventamm@mac.com>
23006 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
23007 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
23008 Also switch the default to Qnil from Qt.
23010 2002-10-08 Kenichi Handa <handa@m17n.org>
23012 * coding.c (code_convert_region): When we need more GAP for
23013 conversion, pay attention to the case that coding->produced is not
23014 greater than coding->consumed.
23016 2002-10-07 Richard M. Stallman <rms@gnu.org>
23018 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
23020 2002-10-06 Andrew Choi <akochoi@shaw.ca>
23022 * macmenu.c (mac_menu_show): Add j to count menu items; match
23023 menu_item_selection to it to find selected item.
23025 2002-10-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
23027 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
23028 cases. The correct fix is to pass ReparentNotify to Xt.
23029 The shell widget interprets ConfigureNotify differently depending
23030 on if it has been reparented or not.
23032 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
23034 * editfns.c (Fformat_time_string): Doc fix.
23036 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
23038 * fns.c (Flength): Doc fix.
23040 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
23042 * keyboard.c (keyremap): New struct.
23043 (read_key_sequence): Use it: globally replace keytran_foo with
23044 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
23045 keytran_next and fkey_next to just `next'.
23047 2002-10-04 Steven Tamm <steventamm@mac.com>
23049 * macterm.c (keycode_to_xkeysym_table): Change return to be
23050 treated like an X keysym.
23052 2002-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
23054 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
23055 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
23056 This is to also handle x/y changes that occur because of a resize.
23058 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
23060 * frame.c (Vdelete_frame_functions): New variable.
23061 (syms_of_frame): Initialize and defvar it.
23062 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
23063 it when frame's `tooltip' parameter is non-nil.
23065 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
23067 * w32fns.c (x_create_tip_frame): Likewise.
23069 * macfns.c (x_create_tip_frame): Likewise.
23071 2002-09-30 Kenichi Handa <handa@m17n.org>
23073 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
23074 -1 before calling ccl_driver.
23076 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
23077 Only when it is non-nil, handle composition sequence.
23078 (setup_coding_system) <0>: Don't force composition handling.
23080 * Makefile.in (lisp, shortlisp): Add utf-16.elc.
23082 2002-09-29 Richard M. Stallman <rms@gnu.org>
23084 * search.c (Freplace_match): Adjust match data for the substitution
23085 just made in the buffer.
23087 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
23088 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
23090 2002-09-27 Richard M. Stallman <rms@gnu.org>
23092 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
23093 (read_char): Use them. Do all exits thru the end of the function.
23095 2002-09-27 Kenichi Handa <handa@etl.go.jp>
23097 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
23100 2002-09-26 Richard M. Stallman <rms@gnu.org>
23102 * regex.h (__restrict_arr): Don't define if already defined.
23104 * coding.c (run_pre_post_conversion_on_str):
23105 Save and restore Vdeactivate_mark.
23107 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
23109 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
23111 2002-09-26 Kenichi Handa <handa@etl.go.jp>
23113 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
23114 nonzero, try face's family at first. Otherwise try FAMILY at first.
23115 (choose_face_font): If C is a single byte char or latin-1, call
23116 try_font_list with PREFER_FACE_FAMILY 1.
23118 2002-09-21 Richard M. Stallman <rms@gnu.org>
23120 * window.c (select_window_1): Don't select frame.
23121 Set frame's selected window only when frame itself is selected.
23122 (Fselect_window): Doc fix.
23124 2002-09-18 Kim F. Storm <storm@cua.dk>
23126 * process.c (make-network-process): Doc fix (there is no
23127 network-server-log-function hook).
23129 2002-09-18 Richard M. Stallman <rms@gnu.org>
23131 * print.c (print): Clear out the unused parts of Vprint_number_table.
23132 (syms_of_print): Doc fix for `print-number-table'.
23134 * unexelf.c (unexec): Undo previous change.
23136 2002-09-17 Andreas Schwab <schwab@suse.de>
23138 * m/alpha.h [LINUX]: Don't define DATA_START.
23140 2002-09-16 Dave Love <fx@gnu.org>
23142 * unexelf.c (unexec): Deal with .got, reinstating change from
23145 2002-09-13 Richard M. Stallman <rms@gnu.org>
23147 * s/sol2-6.h (UNEXEC): Comment out definition.
23149 * unexsol.c (unexec): Don't downcase first letter of error msg.
23151 * xfaces.c (Fcolor_supported_p): Just one arg is required.
23153 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
23155 * unexsol.c: Include buffer.h, charset.h, coding.h.
23157 2002-09-11 Richard M. Stallman <rms@gnu.org>
23159 * unexsol.c: Don't use report_file_error; do it by hand
23162 * process.c (wait_reading_process_input, both versions):
23163 Before calling turn_on_atimers, call stop_polling.
23165 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
23167 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
23168 we go to too_near_end, call clear_glyph_matrix.
23169 (redisplay_window): After make_cursor_line_fully_visible,
23170 call clear_glyph_matrix and bypass `goto done'.
23172 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
23173 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
23175 2002-09-10 Richard M. Stallman <rms@gnu.org>
23177 * fileio.c (Fdo_auto_save): Catch error making directory.
23178 Only call push_message if we need to.
23179 At the same time, make an unwind-protect to pop it.
23180 Rename local message_p to old_message_p.
23181 (do_auto_save_make_dir, do_auto_save_eh): New functions.
23182 (do_auto_save_unwind): Don't call pop_message.
23184 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
23186 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
23188 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
23190 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
23192 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
23194 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
23195 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
23196 (re_match_2_internal): Be more careful with infinite loops.
23198 2002-09-10 Kim F. Storm <storm@cua.dk>
23200 * macros.c (end_kbd_macro): New function.
23201 (Fend_kbd_macro): Use it.
23203 * macros.h (end_kbd_macro): Declare extern.
23205 * keyboard.c (Fdiscard_input): If defining keyboard macro,
23206 end and save it instead of discarding it.
23208 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
23210 * s/sol2-6.h: Fix typo. Add comment.
23212 2002-09-09 Richard M. Stallman <rms@gnu.org>
23214 * regex.c (regnum_t): Use signed int, not unsigned int.
23216 * s/sol2-6.h: New file.
23218 * s/sol2-5.h (UNEXEC): Definition deleted.
23220 2002-09-08 Kim F. Storm <storm@cua.dk>
23222 * macros.c (executing_macro_index): Change type to EMACS_INT.
23223 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
23225 * macros.h (executing_macro_index): Change type to EMACS_INT.
23227 2002-09-06 Richard M. Stallman <rms@gnu.org>
23229 * casetab.c (set_case_table): Make canon table point to eqv table.
23231 2002-09-06 Juanma Barranquero <lektu@terra.es>
23233 * coding.c (syms_of_coding): Fix spacing.
23235 * composite.c (Fcompose_region_internal)
23236 (Fcompose_string_internal): Likewise.
23238 * data.c (Flsh): Likewise.
23240 * fontset.c (Fset_fontset_font): Likewise.
23242 * macfns.c (Fx_server_max_request_size): Likewise.
23244 * w16select.c (syms_of_win16select): Likewise.
23246 * w32select.c (syms_of_w32select): Likewise.
23248 * xselect.c (syms_of_xselect): Likewise.
23250 2002-09-05 Richard M. Stallman <rms@gnu.org>
23252 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
23253 call EXTEND_RANGE_TABLE and return a proper value.
23254 (set_image_of_range): Don't call set_image_of_range_1
23255 if no TRANSLATE or if range includes all of Latin-1.
23256 Only call it for the Latin-1 part of the range.
23257 For other cases, make two separate ranges,
23258 one for the original specified characters and one for
23259 their case-conversions.
23261 2002-09-04 Richard M. Stallman <rms@gnu.org>
23263 * s/sol2-5.h (UNEXEC): Use unexsol.o.
23265 * window.c (displayed_window_lines): Correct for one-off bug
23266 in HEIGHT on non-window displays.
23268 * regex.c (set_image_of_range_1): New function.
23269 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
23270 Return a value to indicate running out of memory.
23271 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
23272 (extend_range_table_work_area): New subroutine.
23273 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
23274 Different calling conventions, and used from set_image_of_range{,_1}.
23275 (IMMEDIATE_QUIT_CHECK): Definitions moved.
23277 2002-09-04 Juanma Barranquero <lektu@terra.es>
23279 * makefile.w32-in: All dependencies updated.
23281 2002-09-01 Richard M. Stallman <rms@gnu.org>
23283 * unexsol.c: New file.
23285 * xfns.c (Qbox): Declare external, don't define.
23287 * xdisp.c (redisplay_window) <force-start case>:
23288 If point is on semi-visible last line, reposition
23289 it at previous line.
23291 * alloc.c (display_malloc_warning): Use display-warning.
23292 (malloc_warning_1): Function deleted.
23294 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
23296 * lread.c (read1): Handle #! by skipping the line.
23298 2002-08-31 Richard M. Stallman <rms@gnu.org>
23300 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
23301 Don't include LDFLAGS.
23302 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
23304 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
23306 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
23307 member of x_display_info unless we compile for some window system.
23309 2002-08-31 Kim F. Storm <storm@cua.dk>
23311 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
23312 (get_window_cursor_type): Don't use them.
23313 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
23315 2002-08-30 Kenichi Handa <handa@etl.go.jp>
23317 * xdisp.c (get_next_display_element): Fix previous change.
23319 2002-08-30 Andrew Choi <akochoi@shaw.ca>
23321 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
23322 (expose_window): Use it to fix the display of overlapping
23323 rows (merge code from xterm.c).
23325 * macfns.c (Qbox): Add extern declaration.
23327 2002-08-30 Juanma Barranquero <lektu@terra.es>
23329 * w32fns.c (Qbox): Make extern.
23330 (syms_of_w32fns): Remove initialization of Qbox.
23332 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
23334 * xfns.c (Fx_open_connection): Fix error message.
23336 2002-08-30 Kim F. Storm <storm@cua.dk>
23338 The following changes consolidates the handling of the cursor
23339 type in xdisp.c, moving duplicate code and functionality from
23340 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
23342 * frame.h (enum text_cursor_kinds): Consolidated here.
23343 Added DEFAULT_CURSOR value.
23344 (struct frame) <desired_cursor, cursor_width>
23345 <blink_off_cursor, blink_off_cursor_width>: New fields.
23346 Consolidated from output_x, output_w32 and output_mac structs.
23347 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
23348 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
23350 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
23351 Variables consolidated here.
23352 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
23353 (Vcursor_in_non_selected_windows): Renamed from
23354 cursor_in_non_selected_windows and changed to Lisp_Object.
23355 (syms_of_xdisp): Define and staticpro new and moved variables.
23356 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
23357 consolidated here. Recognize Qhollow setting.
23358 (set_frame_cursor_types): New function to set frame cursor types
23359 based on the frame parameters.
23360 (get_window_cursor_type): New function to calculate new cursor
23361 type and width for the specified window. Based on duplicated
23362 code consolidated here.
23363 Enhancements: cursor-in-non-selected-windows may be a cursor type,
23364 check buffer-local alternate-cursor-type and blink-cursor-alist
23365 before using built-in blink off methods.
23367 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
23369 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
23370 (get_specified_cursor_type, get_window_cursor_type)
23371 (set_frame_cursor_types): Added prototypes.
23373 * macfns.c (x_specified_cursor_type): Removed.
23374 (x_set_cursor_type): Use set_frame_cursor_types.
23375 (Qbar, Qbox): Removed.
23376 (syms_of_macfns): Don't intern or staticpro them.
23378 * macterm.c (x_specified_cursor_type): Remove prototype.
23379 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
23380 (x_display_and_set_cursor): Use get_window_cursor_type.
23381 Remove unused local variables cursor_non_selected, active_cursor.
23382 Redraw cursor if hbar cursor width changes.
23383 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
23385 * macterm.h (enum text_cursor_kinds): Removed.
23386 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
23387 <blink_off_cursor, blink_off_cursor_width>: Members removed.
23388 (FRAME_DESIRED_CURSOR): Macro removed.
23390 * w32fns.c (Vblink_cursor_alist): Removed.
23391 (Qbar, Qhbar, Qbox, Qhollow): Removed.
23392 (syms_of_w32fns): Don't intern, staticpro, or define them.
23393 (x_specified_cursor_type): Removed.
23394 (x_set_cursor_type): Use set_frame_cursor_types.
23396 * w32term.c (x_specified_cursor_type): Remove prototype.
23397 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
23398 (x_display_and_set_cursor): Use get_window_cursor_type.
23399 Remove unused local variables cursor_off_state.
23400 Redraw cursor if hbar cursor width changes.
23401 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
23403 * w32term.h (enum text_cursor_kinds): Removed.
23404 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
23405 <blink_off_cursor, blink_off_cursor_width>: Members removed.
23406 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
23407 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
23408 (struct w32_display_info) <x_highlight_frame>: Renamed member from
23409 w32_highlight_frame.
23411 * xfns.c (Vblink_cursor_alist): Removed.
23412 (Qbar, Qhbar, Qbox, Qhollow): Removed.
23413 (syms_of_xfns): Don't intern, staticpro, or define them.
23414 (x_specified_cursor_type): Removed.
23415 (x_set_cursor_type): Use set_frame_cursor_types.
23417 * xterm.c (x_specified_cursor_type): Remove prototype.
23418 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
23419 (x_display_and_set_cursor): Use get_window_cursor_type.
23420 Remove unused local variables cursor_off_state.
23421 Redraw cursor if hbar cursor width changes.
23423 * xterm.h (enum text_cursor_kinds): Removed.
23424 (struct output_x) <current_cursor, desired_cursor, cursor_width>
23425 <blink_off_cursor, blink_off_cursor_width>: Members removed.
23426 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
23427 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
23428 (x_specified_cursor_type): Remove prototype.
23430 2002-08-28 Richard M. Stallman <rms@gnu.org>
23432 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
23433 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
23434 (Vblink_cursor_alist): New variable.
23435 (syms_of_w32fns): Initialize and defvar it.
23436 (x_specified_cursor_type): Recognize Qbox for filled box.
23437 Exceptions are hollow boxes.
23438 (Qbox, Qhollow): New variables.
23439 (syms_of_w32fns): Initialize and staticpro them.
23441 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
23443 (struct w32_output): New fields blink_off_cursor,
23444 blink_off_cursor_width.
23445 (FRAME_CURSOR_WIDTH): New macro.
23447 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
23448 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
23450 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
23453 * w32term.c (expose_overlaps): New function.
23454 (expose_window): Use it to fix the display of overlapping rows.
23456 2002-08-28 Simon Josefsson <jas@extundo.com>
23458 * xfns.c (Fx_open_connection): Improve help when X connection
23459 fails, xhost is insecure and xauth is better.
23461 2002-08-28 Juanma Barranquero <lektu@terra.es>
23463 * makefile.w32-in: Add missing dependencies on w32term.h and
23466 * emacs.c (USAGE1): Add missing newline.
23468 2002-08-27 Andrew Choi <akochoi@shaw.ca>
23470 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
23472 2002-08-27 Richard M. Stallman <rms@gnu.org>
23474 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
23475 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
23476 (Vblink_cursor_alist): New variable.
23477 (syms_of_xfns): Initialize and defvar it.
23478 (x_specified_cursor_type): Recognize Qbox for filled box.
23479 Exceptions are hollow boxes.
23480 (Qbox, Qhollow): New variables.
23481 (syms_of_xfns): Initialize and staticpro them.
23483 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
23485 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
23487 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
23488 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
23490 * emacs.c (main): Handle --script.
23491 (USAGE1): Mention --script.
23492 (standard_args): Define sort order for --script.
23494 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
23496 * xdisp.c (redisplay_updating_p): Variable removed.
23497 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
23499 (init_iterator): Don't free realized faces if
23500 inhibit_free_realized_faces is set.
23501 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
23502 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
23503 initialize Qinhibit_free_realized_faces.
23505 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
23506 when iterator is adding glyphs to a glyph matrix.
23508 2002-08-27 Kenichi Handa <handa@etl.go.jp>
23510 * xdisp.c (get_next_display_element): In unibyte case, don't use
23511 octal form for such eight-bit characters that can be converted to
23514 2002-08-26 Kim F. Storm <storm@cua.dk>
23516 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
23517 foreground and background colors. From Joe Buehler.
23519 2002-08-26 Miles Bader <miles@gnu.org>
23521 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
23523 2002-08-25 Andrew Choi <akochoi@shaw.ca>
23525 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
23526 defined instead of MAC_OSX.
23528 * s/darwin.h (select): Define select to sys_select only if
23529 HAVE_CARBON is defined.
23530 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
23531 (DONT_REOPEN_PTY): #def it.
23533 * macterm.c (XTread_socket): Remove code to call
23534 SendEventToEventTarget for keys with command modifiers when
23535 mac_command_key_is_meta is nil.
23537 2002-08-24 Andreas Schwab <schwab@suse.de>
23539 * eval.c (Fdefvar): Fix last change.
23541 2002-08-23 Richard M. Stallman <rms@gnu.org>
23543 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
23544 Record variables in load history as (defvar . VAR).
23545 (Fdefvar): Don't record in load history if no initial value.
23546 (Qdefvar): New variable.
23547 (syms_of_eval): Init and staticpro it.
23549 * lread.c (syms_of_lread): Doc fix.
23550 (build_load_history): Use Fmember to see if a definition
23551 is already in the Vload_history element.
23553 * process.c (Fstart_process): Remove /: from program name.
23555 * emacs.c (decode_env_path): Don't add /: if file name handler
23556 has a `safe-magic' property.
23558 * callproc.c (Fcall_process): Remove /: from program name.
23560 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
23562 * regex.c (PATFETCH): Remove the translating fetch.
23563 (PATFETCH_RAW): Rename to PATFETCH.
23564 (set_image_of_range): New fun.
23565 (SET_RANGE_TABLE_WORK_AREA): Use it.
23566 (regex_compile): Don't translate the pattern chars so eagerly.
23567 Only do it when inserting an `exactn' bytecode or when handling
23569 (mutually_exclusive_p): Avoid empty statement.
23571 2002-08-22 Kim F. Storm <storm@cua.dk>
23573 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
23574 end up on a partially visible line; this reverts a specific part
23575 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
23576 display error which has been reported several times now.
23577 However it introduces the problem that changes was supposed to fix.
23578 See my comments in the source if you want to debug this further.
23580 2002-08-20 Kenichi Handa <handa@etl.go.jp>
23582 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
23584 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
23586 * msdos.c (croak): Add `void' to definition.
23588 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
23589 Don't define them, they are defined in msdos.c.
23591 * mem-limits.h [MSDOS]: Declare etext.
23593 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
23594 `const' since CORRECT_DIR_SEPS modifies its target.
23596 2002-08-19 Kim F. Storm <storm@cua.dk>
23598 * keyboard.c (Fclear_this_command_keys): Add optional arg
23599 KEEP-RECORD to avoid clearing lossage when we just want to clear
23600 the current key sequence (kmacro needs this).
23602 2002-08-19 Kenichi Handa <handa@localhost>
23604 * composite.c (run_composition_function): Call FUNC if it is fboundp.
23606 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
23609 2002-08-17 Richard M. Stallman <rms@gnu.org>
23611 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
23613 * sysdep.c [!VMS]: Include sys/files.h.
23615 * editfns.c (save_restriction_restore): Defend from unchained marker.
23617 * buffer.c (overlays_at): Handle extending vec uniformly.
23618 (overlays_in): Handle extending vec from length 0 as in overlays_at.
23620 2002-08-15 Andrew Choi <akochoi@shaw.ca>
23622 * mac.c (init_mac_osx_environment): New function.
23624 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
23626 2002-08-14 Kim F. Storm <storm@cua.dk>
23628 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
23629 executing macro before appending to it (when used from Lisp).
23630 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
23631 which is called prior to each iteration of macro (for kmacro.el).
23632 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
23634 * lisp.h (Fexecute_kbd_macro): Update prototype.
23636 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
23638 2002-08-14 Kenichi Handa <handa@etl.go.jp>
23640 * xselect.c (QUTF8_STRING): New variable.
23641 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
23642 (x_atom_to_symbol): Likewise.
23643 (x_get_local_selection): New argument local_request. If it is
23644 nonzero, call handler_fn with the second arg nil.
23645 (x_handle_selection_request): Call x_get_local_selection with
23647 (lisp_data_to_selection_data): Don't encode the string here.
23648 (Fx_get_selection_internal): Call x_get_local_selection with
23650 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
23652 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
23654 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
23656 2002-08-13 Richard M. Stallman <rms@gnu.org>
23658 * minibuf.c (Fminibufferp): New function.
23659 (syms_of_minibuf): Defsubr it.
23660 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
23662 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
23664 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
23666 2002-08-12 Richard M. Stallman <rms@gnu.org>
23668 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
23669 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
23670 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
23673 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
23675 2002-08-11 Andrew Choi <akochoi@shaw.ca>
23677 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
23678 (Vmac_pass_command_to_system): New variable.
23679 (Vmac_pass_control_to_system): New variable.
23680 (do_mouse_moved): Check wp with is_emacs_window.
23681 (XTread_socket): Check window_ptr with is_emacs_window.
23682 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
23683 events back to Mac Toolbox for processing, depending on values of
23684 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
23685 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
23686 Vmac_pass_control_to_system.
23688 2002-08-10 Kenichi Handa <handa@etl.go.jp>
23690 * coding.c (unencodable_char_position): New function.
23691 (Funencodable_char_position): New function.
23692 (syms_of_coding): Defsubr Funencodable_char_position.
23694 2002-08-10 Andrew Choi <akochoi@shaw.ca>
23696 * mac.c (sys_select) [MAC_OSX]: New function.
23698 * macterm.c (MakeMeTheFrontProcess): New function.
23699 (mac_initialize): Call MakeMeTheFrontProcess.
23701 * s/darwin.h: Define select to sys_select.
23703 2002-08-09 Richard M. Stallman <rms@gnu.org>
23705 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
23707 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
23709 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
23712 2002-08-08 Ken Raeburn <raeburn@gnu.org>
23714 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
23716 * puresize.h (BASE_PURESIZE): Increase to 910000.
23718 2002-08-08 Kenichi Handa <handa@etl.go.jp>
23720 * coding.c (Ffind_operation_coding_system): For write-region, if
23721 VISIT is a filename, make it the target.
23723 2002-08-07 Richard M. Stallman <rms@gnu.org>
23725 * alloc.c (mark_object): Detect long lists for debugging.
23726 (mark_object_loop_halt): New variable.
23728 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
23730 * data.c (Fmake_variable_frame_local): Doc fix.
23732 2002-08-01 David Ponce <david@dponce.com>
23734 * w32menu.c (local_heap, local_alloc, local_free): New macros.
23735 (malloc_widget_value, free_widget_value)
23736 (w32_free_submenu_strings): Use them.
23738 (push_submenu_start, push_submenu_end, push_left_right_boundary)
23739 (push_menu_pane, push_menu_item, single_keymap_panes)
23740 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
23741 (single_submenu, set_frame_menubar)
23742 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
23744 (Fx_popup_menu): Don't show pop up menu until preceding one is
23745 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
23747 * w32menu.c: Changes adapted from xmenu.c
23748 (set_frame_menubar): First parse all submenus,
23749 then make widget_value trees from them.
23750 Don't allocate any widget_value objects
23751 until we are done with the parsing.
23752 (parse_single_submenu): New function.
23753 (digest_single_submenu): New function.
23754 (single_submenu): Function deleted, replaced by those two.
23756 2002-08-04 Andrew Choi <akochoi@shaw.ca>
23758 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
23759 returns a valid window pointer before proceeding for keyDown and
23762 2002-08-03 Andrew Choi <akochoi@shaw.ca>
23764 * macterm.c (USE_CARBON_EVENTS): New macro.
23765 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
23766 (x_iconify_frame): Call CollapseWindow.
23767 (Vmac_reverse_ctrl_meta): New variable.
23768 (Vmac_wheel_button_is_mouse_2): New variable.
23769 (init_mac_drag_n_drop): New function.
23770 (mac_do_receive_drag): New function.
23771 (mac_handle_service_event): New function.
23772 (init_service_handler): New function.
23773 (mac_to_emacs_modifiers): New function.
23774 (mac_event_to_emacs_modifiers): New function.
23775 (mac_get_mouse_btn): New function.
23776 (mac_convert_event_ref): New function.
23777 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
23778 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
23780 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
23782 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
23783 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
23784 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
23785 TOOL_BAR_EVENT for MAC_OS as well.
23786 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
23788 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
23790 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
23792 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
23794 * xdisp.c (forward_to_next_line_start): Fix a condition that
23795 lead to a newline being skipped.
23797 2002-08-02 Andrew Choi <akochoi@shaw.ca>
23799 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
23801 2002-08-01 Richard M. Stallman <rms@gnu.org>
23803 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
23805 2002-07-31 Andrew Choi <akochoi@shaw.ca>
23807 * macfns.c: #undef init_process before #define-ing it.
23809 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
23810 HAVE_CARBON is defined.
23812 2002-07-31 Richard M. Stallman <rms@gnu.org>
23814 * xmenu.c (set_frame_menubar): First parse all submenus,
23815 then make widget_value trees from them.
23816 Don't allocate any widget_value objects
23817 until we are done with the parsing.
23818 (parse_single_submenu): New function.
23819 (digest_single_submenu): New function.
23820 (single_submenu): Function deleted, replaced by those two.
23822 2002-07-30 Juanma Barranquero <lektu@terra.es>
23824 * w32proc.c (syms_of_ntproc): Fix docstring of
23825 `w32-get-true-file-attributes'.
23827 2002-07-28 Richard M. Stallman <rms@gnu.org>
23829 * s/hpux8.h (HPUX8): Define this before including hpux.h.
23830 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
23832 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
23834 * keyboard.c (make_lispy_event):
23835 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
23836 Explicitly clear up_modifier in event->modifiers.
23838 2002-07-27 Richard M. Stallman <rms@gnu.org>
23840 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
23842 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
23845 2002-07-26 Kenichi Handa <handa@etl.go.jp>
23847 * coding.c (detect_coding_iso2022): While checking a byte sequence
23848 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
23849 it in the normal loop.
23851 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
23853 * xterm.c (expose_overlaps): New function.
23854 (expose_window): Use it to fix the display of overlapping rows.
23856 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
23858 2002-07-23 Ken Raeburn <raeburn@gnu.org>
23860 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
23861 since it only depends on XUINT.
23863 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
23864 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
23865 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
23868 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
23869 its value over other approaches.
23870 * sysdep.c (start_of_data): Don't define the function if a macro
23871 form has been defined.
23873 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
23875 * xdisp.c (redisplay_updating_p): New variable.
23876 (init_iterator): Don't free realized faces when
23877 redisplay_updating_p is set.
23878 (redisplay_internal): Set redisplay_updating_p while updating
23881 2002-07-23 Richard M. Stallman <rms@gnu.org>
23883 * editfns.c (Fmessage): Treat "" like nil.
23885 2002-07-23 Kenichi Handa <handa@etl.go.jp>
23887 * xdisp.c (face_before_or_after_it_pos):
23888 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
23890 2002-07-22 Juanma Barranquero <lektu@terra.es>
23892 * callproc.c (init_callproc) [DOS_NT]:
23893 Initialize Vshared_game_score_directory to nil.
23894 (syms_of_callproc) [DOS_NT]: Likewise.
23896 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
23898 * xdisp.c (display_line): Replace an abort with xassert.
23900 2002-07-21 Richard M. Stallman <rms@gnu.org>
23902 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
23903 and END_UNCHANGED when setting buffer_unchanged_p.
23904 Use current_matrix_up_to_date_p to decide whether to use
23905 try_cursor_movement.
23907 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
23909 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
23911 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
23912 Set to nil if dir does not exist.
23913 (syms_of_callproc): Init unconditionally and simply.
23915 * buffer.c (Fbuffer_list): Doc fix.
23917 2002-07-21 Ken Raeburn <raeburn@gnu.org>
23919 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
23921 * buffer.c (mmap_realloc): When shrinking, make sure number of
23922 pages to unmap is rounded towards zero.
23924 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
23925 (XSETINT): Deleted.
23927 * m/att3b.h (XINT): Don't define.
23928 (VALBITS, VALMASK, XTYPE): Deleted.
23929 (DATA_SEG_BITS): Define.
23930 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
23931 ARRAY_MARK_FLAG): Deleted.
23932 (DATA_SEG_BITS): Define.
23933 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
23934 (DATA_SEG_BITS): Define.
23936 2002-07-20 Richard M. Stallman <rms@gnu.org>
23938 * print.c (print_error_message): New args CONTEXT and CALLER.
23941 * lisp.h (print_error_message): Declare new args.
23943 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
23944 and CONTEXT to print_error_message, don't print them here.
23945 For a Quit, don't use Vsignaling_function.
23946 Call message_log_maybe_newline.
23948 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
23950 2002-07-20 Kim F. Storm <storm@cua.dk>
23952 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
23954 2002-07-19 Ken Raeburn <raeburn@gnu.org>
23956 * bytecode.c (struct byte_stack): Pointers into byte string now
23958 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
23960 * charset.h (BCOPY_SHORT): Source pointer now points to const.
23961 * coding.c (encode_eol, detect_coding, detect_eol):
23962 (decode_coding, encode_coding, detect_coding_system):
23963 Source strings now treated as const.
23964 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
23965 modify Lisp string contents.
23966 * coding.h (decode_coding, encode_coding, detect_coding,
23967 detect_eol): Declarations updated.
23968 * composite.c (compose_chars_in_text): Treat Lisp string contents
23970 * dispnew.c (safe_bcopy): Source pointer now points to const.
23971 * lisp.h (STRING_COPYIN): New macro.
23972 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
23973 (internal_with_output_to_temp_buffer): Declarations updated.
23974 * print.c (temp_output_buffer_setup):
23975 (internal_with_output_to_temp_buffer): Buffer name argument is now
23977 * sound.c (struct sound_device): Function pointer field "write"
23978 buffer argument now points to const.
23979 (vox_write): Buffer argument points to const.
23980 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
23982 * sysdep.c (emacs_write): Buffer pointer now const.
23983 * term.c (encode_terminal_code): Buffer pointer now const.
23984 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
23985 (x_face_list_fonts, x_update_menu_appearance):
23986 (hash_string_case_insensitive): Treat Lisp string contents as const.
23988 2002-07-19 Juanma Barranquero <lektu@terra.es>
23990 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
23992 * fileio.c (syms_of_fileio): Likewise.
23993 (Ffile_name_as_directory): Fix argument name in docstring.
23994 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
23996 2002-07-18 Richard M. Stallman <rms@gnu.org>
23998 * data.c (Fdefalias): Doc fix.
24000 2002-07-17 Dave Love <fx@gnu.org>
24002 * intervals.h (text_property_stickiness): Use P_.
24004 * ccl.c: Remove `emacs' conditionals.
24005 (ccl_backtrace_table): Fix size spec.
24006 (ccl_driver): Fix type errors.
24008 2002-07-16 Ken Raeburn <raeburn@gnu.org>
24010 * alloc.c (xstrdup, make_string, make_unibyte_string)
24011 (make_multibyte_string, build_string): String pointer args now
24013 * charset.c (find_charset_in_text, c_string_width):
24014 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
24015 * fileio.c (report_file_error):
24016 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
24017 (count_combining_before, count_combining_after, insert_1_both):
24018 (insert, insert_and_inherit, insert_string):
24019 (insert_before_markers, insert_before_markers_and_inherit):
24020 * lread.c (intern, oblookup, hash_string):
24021 * minibuf.c (temp_echo_area_glyphs):
24022 * search.c (fast_c_string_match_ignore_case):
24023 * sysdep.c (emacs_open, set_file_times):
24024 * xfaces.c (xstricmp):
24025 * xdisp.c (store_frame_title, string_char_and_length):
24026 (message_dolog, message2, message2_nolog, set_message): Likewise.
24027 (set_message_1): Cast message string argument to const pointer.
24028 * editfns.c (general_insert_function): Insertion function now
24029 takes pointer to const for input data.
24030 * charset.h (find_charset_in_text, c_string_width):
24031 (parse_str_as_multibyte): Declarations updated.
24032 * dispextern.h (xstricmp): Declaration updated.
24033 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
24034 (count_size_as_multibyte, count_combining_before):
24035 (count_combining_after, insert_1, insert_1_both, message_dolog):
24036 (insert, insert_and_inherit, insert_before_markers)
24037 (insert_before_markers_and_inherit, set_message, message2):
24038 (message2_dolog, build_string, make_string, make_unibyte_string):
24039 (make_multibyte_string, intern, oblookup, report_file_error):
24040 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
24041 (emacs_open, xstrdup): Declarations updated.
24042 * systime.h (set_file_times): Declaration updated.
24044 * charset.c (find_charset_in_text, lisp_string_width): Use const
24045 for pointer to lisp string data.
24046 * charset.h (FETCH_STRING_CHAR_ADVANCE):
24047 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
24048 * coding.c (Ffind_coding_systems_region_interval):
24049 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
24050 (Fmake_directory_internal, Fdelete_directory):
24051 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
24052 * fontset.c (font_family_registry, fs_query_fontset):
24054 * frame.c (Fframe_parameter):
24055 * keyboard.c (cmd_error_internal):
24056 * keymap.c (Fdescribe_buffer_bindings):
24057 * lread.c (complete_filename_p, openp):
24058 * minibuf.c (Fminibuffer_complete_word):
24059 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
24060 (face_before_or_after_it_pos, next_element_from_string):
24061 (get_overlay_arrow_glyph_row, display_mode_element):
24062 (decode_mode_spec_coding):
24063 * xterm.c (same_x_server): Likewise.
24065 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
24066 settings of non-existent fields.
24068 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
24071 * lread.c (Fintern_soft): Use string macros instead of
24072 Lisp_String fields.
24073 * keyboard.c (echo_char, parse_modifiers_uncached):
24074 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
24075 * textprop.c (validate_interval_range, interval_of): Likewise.
24077 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
24079 * charset.h (FETCH_STRING_CHAR_ADVANCE)
24080 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
24081 XSTRING()->size_byte.
24083 * lisp.h (SDATA, SREF): Produce rvalue.
24085 * alloc.c (make_event_array): Use SSET for storing into a string.
24086 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
24088 * casefiddle.c (casify_object): Use SSET.
24089 * charset.h (FETCH_STRING_CHAR_ADVANCE)
24090 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
24091 address of string contents.
24092 * data.c (Faref): Use SDATA.
24093 (Faset): Use SDATA, SSET.
24094 * dired.c (directory_files_internal): Use SSET.
24095 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
24096 (Fread_file_name): Use SREF, SSET.
24097 * fns.c (concat): Use SSET.
24098 (concat, Fdelete): Use SDATA.
24099 * insdel.c (insert_from_string_1): Use SDATA.
24100 * keyboard.c (Fevent_convert_list): Use SREF.
24101 * lread.c (Fload): Use SDATA, SSET.
24102 * macfns.c (validate_x_resource_name): Use SSET.
24103 * process.c (status_message): Use SSET.
24104 * search.c (wordify): Use SDATA.
24105 (Freplace_match): Use SREF.
24106 * w32fns.c (validate_x_resource_name): Use SSET.
24107 * xfns.c (validate_x_resource_name): Use SSET.
24108 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
24110 2002-07-16 Richard M. Stallman <rms@gnu.org>
24112 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
24114 * xdisp.c (reconsider_clip_changes):
24115 Don't test prevent_redisplay_optimizations_p.
24116 (redisplay_internal): Test prevent_redisplay_optimizations_p
24117 along with clip_changed in some cases.
24118 (try_window_id): Likewise.
24119 (redisplay_window): New local var buffer_unchanged_p.
24121 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
24123 * process.c (create_process): Test USG_SUBTTY_WORKS.
24124 (process_send_signal): Clean up handling of GID.
24125 Detect errors in ioctls meant to set GID.
24127 * window.c (temp_output_buffer_show):
24128 Don't set prevent_redisplay_optimizations_p.
24130 2002-07-15 Juanma Barranquero <lektu@terra.es>
24132 * eval.c (Fdefvaralias): Add docstring argument.
24134 2002-07-15 Ken Raeburn <raeburn@gnu.org>
24136 * lisp.h (STRING_INTERVALS): Produce rvalue.
24137 (STRING_SET_INTERVALS): New macro.
24138 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
24139 * fns.c (Fstring_as_multibyte): Likewise.
24140 * intervals.c (balance_possible_root_interval, delete_interval)
24141 (create_root_interval, copy_intervals_to_string): Likewise.
24142 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
24145 2002-07-14 Ken Raeburn <raeburn@gnu.org>
24147 * lisp.h (STRING_SET_CHARS): New macro.
24148 (SCHARS, SBYTES): Produce rvalues.
24149 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
24150 * fns.c (concat): Likewise.
24151 * lread.c (read_vector): Likewise.
24153 * lisp.h (SMBP): Delete. All uses changed to STRING_MULTIBYTE.
24154 (STRING_SET_UNIBYTE): New macro.
24155 (SET_STRING_BYTES): Delete. Callers (all of which supplied a
24156 length of -1) changed to use STRING_SET_UNIBYTE.
24157 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
24158 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
24159 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
24160 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
24161 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
24162 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
24163 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
24164 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
24165 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
24166 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
24167 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
24168 STRING_BYTES or indirection changed to SCHARS, SBYTES,
24169 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
24172 2002-07-13 Kim F. Storm <storm@cua.dk>
24174 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
24176 2002-07-12 Richard M. Stallman <rms@gnu.org>
24178 * fileio.c (Fwrite_region): Doc fix.
24180 * print.c (print_error_message): Don't handle Vsignaling_function here.
24182 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
24183 (command_loop_1): Avoid certain actions after memory-full error.
24185 * eval.c (Fsignal): Don't call cancel_hourglass.
24186 For a memory-full error, don't call Vsignal_hook_function
24187 and don't set Vsignaling_function.
24189 * process.c (process_send_signal): Add abort call.
24191 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
24193 * keymap.c (Fkey_binding): Fix typo.
24195 2002-07-11 Richard M. Stallman <rms@gnu.org>
24197 * alloc.c (Vmemory_full): New variable.
24198 (Vmemory_signal_data): Rename from memory_signal_data.
24200 (syms_of_alloc): Defvar them.
24201 (memory_full, buffer_memory_full): Set Vmemory_full.
24203 * lisp.h (Vmemory_full): Add declaration.
24204 (current_column, indented_beyond_p): Change declaration.
24206 * indent.c (last_known_column): Declare as double, not float.
24207 (current_column, current_column_1, string_display_width)
24208 (position_indentation): Return `double'.
24209 (indented_beyond_p): Arg `column' is `double'. Callers changed.
24211 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
24212 (back_to_previous_visible_line_start)
24213 (reseat_at_next_visible_line_start, next_element_from_buffer):
24214 Use `double', not `float', when calling indented_beyond_p.
24216 * s/hpux11.h (BROKEN_SA_RESTART): Define.
24218 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
24220 2002-07-11 Juanma Barranquero <lektu@terra.es>
24222 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
24223 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
24224 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
24225 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
24226 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
24227 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
24229 2002-07-10 Juanma Barranquero <lektu@terra.es>
24231 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
24232 All callers changed.
24234 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
24236 * data.c (Fdefalias): Add an optional `docstring' argument.
24237 (set_internal, Fsetq_default): Use XCAR/XCDR.
24239 * composite.c (HASH_VALUE, HASH_KEY):
24240 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
24242 2002-07-09 Kenichi Handa <handa@etl.go.jp>
24244 * callproc.c (Fcall_process): Fix previous change.
24246 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
24248 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
24249 Add support for hash-tables.
24250 (Ftry_completion): Return t even if the string appears multiple times.
24252 * fns.c (Fnconc): Use XCDR.
24253 (Fprovide): Use CONSP and XCDR.
24254 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
24255 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
24256 (Fmake_hash_table): Accept `:size nil'.
24257 (Fmakehash): Delete: moved to subr.el.
24258 (syms_of_fns): Don't defsubr makehash.
24260 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
24261 (HASH_TABLE_SIZE): Move from fns.c.
24263 2002-07-07 Richard M. Stallman <rms@gnu.org>
24265 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
24266 Instead just return 0 when there is something to be done.
24267 (try_scrolling): If make_cursor_line_fully_visible returns 0,
24268 retry scrolling as if cursor were off the bottom.
24269 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
24270 return CURSOR_MOVEMENT_MUST_SCROLL.
24271 (redisplay_window): If make_cursor_line_fully_visible returns 0,
24272 go to try_to_scroll.
24274 * buffer.c (Fbuffer_local_value): Store current value into its binding
24275 so we get the up-to-date value for the binding that is loaded.
24277 * eval.c (Fdefmacro): Doc fix.
24279 2002-07-05 Dave Love <fx@gnu.org>
24281 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
24284 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
24285 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
24286 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
24287 CCL_LookupCharConstTbl.
24288 (syms_of_ccl): Defvar translation-hash-table-vector.
24290 2002-07-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
24292 * xdisp.c: Remove unused variable `face'.
24294 2002-07-04 Juanma Barranquero <lektu@terra.es>
24296 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
24297 obsolescence information.
24299 2002-07-03 Andrew Choi <akochoi@shaw.ca>
24301 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
24302 pattern. Search cache first.
24303 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
24305 (XLoadQueryFont): Use it.
24307 2002-07-02 Richard M. Stallman <rms@gnu.org>
24309 * keymap.c (Fdefine_key): Doc fix.
24311 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
24313 2002-07-02 Juanma Barranquero <lektu@terra.es>
24315 * keymap.c (syms_of_keymap): Fix typo.
24317 2002-07-01 Andrew Choi <akochoi@shaw.ca>
24319 * s/darwin.h: Define POSIX_SIGNALS.
24321 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
24322 and FSRefMakePath to convert FSSpec returned with Apple Event to
24324 (mac_initialize) [TARGET_API_MAC_CARBON]:
24325 Call init_required_apple_events and disable the `Quit' menu item
24326 provided automatically by the Carbon Toolbox.
24328 2002-07-01 Dave Love <fx@gnu.org>
24330 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
24333 * xterm.c: Fix prototype for K&R.
24335 * term.c (costs_set): Declare static, non-initialized for pcc.
24337 2002-07-01 Richard M. Stallman <rms@gnu.org>
24339 * keyboard.c (timer_last_idleness_start_time): New variable.
24340 (timer_start_idle): Set that.
24341 (read_key_sequence): Use that to reset timer_idleness_start_time
24344 * window.c (Frecenter): With arg, set optional_new_start.
24346 * xdisp.c (redisplay_internal): Make optional_new_start really work.
24348 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
24349 buffer for completion.
24351 2002-06-29 Ken Raeburn <raeburn@gnu.org>
24353 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
24355 2002-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24357 * keyboard.c (readable_filtered_events): New function that filters
24358 FOCUS_IN_EVENT depending on parameter.
24359 (readable_events): Calls readable_filtered_events, not filtering
24361 (get_filtered_input_pending): New function, filtering parameter passed
24362 to readable_filtered_events.
24363 (get_input_pending): Calls get_filtered_input_pending, not filtering
24365 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
24368 * xterm.h (struct x_output): Add focus_state.
24370 * xterm.c (x_focus_changed): New function.
24371 (x_detect_focus_change): New function.
24372 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
24373 EnterNotify and LeaveNotify to track X focus changes.
24375 2002-06-28 Andreas Schwab <schwab@suse.de>
24377 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
24379 2002-06-27 Kim F. Storm <storm@cua.dk>
24381 * xdisp.c (mode_line_string_list, mode_line_string_face)
24382 (mode_line_string_face_prop): New variables.
24383 (store_mode_line_string): New function.
24384 (display_mode_element): Use store_mode_line_string to
24385 add mode-line string elements to mode_line_string_list
24386 when mode_line_string_list is non-nil.
24387 (Fformat_mode_line): Now returns propertized string by
24388 default. New arg NO-PROPS to ignore properties.
24389 (decode_mode_spec): Only add two dashes for %- in propertized
24391 (syms_of_xdisp): Init and staticpro mode_line_string_list.
24393 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
24395 * minibuf.c (minibuffer_completion_contents): Add return type.
24397 2002-06-27 Juanma Barranquero <lektu@terra.es>
24399 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
24401 2002-06-26 Juanma Barranquero <lektu@terra.es>
24403 * fileio.c (read_file_name_cleanup): Add missing return.
24405 2002-06-26 Richard M. Stallman <rms@gnu.org>
24407 * window.c (Frecenter): Don't set force_start flag.
24409 * minibuf.c (do_completion, Fminibuffer_complete_word)
24410 (Fminibuffer_completion_help): Complete just the text before point.
24411 (minibuffer_completion_contents): New function.
24413 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
24415 * frame.c (frames_bury_buffer): Function deleted.
24417 2002-06-25 Miles Bader <miles@gnu.org>
24419 * callint.c (Fcall_interactively): When checking to see if doprnt hit
24420 the end of callint_message, allow for a terminating '\0'.
24422 2002-06-24 Juanma Barranquero <lektu@terra.es>
24424 * w32select.c: Include composite.h.
24426 * w16select.c: Likewise.
24428 2002-06-24 Kenichi Handa <handa@etl.go.jp>
24430 * callproc.c (Fcall_process): If code detection is necessary,
24431 call detect_coding directly here.
24433 * coding.c (detect_eol): Preserve coding->cmp_data.
24435 * w16select.c (Fw16_get_clipboard_data):
24436 * w32fns.c (w32_to_x_font):
24437 * w32select.c (Fw32_get_clipboard_data):
24438 * xselect.c (selection_data_to_lisp_data):
24439 * xterm.c (XTread_socket): Disable composition handling.
24441 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
24443 * print.c (temp_output_buffer_setup): Kill all local variables.
24445 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
24447 * lread.c (Fread): Remove redundant and imprecise declaration.
24449 * xfns.c (check_x_display_info): Use check_x_frame.
24451 * .gdbinit (xprintsym): Use the new `xname' field.
24454 2002-06-22 Jason Rumney <jasonr@gnu.org>
24456 * w32fns.c (file_dialog_callback): New function.
24457 (Fx_file_dialog): Allow selecting directories as well as files.
24459 2002-06-21 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
24461 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
24462 OpenBSD. Add support for mipseb-*-netbsd* machines.
24464 2002-06-17 Andrew Choi <akochoi@shaw.ca>
24466 * macterm.c (mac_scroll_area): Set foreground and backcolor to
24467 black and white before scrolling. Restore frame background and
24468 foreground color after scrolling.
24469 (do_window_update): Call XClearWindow before calling expose_frame.
24470 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
24471 FRAME_FOREGROUND_PIXEL of frame.
24473 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
24474 test Mac command key as <ALT> key.
24476 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
24478 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
24480 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
24481 Lookup keys in function-key-map immediately so that key-translation-map
24482 can be applied earlier.
24483 Remove function_key_possible and key_translation_possible, replaced
24484 by checking `keytran_start < t'.
24486 * .gdbinit (xsymbol): Use the new `xname' field.
24488 2002-06-17 Andrew Choi <akochoi@shaw.ca>
24490 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
24491 test Mac command key as <ALT> key.
24493 * mac.c (do_applescript): Call initialize_applescript if necessary
24494 when first called. Dispose of result_desc only when there is no error.
24495 (Fdo_applescript): Use %d format specifier instead of %ld.
24497 2002-06-16 Andrew Choi <akochoi@shaw.ca>
24499 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
24500 of FrontWindow for cases keyDown and autoKey.
24502 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
24503 Vdefault_fontset to Monaco with mac-roman coding.
24505 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
24506 init_process before and after inclusion of Carbon/Carbon.h, resp.
24508 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
24510 (add_font_name_table_entry): New function.
24511 (init_font_name_table): Use add_font_name_table_entry; add italic,
24512 bold, and bold-italic entries for truetype fonts.
24514 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
24516 (try_font_list) [MAC_OS]: If no font matches given registry, try
24517 fonts with any registry matching face_family.
24518 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
24520 * s/darwin.h: If autoconf detects the Ncurses library, define
24521 LIBS_TERMCAP to -lncurses to use it.
24523 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
24525 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
24527 2002-06-15 Richard M. Stallman <rms@gnu.org>
24529 * window.c (Fset_window_configuration): Explicitly preserve
24530 the point value that new_current_buffer had at the start.
24532 2002-06-14 Juanma Barranquero <lektu@terra.es>
24534 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
24537 2002-06-14 Kim F. Storm <storm@cua.dk>
24539 * insdel.c (insert_1_both, insert_from_string_1)
24540 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
24541 insert happened in the end_unchanged region. Otherwise, the
24542 redisplay may be confused and duplicate the last line in the
24543 buffer [seen after save-buffer when require-final-newline==t].
24545 2002-06-13 Jason Rumney <jasonr@gnu.org>
24547 * w32.c (init_environment): Remove EMACSLOCKDIR.
24548 (stat): Swap _S_IFDIR and _S_IFREG.
24550 2002-06-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
24552 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
24553 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
24554 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
24555 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
24556 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
24557 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
24558 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
24559 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
24560 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
24561 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
24562 SELECTION_REQUEST_EVENT, selection_clear_event to
24563 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
24564 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
24565 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
24566 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
24567 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
24568 no_event to NO_EVENT.
24570 2002-06-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
24572 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
24574 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
24576 * intervals.c (textget): Don't forget to `return'.
24577 (lookup_char_property): Use XCAR/XCDR.
24579 2002-06-12 Juanma Barranquero <lektu@terra.es>
24581 * xdisp.c (Fformat_mode_line): Fix typo.
24583 2002-06-12 Kim F. Storm <storm@cua.dk>
24585 * xdisp.c (Fformat_mode_line): New function.
24586 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
24587 (store_frame_title_char, store_frame_title): Use unconditionally.
24588 (init_xdisp): Defsubr Fformat_mode_line.
24589 Initialize frame_title_buf etc. unconditionally.
24591 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
24593 * keyboard.c (read_key_sequence):
24594 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
24595 things through those maps after downcasing events.
24596 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
24597 applies after function-key-map.
24598 Make sure that keytran can be done in the middle in the sequence.
24599 Be careful not to throw away events past the one we downcase.
24601 * lread.c (read_integer): Remove unused var `tem'.
24602 (read1): Fix int/Lisp_Object mixup.
24604 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
24606 2002-06-11 Richard M. Stallman <rms@gnu.org>
24608 * keyboard.c (readable_events): Ignore any number of
24609 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
24611 2002-06-09 Miles Bader <miles@gnu.org>
24613 * xfaces.c (Ftty_supports_face_attributes_p): New function.
24614 (parse_rgb_list, tty_lookup_color): New functions.
24615 (tty_defined_color): Use `tty_lookup_color' to do all the work.
24616 (color_distance, Fcolor_distance): New functions.
24617 (TTY_SAME_COLOR_THRESHOLD): New macro.
24618 (Qtty_color_standard_values): New variable.
24619 (syms_of_xfaces): Initialize new vars & functions.
24621 2002-06-08 Colin Walters <walters@verbum.org>
24623 * textprop.c (Vchar_property_alias_alist): New variable.
24624 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
24626 * intervals.c (lookup_char_property): New function for looking up
24627 overlay and text properties, created from textget.
24630 * intervals.h (lookup_char_property): Declare.
24631 (Vchar_property_alias_alist): Declare.
24633 * buffer.c (Foverlay_get): Use lookup_char_property.
24635 2002-06-07 Sam Steingold <sds@gnu.org>
24637 * xselect.c (lisp_data_to_selection_data): Fix last change:
24638 *data_ret is not a Lisp string, while unibyte_string is.
24640 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
24642 * xselect.c (lisp_data_to_selection_data): Fix last change:
24645 2002-06-07 Andreas Schwab <schwab@suse.de>
24647 * m/amdx86-64.h: New file.
24649 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
24651 * fns.c (Fstring_make_unibyte): Doc fix.
24653 * xselect.c (lisp_data_to_selection_data): If the requested type
24654 is STRING, call string_make_unibyte to encode the selected text
24657 * window.c (Fset_window_hscroll): Doc fix.
24659 2002-06-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
24661 * fileio.c (choose_write_coding_system):
24662 Call select-safe-coding-system properly.
24664 2002-06-03 Richard M. Stallman <rms@gnu.org>
24666 * xdisp.c (message_with_string): Error if STRING is not a string.
24668 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
24670 * fileio.c (choose_write_coding_system): Pass FILE arg to
24671 Vselect_safe_coding_system_function.
24673 2002-06-03 Ken Raeburn <raeburn@gnu.org>
24675 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
24677 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
24679 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
24680 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
24681 * keymap.c (describe_command): Likewise.
24682 * minibuf.c (read_minibuf): Likewise.
24684 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
24685 Cast `current_column' return value to int.
24686 (back_to_previous_visible_line_start)
24687 (reseat_at_next_visible_line_start, next_element_from_buffer):
24688 Cast `indented_beyond_p' 3rd arg to float.
24690 * indent.c (last_known_column): Now a float.
24691 (current_column_1, position_indentation, current_column)
24692 (string_display_width): Return float.
24693 (Fcurrent_column): Cast `current_column' return value to int.
24694 (Fcurrent_indentation): Cast `position_indentation' retval to int.
24695 (indented_beyond_p): Third arg now a float.
24696 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
24698 * lisp.h (current_column): Now returns float.
24699 (indented_beyond_p): 3rd arg now a float.
24701 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
24703 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
24704 is Qcompound_text_with_extensions.
24706 * xselect.c (lisp_data_to_selection_data): Always set selection
24707 type as string if x_encode_text returns streingp non-NULL.
24709 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
24711 2002-05-30 Richard M. Stallman <rms@gnu.org>
24713 * window.c (Fset_window_configuration): Correct the handling
24714 of point in current buffer, to work with multiple windows.
24716 2002-05-29 Colin Walters <walters@verbum.org>
24718 * lread.c (Fread_from_string): Don't depend on order of evaluation
24719 for C function parameters.
24721 2002-05-28 Richard M. Stallman <rms@gnu.org>
24723 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
24724 way for blinked-off state and for a nonselected window.
24726 * window.c (window_scroll_pixel_based): Don't call Fbolp;
24727 instead, see if the new start pos is at beginning of line.
24729 * fileio.c (Fwrite_region): If START is a string, don't
24730 make any annotations.
24732 * eval.c (syms_of_eval): Doc fix.
24734 2002-05-28 Colin Walters <walters@debian.org>
24736 * emacs.c (USAGE1): Add --no-splash.
24737 (standard_args): Ditto.
24739 2002-05-28 Colin Walters <walters@gnu.org>
24741 * lread.c (readchar_count): New variable.
24742 (readchar): Increment it.
24743 (unreadchar): Decrement it.
24744 (read_multibyte): Decrement it.
24745 (Vread_with_symbol_positions): New variable.
24746 (Vread_symbol_positions_list): New variable.
24747 (read_internal_start): New function, created from Fread and
24748 Fread_from_string. Handle Vread_symbol_positions_list and
24749 Vread_with_symbol_positions.
24750 (readevalloop, Fread, Fread_from_string): Use it.
24751 (read1): Use readchar_count to add symbol positions to
24752 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
24753 (syms_of_lread): DEFVAR_LISP and initialize them.
24755 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
24756 (substitute_object_recurse, substitute_object_in_subtree)
24757 (substitute_in_interval): Prototype.
24758 (read_multibyte): Return c if it's less than zero.
24760 2002-05-28 Kim F. Storm <storm@cua.dk>
24762 * fileio.c (Fread_file_name_internal): Added brute-force
24763 speed up for using predicate file-directory-p.
24765 2002-05-28 Kim F. Storm <storm@cua.dk>
24767 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
24769 (syms_of_fileio): DEFVAR_LISP them.
24770 (read_file_name_cleanup): New unwind function.
24771 (Fread_file_name_internal): Only return completions satifying
24772 Vread_file_name_predicate. Temporarily unwind protect and rebind
24773 default-directory while checking completions against the predicate.
24774 (Fread_file_name): Added PREDICATE argument. Specbind it to
24775 Vread_file_name_predicate during completion.
24776 Call Vread_file_name_function to read the file name if non-nil.
24778 * lisp.h (Fread_file_name): Now has 6 args.
24780 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
24781 predicate for Fread_file_name when reading directory name.
24782 Supply Qnil for predicate in other calls to Fread_file_name.
24784 2002-05-26 Miles Bader <miles@gnu.org>
24786 * term.c (tty_capable_p): New function.
24787 * dispextern.h (tty_capable_p): New function declaration.
24788 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
24789 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
24791 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
24793 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
24794 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
24795 (Vwrite_region_annotate_functions): Docstring fix.
24797 2002-05-23 Kim F. Storm <storm@cua.dk>
24799 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
24800 phys_cursor's hpos is overwritten. This is still not completely
24801 correct, as it doesn't really make sense to use hpos at all to
24802 get the cursor glyph (as that is relative to the width of the
24803 characters on the line, which may have changed during the update).
24805 2002-05-22 Jason Rumney <jasonr@gnu.org>
24807 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
24809 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
24810 Use modified enumfont_t struct.
24812 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
24814 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
24815 Handle the `hbar' cursor type.
24816 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
24818 * w32fns.c (Qhbar): New variable.
24819 (x_specified_cursor_type): Use it.
24821 2002-05-21 Ken Raeburn <raeburn@gnu.org>
24823 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
24824 now, when the address is needed.
24826 2002-05-21 Colin Walters <walters@gnu.org>
24828 * Makefile.in (shortlisp): Add font-core.el.
24830 2002-05-20 Richard M. Stallman <rms@gnu.org>
24832 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
24834 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
24835 equivalent key bindings here.
24837 2002-05-20 Ken Raeburn <raeburn@gnu.org>
24839 Change symbol structure to contain a lisp object for the symbol
24841 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
24842 object field named "xname".
24843 (SYMBOL_NAME): New macro.
24844 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
24846 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
24847 (mark_object, gc_sweep): Use symbol xname field and XSTRING
24848 instead of name field.
24849 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
24850 SYMBOL_NAME instead of XSYMBOL and name field.
24851 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
24852 instead of XSYMBOL and name field.
24853 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
24854 and SYMBOL_NAME instead of XSYMBOL and name field.
24855 * coding.c (Fread_coding_system, code_convert_region1)
24856 (code_convert_string1, code_convert_string_norecord)
24857 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
24858 XSYMBOL and name field.
24859 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
24860 (Fmake_variable_buffer_local, Fmake_local_variable)
24861 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
24862 of XSYMBOL and name field.
24863 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
24864 XSYMBOL and name field.
24865 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
24866 instead of XSYMBOL and name field.
24867 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
24868 XSYMBOL and name field.
24869 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
24870 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
24871 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
24872 instead of XSYMBOL and name field.
24873 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
24874 (parse_modifiers, apply_modifiers, Fevent_convert_list)
24875 (parse_solitary_modifier, Fexecute_extended_command):
24876 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
24877 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
24878 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
24879 of XSYMBOL and name field.
24880 (describe_command, describe_translation): Use SYMBOL_NAME and
24881 assignment instead of XSYMBOL and name field and XSETSTRING.
24882 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
24883 instead of XSYMBOL and name field.
24884 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
24885 name field and XSETSTRING.
24886 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
24887 of XSYMBOL and name field.
24888 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
24889 assignment instead of XSYMBOL and name field and XSETSTRING.
24890 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
24891 XSTRING instead of XSYMBOL and name field.
24892 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
24893 and XSTRING instead of XSYMBOL and name field.
24894 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
24895 and XSTRING instead of XSYMBOL and name field.
24896 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
24897 XSTRING instead of XSYMBOL and name field.
24898 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
24899 of XSYMBOL and name field.
24900 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
24901 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
24903 2002-05-19 Ken Raeburn <raeburn@gnu.org>
24905 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
24906 and XCDR real rvalues in most configurations.
24908 * buffer.c (fix_overlays_in_range, fix_overlays_before):
24909 Don't take the address of the cdr part of a cons cell; instead, track
24910 the parent cell and call XSETCDR, or set the variable for the head
24911 of the list if we haven't started down the list yet.
24913 2002-05-19 Richard M. Stallman <rms@gnu.org>
24915 * doc.c (reread_doc_file): Don't ask for confirmation.
24917 2002-05-18 Jason Rumney <jasonr@gnu.org>
24919 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
24920 (xbm_load_image): Use it.
24922 (xbm_read_bitmap_data): Reverted to xfns.c version.
24923 From David Ponce <david@dponce.com>.
24925 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
24927 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
24930 2002-05-16 Juanma Barranquero <lektu@terra.es>
24932 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
24934 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
24936 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
24938 (read_char_minibuf_menu_prompt): Fix typo.
24940 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
24942 * eval.c (Fcommandp): Doc fix.
24944 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
24946 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
24947 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
24948 (Fset_keymap_parent): Gcpro a bit more.
24949 (access_keymap): Gcpro around meta_map call and around the main loop.
24950 (get_keyelt): Gcpro when following indirect references.
24951 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
24952 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
24953 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
24954 Remove useless ad-hoc remap code.
24956 2002-05-13 Richard M. Stallman <rms@gnu.org>
24958 * search.c (search_buffer): Give up boyer moore search if inverse
24959 translation change charset_base.
24961 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
24963 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
24964 characters is carried over from the previous block of text, adjust
24965 coding->produced to account for the extra character.
24967 2002-05-11 Andreas Schwab <schwab@suse.de>
24969 * coding.c (intersection): Keep the elements of the returned list
24970 in the same order as in the first list.
24972 2002-05-11 Kim F. Storm <storm@cua.dk>
24974 * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
24975 only update cmm_size if realloc actually succeeds.
24976 Testing with initial size of 2 elements revealed that using
24977 realloc on GNU/Linux would cause a random trap in xmalloc
24978 later on, so I rewrote the code to use malloc/bcopy/free instead
24981 2002-05-10 Jason Rumney <jasonr@gnu.org>
24983 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
24985 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
24987 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
24988 parens, to ensure correct evaluation order.
24990 2002-05-10 Kim F. Storm <storm@cua.dk>
24992 * keymap.c (Vemulation_mode_map_alists): New variable.
24993 (syms_of_keymap): DEFVAR_LISP it.
24994 (current_minor_maps): Process keymap alists in that list before
24995 minor-mode-overriding-map-alist and minor-mode-map-alist.
24997 2002-05-09 Richard M. Stallman <rms@gnu.org>
24999 * search.c (Freplace_match): Doc fix.
25001 2002-05-09 Kim F. Storm <storm@cua.dk>
25003 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
25004 Enlarge cursor rectangle drawn around image with non-zero relief.
25006 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
25007 Enlarge cursor rectangle drawn around image with non-zero relief.
25009 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
25010 Enlarge cursor rectangle drawn around image with non-zero relief.
25012 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
25014 * xselect.c (lisp_data_to_selection_data): Don't set selection
25015 type if comes from the Lisp object's car. If the selection
25016 contains a pure ASCII text, always return QSTRING as its type.
25018 2002-05-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25020 * mac.c (mac-cut-function): Doc fix.
25022 2002-05-05 Richard M. Stallman <rms@gnu.org>
25024 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
25026 2002-05-04 Jason Rumney <jasonr@gnu.org>
25028 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
25029 for event-click-count.
25031 * process.c (init_process): Only add server subfeature if we can
25032 use non-blocking I/O.
25034 2002-05-04 Andrew Choi <akochoi@shaw.ca>
25036 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
25039 2002-05-03 Jason Rumney <jasonr@gnu.org>
25041 * process.c (Fmake_network_process): Only support server sockets
25042 when we can make them non-blocking.
25044 * s/ms-w32.h (HAVE_SELECT): Define.
25046 * w32.h (FILE_NDELAY): New flag.
25048 * w32.c (sys_getpeername, fcntl): New functions.
25049 (_sys_read_ahead): Temporarily block on non-blocking sockets.
25051 * w32proc.c: Include sys/file.h.
25053 2002-05-03 Colin Walters <walters@verbum.org>
25055 * callproc.c (Vgame_score_directory): Renamed to
25056 Vshared_game_score_directory.
25058 2002-04-30 Richard M. Stallman <rms@gnu.org>
25060 * s/gnu.h [emacs]: Include stdio.h.
25061 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
25063 * eval.c (do_autoload): Error if called while preparing to dump.
25065 * fns.c (Frequire): Error if need to load while preparing to dump.
25067 2002-04-28 Colin Walters <walters@verbum.org>
25069 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
25070 Default to "~/.emacs.d/games".
25072 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
25074 * lread.c (openp): Change arg exec_only to predicate.
25075 (build_load_history): Use XCAR/XCDR.
25076 (Flocate_file_internal): New fun.
25077 (syms_of_lread): Defsubr it.
25078 (Fload): Update call to openp.
25080 * lisp.h (openp): Update prototype.
25082 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
25083 * w32proc.c (sys_spawnve):
25084 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
25085 * w32.c (check_windows_init_file):
25086 * sound.c (Fplay_sound_internal):
25087 * process.c (Fstart_process):
25088 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
25089 * mac.c (run_mac_command):
25090 * emacs.c (init_cmdargs):
25091 * callproc.c (Fcall_process): Update call to openp.
25093 * textprop.c (remove_properties): Don't use XCAR without CONSP.
25095 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
25097 2002-04-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25099 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
25100 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
25102 2002-04-28 Richard M. Stallman <rms@gnu.org>
25104 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
25106 * eval.c (Fcommandp): New arg for_call_interactively.
25107 * lisp.h (Fcommandp): Declare new arg.
25109 2002-04-28 Jason Rumney <jasonr@gnu.org>
25111 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
25113 * w32.c (stat, fstat): Use file index information to generate
25114 inodes for directories where available.
25116 2002-04-26 Andrew Choi <akochoi@shaw.ca>
25118 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
25119 [HAVE_CARBON]: Include Mac object files.
25121 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
25122 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
25123 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
25124 MAC_OSX, and MAC_OS instead of macintosh.
25126 * editfns.c [MAC_OS8]: Include stdio.h.
25128 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
25130 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
25133 * process.c (QCfamily, QCfilte): Declare extern.
25134 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
25137 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
25139 * tparam.c [MAC_OSX]: Don't define BC and UP.
25141 * config.in [HAVE_CARBON]: Add.
25143 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
25144 Move here from mac/src and mac/inc.
25146 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
25148 2002-04-26 Gerd Moellmann <gerd@gnu.org>
25150 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
25151 Compute phys_cursor_width from the x position returned
25152 by x_draw_glyhs, which is cheaper.
25153 (x_display_and_set_cursor): Compute the buffer-local value
25154 of `cursor-in-non-selected-windows' only when needed.
25156 2002-04-25 Gerd Moellmann <gerd@gnu.org>
25158 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
25159 cursor on a stretch glyph has a width that depends on
25160 x_stretch_cursor_p.
25162 2002-04-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25164 * abbrev.c (abbrev-start-location): Doc fix.
25166 * indent.c (Fvertical_motion): Fix last change.
25168 2002-04-25 Gerd Moellmann <gerd@gnu.org>
25170 * indent.c (Fvertical_motion): Move to the start of the line
25171 containing PT before moving up or down.
25173 2002-04-24 Gerd Moellmann <gerd@gnu.org>
25175 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
25176 case of writing a whole row, more or less analogous to the case of
25177 writing only parts of a row.
25179 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
25182 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
25184 2002-04-23 Colin Walters <walters@verbum.org>
25186 * buffer.c (syms_of_buffer): Doc fix.
25188 2002-04-23 Gerd Moellmann <gerd@gnu.org>
25190 * xterm.c (notice_overwritten_cursor): Handle the special case
25191 of the cursor being in the first blank non-text line at the
25194 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
25195 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
25196 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
25197 bar cursors only, to make phys_cursor_width contain what its name
25199 (notice_overwritten_cursor): Consider the cursor image erased if
25200 the output area intersects the cursor image in y-direction.
25202 2002-04-23 Simon Marshall <simon@gnu.org>
25204 * xfns.c (x_set_mouse_color): Change default for cross_cursor
25207 2002-04-23 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25209 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
25211 2002-04-22 Kim F. Storm <storm@cua.dk>
25213 * textprop.c (remove_properties): Fixed trap for malformed plist.
25215 2002-04-22 Richard M. Stallman <rms@gnu.org>
25217 * cmds.c (Fend_of_line): Handle intangible text in mid line.
25219 * window.c (make_window): Initialize height_fixed_p,
25220 last_cursor_off_p, and p->cursor_off_p slots.
25222 2002-04-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25224 * fns.c (use-dialog-box): Doc fix.
25226 2002-04-19 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25228 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
25229 variables `row', `i' and `area'.
25230 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
25233 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
25235 * xfaces.c (clear_font_table): Don't free the default font of
25236 a frame even if it's on another display.
25237 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
25240 2002-04-19 Juanma Barranquero <lektu@terra.es>
25242 * indent.c (Fmove_to_column): Remove unused local variable
25243 `next_boundary_byte'.
25244 (current_column_1): Likewise.
25246 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
25248 * msdos.c (Qhbar): New variable.
25249 (syms_of_msdos): Intern and staticpro it.
25250 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
25253 2002-04-19 Dave Lambert <dlambert@acm.org>
25255 Theses change implement an underscore-like (`hbar') cursor.
25257 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
25259 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
25260 Handle the `hbar' cursor type.
25261 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
25263 * xfns.c (Qhbar): New variable.
25264 (syms_of_xfns): Intern and staticpro it.
25265 (x_specified_cursor_type): Handle `hbar' cursor.
25267 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
25270 2002-04-18 Richard M. Stallman <rms@gnu.org>
25272 * textprop.c (remove_properties): New arg LIST allows scanning
25273 either a list or a plist.
25274 (interval_has_some_properties_list): New function, like
25275 interval_has_some_properties using list instead of plist.
25276 All callers changed.
25277 (Fremove_list_of_text_properties): New function.
25278 (syms_of_textprop): Defsubr it.
25280 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
25282 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
25284 2002-04-17 Juanma Barranquero <lektu@terra.es>
25286 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
25288 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
25290 * window.c (coordinates_in_window): Don't report on margin area
25291 if its width is zero.
25293 2002-04-16 Jason Rumney <jasonr@gnu.org>
25295 * w32fns.c (Fx_file_dialog): Decode file name before using.
25297 * w32term.c (construct_drag_n_drop): Likewise.
25299 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
25301 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
25302 store load-history in pure space.
25304 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
25306 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
25308 * xterm.c (Qlatin_1, Qutf_8): New vars.
25309 (syms_of_xterm): Initialize them.
25310 (XTread_socket): Eliminate incorrect optimization that tried to avoid
25311 decoding the output of X*LookupString.
25312 Always use latin-1 to decode the output of XLookupString.
25313 Try Xutf8LookupString if XmbLookupString failed.
25315 * region-cache.c (new_region_cache): Use BEG.
25317 2002-04-16 Gerd Moellmann <gerd@gnu.org>
25319 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
25320 configuration files.
25321 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
25324 2002-04-15 Andreas Schwab <schwab@suse.de>
25326 * config.in: Regenerated using autoheader.
25328 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
25329 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
25330 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
25331 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
25332 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
25333 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
25334 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
25335 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
25336 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
25337 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
25338 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
25339 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
25340 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
25341 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
25342 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
25343 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
25344 STACK_DIRECTION, now set by autoconf.
25346 2002-04-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25348 * dispnew.c (marginal_area_string): Sort arguments.
25350 * dispextern.h (marginal_area_string): Add prototype.
25352 2002-04-13 Richard M. Stallman <rms@gnu.org>
25354 * fileio.c (Finsert_file_contents):
25355 Don't call temp_output_buffer_setup--do just part, by hand.
25357 * coding.c (run_pre_post_conversion_on_str):
25358 Don't call temp_output_buffer_setup--do just part, by hand.
25360 * keyboard.c (command_loop_1): Don't call start_hourglass
25361 or cancel_hourglass when executing a macro.
25363 * marker.c (count_markers): New function.
25365 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
25366 grow without limit. Move recently used elements to the front.
25368 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
25370 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
25372 2002-04-12 Gerd Moellmann <gerd@gnu.org>
25374 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
25375 rows marginal areas.
25376 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
25377 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
25379 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
25381 2002-04-12 Dave Love <fx@gnu.org>
25383 * dispnew.c (marginal_area_string): New.
25385 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
25386 (Qleft_margin, Qright_margin): Declare.
25387 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
25389 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
25390 note_mode_line_highlight and extended.
25392 * keyboard.c (Qleft_margin, Qright_margin): Declare.
25393 (make_lispy_event): Deal with mouse events in margins.
25395 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
25397 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
25399 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
25400 than deactivating the mark if tmm is set to `lambda'.
25401 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
25402 Use a single event for HELP_EVENT.
25403 (Fexecute_extended_command): Save last_point_position.
25405 2002-04-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25407 * lisp.h (Fpropertize): Add prototype.
25409 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
25411 2002-04-10 Colin Walters <walters@verbum.org>
25413 * config.in: Add HAVE_SHARED_GAME_DIR.
25415 * callproc.c (Vgame_score_directory): New variable.
25416 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
25418 2002-04-10 Richard M. Stallman <rms@gnu.org>
25420 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
25422 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
25424 * minibuf.c (read_minibuf): Use empty_string.
25425 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
25426 Short-circuit the search as soon as it "failed".
25427 (Fall_completions): Allow lambda forms and lists of strings for alist.
25428 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
25429 when require_match is nil.
25430 (Ftest_completion): Rename from `test_completion' and export to elisp.
25431 Call the predicate also when alist is a list.
25432 Obey Vcompletion_regexp_list.
25433 (do_completion, Fminibuffer_complete_and_exit): Use it.
25434 (Fassoc_string): Rename from `assoc_for_completion'.
25435 Allow list of strings as well and export to elisp.
25437 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
25439 * puresize.h (BASE_PURESIZE): Increase to 900KB.
25441 2002-04-08 Juanma Barranquero <lektu@terra.es>
25443 * w32.c (sys_accept): Don't hide variable `s'.
25445 2002-04-05 Gerd Moellmann <gerd@gnu.org>
25447 * callint.c (Fcall_interactively): Use INTEGERP instead of
25448 NUMBERP for checking Vhistory_length.
25450 2002-04-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25452 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
25453 Doc fix to reflect it.
25455 2002-04-04 Richard M. Stallman <rms@gnu.org>
25457 * xdisp.c (display_mode_element): New arg RISKY.
25458 Disregard text props found or specified within a variable
25459 that isn't marked risky-local-variable.
25460 (Qrisky_local_variable): New variable.
25461 (syms_of_xdisp): Init and staticpro it.
25463 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
25465 * undo.c (record_point): New fun.
25466 (record_delete, record_insert): Use it.
25468 2002-04-03 Juanma Barranquero <lektu@terra.es>
25470 * doc.c (Fdocumentation): Add missing parentheses.
25471 (Fdocumentation_property): Likewise.
25473 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
25475 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
25476 data is 0, just return nil.
25478 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
25480 * msdos.c (syms_of_msdos): Fix last change with
25481 mouse_autoselect_window.
25483 2002-04-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25485 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
25486 mouse_autoselect_window.
25488 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
25490 * keyboard.c (make_lispy_event): Handle unknown keysyms together
25491 with system-specific keysyms. Use it also for unknown function keys.
25493 * doc.c (reread_doc_file): Return whether reload was attempted.
25494 (Fdocumentation, Fdocumentation_property): Don't try to reload
25495 if the doc is 0 and only ask once.
25497 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
25499 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
25501 * keyboard.c (read_char): If the event was Qselect_window,
25502 restore timer_idleness_start_time to its previous value.
25504 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
25506 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
25508 * region-cache.c (new_region_cache): Use BEG.
25510 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
25511 Use BEG and BEG_BYTE.
25513 * doc.c (get_doc_string): Return nil if the location is wrong.
25514 (reread_doc_file): New fun.
25515 (Fdocumentation, Fdocumentation_property):
25516 Call it if get_doc_string fails.
25517 (Fsnarf_documentation): Make it work for a dumped Emacs.
25519 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
25520 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
25522 * charset.c (Fstring): Allow 0 arguments.
25524 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
25526 * process.c (DATAGRAM_CONN_P, list_processes_1)
25527 (Fprocess_datagram_address, Fset_process_datagram_address)
25528 (Fset_network_process_options, server_accept_connection):
25529 Fix some int/Lisp_Object confusions (thank you union types).
25531 2002-04-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25533 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
25535 * w32term.c: Likewise.
25536 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
25538 * keyboard.c (Qselect_window): New symbol.
25539 (head_table): Use it.
25540 (keys_of_keyboard): Bound select-window event to handle-select-window.
25541 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
25543 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
25544 (last_window): New variable.
25545 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
25546 (note_mouse_movement): Remove reimplemented code in #if 0.
25547 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
25550 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
25552 2002-03-31 Gerd Moellmann <gerd@gnu.org>
25554 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
25557 2002-03-30 Richard M. Stallman <rms@gnu.org>
25559 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
25560 loop whenever it stops making progress.
25562 * widget.c (set_frame_size): Don't call change_frame_size.
25564 2002-03-30 Gerd Moellmann <gerd@gnu.org>
25566 * dispnew.c (direct_output_for_insert):
25567 Call mark_window_display_accurate.
25569 2002-03-29 Jason Rumney <jasonr@gnu.org>
25571 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
25573 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
25575 * Makefile.in (lread.o): Depend on coding.h.
25577 * lread.c (openp, Fload): Encode the file name before passing it
25578 to `stat', `access', and `emacs_open'.
25579 (openp): GCPRO the encoded file name. Don't recompute Lisp
25580 strings unnecessarily.
25582 2002-03-29 Kim F. Storm <storm@cua.dk>
25584 * fns.c (Flax_plist_put): Doc fix.
25586 2002-03-28 Miles Bader <miles@gnu.org>
25588 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
25590 2002-03-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25592 * process.c (set-network-process-options): Add usage.
25593 (make-network-process): Doc fix.
25595 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
25597 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
25599 2002-03-26 Richard M. Stallman <rms@gnu.org>
25601 * fns.c (Fsubstring_no_properties): New function.
25602 (Flax_plist_get, Flax_plist_put): New functions.
25603 (syms_of_fns): defsubr them.
25605 * xdisp.c (update_menu_bar): Test only update_mode_lines;
25606 don't test or alter w->update_mode_line.
25608 * window.c (Fdisplay_buffer): Doc fix.
25610 2002-03-24 Richard M. Stallman <rms@gnu.org>
25612 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
25614 2002-03-24 Gerd Moellmann <gerd@gnu.org>
25616 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
25617 (Fdefmacro): Handle `(declare ...)'.
25618 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
25619 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
25621 2002-03-24 Jason Rumney <jasonr@gnu.org>
25623 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
25624 (xbm_file_p): Add prototypes.
25625 (xbm_format, xbm_image_p): Sync with xfns.c.
25626 (reflect_byte): New function.
25627 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
25628 (xbm_load_image): Create bitmaps with a depth of 1.
25629 (init_xfns): Enable XBM images.
25631 2002-03-23 Jason Rumney <jasonr@gnu.org>
25633 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
25634 correctly. Do not pass up_modifier to keyboard buffer.
25636 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
25638 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
25640 * Makefile.in (bootstrapclean): New target.
25641 (bootstrap-temacs, bootstrap-doc): Remove.
25642 (bootstrap-emacs): Use a bog-standard `temacs'.
25643 Don't bother to build a DOC file.
25645 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
25647 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
25648 in temacs even if !CANNOT_DUMP.
25649 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
25651 * alloc.c (check_pure_size): Only output a warning.
25653 2002-03-22 Jason Rumney <jasonr@gnu.org>
25655 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
25658 * w32term.c (zv_bits): Declare as short, for word alignment.
25659 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
25660 (syms_of_w32term): Define x-use-underline-position-properties.
25662 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
25663 (clear_image_cache): Block input, fix logic, clear matrices in
25664 all frames that share this cache.
25666 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
25668 * emacs.c (main): Update the Copyright year in the blurb printed
25669 by "emacs --version".
25671 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
25673 * xterm.c (XTread_socket): If XK_ISO_Lock and
25674 XK_ISO_Last_Group_Lock are defined, handle keysyms between
25675 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
25677 2002-03-21 Kim F. Storm <storm@cua.dk>
25679 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
25680 menu-bar bindings in keymap and local-map properties _are_ used.
25681 But try keymap property first in accordance with 2002-01-03 patch.
25682 Added comment describing why this is not always reliable.
25683 (tool_bar_items): Ditto for tool-bar.
25685 2002-03-21 Jason Rumney <jasonr@gnu.org>
25687 * w32fns.c (x_clear_image_1): Disable color table code.
25689 2002-03-21 Kim F. Storm <storm@cua.dk>
25691 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
25692 removed the wrong version of the DEFUN macro; fixed it.
25694 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
25695 Fmember rather than Fmemq).
25696 (Fprovide): Check that subfeatures is a list.
25698 * process.c (QCfeature, QCdatagram): Removed variables.
25699 (QCtype, Qdatagram): New variables.
25700 (network_process_featurep): Removed function.
25701 (Fmake_network_process): Removed :feature check.
25702 Use :type 'datagram instead of :datagram t to create a datagram
25703 socket. This allows us to add other connection types (e.g. raw
25704 sockets) later in a consistent manner.
25705 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
25706 supported subfeatures for feature make-network-process.
25707 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
25708 Intern and staticpro QCtype and Qdatagram.
25709 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
25711 * xfns.c (QCtype): Remove duplicate declaration and
25712 initialization (is now declared in process.c).
25714 * w32fns.c (QCtype): Remove duplicate declaration and
25715 initialization (is now declared in process.c).
25717 2002-03-21 Richard M. Stallman <rms@gnu.org>
25719 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
25720 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
25721 when jumping to `fail' to avoid undoing reg changes in the
25722 last iteration of the loop.
25723 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
25725 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
25726 Depend on process.h.
25728 2002-03-20 Jason Rumney <jasonr@gnu.org>
25730 Most of the following changes are still conditional on HAVE_IMAGES
25731 which is not set by default on Windows.
25733 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
25735 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
25736 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
25737 (four_corners_best, x_clear_image_1, x_clear_image)
25738 (x_alloc_image_color, postprocess_image)
25739 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
25740 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
25741 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
25743 * w32gui.h (struct XImage): Define.
25745 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
25746 extract mouse co-ordinates.
25748 2002-03-20 Jason Rumney <jasonr@gnu.org>
25750 * w32.c (init_winsock): Dynamically load new server and UDP
25752 (socket_to_fd): New function.
25753 (sys_socket): Use it.
25754 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
25755 (sys_recvfrom, sys_sendto): New wrapper functions.
25757 * process.c (QCfamily, QCfilter): Remove duplicate declaration
25758 and initialization.
25760 * makefile.w32-in (LIBS): Remove $(WSOCK32).
25762 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
25764 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
25765 Don't use "sun" as a variable, it's a predefined constant on Sun
25768 2002-03-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25770 * bytecode.c (Fbyte_code): Revert last change.
25772 2002-03-19 Kim F. Storm <storm@cua.dk>
25774 * makefile.w32-in (LIBS): Add $(WSOCK32).
25775 From David Ponce <dponce@voila.fr>.
25777 2002-03-18 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25779 * process.c (wait_reading_process_input): Move variables `pname'
25780 and `pnamelen' down where they are used.
25782 * bytecode.c (Fbyte_code): Discard unused computed value to
25783 prevent gcc warning.
25785 * lisp.h (Fplist_member): Add prototype.
25787 2002-03-18 Kim F. Storm <storm@cua.dk>
25789 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
25790 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
25792 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
25793 Remove explicit GNU_LINUX settings for datagram support.
25795 2002-03-18 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25797 * process.c (Fmake_network_process): Remove unused variable `sa'.
25798 Doc fix. Add usage:.
25799 (set_socket_options): Remove unused variables `optnum' and `opttype'.
25801 2002-03-17 Richard M. Stallman <rms@gnu.org>
25803 * xdisp.c (cursor_type_changed): New variable.
25804 (redisplay_internal): Redisplay all windows if cursor_type_changed.
25805 Clear it when clearing windows_or_buffers_changed.
25806 (try_cursor_movement, redisplay_window, try_window_id)
25807 (try_window_reusing_current_matrix): Test cursor_type_changed
25808 along with windows_or_buffers_changed.
25810 * window.h (cursor_type_changed): New variable.
25812 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
25813 not update_mode_lines, and always set it to 1.
25815 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
25816 if no frames needed redrawing.
25818 2002-03-17 Kim F. Storm <storm@cua.dk>
25820 The following changes add support for network server processes,
25821 datagram connections, and local (unix) sockets.
25823 * process.h (struct Lisp_Process): New member log.
25824 Doc fix: Member command used to indicate stopped network process.
25825 Doc fix: Member childp contains plist for network process.
25826 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
25828 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
25829 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
25830 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): New
25832 (NETCONN1_P): New macro.
25833 (DATAGRAM_SOCKETS): New conditional symbol.
25834 (datagram_address): New array.
25835 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
25836 (status_message): Use concat3.
25837 (Fprocess_status): Add `listen' status to doc string. Return
25838 `stop' for a stopped network process.
25839 (Fset_process_buffer): Update contact plist for network process.
25840 (Fset_process_filter): Ditto. Don't enable input for stopped
25841 network processes. Server must listen, even if filter is t.
25842 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
25844 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
25845 (Fprocess_contact): Added KEY argument. Handle datagrams.
25846 (list_processes_1): Optionally show only processes with the query
25847 on exit flag set. Dynamically adjust column widths. Omit tty
25848 column if not needed. Report stopped network processes. Identify
25849 server and datagram network processes.
25850 (Flist_processes): New optional arg `query-only'.
25851 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
25852 (conv_lisp_to_sockaddr, set_socket_options)
25853 (network_process_featurep, unwind_request_sigio): New helper
25855 (Fprocess_datagram_address, Fset_process_datagram_address):
25856 (Fset_network_process_options): New lisp functions.
25857 (Fopen_network_stream): Removed. Now defined in simple.el.
25858 (Fmake_network_process): New lisp function. Code is based on
25859 previous Fopen_network_stream, but heavily reworked with new
25860 property list based argument list, support for datagrams, server
25861 processes, and local sockets in addition to old client-only
25863 (server_accept_connection): New function.
25864 (wait_reading_process_input): Use it to handle incoming connects.
25865 Do not enable input on a new connection if process is stopped.
25866 (read_process_output): Handle datagram sockets. Use 2k buffer for
25868 (send_process): Handle datagram sockets.
25869 (Fstop_process, Fcontinue_process): Apply to network processes. A
25870 stopped network process is indicated by setting command field to t.
25871 (Fprocess_send_eof): No-op if datagram connection.
25872 (Fstatus_notify): Don't read input for a stream server socket or a
25873 stopped network process.
25874 (init_process): Initialize datagram_address array.
25875 (syms_of_process): Intern and staticpro new variables, defsubr new
25878 2002-03-16 Jason Rumney <jasonr@gnu.org>
25880 * w32fns.c (w32_to_all_x_charsets): Return correct type in
25883 2002-03-16 Richard M. Stallman <rms@gnu.org>
25885 * xdisp.c (redisplay_internal, redisplay_windows):
25886 Use list_of_error to call internal_condition_case_1.
25887 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
25888 so as to catch all errors with no possibility of debugger redisplay.
25889 (list_of_error): New variable.
25890 (syms_of_xdisp): Init and staticpro it.
25892 * print.c (print_object): Delete `\ ' from printed rep of frame.
25894 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
25896 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
25897 until its implementation is fixed.
25899 2002-03-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
25901 * xfns.c (png_load): Remove unused variable `gamma_str'.
25903 2002-03-14 Richard M. Stallman <rms@gnu.org>
25905 * xfns.c (x_real_positions): Handle failure in XQueryTree.
25907 2002-03-14 Miles Bader <miles@gnu.org>
25909 * intervals.c (adjust_for_invis_intang): New function.
25910 (set_point_both): Use `adjust_for_invis_intang' to do most of the
25911 work for dealing with invisible+intangible regions. Do so before
25912 and after both forward and backward movements, to handle both
25913 front-sticky and rear-sticky cases.
25914 * textprop.c (text_property_stickiness): Function moved here from
25916 * intervals.h (text_property_stickiness): New declaration.
25917 * editfns.c (char_property_eq): Function removed.
25918 (text_property_stickiness): Function moved to `textprop.c'.
25920 2002-03-13 Jason Rumney <jasonr@gnu.org>
25922 * config.in: Add STRFTIME_NO_POSIX2.
25924 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
25925 and %OX when underlying strftime does not.
25927 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
25929 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
25930 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
25931 line) to avoid annoying flicker.
25932 (xm_scroll_callback): Get rid of the now unnecessary kludge.
25933 (XTread_socket): Mark it static.
25935 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
25937 2002-03-13 Kim F. Storm <storm@cua.dk>
25939 * puresize.h (BASE_PURESIZE): Increase to 775000.
25941 2002-03-12 Juanma Barranquero <lektu@terra.es>
25943 * editfns.c (syms_of_editfns): Fix typo.
25945 2002-03-12 Gerd Moellmann <gerd@gnu.org>
25947 * xsmfns.c: Include stdio.h because termhooks.h needs it.
25948 Include termopt.h for interrupt_input.
25950 2002-03-11 Andreas Schwab <schwab@suse.de>
25952 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
25954 2002-03-11 Gerd Moellmann <gerd@gnu.org>
25956 * xterm.c (note_mouse_movement): Put code for
25957 x_autoselect_window_p in #if 0.
25959 * lread.c (Fload): Don't assume that message_with_string uses the
25960 string it is given like a C string.
25962 2002-03-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
25964 * xterm.h (x_session_check_input, x_session_initialize): Declare.
25966 * xterm.c (XTread_socket): Add call to x_session_check_input and
25967 x_session_have_connection.
25968 (x_initialize): Add call to x_session_initialize.
25970 * termhooks.h (enum event_kind): Add save_session_event.
25972 * keyboard.c: Add Emacs event save_session_event.
25974 * emacs.c (main): Add call to syms_of_xsmfns.
25976 * lisp.h (syms_of_xsmfns): Declare extern.
25978 * config.in: Add HAVE_X_SM.
25980 * Makefile.in (LIBXT): Add -lSM -lICE
25981 if HAVE_X_SM and not USE_X_TOOLKIT.
25982 (XOBJ): New file xsmfns.c added.
25984 * xsmfns.c: New file for X session management.
25986 2002-03-09 Jason Rumney <jasonr@gnu.org>
25988 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
25989 read-only when setting modified time.
25991 2002-03-08 Gerd Moellmann <gerd@gnu.org>
25993 * xdisp.c (move_it_vertically_backward): At the end of the function,
25994 when moving forward by lines, treat terminal frames specially.
25996 * keyboard.c (echo_char): Make sure to add a separator between
25997 keys even if echo_dash hasn't been called.
25999 * xdisp.c: Use new string macros.
26000 (update_echo_area): Pass number of bytes to message3 instead of
26002 (set_message_1): Don't access a string's size_byte directly.
26003 (decode_mode_spec_coding): Use number of bytes of eoltype string
26004 instead number of chars.
26006 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
26008 2002-03-08 Juanma Barranquero <lektu@terra.es>
26010 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
26013 2002-03-06 Jason Rumney <jasonr@gnu.org>
26015 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
26017 2002-03-06 Gerd Moellmann <gerd@gnu.org>
26019 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
26020 (cancel_echoing, echo_length, echo_truncate): Changed to
26021 work with new kboard definition.
26022 (echo_now): Use message3_nolog instead of message2_nolog.
26024 * alloc.c (mark_kboards): Mark echo_string.
26026 * keyboard.h (ECHOBUFSIZE): Removed.
26027 (struct kboard): Member echoptr removed, member echobuf renamed
26030 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
26031 message3 instead of message2 to display the message using STRING's
26034 2002-03-05 Andreas Schwab <schwab@suse.de>
26036 * xdisp.c (hscroll_margin): Change to EMACS_INT.
26038 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
26040 * frame.c (default-frame-alist): Explain that setting it doesn't
26041 affect existing frames.
26043 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
26045 * indent.c (skip_invisible): Fix my brain fart.
26047 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
26049 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
26051 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
26052 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
26053 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
26054 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
26055 and variables to use EMACS_INT instead of just int.
26057 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
26059 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
26061 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
26062 environment, pass it down with corrected value.
26064 2002-03-04 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26066 * lread.c (read_filtered_event): Do not call start_hourglass
26069 2002-03-04 Juanma Barranquero <lektu@terra.es>
26071 * w32term.c (x_display_and_set_cursor): Fix typo.
26073 2002-03-03 Richard M. Stallman <rms@gnu.org>
26075 * fileio.c (Fmake_temp_name): Doc fix.
26077 2002-03-03 Gary Wong <gtw@gnu.org>
26079 * termcap.c [!emacs]: Replace ospeed for building standalone
26080 libtermcap, for binary compatibility.
26082 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
26084 2002-03-03 Richard M. Stallman <rms@gnu.org>
26086 * xrdb.c (file_p): Rename arg `path' to `filename'.
26088 * abbrev.c (Fexpand_abbrev): Increment plist as use count
26089 only if it is an integer.
26091 * xfns.c (png_load): Set screen_gamma based on f->gamma.
26092 If png_get_sRGB gives an answer, call png_set_gamma
26093 using the default image gamma value.
26095 * lread.c (read1): When reading from a file, default string to
26096 multibyte only if it has some multibyte characters.
26098 * print.c (print_object): Output multibyte chars 128...255
26099 using \x even if ! print_escape_multibyte.
26101 * xdisp.c (display_mode_element): Move the places where
26102 bytepos, charpos, this, and lisp_string are set.
26103 Use lisp_string to set bytepos.
26105 * xdisp.c (redisplay_internal):
26106 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
26108 * xdisp.c (display_mode_element): Merge properties specified with
26109 :propertize onto those that come with the string.
26111 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
26113 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
26114 automatic-hscrolling. Users changed.
26115 <hscroll-margin>: Renamed from automatic-hscroll-margin.
26117 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
26119 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
26121 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
26123 2002-03-02 Kim F. Storm <storm@cua.dk>
26125 * window.c (Fminibuffer_selected_window): New function.
26126 (syms_of_window): Defsubr it.
26128 2002-03-01 Kim F. Storm <storm@cua.dk>
26130 * window.h (struct window): New member phys_cursor_width.
26132 * window.c (make_window, replace_window): Init phys_cursor_width.
26134 * xterm.c (x_display_and_set_cursor): Blink box cursor using
26135 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
26137 * w32term.c (x_display_and_set_cursor): Blink box cursor using
26138 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
26140 * lisp.h (GCPRO6): New macro.
26142 * process.c (Fopen_network_stream): Use GCPRO6.
26144 2002-03-01 Kim F. Storm <storm@cua.dk>
26146 * process.c (Qconnect, Qfailed): New variables.
26147 (syms_of_process): Intern and staticpro them.
26148 (Fprocess_status): Document connect and failed return values.
26149 [NON_BLOCKING_CONNECT]: New conditional.
26150 (connect_wait_mask, num_pending_connects): New variables.
26151 (status_message): Convert Qfailed status.
26152 (Fopen_network_stream): Added support for non-blocking connect.
26153 New optional args: filter, sentinel, non_blocking. Doc updated.
26154 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
26155 (deactivate_process): Handle pending non-blocking connect.
26156 (wait_reading_process_input): Poll for status of non-blocking
26157 connects. Exec sentinel directly when connect succeeds.
26158 (status_notify): Don't read process output if not yet connected.
26160 2002-02-28 Kim F. Storm <storm@cua.dk>
26162 * window.c (minibuf_selected_window): Renamed from
26163 Vminibuf_selected_window. Users changed.
26164 (syms_of_window): Staticpro it.
26166 2002-02-26 Kim F. Storm <storm@cua.dk>
26168 The following changes add a new Vminibuf_selected_window variable
26169 which is similar to Vminibuf_scroll_window, but which is only set
26170 on entry to the minibuffer (from a non-minibuffer window):
26172 * window.c (Vminibuf_selected_window): New variable.
26173 (struct save_window_data): New member minibuf_selected_window.
26174 (Fset_window_configuration): Restore Vminibuf_selected_window.
26175 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
26176 Set minibuf_scroll_window member to nil if minibuf_level is 0.
26177 (compare_window_configurations): Compare minibuf_selected_window.
26179 * window.h (Vminibuf_selected_window): Declare extern.
26181 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
26182 entry to minibuffer or on entry from a non-minibuffer window.
26184 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
26185 Vminibuf_selected_window instead of Vminibuf_scroll_window.
26187 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
26188 instead of Vminibuf_scroll_window when deciding in which window
26189 the region should be highlighted. Consequently, the region remains
26190 highlighteded even when a completion buffer is also displayed.
26192 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
26194 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
26196 * xselect.c (Qcompound_text_with_extensions): Renamed from
26197 Qcompound_text_no_extensions.
26198 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
26200 2002-02-26 Juanma Barranquero <lektu@terra.es>
26202 * w32proc.c (syms_of_ntproc): Doc fix.
26204 2002-02-24 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26206 * intervals.h: Include "dispextern.h" unconditionally.
26208 2002-02-24 Jason Rumney <jasonr@gnu.org>
26210 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
26211 and disp-table.elc.
26212 (lisp): Add emacs-lisp/backquote.elc.
26214 2002-02-24 Kim F. Storm <storm@cua.dk>
26216 * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
26217 The validation of the event type was too strict as it didn't
26218 allow string events; buffer names are used in bindings for
26219 menu-bar-select-buffer (see `menu-bar-update-buffers').
26221 2002-02-23 Kim F. Storm <storm@cua.dk>
26223 The following changes rework my patch of 2002-02-06 which
26224 added command remapping by entering the commands directly into
26225 the keymaps. Now, command remapping uses an explicit `remap'
26226 prefix in the keymaps, i.e. [remap COMMAND].
26228 * keymap.c (Qremap, remap_command_vector): New variables.
26229 (is_command_symbol): Remove function.
26230 (Fdefine_key): No longer accept a symbol for KEY.
26231 Added validation of [remap COMMAND] argument for KEY.
26232 The DEF is no longer required to be a symbol when remapping a command.
26233 (Fremap_command): New function to remap command through keymaps.
26234 (Flookup_key): Perform command remapping initiated by
26235 Fremap_command directly for speed.
26236 (Fkey_binding): Use Fremap_command for command remapping.
26237 (where_is_internal): Handle new command remapping representation.
26238 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
26239 staticpro them. Defsubr Fremap_command.
26241 * keymap.h (Fremap_command): Declare extern.
26242 (is_command_symbol): Remove extern.
26244 * keyboard.c (command_loop_1): Use Fremap_command for command
26245 remapping; now try command remapping for all symbols.
26247 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
26249 * coding.h (run_pre_post_conversion_on_str): Add prototype.
26251 2002-02-23 Jason Rumney <jasonr@gnu.org>
26253 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
26254 on the string before encoding it.
26255 (Fw32_get_clipboard_data): Run post-read-conversion on the string
26258 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
26260 2002-02-23 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26262 * w32term.c (enter_timestamp): Remove unused static variable to
26265 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
26267 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
26269 * w16select.c (Fw16_get_clipboard_data): Fix last change.
26271 * xselect.c (selection_data_to_lisp_data): Fix last change.
26273 2002-02-22 Jason Rumney <jasonr@gnu.org>
26275 * w32term.h (struct w32_output): New member menu_command_in_progress.
26277 * w32menu.c (menubar_selection_callback): Free the menu and
26278 clear the menu_command_in_progress flag.
26280 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
26281 (menu_free_timer): New variable.
26282 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
26283 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
26284 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
26285 menu command is in progress.
26286 <WM_COMMAND>: Set the menu_command_in_progress flag.
26287 Kill any menu_free_timer that is running.
26289 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
26290 Call ExtTextOutA rather than ExtTextOut.
26292 2002-02-22 Eli Zaretskii <eliz@gnu.org>
26294 * puresize.h (BASE_PURESIZE): Increase to 755000.
26296 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
26298 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
26299 on the string before encoding it.
26300 (Fw16_get_clipboard_data): Run post-read-conversion on the string
26303 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
26305 Support for ICCCM Extended Segments in X selections:
26307 * xselect.c <Qcompound_text_no_extensions>: New variable.
26308 (syms_of_xselect): Intern and staticpro it.
26309 (selection_data_to_lisp_data): Run post-read-conversion on decoded
26311 (lisp_data_to_selection_data): If next-selection-coding-system is
26312 compound-text-no-extensions, set the type of selection to be
26315 * xterm.h (x_encode_text): Update prototype.
26317 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
26318 callers changed. If SELECTIONP is non-zero, run the
26319 pre-write-conversion function before encoding the selection text.
26321 2002-02-21 Kim F. Storm <storm@cua.dk>
26323 * frame.c (syms_of_frame): Change mouse-highlight default to t.
26325 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
26326 Correct composing of language-change event.
26328 2002-02-20 Kim F. Storm <storm@cua.dk>
26330 * keyboard.c (menu_bar_items): Don't include keymap or local-map
26331 bindings at PT when building menu (the menu is not updated often
26332 enough for this to work reliable).
26333 (tool_bar_items): Likewise.
26334 (current_active_maps): Removed unused (and buggy) function.
26336 2002-02-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26338 * xfns.c (gif_load): Use correct width and height for GIF images.
26340 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
26342 * floatfns.c (Fatan): Accept an optional second arg and call
26343 atan2 if passed 2 args.
26345 2002-02-18 Jason Rumney <jasonr@gnu.org>
26347 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
26349 2002-02-17 Jason Rumney <jasonr@gnu.org>
26351 * w32term.c (x_autoselect_window_p): New variable.
26352 (syms_of_w32term): DEFVAR_BOOL and initialize it.
26353 (note_mouse_movement): Use it.
26355 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
26357 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
26359 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
26361 (syms_of_w32fns): Intern and staticpro them.
26362 (x_frame_parms) <"fullscreen">: New parameter.
26363 (x_fullscreen_move, x_set_fullscreen): New functions.
26364 (x_set_frame_parameters): Support Qfullscreen.
26365 (x_real_positions): Save x/y_pixels_diff frame params.
26366 (x_figure_window_size): Support full-screen frames.
26367 (Fx_create_frame): Default the fullscreen parameter.
26369 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
26370 (x_fullscreen_adjust): New functions.
26371 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
26372 fullscreen. Call x_check_fullscreen_move, and set the
26373 want_fullscreen member of output_data.w32
26374 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
26376 * w32term.h: New enum for FULLSCREEN_* constants.
26377 (struct w32_output): New members want_fullscreen, x_pixels_diff,
26378 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
26379 (x-fullscreen-adjust): New prototype.
26381 2002-02-17 Kim F. Storm <storm@cua.dk>
26383 * frame.c (Vmouse_highlight): New variable.
26384 (syms_of_frame): DEFVAR_LISP it.
26386 * frame.h (Vmouse_highlight): Declare extern.
26388 * xterm.h (struct x_display_info): Add mouse_face_hidden.
26390 * xterm.c (disable_mouse_highlight): Removed variable.
26391 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
26392 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
26393 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
26394 and on after keyboard input.
26395 (x_term_init): Initialize mouse_face_hidden.
26397 * msdos.h (struct display_info): Add mouse_face_hidden.
26399 * msdos.c (disable_mouse_highlight): Removed variable.
26400 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
26401 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
26402 (internal_terminal_init): Initialize mouse_face_hidden.
26403 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
26404 and on after keyboard input.
26406 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
26408 * w32term.c (disable_mouse_highlight): Removed variable.
26409 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
26410 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
26411 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
26412 and on after keyboard input.
26413 (w32_initialize_display_info): Initialize mouse_face_hidden.
26415 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
26417 * msdos.c (last_mouse_window): New variable.
26418 (dos_rawgetc): Fix last change--if the mouse is in the same window
26419 as recorded in last_mouse_window, don't select this window.
26421 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
26423 * msdos.c (x_autoselect_window_p): New variable.
26424 (syms_of_msdos): Defvar it.
26425 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
26426 which the last mouse movement occured, unless it is already selected.
26428 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
26430 (syms_of_xdisp): DEVFAR them.
26431 (hscroll_window_tree): Use automatic_hscroll_margin and
26432 Vautomatic_hscroll_step to compute the amount of window scrolling.
26434 2002-02-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26436 * xterm.c (x-autoselect-window): New variable.
26437 (note_mouse_movement): Use it.
26439 * keyboard.c: Do not include "systime.h" twice.
26441 2002-02-15 Andreas Schwab <schwab@suse.de>
26443 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
26445 * alloc.c (NSTATICS): Increase to 1280.
26447 2002-02-15 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
26449 * alloc.c (NSTATICS): Bump to 1026.
26451 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
26452 (Vx_super_keysym): New variables.
26453 (syms_of_xterm): DEFVAR_LISP them.
26454 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
26455 variables to determine which keys to use for the various modifiers.
26457 2002-02-13 Kim F. Storm <storm@cua.dk>
26459 * window.c (Vmode_line_in_non_selected_windows): Removed.
26460 (mode_line_in_non_selected_windows): New variable.
26461 (syms_of_window): DEFVAR_BOOL it.
26463 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
26464 Use mode_line_in_non_selected_windows.
26465 (mode_line_in_non_selected_windows): Declare extern.
26466 (Vmode_line_in_non_selected_windows): Removed extern.
26468 2002-02-13 Richard M. Stallman <rms@gnu.org>
26470 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
26471 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
26472 (Fclear_this_command_keys): Doc fixes.
26474 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
26475 (update_face_from_frame_parameter): Increment face_change_count
26476 and windows_or_buffers_changed to force redisplay using changed faces.
26478 * xdisp.c (QCpropertize): New variable.
26479 (mode_line_proptrans_alist): New variable.
26480 (display_mode_element): New arg PROPS; all calls changed.
26481 Implement this, for strings.
26482 Handle literal output of strings by sharing the
26483 main-line code for strings, using local var `literal'.
26484 Handle :propertize feature.
26485 (syms_of_xdisp): Initialze and staticpro QCpropertize and
26486 mode_line_proptrans_alist.
26488 2002-02-11 Kim F. Storm <storm@cua.dk>
26490 * window.c (Vmode_line_in_non_selected_windows): New variable.
26491 (syms_of_window): DEFVAR_LISP it.
26493 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
26494 (CURRENT_MODE_LINE_FACE_ID): Use it.
26495 (Vmode_line_in_non_selected_windows): Declare extern.
26497 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
26498 to get mode line face.
26500 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
26502 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
26503 variables; cus-start.el doesn't need them anymore.
26505 2002-02-09 Kim F. Storm <storm@cua.dk>
26507 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
26508 reduction. This fixes a display problem where stray newlines were
26509 inserted in the window (corrected by C-l). Clarified code (IMHO).
26511 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
26513 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
26515 * xdisp.c (display_mode_lines): Fix last change.
26517 2002-02-09 Jason Rumney <jasonr@gnu.org>
26519 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
26521 (w32_load_system_font): Prevent Cleartype fonts from loading.
26522 (Fx_show_tip): Ensure tip frames are above other topmost windows.
26524 2002-02-09 Kim F. Storm <storm@cua.dk>
26526 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
26527 (CURRENT_MODE_LINE_HEIGHT): Use it.
26528 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
26530 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
26531 (pos_visible_p, handle_face_prop): Likewise.
26532 (display_mode_lines): Likewise, but for the real selected window.
26533 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
26535 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
26536 in non-selected windows.
26537 (realize_basic_faces): Realize it.
26538 (syms_of_term): Intern and staticpro it.
26540 2002-02-08 Kim F. Storm <storm@cua.dk>
26542 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
26543 Changed mail addresses to emacs-devel@gnu.org.
26545 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
26547 * fileio.c (Fsubstitute_in_file_name): If the file name includes
26548 ~user, and there's no such user, don't discard everything before ~user.
26550 * floatfns.c (Fround): Doc fix.
26552 2002-02-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26554 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
26556 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
26558 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
26560 2002-02-07 Kim F. Storm <storm@cua.dk>
26562 * keymap.c (where_is_internal): Only check whether definition is
26563 remapped if it fulfills is_command_symbol.
26565 2002-02-07 Andreas Schwab <schwab@suse.de>
26567 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
26569 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
26571 2002-02-06 Kim F. Storm <storm@cua.dk>
26573 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
26574 defining command remapping. Doc updated.
26575 (Flookup_key): Remap command through keymap if KEY is a symbol.
26576 (is_command_symbol): New function.
26577 (Fkey_binding): Use it. New optional argument NO-REMAP.
26578 Doc updated. Callers changed. Perform command remapping via
26579 recursive call unless that arg is non-nil.
26580 (where_is_internal): New argument no_remap. Callers changed.
26581 Call recursively to find original key bindings for a remapped
26582 comand unless that arg is non-nil.
26583 (Fwhere_is_internal): New optional argument NO-REMAP.
26584 Doc updated. Callers changed. Pass arg to where_is_internal.
26586 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
26587 (is_command_symbol): Add prototype.
26589 * keyboard.c (Vthis_original_command): New variable.
26590 (syms_of_keyboard): DEFVAR_LISP it.
26591 (command_loop_1): Set it, and perform command remapping.
26593 2002-02-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26595 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
26597 2002-02-06 Jason Rumney <jasonr@gnu.org>
26599 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
26601 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
26603 * charset.c (get_charset_id): Use if-else instead of ?:.
26605 2002-02-06 Richard M. Stallman <rms@gnu.org>
26607 * filelock.c (S_ISLNK): Define if not defined.
26609 2002-02-03 Richard M. Stallman <rms@gnu.org>
26611 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
26613 * lread.c (read1): Redesign strategy for force_multibyte and
26614 force_singlebyte. Now is_multibyte records whether read_buffer
26615 is multibyte. Encountering any multibyte character makes it so.
26617 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
26619 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
26620 with the same sequence, map that sequence to f10 rather than f0.
26622 2002-02-03 Andreas Schwab <schwab@suse.de>
26624 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
26625 latter never being defined on GNU/Linux.
26627 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
26629 * xfaces.c (realize_default_face): Don't set the weight and slant of
26630 the default face to Qnormal, unless these attributes are unspecified.
26632 2002-02-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26634 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
26635 Call cancel_hourglass unconditionally.
26637 * eval.c (Fsignal): Remove duplicated declaration of
26638 the variable `display_hourglass_p'.
26640 2002-01-31 Richard M. Stallman <rms@gnu.org>
26642 * editfns.c (region_limit): Nicer error message.
26644 * coding.c (decode_composition_emacs_mule):
26645 Give up if NCOMPONENT gets too large to index `component'.
26647 * callint.c (check_mark): New arg to specify clearer error message.
26650 2002-01-27 Richard M. Stallman <rms@gnu.org>
26652 * minibuf.c (Fcompleting_read): Doc fix.
26654 2002-01-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26656 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
26657 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
26660 2002-01-26 Richard M. Stallman <rms@gnu.org>
26662 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
26664 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
26665 and scroll_up_aggressively.
26667 2002-01-26 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26669 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
26671 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
26673 * textprop.c (Fnext_property_change, Fnext_single_property_change)
26674 (Fprevious_property_change, Fprevious_single_property_change):
26675 Stay within the narrowed-buffer boundaries.
26677 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
26679 * term.c (Ftty_display_color_cells): New function.
26680 (syms_of_term): Defsubr it.
26681 (Ftty_display_color_cells, Ftty_display_color_p): Change the
26682 argument name to DISPLAY. Doc fix.
26684 * dispextern.h: Add prototype for set_tty_color_mode and
26687 2002-01-24 Jason Rumney <jasonr@gnu.org>
26689 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
26690 If region left to draw is not what was expected, mark the frame as
26693 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
26694 Combine the regions returned by BeginPaint and GetUpdateRect.
26696 2002-01-23 Jason Rumney <jasonr@gnu.org>
26698 * w32term.c (x_update_window_begin): Only hide caret if
26699 w32_use_visible_system_caret is set.
26700 (x_update_window_end): Only show caret if
26701 w32_use_visible_system_caret is set.
26702 (syms_of_w32term): Handle SystemParametersInfo call failing.
26704 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
26706 2002-01-22 Richard M. Stallman <rms@gnu.org>
26708 * unexelf.c (unexec): Define n so as to cause compilation error
26709 for the code where people have often written n instead of nn.
26711 * .gdbinit (hookpost-run): Defined.
26713 2002-01-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
26715 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
26717 2002-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
26719 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
26720 if fullscreen is being set.
26722 2002-01-21 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26724 * minibuf.c (Fminibuffer_contents)
26725 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
26726 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
26728 2002-01-21 Richard M. Stallman <rms@gnu.org>
26730 * window.c (check_frame_size): Fix minimum height calculation.
26732 2002-01-20 Ken Raeburn <raeburn@gnu.org>
26734 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
26735 height before comparison.
26736 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
26738 2002-01-20 Jason Rumney <jasonr@gnu.org>
26740 * w32term.c (w32_system_caret_width): Remove.
26741 (w32_use_visible_system_caret): New user flag.
26742 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
26743 Windows reports a screen reader running.
26744 (x_update_window_begin): Hide the system caret.
26745 (x_update_window_end): Show the system caret.
26746 (x_display_and_set_cursor): Don't draw a cursor when
26747 w32_use_visible_system_caret is set. Do not adjust width.
26749 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
26750 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
26751 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
26752 the user requests it. Use system default width when creating.
26753 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
26755 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
26756 New window messages.
26758 2002-01-20 Richard M. Stallman <rms@gnu.org>
26760 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
26762 2002-01-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26764 * doprnt.c (doprnt1): Fix typos in error call.
26766 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
26768 * unexelf.c (unexec) [__sgi]: Support the .got sections.
26770 2002-01-20 Jason Rumney <jasonr@gnu.org>
26772 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
26773 that Windows returns. If a double check fails, try to guess how
26774 ExtTextOut is going to act.
26776 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
26777 in place of stricmp.
26778 (w32_list_synthesized_fonts): Removed.
26779 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
26780 (struct enumfont_t): New element; list.
26781 (enum_font_cb2): List all style and charset variations of a font.
26782 (Fw32_select_font): New optional argument; include_proportional.
26783 Exclude vertical fonts. Exclude proportional fonts unless
26784 include_proportional is non-nil.
26785 (w32_enable_synthesized_fonts): Change to a boolean.
26786 (Fw32_send_sys_command): Doc fix.
26788 2002-01-19 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26790 * dispnew.c (update_frame): Move the variable `tem' to the block
26793 2002-01-19 Jason Rumney <jasonr@gnu.org>
26795 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
26796 call to face-set-after-frame-default.
26798 2002-01-18 Richard M. Stallman <rms@gnu.org>
26800 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
26801 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
26803 2002-01-17 Richard M. Stallman <rms@gnu.org>
26805 * window.c (enlarge_window): When exceeding size of parent,
26806 directly delete all the siblings instead of trying to resize it.
26808 2002-01-17 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26810 * term.c (set_tty_color_mode): Remove unused variable `tem'.
26812 2002-01-16 Henrik Enberg <henrik@enberg.org>
26814 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
26816 2002-01-16 Kim F. Storm <storm@cua.dk>
26818 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
26819 is invisible. This can happen if cursor is on top line of a
26820 window, and we switch to a buffer with a header line.
26822 * w32term.c (x_erase_phys_cursor): Ditto.
26824 2002-01-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26826 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
26827 `dont_resize' only when used.
26829 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
26831 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
26833 * xdisp.c (display_mode_element): When computing charpos, depend
26834 on multibyteness of elt, not the text in field.
26836 2002-01-15 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26838 * buffer.c (Fkill_all_local_variables):
26839 Increment `update_mode_lines' only once.
26841 2002-01-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26843 * lisp.h (adjust_after_replace_noundo)
26844 (Fupdate_coding_systems_internal): Add prototypes.
26846 * sound.c (Fplay_sound): Initialize header_size also for :data case.
26848 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
26850 Support for the --color command-line argument and tty-color-mode
26853 * term.c (tty_default_color_capabilities, tty_setup_colors)
26854 (set_tty_color_mode): New functions.
26855 (term_init): Call tty_default_color_capabilities.
26856 (Qtty_color_mode_alist): New variable.
26857 (syms_of_term): Intern and staticpro it.
26859 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
26861 (do_switch_frame): For termcap frames, switch the tty
26862 color mode as specified by the frame's parameters.
26863 (Qtty_color_mode): New variable.
26864 (syms_of_frame): Intern and staticpro it.
26866 * emacs.c (USAGE2): Add the --color option.
26867 (standard_args): Ditto.
26869 2002-01-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
26871 * xterm.h (struct x_output): New members want_fullscreen,
26872 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
26873 y_pixels_outer_diff.
26874 New enum for FULLSCREEN_* constants.
26875 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
26877 (x_fullscreen_adjust): Add prototype.
26879 * emacs.c (USAGE2): Add the new full-screen arguments.
26880 (standard_args): Ditto.
26882 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
26884 (syms_of_xfns): Intern and staticpro them.
26885 (x_frame_parms) <"fullscreen">: New parameter.
26886 (x_fullscreen_move, x_set_fullscreen): New functions.
26887 (x_set_frame_parameters): Support for Qfullscreen.
26888 (x_real_positions): More accurate computation of the frame position.
26889 (x_figure_window_size): Support full-screen frames.
26890 (Fx_create_frame): Default the fullscreen parameter.
26892 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
26893 (XTread_socket) <Expose>: Call x_check_fullscreen.
26894 <ConfigureNotify>: Don't resize to fullscreen.
26895 Call x_check_fullscreen_move, and set the want_fullscreen member of
26898 2002-01-13 Jason Rumney <jasonr@gnu.org>
26900 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
26901 for mice with more than 3 buttons.
26903 * w32term.c (parse_button): New parameter xbutton. Callers changed.
26904 (w32_read_socket): Handle new "XBUTTON" messages.
26906 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
26907 (syms_of_w32fns): DEFVAR_BOOL it.
26908 (w32_wnd_proc): Handle new "XBUTTON" messages.
26910 2002-01-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
26912 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
26914 2002-01-13 Andreas Schwab <schwab@suse.de>
26916 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
26918 2002-01-12 Andreas Schwab <schwab@suse.de>
26920 * .gdbinit (xbuffer): Remove address operator since data is now a
26923 2002-01-11 Richard M. Stallman <rms@gnu.org>
26925 * insdel.c (adjust_after_replace_noundo): New function.
26927 * coding.c (code_convert_region): Don't copy old text if undo disabled.
26929 2002-01-09 Jason Rumney <jasonr@gnu.org>
26931 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
26932 when checking for multiple frames.
26934 2002-01-08 Richard M. Stallman <rms@gnu.org>
26936 * window.c (delete_window): Rewrite the code for changing the
26937 selected window to handle the case where WINDOW is not a leaf.
26939 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
26941 * process.c (send_process): Set src_multibyte to 1 after the call
26942 top setup_coding_system, not before the call.
26944 2002-01-07 Jason Rumney <jasonr@gnu.org>
26946 * xmenu.c (set_frame_menubar, xmenu_show):
26947 (xdialog_show): Initialize wv->help to Qnil.
26949 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
26950 (w32_dialog_show): Initialize wv->help to Qnil.
26952 2002-01-06 Jason Rumney <jasonr@gnu.org>
26954 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
26956 * w32menu.c (w32_menu_display_help): Revert last change.
26958 * xmenu.c (menu_highlight_callback): Revert last change.
26960 2002-01-06 Andreas Schwab <schwab@suse.de>
26962 * insdel.c (make_gap_larger): Make sure buffer size does not
26963 overflow range of int.
26965 2002-01-05 Jason Rumney <jasonr@gnu.org>
26967 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
26970 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
26972 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
26973 to the left or to the right of the pointer, put it against
26974 the left screen edge.
26975 (x_frame_parms): Add missing braces around initializer.
26977 * w32term.c (x_setup_relief_colors): Don't compute an image's
26978 background color if it doesn't have a Pixmap.
26979 (notice_overwritten_cursor): Don't depend on
26980 output_cursor and updated_area. Compare pixel coordinates with
26981 window's cursor pixel coordinates.
26982 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
26983 Call notice_overwritten_cursor with new arg list.
26984 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
26986 (x_draw_image_relief): Use predefined macro instead of
26987 constant when the value of `tool_bar_button_relief' is negative.
26989 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
26991 2002-01-04 Richard M. Stallman <rms@gnu.org>
26993 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
26995 2002-01-03 Richard M. Stallman <rms@gnu.org>
26997 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
26998 (Fkey_binding): Try the `keymap' property map first.
26999 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
27000 minor mode bindings.
27002 2002-01-03 Kim F. Storm <storm@cua.dk>
27004 * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
27006 2002-01-02 Richard M. Stallman <rms@gnu.org>
27008 * keyboard.c (read_key_sequence): Handle the keymap property
27009 before minor mode maps.
27011 * editfns.c (Fformat): Update thissize from field_width
27012 based on the actual width, in the string case.
27014 2002-01-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27016 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
27017 when used as truth value to prevent gcc warnings.
27019 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
27020 * w32proc.c: Include <config.h>.
27022 2002-01-01 Andreas Schwab <schwab@suse.de>
27024 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
27025 not EMACS_INT, to make them compatible with DEFVAR_INT.
27026 * lisp.h (max_specpdl_size): Adjust declaration.
27028 2002-01-01 Richard M. Stallman <rms@gnu.org>
27030 * print.c (print_object): Test print_escape_nonascii only for
27032 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
27033 when outputting to a multibyte buffer.
27035 2001-12-29 Richard M. Stallman <rms@gnu.org>
27037 * print.c (print_object): In multibyte string, use hex escapes.
27038 Use octal only for unibyte strings.
27039 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
27041 * lread.c (read_escape): New arg BYTEREP for reporting whether
27042 escape forces unibyte or multibyte.
27043 (read1): When reading a string, take note of that info.
27045 2001-12-29 Ken Raeburn <raeburn@gnu.org>
27047 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
27048 comparison to test lisp value returned by Fget.
27050 2001-12-29 Richard M. Stallman <rms@gnu.org>
27052 * lisp.h (max_specpdl_size): Add declaration.
27054 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
27056 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
27057 Handle modifier bits. Correct typo in error message.
27059 2001-12-28 Richard M. Stallman <rms@gnu.org>
27061 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
27062 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
27063 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
27064 Update calls to Fdefine_abbrev.
27065 (write_abbrev): Update for changed data format.
27066 Don't list "system" abbrevs.
27067 (Fexpand_abbrev): Update use count with new data format.
27068 (describe_abbrev): Update for changed data format.
27069 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
27071 * config.in (HAVE_MBSINIT): Add #undef.
27073 * strftime.c (mbsinit): Define as no-op if not available.
27075 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
27076 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
27078 * keymap.c (Flookup_key): Error message if key has wrong data type.
27079 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
27080 (exclude_key): New variable.
27082 2001-12-28 Gerd Moellmann <gerd@gnu.org>
27084 * xterm.c (x_setup_relief_colors): Don't compute an image's
27085 background color if it doesn't have a Pixmap.
27087 * xterm.c (notice_overwritten_cursor): Don't depend on
27088 output_cursor and updated_area. Compare pixel coordinates with
27089 window's cursor pixel coordinates.
27090 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
27091 Call notice_overwritten_cursor with new arg list.
27092 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
27095 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
27096 height of the cursor line to the amount to scroll.
27098 2001-12-27 Richard M. Stallman <rms@gnu.org>
27100 * intervals.c (set_point_both): The position after an invisible,
27101 intangible character is not an acceptable stopping point.
27103 2001-12-27 Ken Raeburn <raeburn@gnu.org>
27105 * window.c (enlarge_window): In new preserve_before code, convert
27106 CURBEG from lisp object to integer before doing arithmetic.
27108 2001-12-27 Richard M. Stallman <rms@gnu.org>
27110 * bytecode.c (Fbyte_code): Undo previous change.
27112 2001-12-26 Kim F. Storm <storm@cua.dk>
27114 * keyboard.c (record_char): Ignore duplicate help-echo events only
27115 separated by mouse-movement. When tracking mouse, only record
27116 first and last mouse-movement event in same window.
27117 Don't record mouse-movement events in keyboard macros.
27119 2001-12-25 Richard M. Stallman <rms@gnu.org>
27121 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
27122 (Fenlarge_window): New arg PRESERVE_BEFORE.
27124 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
27125 instead of Fstring_as_unibyte.
27127 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27129 The following changes remove mocklisp support:
27131 * mocklisp.h, mocklisp.c: Files removed.
27133 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
27134 `Qmocklisp' and `Qmocklisp_arguments'.
27135 Remove prototype of syms_of_mocklisp.
27137 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
27139 * callint.c: Do not include mocklisp.h.
27140 (Fcall_interactively): Do not test for mocklisp case.
27142 * eval.c: Remove variables `Qmocklisp_arguments',
27143 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
27144 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
27145 Do not test for mocklisp case.
27146 (Fwhile): Remove unused variable `tem'.
27147 (syms_of_eval): Remove variable `moclisp-arguments'.
27149 * data.c (wrong_type_argument): Remove mocklisp case.
27151 * doc.c (Fdocumentation): Remove mocklisp case.
27153 * emacs.c (main): Do not call syms_of_mocklisp.
27155 2001-12-21 Richard M. Stallman <rms@gnu.org>
27157 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
27158 to the left or to the right of the pointer, put it against
27159 the left screen edge.
27161 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
27163 * Makefile.in (distclean): Remove .gdbinit if we are building
27164 outside the source tree.
27166 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
27168 * w32.c (emacs_root_dir): New function.
27170 * msdos.c (emacs_root_dir): New function.
27172 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
27173 of the current drive as the fallback for default_directory.
27175 * dired.c (file_name_completion): Run the elements of
27176 completion-ignored-extensions through ENCODE_FILE.
27178 * lisp.h (scmp): Remove prototype, since it's now a static
27179 function private to dired.c.
27181 2001-12-18 Richard M. Stallman <rms@gnu.org>
27183 * dired.c (scmp): Function moved from minibuf.c.
27184 Delete multibyte handling--used only on encoded strings.
27186 * minibuf.c (scmp): Function moved to dired.c.
27188 * fns.c (merge): Add QUIT call.
27190 2001-12-18 Dave Love <fx@gnu.org>
27192 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
27193 language/georgian.el.
27195 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
27197 * Makefile.in (lisp, shortlisp): Synchronize with changes to
27198 lisp/Makefile.in:DONTCOMPILE.
27200 2001-12-18 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27202 * xdisp.c (window_box_height): Do not return negative values.
27203 From Gerd Moellmann <gerd@gnu.org>.
27205 * keyboard.c (head_table): Add missing braces around initializer.
27207 * term.c (keys): Likewise.
27209 * xfns.c (x_frame_parms, visual_classes): Likewise.
27211 2001-12-17 Sam Steingold <sds@gnu.org>
27213 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
27214 patch (COMPOSING_P, not COMPOSING).
27216 2001-12-17 Richard M. Stallman <rms@gnu.org>
27218 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
27220 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
27221 before calling decode_coding.
27223 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
27225 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
27226 instead of only for COMPOSITION_DISABLED.
27228 2001-12-16 Richard M. Stallman <rms@gnu.org>
27230 * alloc.c (pure_alloc): After overflow, allocate just a small block.
27232 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
27234 * buffer.h (struct buffer): New field `display_error_modiff'.
27235 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
27237 * window.c (Frecenter): Clear display_error_modiff field.
27239 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
27240 Call redisplay_window, but not if display_error_modiff field says no.
27241 (redisplay_window_error): New function.
27242 (displayed_buffer): New variable.
27243 (redisplay_internal, redisplay_windows): Call the new functions
27244 instead of redisplay_window directly.
27246 2001-12-15 Richard M. Stallman <rms@gnu.org>
27248 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
27250 2001-12-14 Andrew Innes <andrewi@gnu.org>
27252 * makefile.w32-in (EMACSLOADPATH): Define.
27253 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
27254 (bootstrap-temacs): Remove dependency on bootstrap-clean.
27256 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
27258 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
27259 parameter have a numeric value all the time.
27261 * w32fns.c (x_report_frame_params): Likewise.
27263 2001-12-12 Richard M. Stallman <rms@gnu.org>
27265 * fileio.c (Fwrite_region): Doc fix.
27267 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
27268 (redisplay_internal): Call clear_image_cache only for window terminals.
27270 2001-12-12 Gerd Moellmann <gerd@gnu.org>
27272 * xdisp.c (move_it_vertically_backward): Change heuristic
27273 for the case that we didn't move far enough initially.
27275 * window.c (Frecenter): Simplify computation in the case of window
27276 system frames and ARG < 0; use window_box_height.
27278 2001-12-11 Richard M. Stallman <rms@gnu.org>
27280 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
27281 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
27283 2001-12-11 Andrew Innes <andrewi@gnu.org>
27285 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
27288 2001-12-11 Richard M. Stallman <rms@gnu.org>
27290 * m/hp800.h: Split the __hpux conditional into the parts
27291 that are right for GNU/Linux too and the parts that are not.
27292 Use the former if GNU_LINUX.
27293 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
27295 * s/gnu-linux.h (GNU_LINUX): Defined.
27297 2001-12-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27299 * macros.c, msdos.c, w16select.c: Change doc-string comments to
27300 `new style' [w/`doc:' keyword].
27302 2001-12-10 Jason Rumney <jasonr@gnu.org>
27304 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
27307 2001-12-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27309 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
27312 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
27314 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
27316 * s/hpux10.h (srand48): Don't undefine.
27318 2001-12-09 Jason Rumney <jasonr@gnu.org>
27320 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
27321 Add comment to explain where the struct came from.
27322 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
27323 (add_menu_item): Process pop-up menus first to avoid memory leak.
27324 (add_menu_item, w32_menu_display_help): Use `help' field as
27326 (w32_free_submenu_strings): Only free owner-drawn strings.
27328 2001-12-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27330 * COPYING: Moved back.
27332 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
27333 Add parentheses around && within ||.
27335 * indent.c (compute_motion): Likewise.
27337 * intervals.c (merge_properties_sticky): Likewise.
27339 * coding.c (setup_coding_system, shrink_encoding_region)
27340 (Fdecode_sjis_char): Likewise.
27342 2001-12-07 Andreas Schwab <schwab@suse.de>
27344 * xdisp.c (display_mode_element): Don't read past end of string if
27347 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
27350 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
27351 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
27352 type changed to Lisp_Object.
27353 (syms_of_data): DEFVAR_LISP them.
27355 2001-12-07 Richard M. Stallman <rms@gnu.org>
27357 * callproc.c (init_callproc): Set Vdata_directory based on the source
27358 location whenever Emacs was run uninstalled.
27360 2001-12-06 Paul Eggert <eggert@twinsun.com>
27362 * config.in (HAVE_WORKING_VFORK): New #undefs.
27363 * process.c (create_process):
27364 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
27365 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
27366 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
27367 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
27368 * m/intel386.h (HAVE_VFORK): Likewise.
27369 * m/mips-siemens.h (HAVE_VFORK): Likewise.
27370 * m/mips.h (HAVE_VFORK): Likewise.
27371 * s/freebsd.h (vfork): Remove #define.
27372 * s/lynxos.h (HAVE_VFORK): Remove #undef.
27373 * s/usg5-4-2.h: Fix comment about vfork.
27375 2001-12-06 Richard M. Stallman <rms@gnu.org>
27377 * s/hpux10.h (random): Add undef.
27378 (HAVE_RANDOM): Define it just once.
27380 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
27382 * eval.c: Undo last change: the standard syntax is not wanted.
27384 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
27386 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
27387 scroll bars of the frame before deleting the frame itself. If the
27388 frame has a widget, delete the frame with XtDestroyWidget, and do
27389 not call XDestroyWindow before that.
27391 2001-12-06 Kim F. Storm <storm@cua.dk>
27393 * xfns.c (x_report_frame_params): Return actual fringe widths.
27395 * w32fns.c (x_report_frame_params): Return actual fringe widths.
27397 2001-12-05 Andrew Innes <andrewi@gnu.org>
27399 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
27402 * insdel.c (make_gap_larger): New function.
27403 (make_gap_smaller): New function.
27404 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
27405 Call make_gap_smaller if arg is negative.
27407 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
27409 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
27410 Pass a dummy argument when calling interrupt_signal.
27411 (parse_menu_item): Mark disabled items before checking for empty def.
27412 (read_char_minibuf_menu_prompt): Make safety more visible.
27413 (read_key_sequence): Add a `first_unbound' variable.
27414 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
27415 unbound prefix as soon as we can detect it.
27417 * doc.c (Fsnarf_documentation): Add prototype.
27418 (get_doc_string): Handle negative arguments.
27419 (Fdocumentation): Use AREF and ASIZE.
27420 Move the calls to get_doc_string to a single place.
27421 Don't confuse an interactive-spec for a docstring reference.
27422 (Fdocumentation_property): Take advantage of the fact that
27423 get_doc_string now ignores the sign of the docstring position.
27425 * eval.c: Use standard syntax for usage in docstrings.
27427 2001-12-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27429 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
27431 2001-12-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27433 * xterm.c (x_draw_image_relief): Use predefined macro instead of
27434 constant when the value of `tool_bar_button_relief' is negative.
27436 2001-12-02 Richard M. Stallman <rms@gnu.org>
27438 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
27439 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
27441 * fileio.c (read_non_regular): Delete Fsignal call.
27443 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
27445 * lisp.h (run_hook_list_with_args): Undo last change.
27447 2001-12-01 Gerd Moellmann <gerd@gnu.org>
27449 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
27451 2001-12-01 Jason Rumney <jasonr@gnu.org>
27453 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
27455 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
27456 [!WM_MOUSELEAVE]: Define.
27458 * w32menu.c (current_popup_menu, get_menu_item_info):
27459 (set_menu_item_info): New vars.
27460 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
27461 (w32_menu_show): Set current_popup_menu.
27462 (add_menu_item): Allocate new strings for owner-drawn menu items
27464 Use owner-draw for disabled menu items again.
27465 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
27466 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
27468 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
27469 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
27470 <WM_EXITMENULOOP>: Free menu strings.
27471 <WM_MOUSELEAVE>: Stop tracking mouse.
27472 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
27474 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
27477 2001-12-01 Kim F. Storm <storm@cua.dk>
27479 The following changes add left-fringe and right-fringe
27480 frame parameters to adjust fringe widths, or remove one or
27483 * frame.h (struct frame): Remove trunc_area_pixel_width and
27484 trunc_area_cols fields.
27485 (Qleft_fringe, Qright_fringe): Declare.
27486 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
27488 * frame.c (Qleft_fringe, Qright_fringe): New vars.
27489 (syms_of_frame): Initialize them.
27491 * window.c (coordinates_in_window): Handle separate left and right
27494 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
27495 and fringe_cols fields.
27496 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
27497 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
27498 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
27499 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
27500 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
27501 (x_compute_fringe_widths): Add prototype.
27503 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
27504 fill fringe evenly with small dashes.
27505 (x_draw_fringe_bitmap): Clear background if necessary. Align and
27506 clip the new ZV bitmap to avoid jitter between rows.
27507 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
27508 background. Don't draw fringe bitmaps if fringe width is zero.
27509 (x_compute_fringe_widths): New function.
27510 (x_new_font, x_set_window_size_1): Use it.
27512 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
27513 (x_set_frame_parameters): Process `font' parameter before other
27514 parameters as fringe widths depend on it.
27515 (x_set_fringe_width): New function.
27516 (x_figure_window_size): Use x_compute_fringe_widths.
27517 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
27520 * widget.c (set_frame_size): Use x_compute_fringe_widths.
27521 (EmacsFrameSetCharSize): Ditto.
27523 * w32term.h: Merged changes from xterm.h.
27524 * w32term.c: Merged changes from xterm.c.
27525 * w32fns.c: Merged changes from xfns.c.
27527 2001-11-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27529 * COPYING: Removed.
27531 2001-11-29 Dave Love <fx@gnu.org>
27533 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
27535 (detect_coding_mask): Fix call of detect_coding_iso2022.
27537 2001-11-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27539 * fileio.c (file-name-coding-system)
27540 (default-file-name-coding-system): Doc fix (links to referenced
27543 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
27545 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
27546 Add dummy uses of gcproN variables.
27548 * category.c (describe_category, describe_category_1)
27549 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
27550 (syms_of_category): Don't defsubr Sdescribe_categories.
27552 2001-11-28 Richard M. Stallman <rms@gnu.org>
27554 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
27556 * Makefile.in (lispdir): New variable, referring to build dir.
27557 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
27559 2001-11-28 Andrew Innes <andrewi@gnu.org>
27561 * w32menu.c (w32_menu_display_help): Actually add the new argument
27564 2001-11-28 Jason Rumney <jasonr@gnu.org>
27566 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
27567 menu items. From David Ponce <dponce@wanadoo.fr>.
27568 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
27570 (w32_menu_display_help): New argument OWNER. Rewritten to store a
27571 help event in the owner frame's keyboard buffer.
27573 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
27574 (Fx_show_tip): Don't subtract last width from row width.
27576 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
27577 (w32_read_socket): Use EQ to compare frames.
27579 2001-11-28 Gerd Moellmann <gerd@gnu.org>
27581 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
27584 2001-11-28 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27586 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
27587 `gcpro3' and `gcpro4'.
27589 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
27591 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
27593 * ccl.c: Use AREF and ASIZE.
27595 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
27597 * lisp.h (run_hook_list_with_args): Remove.
27598 (LIST_END_P): Fix call to wrong_type_argument.
27599 (make_fixnum_or_float): Use EMACS_INT rather than int.
27601 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
27603 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
27604 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
27606 * eval.c: Use AREF and ASIZE.
27607 (Ffetch_bytecode): Add the file name to the error message.
27609 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
27610 which match the end of the file-name.
27611 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
27612 is not a valid env var, but leave it as is instead.
27614 * keymap.c (access_keymap): Handle t bindings like nil bindings.
27615 Make nil bindings in char-tables transparent.
27616 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
27618 2001-11-26 Richard M. Stallman <rms@gnu.org>
27620 * textprop.c (set_text_properties_1): Allow START, END in either order.
27621 Do nothing if range is empty.
27623 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
27625 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
27628 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
27630 * textprop.c (set_text_properties_1): Clearly mark that the
27631 interval should not be empty.
27633 * intervals.c (graft_intervals_into_buffer):
27634 Don't call set_text_properties_1 on an empty interval.
27636 2001-11-25 Richard M. Stallman <rms@gnu.org>
27638 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
27640 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
27641 don't lose the data in it.
27643 2001-11-25 Juanma Barranquero <lektu@terra.es>
27645 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
27647 * buffer.c (Fkill_buffer): Likewise.
27649 * print.c (temp_output_buffer_setup): Likewise.
27651 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
27653 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
27655 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
27657 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
27658 Niemitalo <kon@iki.fi>.
27660 2001-11-25 Jason Rumney <jasonr@gnu.org>
27662 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
27664 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
27665 (Fx_show_tip): Block input during frame creation.
27666 (Fx_show_tip, Fx_hide_tip): Enable.
27668 2001-11-24 Richard M. Stallman <rms@gnu.org>
27670 * lread.c (Fload): Detect recursive load error for more than 3
27671 nestings of the same file.
27672 (Vrecursive_load_depth_limit): Variable deleted.
27673 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
27675 2001-11-24 Jason Rumney <jasonr@gnu.org>
27677 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
27678 mouse position if either left or top is not specified.
27680 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
27681 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
27682 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
27683 (my_create_tip_window): Assign tip_window.
27684 (x_create_tip_frame): Use same defaults as X.
27685 (compute_tip_xy): Remove unused variable. Use full screen width.
27686 (Fx_show_tip): Do not double height. Call ShowWindow directly.
27688 * w32term.c (x_after_update_window_line): Doc fix.
27689 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
27691 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
27693 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
27694 for all Windowed systems.
27696 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
27698 * msdos.c (IT_clear_screen): If the frame's faces are not yet
27699 realized, use the initial screen colors to clear the screen.
27701 2001-11-23 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27703 * textprop.c (Fset_text_properties): Remove unused variables
27704 `unchanged', `prev_changed', `s' and `len'.
27706 * search.c (Freplace_match): Remove unused variable `inslen'.
27708 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
27710 2001-11-22 Jason Rumney <jasonr@gnu.org>
27712 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
27713 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
27714 (my_create_tip_window): New function.
27715 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
27716 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
27718 2001-11-20 Jason Rumney <jasonr@gnu.org>
27720 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
27721 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
27723 * w32fns.c (Vw32_system_coding_system): Remove.
27724 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
27726 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
27728 * fileio.c (Fwrite_region): Move choose_write_coding_system to
27729 after build_annotations.
27731 * syntax.c (describe_syntax): Add dummy arg.
27732 (describe_syntax_1): Update call to describe_vector.
27734 * category.c (describe_category): Add dummy arg.
27735 (describe_category_1): Update call to describe_vector.
27737 * keymap.c (Fdescribe_vector): Add `describer' parameter.
27738 (describe_command, describe_translation): Add dummy second param.
27739 (describe_map): Call elt_describer with two arguments.
27740 (describe_vector_princ): Add `fun' parameter.
27741 Call it instead of the hardcoded `princ'.
27742 (describe_vector): Add arg `args'.
27743 Pass it as a new second argument to elt_describer.
27745 * keymap.h (describe_vector): Update prototype.
27747 * frame.c: Don't include keymap.h any more.
27748 (keys_of_frame): Remove.
27750 * lisp.h (keys_of_frame): Remove declaration.
27752 * emacs.c (main): Don't call `keys_of_frame' any more.
27754 2001-11-14 Andreas Schwab <schwab@suse.de>
27756 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
27757 if defined, 0 otherwise.
27758 (MAP_FAILED): Define if not defined and use it to test mmap failure.
27759 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
27761 2001-11-19 Richard M. Stallman <rms@gnu.org>
27763 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
27765 2001-11-18 Jason Rumney <jasonr@gnu.org>
27767 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
27768 (x_draw_bar_cursor): If the background color of the glyph under
27769 the cursor equals the frame's cursor color, use the glyph's
27770 foreground color for drawing the bar cursor.
27771 (x_after_update_window_line): Clear internal border in different
27773 (w32_set_vertical_scroll_bar): Check for width and height > 0.
27774 (w32_draw_relief_rect): Correct relief by 1 pixel.
27775 (x_set_glyph_string_background_width):
27776 Set extends_to_end_of_line_p if the row's fill_line_p is set and
27777 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
27778 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
27779 if cursor_in_non_selected_windows is false.
27780 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
27781 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
27782 Notice if cursor gets overwritten.
27783 (notice_overwritten_cursor): Renamed from
27784 note_overwritten_text_cursor. Rewritten to take glyph widths
27785 into account, and to take X positions as parameters.
27786 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
27787 around call to x_draw_glyphs.
27788 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
27789 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
27790 color to use for image glyph reliefs.
27791 (x_draw_image_relief): Accept zero tool_bar_button_relief.
27792 (glyph_rect): Remove unused variable `area'.
27794 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
27796 (x_set_internal_border_width): Set frame garbaged when window
27798 (Fx_create_frame): Accept zero tool_bar_button_relief.
27799 (x_clear_image_1, four_corners_best, image_background)
27800 (image_background_transparent): New functions.
27801 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
27802 (gs_format): Add `:background' entry.
27803 (lookup_image): Set IMG's background color if specified.
27804 (pbm_load, xbm_load_image, png_load): Set IMG's background field
27806 (x_clear_image_1): Reset `background_valid' and
27807 `background_transparent_valid' fields.
27808 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
27809 calculating it here. Set IMG's background_transparent field.
27810 (enum xpm_keyword_index): Add XPM_BACKGROUND.
27811 (enum png_keyword_index): Add PNG_BACKGROUND.
27812 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
27813 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
27814 (enum gif_keyword_index): Add GIF_BACKGROUND.
27815 (enum gs_keyword_index): Add GS_BACKGROUND.
27816 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
27817 Pre-calculate image background color where necessary.
27818 (x_create_x_image_and_pixmap, xbm_load, gs_load):
27819 Use display info's n_cbits entry for screen depth.
27820 (Fx_show_tip): Remove unused variables `buffer', `top',
27821 `left', `max_width' and `max_height'.
27823 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
27825 2001-11-18 Gerd Moellmann <gerd@gnu.org>
27827 * puresize.h (BASE_PURESIZE): Increase to 750000.
27829 2001-11-18 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27831 * frame.c (Fframe_live_p): Doc fix.
27833 2001-11-18 Richard M. Stallman <rms@gnu.org>
27835 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
27836 (message_dolog_marker3): New static variables hold three markers.
27837 (syms_of_xdisp): Initialize and staticpro them.
27838 (message_dolog): Use message_dolog_marker1..3 instead of
27839 allocating markers each time. Unchain them when done.
27841 2001-11-17 Richard M. Stallman <rms@gnu.org>
27843 * doc.c (Fsnarf_documentation): Doc fix.
27845 2001-11-17 Andreas Schwab <schwab@suse.de>
27847 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
27849 2001-11-17 Richard M. Stallman <rms@gnu.org>
27851 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
27853 2001-11-17 Jason Rumney <jasonr@gnu.org>
27855 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
27857 2001-11-17 Gerd Moellmann <gerd@gnu.org>
27859 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
27860 with invalid position.
27862 2001-11-16 Richard M. Stallman <rms@gnu.org>
27864 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
27866 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
27867 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
27868 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
27870 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
27872 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
27874 * fileio.c (build_annotations): Split off the tail.
27875 (build_annotations_2): New fun. Extracted from build_annotations.
27876 (Fwrite_region): Split the call to build_annotations into two
27877 calls to build_annotations and build_annotations_2.
27879 2001-11-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
27881 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
27882 clear_waiting_for_input with argument.
27884 * xterm.h (x_update_cursor): Remove duplicated prototype.
27886 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
27888 * xterm.c (waiting_for_input): Remove unnecessary declaration.
27890 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
27892 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
27894 * fileio.c (choose_write_coding_system): New fun, extracted
27895 from Fwrite_region.
27896 (Fwrite_region): Use it.
27898 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
27899 (funcall_lambda, run_hook_with_args): Make static and add prototype.
27900 (ml_apply, find_handler_clause): Add prototype.
27902 2001-11-16 Eli Zaretskii <eliz@gnu.org>
27904 * config.in: Add #undef HAVE_COFF_H.
27906 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
27907 Required for ISC 4.1.
27909 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
27911 * syswait.h (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
27912 Andrew Wiseman <a.wiseman@btclick.com>.
27914 2001-11-16 Kim F. Storm <storm@cua.dk>
27916 The following changes are made to clean up the various internal
27917 references to the fringes to actually use the term `fringe' for
27918 them. Previously, they were called `flags areas', `bitmap areas',
27919 `left/right side of windows', or implicitly as `flags' or
27922 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
27923 Comments fixed. Use renamed symbols.
27925 * dispnew.c: Comment fix. Use renamed symbols.
27927 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
27928 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
27929 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
27931 * msdos.c: Comment fix.
27933 * w32fns.c: Use renamed symbols.
27935 * w32term.c: Comment fixes. Use renamed symbols.
27936 (fringe_bitmap_type): Renamed from bitmap_type.
27937 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
27938 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
27939 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
27941 * w32term.h: Comment fixes. Use renamed symbols.
27942 (fringes_extra): Renamed from flags_areas_extra.
27943 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
27944 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
27945 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
27946 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
27947 (FRAME_X_LEFT_FRINGE_WIDTH):
27948 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
27949 (FRAME_X_RIGHT_FRINGE_WIDTH):
27950 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
27952 * widget.c: Use renamed symbols.
27954 * window.c: Comment fixes. Use renamed symbols.
27955 (coordinates-in-window-p): Doc fix.
27957 * xdisp.c: Comment fixes. Use renamed symbols.
27959 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
27961 * xfns.c: Use renamed symbols.
27963 * xterm.c: Comment fixes. Use renamed symbols.
27964 (fringe_bitmap_type): Renamed from bitmap_type.
27965 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
27966 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
27967 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
27969 * xterm.h: Comment fixes. Use renamed symbols.
27970 (fringes_extra): Renamed from flags_areas_extra.
27971 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
27972 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
27973 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
27974 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
27975 (FRAME_X_LEFT_FRINGE_WIDTH):
27976 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
27977 (FRAME_X_RIGHT_FRINGE_WIDTH):
27978 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
27980 2001-11-15 Jason Rumney <jasonr@gnu.org>
27982 * w32menu.c (add-menu-item): Make help_echo and radio buttons
27983 work for most menu items. From David Ponce
27984 <david.ponce@wanadoo.fr>.
27986 2001-11-15 Gerd Moellmann <gerd@gnu.org>
27988 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
27989 Some x_set_* function expect to be called even if old and new
27992 * xdisp.c (build_desired_tool_bar_string): Accept zero
27993 tool_bar_button_relief.
27995 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
27997 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
27999 * xterm.c (x_draw_bar_cursor): If the background color of the
28000 glyph under the cursor equals the frame's cursor color, use
28001 the glyph's foreground color for drawing the bar cursor.
28003 * dispnew.c (direct_output_forward_char): Fix character/byte
28004 position comparison.
28006 2001-11-15 Miles Bader <miles@gnu.org>
28008 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
28009 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
28010 Update arguments to find_field.
28011 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
28012 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
28013 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
28014 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
28016 2001-11-14 Richard M. Stallman <rms@gnu.org>
28018 * editfns.c (Fpropertize): Allow call with 1 arg.
28020 * dispextern.h (image_background, image_background_transparent):
28021 Conditionalize on HAVE_X_WINDOWS.
28023 2001-11-13 Richard M. Stallman <rms@gnu.org>
28025 * print.c (Fprin1_to_string): Doc fix.
28027 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
28029 * floatfns.c (Fceiling, Ffloor): Doc fixes.
28031 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
28033 * fileio.c (Ffile_accessible_directory_p): Doc fix.
28035 * eval.c (syms_of_eval): Doc fix.
28037 * coding.c (syms_of_coding): Doc fix.
28039 * doc.c (Fsnarf_documentation): Doc fix.
28041 * dispnew.c (syms_of_display): Doc fix.
28043 * category.c (Fget_unused_category): Doc fix.
28045 * buffer.c (syms_of_buffer): Doc fixes.
28047 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
28049 * print.c (prin1, print): Doc fix.
28051 2001-11-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28053 * fontset.h: Remove declarations of variables
28054 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
28056 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
28057 `Vclip_large_size_font'.
28059 2001-11-13 Jason Rumney <jasonr@gnu.org>
28061 * w32fns.c: Doc fix.
28063 2001-11-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28065 * xfaces.c (Fface_attributes_as_vector): Doc fix.
28069 * emacs.c: Doc fix.
28071 * coding.c: Doc fix.
28073 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
28074 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
28075 `new style' [w/`doc:' keyword].
28077 2001-11-12 Richard M. Stallman <rms@gnu.org>
28079 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
28080 LeaveNotify events. Only FocusIn and FocusOut do that now.
28081 (x_display_and_set_cursor): Do display hollow cursors in active
28082 minibuffer windows when they are not selected.
28084 2001-11-12 Jason Rumney <jasonr@gnu.org>
28086 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
28087 * w32term.c: Change doc-string comments to `new style'
28088 [w/`doc:' keyword]. Doc fixes.
28090 * w32fns.c: Don't define max.
28091 (Fx_open_connection): Only execute once.
28093 2001-11-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28095 * ccl.c: Change macros to use do-while block instead of if-else.
28096 Use braces to follow GNU Coding Standards.
28098 2001-11-11 Richard M. Stallman <rms@gnu.org>
28100 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
28102 * lread.c (read_escape): Use end_of_file_error for reporting eof.
28104 * insdel.c (replace_range): Use adjust_markers_for_replace
28105 instead of adjust_markers_for_delete and adjust_markers_for_insert.
28107 * intervals.h (set_text_properties, set_text_properties_1): Declare.
28109 * textprop.c (set_text_properties_1): New subroutine
28110 broken out of set_text_properties.
28111 (set_text_properties): Use set_text_properties_1.
28113 * intervals.c (graft_intervals_into_buffer):
28114 Use set_text_properties_1 to clear out properties.
28116 * search.c (Freplace_match): Use replace_range to insert
28117 and delete. Don't request property inheritance from
28120 2001-11-10 Jason Rumney <jasonr@gnu.org>
28122 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
28123 vertical fonts. Allow them if face name is explicitly specified.
28124 Do not give up if we find a font that cannot be converted to an xlfd.
28126 2001-11-10 Gerd Moellmann <gerd@gnu.org>
28128 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
28129 instead of malloc/free.
28131 2001-11-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28133 * xfaces.c (merge_face_vectors): Use braces to follow GNU
28135 (Finternal_set_lisp_face_attribute): Likewise.
28137 * buffer.c (Fbury_buffer): Likewise.
28139 * indent.c (current_column_1): Remove unused variable `prev_col'.
28141 * coding.c (encode_coding): Use precomputed value of `src'.
28142 (encode_coding): Remove unused variable `src_end'.
28143 (code_convert_region): Remove unused variables `count'.
28145 2001-11-07 Jason Rumney <jasonr@gnu.org>
28147 * w32term.c (x_display_and_set_cursor): Do not move system caret
28148 if cursor_glyph is NULL.
28150 2001-11-07 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28152 * keymap.c (access_keymap): Fix compilation error.
28154 2001-11-07 Miles Bader <miles@gnu.org>
28156 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
28158 2001-11-07 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28160 * intervals.c (graft_intervals_into_buffer):
28161 Remove #ifdef'd-out code.
28162 (graft_intervals_into_buffer): Remove unused variable `middle'.
28164 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
28165 code (eval-current-buffer).
28166 Change doc-string comments to `new style' [w/`doc:' keyword].
28168 2001-11-06 Richard M. Stallman <rms@gnu.org>
28170 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
28172 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
28174 * lread.c (read1): Fix behavior with nested backquoting.
28176 * keyboard.c (make_lispy_event): Check integerness and fix
28177 Lisp_Object/int mixup.
28179 2001-11-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28181 * fns.c (copy_hash_table): Remove unused variable `v'.
28183 * fontset.c (fontset_font_pattern): Remove unused variable
28186 * indent.c (current_column_1): Remove unused variable `prev_col'.
28188 2001-11-05 Richard M. Stallman <rms@gnu.org>
28190 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
28192 * buffer.c (Fkill_buffer): Don't delete auto save file
28193 if buffer is modified.
28195 2001-11-05 Andrew Innes <andrewi@gnu.org>
28197 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
28200 2001-11-05 Richard M. Stallman <rms@gnu.org>
28202 * unexelf.c (unexec): Minor changes; clean up comments.
28204 2001-11-05 Sam Steingold <sds@gnu.org>
28206 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
28208 2001-11-05 Andreas Schwab <schwab@suse.de>
28210 * sound.c (sound_perror): Save errno from being clobbered.
28212 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
28214 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
28215 the program image directly.
28217 2001-11-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28219 * buffer.h (Fbuffer_local_value): Add prototype.
28221 2001-11-04 Richard M. Stallman <rms@gnu.org>
28223 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
28226 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
28227 (record_char): Likewise.
28229 * keyboard.c (make_lispy_event): Don't insist a drag event must
28230 move to a different buffer position. Instead, check for moving at
28231 least double_click_fuzz.
28233 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
28235 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
28237 * indent.c (current_column_1, Fmove_to_column): Separate the code
28238 for display-table glyphs from the code for buffer text, to fix
28239 bugs in the former.
28241 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
28243 * buffer.c (Fbuffer_local_value): New function.
28244 (syms_of_buffer): Defsubr it.
28246 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
28247 value of `cursor-in-non-selected-windows'.
28249 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
28250 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
28251 (syms_of_xdisp): Initialize it.
28253 2001-11-04 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28255 * xfns.c (Fx_create_frame): Doc fix.
28257 * coding.c: Change doc-string comments to `new style' [w/`doc:'
28260 * eval.c (top_level_value, top_level_set): Remove commented and
28262 (Fdefvar): Fix usage in doc-string.
28264 2001-11-03 Richard M. Stallman <rms@gnu.org>
28266 * xfns.c: Include unistd.h, if it exists.
28268 * editfns.c: Move the include of ctype.h after unistd.h.
28270 * gmalloc.c: Test BROKEN_PROTOTYPES.
28272 2001-11-03 Ken Raeburn <raeburn@gnu.org>
28274 * lisp.h (CHECK_STRING_CAR): New macro.
28275 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
28276 treating XCAR and XCDR as lvalues.
28277 (openp): Use CHECK_STRING_CAR.
28278 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
28280 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
28282 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
28283 (SIGMASKTYPE): Define.
28285 * syssignal.h (sigunblock): Don't define if already defined.
28287 2001-11-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28289 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
28290 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
28291 Fix typos in comments.
28293 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
28294 and #ifdef'd-out code.
28295 Fix and reindent comments.
28297 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
28299 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
28300 argument `i' in macros.
28302 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
28305 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
28306 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
28307 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
28308 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
28309 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
28310 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
28311 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
28312 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
28315 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
28316 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
28317 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
28318 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
28319 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
28320 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
28321 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
28322 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
28323 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
28324 (remove unused second argument).
28326 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
28328 * syntax.c (describe_syntax): New wrapper.
28329 (Finternal_describe_syntax_value): Rename from describe_syntax.
28330 Don't insert space at front and \n at the end.
28331 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
28333 * regex.c (re_wctype): Try to fix some warnings.
28334 (regcomp, regexec): Don't forget the __restrict.
28336 2001-11-02 Richard M. Stallman <rms@gnu.org>
28338 * textprop.c (Fget_char_property): Doc fix.
28340 2001-11-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28342 * process.c (Fstart_process): Add usage to doc-string.
28344 * data.c (Fsetq_default): Ditto.
28346 * callint.c (Finteractive): Ditto.
28348 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
28350 * macros.c: Don't include keymap.h any more.
28352 2001-11-01 Richard M. Stallman <rms@gnu.org>
28354 * data.c (Fmake_local_variable): Doc fix.
28356 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
28357 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
28359 * keymap.c (Fdescribe_buffer_bindings): Print character property
28360 bindings along with or instead of the buffer local map.
28361 Make the overriding maps override what they should.
28363 2001-11-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28365 * window.c (grow_mini_window): Fix typo in comment.
28367 2001-11-01 Gerd Moellmann <gerd@gnu.org>
28369 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
28370 (XTset_vertical_scroll_bar): Likewise.
28372 * xfns.c (x_build_heuristic_mask): Use four_corners_best
28373 instead of IMAGE_BACKGROUND.
28375 * xfns.c (four_corners_best): Reindent.
28377 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
28378 Handle :box so that it is possible to specify sexprs.
28380 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
28382 * s/hpux11.h: New file.
28384 2001-10-31 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28386 * emacs.c (USAGE1): Show command line option --no-window-system
28387 instead of --no-windows in usage.
28388 (standard_args): Rename --no-windows to --no-window-system.
28389 (bug_reporting_address): Follow Emacs coding conventions.
28391 * eval.c (Fcommandp): Doc fix.
28392 Change doc-string comments to `new style' [w/`doc:' keyword].
28394 * frame.c (Fframe_live_p): Doc fix.
28396 * buffer.c (selective-display-ellipses): Doc fix.
28398 2001-10-31 Gerd Moellmann <gerd@gnu.org>
28400 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
28402 * xfaces.c (realize_x_face): If C is not a single-byte character,
28403 set the face's colors_copied_bitwise_p instead of the defaulted_p
28404 members which have a different meaning.
28405 (free_face_colors): Do nothing for a face whose colors have been
28408 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
28410 2001-10-31 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28412 * marker.c, mocklisp.c: Change doc-string comments to `new style'
28413 [w/`doc:' keyword].
28415 2001-10-31 Gerd Moellmann <gerd@gnu.org>
28417 * fns.c (require_unwind): Return Lisp_Object.
28419 2001-10-31 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28421 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
28422 (last-input-char): Revert doc-string to be the same as the
28423 doc-string of `last-input-event'.
28425 * xdisp.c: Fix typos in comments.
28427 2001-10-31 Gerd Moellmann <gerd@gnu.org>
28429 * window.c (grow_mini_window): Handle case that the root
28430 window is already smaller than the nominal mininum height.
28432 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
28434 * emacs.c (main): Don't call keys_of_macros any more.
28436 * lisp.h (keys_of_macros): Remove.
28438 * macros.c (keys_of_macros): Remove.
28440 * xfaces.c (Fface_attribute_relative_p): Declare args.
28442 2001-10-30 Jason Rumney <jasonr@gnu.org>
28444 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
28445 (enum_font_cb2): Ignore fonts with vertical orientation.
28447 2001-10-30 Richard M. Stallman <rms@gnu.org>
28449 * keyboard.c (Finput_pending_p): Doc fix.
28451 2001-10-30 Gerd Moellmann <gerd@gnu.org>
28453 * xterm.c (x_after_update_window_line): Don't run the code
28454 clearing in borders for rows whose visible height is 0.
28456 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
28457 resized_p flag is set. If not set, use the much less flickering
28458 method previously used.
28460 * dispnew.c (change_frame_size_1): Set frame's resized_p.
28462 * frame.h (struct frame) <resized_p>: New member.
28464 * lread.c (to_multibyte): Ensure read_buffer is at least twice
28465 as large as the number of bytes to convert.
28467 * lread.c (to_multibyte): New function.
28470 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
28472 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
28474 2001-10-30 Gerd Moellmann <gerd@gnu.org>
28476 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
28477 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
28478 if the row's fill_line_p is set and drawing the last glyph with
28479 DRAW_IMAGE_{RAISED,SUNKEN}.
28481 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
28483 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
28485 * xmenu.c: Include coding.h and charset.h.
28486 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
28487 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
28488 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
28489 Explicitly set wv->help. Use `TRUE' rather than `True'.
28490 (menu_help_callback): Use empty_string.
28492 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
28493 (Fx_popup_dialog): Explicitly init f.
28494 (w32_menu_display_help): Use empty_string.
28496 2001-10-29 Richard M. Stallman <rms@gnu.org>
28498 * fns.c (Frequire): Detect recursive try to require the same
28499 feature 3 or more levels deep, and get error.
28500 (require_unwind): New subroutine.
28501 (require_nesting_list): New variable.
28502 (syms_of_fns): Init and staticpro it.
28504 * print.c (print_object): Clarify indication of insertion type.
28506 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
28508 * coding.c (syms_of_coding): Document that locale-coding-system is
28509 used for decoding input on X.
28511 * window.c (Fscroll_left, Fscroll_right): Doc fix.
28513 2001-10-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28515 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
28516 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
28518 2001-10-29 Gerd Moellmann <gerd@gnu.org>
28520 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
28521 use NO_CURSOR if cursor_in_non_selected_windows is false.
28523 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
28524 the slant attribute if FRAME is t.
28526 * xfns.c (x_set_internal_border_width): Set frame garbaged
28527 when X window doesn't exist yet.
28529 * xterm.c (x_after_update_window_line): Clear internal border
28530 in different circumstances.
28532 * xterm.c (XTread_socket) <KeyPress>: Don't use
28533 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
28536 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
28538 * m/ibms390.h: New file. From Adam Thornton
28539 <athornton@sinenomine.net>.
28541 2001-10-28 Gerd Moellmann <gerd@gnu.org>
28543 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
28545 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
28548 2001-10-28 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28550 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
28552 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
28554 Fix typos in comments.
28556 * emacs.c (bug_reporting_address): New function.
28557 Use it when displaying usage message.
28559 * minibuf.c (read_minibuf): Remove unused external declaration of
28560 variable `Qread_only'.
28562 * keymap.c (access_keymap): Remove unused variable `charset'.
28564 2001-10-28 Miles Bader <miles@gnu.org>
28566 * xfaces.c (merge_face_heights): Handle TO being relative as well.
28567 Remove #ifdef'd-out code.
28568 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
28569 (syms_of_xfaces): Initialize them.
28571 2001-10-27 Jason Rumney <jasonr@gnu.org>
28573 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
28574 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
28575 position using the system caret.
28577 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
28578 (w32_system_caret_height, w32_system_caret_x)
28579 (w32_system_caret_y): New variables for tracking system caret.
28580 (w32_initialize): Initialize them.
28581 (x_display_and_set_cursor): Make system caret follow the active cursor.
28583 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
28584 New messages types.
28586 * w32term.c (note_mouse_highlight): Clear old help_echo.
28588 2001-10-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28590 * xterm.c: Fix typo in a comment.
28592 * emacs.c: Fix typos in comments.
28593 Remove unnecessary spaces.
28594 Change doc-string comments to `new style' [w/`doc:' keyword].
28595 (USAGE2): Fix typos in usage string.
28597 * xterm.c: Fix typo in a comment.
28599 * lisp.h (gdb_lisp_params): Remove code in #if 0 which is now in
28602 2001-10-27 Gerd Moellmann <gerd@gnu.org>
28604 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
28605 instead of 1/2 line_height in the heuristic for skipping
28606 farther backward when target_y was not reached.
28608 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
28609 Display errno only if non-zero.
28610 (sound_warning): New function.
28611 (vox_configure): Don't treat failing to set sample rate as error.
28612 (various places): Improve error messages.
28614 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
28616 * fileio.c (Faccess_file): Run the argument filename through
28617 Fexpand_file_name, before using it.
28619 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
28620 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
28622 2001-10-26 Gerd Moellmann <gerd@gnu.org>
28624 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
28626 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
28627 Fix clearing in the case of scroll bars on the right.
28629 2001-10-26 Juanma Barranquero <lektu@terra.es>
28631 * w32gui.h (XImage): Add a dummy typedef.
28633 2001-10-26 Gerd Moellmann <gerd@gnu.org>
28635 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
28637 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
28639 * frame.c (Fframe_parameter): Fix last change.
28641 * fileio.c: Revert last change (which removed old commented-out
28642 version of expand-file-name). Add a comment that explains why
28643 this old version should not be removed.
28645 2001-10-25 Gerd Moellmann <gerd@gnu.org>
28647 * frame.c (Fframe_parameter): Fix a bug whereby some
28648 ``artificial'' frame parameters, like `minibuffer' were not
28649 obtained by calling Fframe_parameters.
28651 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
28652 cursor differently.
28654 * xdisp.c (move_it_vertically_backward): Compute line height
28655 differently. Add heuristic to try to be more compatible to 20.x.
28657 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
28659 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
28661 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
28664 2001-10-25 Miles Bader <miles@gnu.org>
28666 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
28667 BG is a pointer to a structure, not a structure.
28668 (gif_format, png_format): Add missing commas.
28670 2001-10-24 Richard M. Stallman <rms@gnu.org>
28672 * xfaces.c (Fface_attributes_as_vector): New function.
28673 (syms_of_xfaces): Defsubr it.
28675 2001-10-24 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28677 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
28680 2001-10-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28682 * search.c (scan_newline): Remove unused variable `selective_display'.
28684 2001-10-25 Miles Bader <miles@gnu.org>
28686 * dispextern.h (struct image): Add `background',
28687 `background_valid', and `background_transparent' fields.
28688 (image_background, image_background_transparent): New declarations.
28689 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
28690 * xfns.c (image_background, image_background_transparent)
28691 (four_corners_best): New functions.
28692 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
28693 (gs_format): Add `:background' entry.
28694 (lookup_image): Set IMG's background color if specified.
28695 (pbm_load, xbm_load_image, png_load): Set IMG's background field
28697 (x_clear_image_1): Reset `background_valid' and
28698 `background_transparent_valid' fields.
28699 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
28700 calculating it here. Set IMG's background_transparent field.
28701 (enum xpm_keyword_index): Add XPM_BACKGROUND.
28702 (enum png_keyword_index): Add PNG_BACKGROUND.
28703 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
28704 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
28705 (enum gif_keyword_index): Add GIF_BACKGROUND.
28706 (enum gs_keyword_index): Add GS_BACKGROUND.
28707 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
28708 Pre-calculate image background color where necessary.
28709 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
28710 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
28711 color to use for image glyph reliefs.
28713 2001-10-24 Gerd Moellmann <gerd@gnu.org>
28715 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
28716 in full-width rows.
28718 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
28719 Fix clearing of area not covered by scroll bar.
28721 2001-10-24 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28723 * xterm.c (x_insert_glyphs): Remove unused variables `real_end'
28725 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
28726 (glyph_rect): Remove unused variable `area'.
28728 2001-10-24 Gerd Moellmann <gerd@gnu.org>
28730 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
28732 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
28733 (row_containing_pos): Take additional argument DY.
28734 Treat rows ending in middle of char differently.
28735 (display_line): Handle tabs on window systems differently.
28737 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
28738 with additional argument.
28740 * dispextern.h (row_containing_pos): Adjust prototype.
28742 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
28743 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
28744 (try_window_id, try_window_reusing_current_matrix)
28745 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
28746 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
28748 2001-10-24 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28750 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
28752 (HAVE_BOXES): Fix typo in comment.
28753 (push_menu_pane): Fix typo in comment.
28755 * xdisp.c (display_prop_string_p): Remove unused local declaration
28757 (single_display_prop_string_p): Remove unused local declarations
28758 of `Qwhen' and `Qmargin'.
28759 (string_buffer_position): Remove unused variable `around'.
28760 (store_frame_title): Remove unused variable `width'.
28762 * window.c: Don't define max.
28763 (coordinates_in_window): Remove unused variable `uy'.
28765 * widget.c: Don't define max.
28767 * process.c: Don't define max.
28768 (create_process): Remove unused variable `buffer'.
28770 2001-10-23 Gerd Moellmann <gerd@gnu.org>
28772 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
28774 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
28776 * xfaces.c (Finternal_set_lisp_face_attribute)
28777 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
28778 frame is on a windowed display.
28780 2001-10-23 Gerd Moellmann <gerd@gnu.org>
28782 * dispnew.c (sync_window_with_frame_matrix_rows):
28783 Fix handling of windows which aren't full-width, fix handling
28786 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
28788 2001-10-23 Andreas Schwab <schwab@suse.de>
28790 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
28791 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
28793 2001-10-23 Gerd Moellmann <gerd@gnu.org>
28795 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
28796 REAL_END. Notice if cursor gets overwritten.
28797 (notice_overwritten_cursor): Take X positions as parameters.
28798 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
28799 around call to x_draw_glyphs.
28801 2001-10-23 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28803 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
28804 instead of C) and usage.
28806 * editfns.c (char-to-string): Fix argument names (use CHAR instead
28809 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
28810 `left', `max_width' and `max_height'.
28812 2001-10-23 Gerd Moellmann <gerd@gnu.org>
28814 * xdisp.c (display_line): For a tab continued to the next line,
28815 set row's ends_in_middle_of_char_p.
28817 2001-10-22 Gerd Moellmann <gerd@gnu.org>
28819 * xdisp.c (display_line): Fix computation of continuation lines
28822 2001-10-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28824 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
28827 * fileio.c: Remove unused code.
28829 2001-10-22 Miles Bader <miles@gnu.org>
28831 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
28832 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
28833 Remove `DOC_STRINGS_IN_COMMENTS' cases.
28835 2001-10-21 Jason Rumney <jasonr@gnu.org>
28837 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
28839 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
28841 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
28842 (Finsert_string): Avoid the multi-line string literals warning.
28844 2001-10-22 Miles Bader <miles@gnu.org>
28846 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
28847 (Fdocumentation): Don't use it.
28848 (syms_of_doc): Don't initialize it.
28850 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
28851 * print.c (Fwith_output_to_temp_buffer): Likewise.
28852 * window.c (Fsave_window_excursion): Likewise.
28853 * editfns.c (Fsave_excursion, Fsave_current_buffer)
28854 (Fsave_restriction): Likewise.
28855 * eval.c (Frun_hooks, Frun_hook_with_args)
28856 (Frun_hook_with_args_until_failure)
28857 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
28858 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
28859 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
28860 (Funwind_protect, Fcondition_case): Likewise.
28861 * coding.c (Ffind_operation_coding_system): Likewise.
28862 * keyboard.c (Ftrack_mouse): Likewise.
28864 2001-10-21 Miles Bader <miles@gnu.org>
28866 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
28867 (Fmake_hash_table): Add usage: string to doc string.
28868 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
28869 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
28870 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
28871 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
28872 (Fml_prefix_argument_loop): Likewise.
28874 2001-10-21 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
28876 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
28878 * sysdep.c (init_sys_modes): Change doc-string comments to `new
28879 style' [w/`doc:' keyword].
28881 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
28882 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
28883 comments to `new style' [w/`doc:' keyword].
28885 2001-10-21 Jason Rumney <jasonr@gnu.org>
28887 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
28889 * w32term.c (remember_mouse_glyph): New function.
28890 (w32_mouse_position): Use it.
28891 (note_mouse_movement): If the mouse moved off the glyph, remember
28894 * w32term.h (struct w32_output): Correct spelling of x_compatible.
28895 (w32_display_info): Add mouse_face_overlay.
28897 * w32term.c (notice_overwritten_cursor): Renamed from
28898 note_overwritten_text_cursor. Rewritten to take glyph widths into
28900 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
28901 (fast_find_string_pos): New function.
28902 (fast_find_position): Return the correct vpos. Add parameter
28903 STOP. In the final row, stop before glyphs having STOP as object.
28904 Don't consider glyphs that are not from a buffer.
28905 (fast_find_position) [0]: Add a presumably more correct version
28907 (expose_window_tree, expose_frame): Don't compute intersections here.
28908 (expose_window): Do it here instead.
28909 (expose_window_tree, expose_window, expose_line): Return 1 when
28910 overwriting mouse-face.
28911 (expose_window): If W is the window currently being updated, mark
28912 the frame garbaged.
28913 (expose_frame): If mouse-face was overwritten, redo it.
28914 (x_use_underline_position_properties): New variable.
28915 (syms_of_xterm): DEFVAR_BOOL it.
28916 (x_draw_glyph_string): Add comment to use it in future.
28917 (x_draw_glyph_string): Restore clipping after drawing box.
28918 Fix a computation of the underline position.
28919 (w32_get_glyph_string_clip_rect): Minor cleanup.
28920 (x_fill_stretch_glyph_string): Remove an assertion.
28921 (x_produce_glyphs): Don't convert multibyte characters
28922 to unibyte characters in unibyte buffers.
28923 (cursor_in_mouse_face_p): New function.
28924 (x_draw_stretch_glyph_string): Use it to choose a different GC
28925 when drawing a cursor within highlighted text. Don't draw
28926 background again if it has already been drawn.
28927 (x_draw_glyph_string_box): Don't draw a full-width
28928 box just because the glyph row's full_width_p flag is set.
28929 (x_draw_glyphs): Fix computation of rightmost x for
28931 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
28932 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
28933 change bottom shadow accordingly. Some cleanup.
28934 (x_update_window_end): Handle overwritten mouse face
28935 also for tool bar windows.
28936 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
28937 DRAW is DRAW_IMAGE_RAISED.
28938 (clear_mouse_face): Return 1 if text with mouse face was
28939 actually redrawn. Make the function static.
28940 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
28941 optimize away highlighting if we pass over that same overlay again.
28942 (note_mouse_highlight): Call mouse_face_overlay_overlaps
28943 to detect a case where we have to highlight a different region
28944 despite not having left the currently highlighted region.
28945 Set mouse_face_overlay in the x_display_info. Avoid changing the
28946 mouse pointer shape when show_mouse_face has already done it, or
28947 there is no need. Handle mouse-face and help-echo in strings.
28948 (glyph_rect): New function.
28949 (w32_mouse_position): Use it to raise the threshold for mouse
28950 movement event generation.
28951 (w32_initialize_display_info): Initialize the x_display_info's
28952 mouse_face_overlay.
28953 (w32_set_vertical_scroll_bar): Don't clear a zero height
28955 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
28956 a widget to zero height.
28958 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
28959 Protect unibyte strings created by replacing their multibyte
28960 equivalents in menu_items.
28961 (w32_menu_show): Don't overwrite an item's name with its key
28962 description in case the description is a multibyte string.
28963 (single_submenu): Some cleanup.
28965 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
28966 (postprocess_image): New function.
28967 (lookup_image): Call it for all image types except PostScript.
28968 (x_kill_gs_process): Call postprocess_image.
28969 (tiff_error_handler, tiff_warning_handler): New functions.
28970 (tiff_load): Install them as handlers.
28971 (x_kill_gs_process): Recognize if someone has cleared the image
28973 (valid_image_p): Protect better against invalid image
28974 specifications. Previous code could signal an error.
28975 (Fx_hide_tip, Fshow_tip): Doc fix.
28976 (Fv_max_tooltip_size): New variable.
28977 (syns_of_xfns): DEFVAR_LISP it.
28978 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
28979 window buffer to *tip* right after creating the frame. Set frame's
28980 window_width. Use a maximum tooltip size specified by
28981 Vx_max_tooltip_size, if that has valid contents.
28982 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
28983 Make sure the tooltip is completely visible.
28984 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
28985 (Fx_create_frame): Adjust the frame's height for presence
28986 of the tool bar before calling x_figure_window_size.
28987 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
28988 when the window gets smaller.
28989 (x_set_foreground_color): Set frame's cursor_pixel.
28990 (x_set_foreground_color, x_set_background_color): Cleaned up.
28991 (x_set_font): Handle case of x_new_fontset returning the same name
28992 as before, although there was a change in fontsets.
28994 2001-10-21 Miles Bader <miles@gnu.org>
28996 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
28997 (Flogxor): Add usage: string to doc string.
28998 * charset.c (Fstring): Likewise.
28999 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
29000 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
29002 2001-10-21 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
29004 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
29006 * alloc.c: Reindent DEFUNs with doc: keywords.
29008 * abbrev.c (Finsert_abbrev_table_description): Reindent.
29010 * frame.c: Change doc-string comments to `new style' [w/`doc:'
29013 See ChangeLog.9 for earlier changes.
29015 ;; Local Variables:
29016 ;; coding: iso-2022-7bit
29017 ;; add-log-time-zone-rule: t
29020 Copyright (C) 2001, 2002, 2003, 2004, 2005,
29021 2006, 2007 Free Software Foundation, Inc.
29023 This file is part of GNU Emacs.
29025 GNU Emacs is free software; you can redistribute it and/or modify
29026 it under the terms of the GNU General Public License as published by
29027 the Free Software Foundation; either version 3, or (at your option)
29030 GNU Emacs is distributed in the hope that it will be useful,
29031 but WITHOUT ANY WARRANTY; without even the implied warranty of
29032 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29033 GNU General Public License for more details.
29035 You should have received a copy of the GNU General Public License
29036 along with GNU Emacs; see the file COPYING. If not, write to the
29037 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
29038 Boston, MA 02110-1301, USA.
29040 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4