1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00
Commit graph

21227 commits

Author SHA1 Message Date
Stephen Gildea
26816cbf78 fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
directory unreadable for better user privacy.
2006-07-08 11:42:40 +00:00
Stefan Monnier
dd9f0dcd8f (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup. 2006-07-07 16:52:13 +00:00
Stefan Monnier
91fe949656 (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup. 2006-07-07 16:16:18 +00:00
Stefan Monnier
4332cf50f7 (read_filtered_event): Remove `register' qualifier because it
causes compilation problem with gcc-4.0.2-20051125 on amd64.
2006-07-07 16:12:51 +00:00
Eli Zaretskii
dfb4bff5ef (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string. 2006-07-07 15:49:31 +00:00
Kim F. Storm
2faacff7d9 (Fdefine_fringe_bitmap): Doc fix. 2006-07-07 10:38:26 +00:00
Kim F. Storm
efaed3b023 *** empty log message *** 2006-07-07 10:38:10 +00:00
Chong Yidong
234fb7734a * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
clash detection using the base buffer.
2006-07-05 16:05:02 +00:00
Chong Yidong
e2e6e4d2fa * puresize.h (BASE_PURESIZE): Increment to 1210500. 2006-07-05 15:12:41 +00:00
Kim F. Storm
4fbd0f6db1 (x_delete_display): Don't free or derefence NULL pointers. 2006-07-04 14:14:36 +00:00
Kim F. Storm
e128be5590 *** empty log message *** 2006-07-04 14:14:13 +00:00
Kenichi Handa
2462bc66ab *** empty log message *** 2006-07-04 03:38:10 +00:00
Kenichi Handa
997c19d3c9 (Fset_overriding_fontspec_internal): Check if we need
to update Voverriding_fontspec_alist.
2006-07-04 03:22:09 +00:00
Richard M. Stallman
9ca246175e *** empty log message *** 2006-07-03 15:52:32 +00:00
Richard M. Stallman
716fd7fb3c Comment change. 2006-07-03 15:43:25 +00:00
Richard M. Stallman
e3d566134a (Fx_create_frame): Move unwind_create_frame setup down. 2006-07-03 15:42:48 +00:00
Richard M. Stallman
2d6228e79e (Fface_attribute_relative_p): Doc fix. 2006-07-03 15:42:10 +00:00
Richard M. Stallman
9555514514 (Fget_char_property_and_overlay): Doc fix. 2006-07-03 15:41:50 +00:00
Richard M. Stallman
e102f0d8c4 (Fdefvaralias): Doc fix. 2006-07-03 15:41:26 +00:00
Kim F. Storm
da7a71c177 (sit_for): Fix preempt condition. 2006-07-03 15:00:28 +00:00
Kim F. Storm
d8ab3c6de4 *** empty log message *** 2006-07-03 15:00:11 +00:00
Stefan Monnier
ca77ee4506 (read_filtered_event): Treat select-window just like switch-frame. 2006-07-02 14:34:30 +00:00
Kim F. Storm
dd6cfb49fc (display_tool_bar_line): Skip glyphs which are too big
to ever fit the tool-bar,
(MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
(tool_bar_lines_needed): Use unused mode-line row as temp_row.
(redisplay_tool_bar): Only clear desired matrix if we actually
change the tool-bar window height.  Only try to make the tool-bar
window bigger if there is actually room for it.
2006-07-01 23:29:04 +00:00
Kim F. Storm
8cb72de5a6 *** empty log message *** 2006-07-01 23:28:38 +00:00
Eli Zaretskii
6407e67c1b *** empty log message *** 2006-06-30 13:41:54 +00:00
Eli Zaretskii
8958048c29 (x_make_frame_visible): Use SystemParametersInfo with SPI_GETWORKAREA to find
the dimensions of the screen work area, and adjust vertical position of the
frame in order to avoid being covered by the task bar.
2006-06-30 13:41:15 +00:00
Eli Zaretskii
1771bb6e00 (w32_createwindow): Use CW_USEDEFAULT instead of f->left_pos and SH_SHOW
instead of f->top_pos in the call to CreateWindow.  Record the actual position
in f->left_pos and f->top_pos.
2006-06-30 13:40:21 +00:00
John Paul Wallington
639804b390 (syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed. 2006-06-30 01:34:42 +00:00
YAMAMOTO Mitsuharu
3ff0518335 *** empty log message *** 2006-06-28 08:32:03 +00:00
YAMAMOTO Mitsuharu
92289429a9 (Qeql): Add extern.
(x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
(fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
Change keys of Vmac_atsu_font_table from strings to numbers.
(fm_style_to_face_attributes) [USE_ATSUI]: New function.
(init_font_name_table) [USE_ATSUI]: Use it.
(saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
(syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
[USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
only when saved_ts_script_language_on_focus coincides with
Vmac_ts_script_language_on_focus.
[USE_MAC_TSM] (mac_tsm_suspend): Save value of
Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
(XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
[USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
2006-06-28 08:31:32 +00:00
YAMAMOTO Mitsuharu
bc0e841270 (USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1. 2006-06-28 08:30:32 +00:00
YAMAMOTO Mitsuharu
6704fec12c (Fx_create_frame): Apply 2006-06-24 change for xfns.c. 2006-06-28 08:30:16 +00:00
YAMAMOTO Mitsuharu
a49a81ff53 [!TARGET_API_MAC_CARBON]: Don't include FixMath.h or Scrap.h. 2006-06-28 08:29:54 +00:00
Chong Yidong
506d2f9a54 * textprop.c (text_property_stickiness): doc fix. 2006-06-28 00:02:57 +00:00
Chong Yidong
df8ffa055d * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
(Ffield_string_no_properties, Ffield_end): Mention
	args-out-of-range error condition in docstring.
2006-06-28 00:00:57 +00:00
Kim F. Storm
d1b328d37a (handle_composition_prop): Set stop_charpos before push_it. 2006-06-27 11:21:31 +00:00
Kim F. Storm
04405ad93e *** empty log message *** 2006-06-27 11:21:20 +00:00
Eli Zaretskii
a3ac22e448 Fix whitespace of last change. 2006-06-25 03:22:50 +00:00
Kim F. Storm
f8e8373566 *** empty log message *** 2006-06-24 23:08:31 +00:00
Kim F. Storm
85a71b3757 (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
version 2.4 and later.
2006-06-24 22:55:08 +00:00
Chong Yidong
86b2ba0d67 * xfns.c (Fx_create_frame): Set font parameter directly instead of
using x_default_parameter, since x_get_args clears the parm alist.
2006-06-24 22:27:12 +00:00
Eli Zaretskii
eff6bfea7f *** empty log message *** 2006-06-24 07:30:59 +00:00
Eli Zaretskii
1a9fbabec0 (directory_files_internal) [WINDOWSNT]: Find files case-insensitively. 2006-06-24 07:24:42 +00:00
Eli Zaretskii
d9034473c9 *** empty log message *** 2006-06-24 06:55:13 +00:00
Eli Zaretskii
9ee9615521 (read_escape): When an unknown Unicode code point is encountered as a string
or character escape, signal an error.
2006-06-24 06:49:16 +00:00
Kim F. Storm
0058964eb1 (pitx): Dump iterator stack. 2006-06-23 12:19:45 +00:00
Kim F. Storm
310059214b *** empty log message *** 2006-06-23 12:19:34 +00:00
Kim F. Storm
6185b3db67 (handle_composition_prop): Push iterator on stack.
(set_iterator_to_next): Pop iterator at end of composition.
2006-06-23 11:50:36 +00:00
Kim F. Storm
8800bd5c4a *** empty log message *** 2006-06-23 11:50:08 +00:00
Eli Zaretskii
28fa06eabf *** empty log message *** 2006-06-23 10:39:51 +00:00