1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00
Commit graph

20074 commits

Author SHA1 Message Date
Eli Zaretskii
67b8391b14 *** empty log message *** 2005-09-10 11:39:01 +00:00
Eli Zaretskii
e2fcf54303 Regenerated after adding test for get_current_dir_name. 2005-09-10 11:36:24 +00:00
Eli Zaretskii
c187839de5 (smc_save_yourself_CB): Use get_current_dir_name. 2005-09-10 11:31:50 +00:00
Eli Zaretskii
01537133a0 (init_buffer): Use get_current_dir_name. 2005-09-10 11:30:06 +00:00
Eli Zaretskii
f78f1a83df (get_current_dir_name) [!HAVE_CURRENT_DIR_NAME]: New function. 2005-09-10 11:29:15 +00:00
Kim F. Storm
a1d3a18846 (Fsubstitute_command_keys): Lookup key binding for
commands that are remapped from some other command.
2005-09-09 11:55:09 +00:00
Kim F. Storm
39cac6b3ea *** empty log message *** 2005-09-09 11:54:59 +00:00
Kim F. Storm
49c560366c * xdisp.c (try_window_reusing_current_matrix): Clear mode_line_p
flag in disabled rows below the window.
2005-09-08 22:57:16 +00:00
Kim F. Storm
aeb55c4414 *** empty log message *** 2005-09-08 22:55:37 +00:00
Kim F. Storm
06a9bc2a2e (struct frame): New member updated_p. 2005-09-08 22:30:08 +00:00
Kim F. Storm
2bb212bd1f (redisplay_internal): Mark updated frames in new updated_p
member.  Remove local `updated' array and associated variables.
2005-09-08 22:29:49 +00:00
Kim F. Storm
ae8a568968 *** empty log message *** 2005-09-08 22:29:35 +00:00
Kim F. Storm
d9eef135dc * xdisp.c (handle_display_prop): Respect overlay window property. 2005-09-07 21:59:36 +00:00
Kim F. Storm
6e5395f285 *** empty log message *** 2005-09-07 21:59:11 +00:00
Kim F. Storm
edf3d146cc (try_window): Remove superfluous cursor_height calculation.
Fixes crash reported by YAMAMOTO Mitsuharu.
2005-09-07 08:46:04 +00:00
Kim F. Storm
821f6daef7 *** empty log message *** 2005-09-07 08:45:39 +00:00
YAMAMOTO Mitsuharu
9655b40493 (xstrlwr): Don't use tolower for non-ASCII characters. 2005-09-06 08:08:08 +00:00
YAMAMOTO Mitsuharu
468213f1f3 (struct xlfdpat_block, struct xlfdpat): New structs.
(xlfdpat_destroy, xlfdpat_create, xlfdpat_exact_p)
(xlfdpat_block_match_1, xlfdpat_match): New functions.
(xlfdpat_block_match): New macro.
(mac_to_x_fontname): Don't use tolower for non-ASCII characters.
(x_font_name_to_mac_font_name): Set coding.dst_multibyte to 0.
(add_font_name_table_entry): Increase font_name_table_size more
rapidly.
(mac_c_string_match): Remove function.
(mac_do_list_fonts): Use XLFD pattern match instead of regular
expression match.
2005-09-06 08:07:32 +00:00
Stefan Monnier
1550ae60d1 *** empty log message *** 2005-09-05 15:43:54 +00:00
Richard M. Stallman
d7ea8b71aa *** empty log message *** 2005-09-04 01:48:58 +00:00
Richard M. Stallman
366717cfa0 (redisplay_internal): Make UPDATED as long as needed.
(move_it_in_display_line_to): Stop after last char on line even
on a windowing terminal, if that's the specified stop position.
2005-09-04 01:28:41 +00:00
Richard M. Stallman
71f6424d02 (Fsort): Doc fix. 2005-09-04 01:11:43 +00:00
Richard M. Stallman
9b7a236939 (Fpropertize): Don't insist that properties be symbols. 2005-09-04 01:07:27 +00:00
Stefan Monnier
9d291bdfdf (directory_files_internal_unwind, directory_files_internal)
(file_name_completion): Use a Save_Value object rather than a cons of
two 16bit ints to store the DIR*.
(directory_files_internal, file_name_completion): Handle both EINTR and
EAGAIN consistently after `readdir'.
2005-09-02 18:42:54 +00:00
Stefan Monnier
bdb4d6d8ab *** empty log message *** 2005-09-01 14:18:42 +00:00
Stefan Monnier
70cc95c4d6 (update_interval): Fix indentation and coding style. Add info in error. 2005-09-01 14:18:10 +00:00
Stefan Monnier
82f4a138a7 (window_to_frame_hpos, update_window):
Avoid gcc warning about unused variable `f'.
2005-09-01 14:16:19 +00:00
Jason Rumney
d749b6fa21 (add_menu_item): If unicode_append_menu returns an
error, revert to using AppendMenu.
2005-08-31 15:22:15 +00:00
Jason Rumney
6bcc3ca478 *** empty log message *** 2005-08-31 15:20:46 +00:00
YAMAMOTO Mitsuharu
07c5948cf3 *** empty log message *** 2005-08-31 08:36:09 +00:00
YAMAMOTO Mitsuharu
49c12ae665 (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c. 2005-08-31 08:35:56 +00:00
YAMAMOTO Mitsuharu
886a6e31bc [!TARGET_API_MAC_CARBON] (GetPixDepth): New define. 2005-08-31 08:35:44 +00:00
YAMAMOTO Mitsuharu
9ecf640371 (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All uses changed.
[MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common
cases.
(x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image.
[MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef.  Use
posix_pathname_to_fsspec.
[MAC_OS] (xpm_load_image): Fill in background_transparent field
while we have mask.
2005-08-31 08:35:28 +00:00
Stefan Monnier
5a77452283 (update_syntax_table): Properly reproduce the special +1
setting of e_property at the end of the buffer when bumping into the
INTERVALS_AT_ONCE limit.
2005-08-29 20:49:28 +00:00
Eli Zaretskii
0fb57cc0b4 *** empty log message *** 2005-08-27 12:31:26 +00:00
Eli Zaretskii
bae5207969 (USAGE1): Fix the description of the -Q option. 2005-08-27 12:23:22 +00:00
Stefan Monnier
d182d87ccb (pos_visible_p): Yet another int/Lisp_Object mixup (YAILOM). 2005-08-26 15:56:48 +00:00
Kim F. Storm
f6c05015bb (resize_mini_window): Fix 2005-08-20 change.
Don't move PT to new window start.
2005-08-26 11:04:16 +00:00
Kim F. Storm
4e6b8c5a03 *** empty log message *** 2005-08-26 11:03:55 +00:00
YAMAMOTO Mitsuharu
1f98fbb49f (mac_copy_area, mac_copy_area_with_mask): Restore background color.
(mac_handle_visibility_change): New function.
(x_make_frame_invisible, x_iconify_frame)
(XTread_socket) [!USE_CARBON_EVENTS]: Use it.
[USE_CARBON_EVENTS] (mac_handle_window_event)
(install_window_handler): Handle visibilty change events.
(x_make_frame_visible): Don't reposition window if it is iconified
or asked for visible before.  Select and uncollapse window when it
is made visible.
(x_make_frame_invisible): Don't reset x_highlight_frame.
(x_iconify_frame): Likewise.  Make invisible frame visible before
it is iconified.
(read_socket_inev): Move variable outside #if USE_CARBON_EVENTS.
(do_window_update): Don't change visibility of invisible frame.
2005-08-25 08:20:43 +00:00
YAMAMOTO Mitsuharu
fca32d15e2 (kbd_buffer_get_event) [MAC_OS]: Make events for
ICONIFY/DEICONIFY_EVENT.
2005-08-25 08:20:12 +00:00
Juri Linkov
16691d29c1 *** empty log message *** 2005-08-22 21:35:40 +00:00
Juri Linkov
753d161b0f (turn_on_face): Check for TS_set_foreground and
TS_set_background depending on standout_mode.  Simplify.
2005-08-22 20:47:49 +00:00
Kim F. Storm
18e1c39a82 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
bitmaps on fully visible rows.
2005-08-21 21:48:22 +00:00
Kim F. Storm
0f46746863 *** empty log message *** 2005-08-21 21:47:55 +00:00
Kim F. Storm
61d6a05830 (redisplay_window): Call update_window_fringes with
KEEP_CURRENT_P non-0 if we are going to refresh fringes later.
2005-08-21 20:58:03 +00:00
Kim F. Storm
4dadc1297b (update_window_fringes): Replace FORCE_P arg with KEEP_CURRENT_P arg;
if non-zero, don't update current row fringes, and return 0.
2005-08-21 20:57:42 +00:00
Kim F. Storm
7c3f805b80 *** empty log message *** 2005-08-21 20:56:35 +00:00
Richard M. Stallman
40b388f98c (display_echo_area_1): Get display start pos from w->start.
(resize_mini_window): Set w->start, and PT, so as to display the tail
end of the buffer, if it doesn't all fit.
2005-08-20 05:26:27 +00:00
Kim F. Storm
c0d7caba99 (calc_pixel_width_or_height): Use actual display
resolution when available instead of Vdisplay_pixels_per_inch.
2005-08-18 11:31:22 +00:00