Commit graph

20085 commits

Author SHA1 Message Date
Jason Rumney
945a75f8b0 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change)
* w32term.c (x_bitmap_icon): Load small icons too.
2005-09-11 20:34:04 +00:00
Romain Francoise
f996237104 (init_buffer): Fix typos. 2005-09-10 20:05:02 +00:00
Romain Francoise
156bdb4130 (init_buffer): Grow buffer to add directory separator
and terminal zero.
2005-09-10 19:55:28 +00:00
Eli Zaretskii
1486d036f4 Fix entry for sysdep.c. 2005-09-10 14:46:07 +00:00
Eli Zaretskii
b04a31209b Don't #undef NULL after including blockinput.h. 2005-09-10 14:32:20 +00:00
Eli Zaretskii
2412f58675 Fix last change. 2005-09-10 14:12:35 +00:00
Eli Zaretskii
a17b5ed1a9 (init_buffer): Fix error message for failed call to get_current_dir_name.
(get_current_dir_name): Remove prototype.
2005-09-10 14:05:17 +00:00
Eli Zaretskii
738055e0d5 (get_current_dir_name): Remove prototype. 2005-09-10 14:03:36 +00:00
Eli Zaretskii
2b94e5988b (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: Add prototype. 2005-09-10 14:03:01 +00:00
Eli Zaretskii
ed326e35f8 *** empty log message *** 2005-09-10 12:20:03 +00:00
Eli Zaretskii
b6682dd96f [WINDOWSNT]: Add prototype for getwd. 2005-09-10 12:19:14 +00:00
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