1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
Commit graph

21480 commits

Author SHA1 Message Date
Jan Djärv
ae6c1c1950 * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in
the file chooser message.  Only call gtk_file_chooser_set_current_name
 when action is SAVE.
2006-09-04 14:47:52 +00:00
Andreas Schwab
5aa17bb2e5 Double all single and back quotes in C-style
comments to help fontifier.
2006-09-04 13:36:59 +00:00
Jason Rumney
a8c3a596c2 (shutdown_handler): New function to exit cleanly on shutdown.
(globals_of_w32): Register it as a signal handler.
2006-09-03 22:51:22 +00:00
Jason Rumney
934db4347f *** empty log message *** 2006-09-03 22:50:53 +00:00
Juri Linkov
6a8c7cfe20 *** empty log message *** 2006-09-02 23:44:59 +00:00
Juri Linkov
243d70e531 (Fmarker_position): Doc fix. 2006-09-02 23:44:21 +00:00
Eli Zaretskii
5c4aaa7905 *** empty log message *** 2006-09-02 21:25:52 +00:00
Eli Zaretskii
bdbae5b870 (syms_of_window) <split-height-threshold>:
<window-min-height, window-min-width>: Doc fix.
2006-09-02 21:19:21 +00:00
Jan Djärv
4f3097d8bc * gtkutil.c (xg_get_file_with_chooser): Change file chooser message
for writing files.  Call gtk_file_chooser_set_current_name to keep
 default filename.
2006-09-02 18:10:15 +00:00
Jan Djärv
655ea21ca3 * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it calls 2006-09-02 17:37:26 +00:00
Eli Zaretskii
79f6ba1f7a *** empty log message *** 2006-09-02 13:49:52 +00:00
Eli Zaretskii
eaa1e5ed0f (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'. 2006-09-02 13:40:16 +00:00
Eli Zaretskii
af91f644f4 (concat) [__GNUC__]: Declare with `__attribute__((noinline))'. 2006-09-02 13:39:48 +00:00
Eli Zaretskii
ebc80ddf5f *** empty log message *** 2006-09-02 11:35:46 +00:00
Eli Zaretskii
ff137f16c3 (Finternal_complete_buffer): New function.
(syms_of_minibuf): Defsubr it.
(Fread_buffer): Use it, instead of Vbuffer_alist.
2006-09-02 11:21:55 +00:00
Romain Francoise
5deb7a514b Whitespace fixes. 2006-09-01 20:49:06 +00:00
Chong Yidong
12bd42bee5 Minor doc fix. 2006-09-01 13:35:11 +00:00
Chong Yidong
eddc765847 Fix typo. 2006-09-01 13:30:05 +00:00
Chong Yidong
3e1451520b * buffer.h (struct buffer_text): New field chars_modiff.
(CHARS_MODIFF, BUF_CHARS_MODIFF): New macros.
        * buffer.c (Fbuffer_chars_modified_tick): New function returning
        value of BUF_CHARS_MODIFF.
        (syms_of_buffer): Defsubr it.
        (Fget_buffer_create): Initialize BUF_CHARS_MODIFF.
        * insdel.c (modify_region): New argument preserve_chars_modiff.
        Set CHARS_MODIFF to MODIFF provided preserve_chars_modiff is zero.
        (insert_1_both, insert_from_string_1, insert_from_buffer_1)
        (adjust_after_replace, adjust_after_replace_noundo)
        (replace_range, replace_range_2, del_range_2): Reset CHARS_MODIFF.
        * lisp.h (modify_region): Add fourth argument in extern.
        * casefiddle.c (casify_region): Call modify_region with fourth
        argument zero to assert that CHARS_MODIFF is updated.
        * editfns.c (Fsubst_char_in_region, Ftranslate_region_internal)
        (Ftranspose_regions): Likewise.
        * textprop.c (Fadd_text_properties, Fset_text_properties)
        (Fremove_text_properties, Fremove_list_of_text_properties):
        Call modify_region with fourth argument 1 to avoid that
        CHARS_MODIFF is updated.
2006-09-01 13:28:13 +00:00
Richard M. Stallman
80e0572b0e *** empty log message *** 2006-08-31 23:08:08 +00:00
Richard M. Stallman
de92d4d43e (Fformat): Don't sign-extend for %o or %x. 2006-08-31 23:07:39 +00:00
Chong Yidong
41d24b39c7 * indent.c (Fvertical_motion): Don't move back if we were
displaying a Lisp string, either.
2006-08-29 22:17:05 +00:00
Kim F. Storm
62d8e3d40e (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:
Don't attempt to replace cursor on image glyphs.
2006-08-28 12:03:22 +00:00
Kim F. Storm
62d108d4b9 *** empty log message *** 2006-08-28 12:03:03 +00:00
Richard M. Stallman
24d8984e70 *** empty log message *** 2006-08-28 10:01:29 +00:00
Kenichi Handa
c6f8bb3abb *** empty log message *** 2006-08-28 04:19:27 +00:00
Kenichi Handa
12e0131afb (Fdetect_coding_region, Fdetect_coding_string): Fix
docstring about ISO-2022 control characters.
2006-08-28 04:18:47 +00:00
Kim F. Storm
7e87f9d8ae (get_window_cursor_type): Replace BOX cursor on images
with a hollow box cursor if image is larger than 32x32 (or the default
frame font if that is bigger).  Replace any other cursor on images
with hollow box cursor, as redisplay doesn't support bar and hbar
cursors on images.
2006-08-27 22:23:07 +00:00
Kim F. Storm
7b9c9125c1 *** empty log message *** 2006-08-27 22:22:38 +00:00
YAMAMOTO Mitsuharu
eb41104943 *** empty log message *** 2006-08-27 07:10:26 +00:00
YAMAMOTO Mitsuharu
b2aad248ba (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member
file_name.
(FRAME_FILE_NAME): Remove macro.
(install_window_handler, create_apple_event_from_event_ref):
Return OSStatus instead of OSErr.
2006-08-27 07:10:03 +00:00
YAMAMOTO Mitsuharu
3e7424f76a (mac_draw_string_common, mac_query_char_extents)
(x_iconify_frame, XLoadQueryFont, install_window_handler)
(mac_handle_command_event, init_command_handler, init_menu_bar):
Use OSStatus instead of OSErr.
(x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use
FRAME_FILE_NAME.
(x_query_font): Apply 2006-08-04 change for xterm.c.
(Qhi_command): Rename from Qhicommand.  All uses changed.
2006-08-27 07:09:52 +00:00
YAMAMOTO Mitsuharu
31f9308585 (get_scrap_from_symbol, clear_scrap, put_scrap_string)
(put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string)
(get_scrap_private_timestamp, get_scrap_target_type_list)
(x_own_selection, x_get_foreign_selection)
(Fx_disown_selection_internal, Fx_selection_owner_p)
(Fx_selection_exists_p): Use OSStatus instead of OSErr.
2006-08-27 07:09:41 +00:00
YAMAMOTO Mitsuharu
3bb4025e9f [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't
use FRAME_FILE_NAME.  Use (FS)UpdateAlias.
(Fx_create_frame): Apply 2006-07-03 for xfns.c.
2006-08-27 07:09:33 +00:00
YAMAMOTO Mitsuharu
270e593abd (create_apple_event_from_event_ref, select)
(Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
(Fmac_set_file_type, cfstring_create_normalized)
(mac_get_system_locale, select_and_poll_event, sys_select): Use
OSStatus instead of OSErr.
2006-08-27 07:09:23 +00:00
YAMAMOTO Mitsuharu
07927df07d (in_sighandler): Remove extern. 2006-08-27 07:09:14 +00:00
YAMAMOTO Mitsuharu
cc4d4639cf (in_sighandler): Remove variable.
(Fcurrent_idle_time): Add missing `doc:'.
(input_available_signal, init_keyboard): Undo previous change.
2006-08-27 07:09:06 +00:00
YAMAMOTO Mitsuharu
edc52b3fa1 [TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult instead
of OSErr.
2006-08-27 07:08:54 +00:00
YAMAMOTO Mitsuharu
d15b573ed5 (directory_files_internal_unwind, directory_files_internal)
(file_name_completion): Add BLOCK_INPUT around opendir/closedir.
2006-08-27 07:08:39 +00:00
YAMAMOTO Mitsuharu
f3c4a0e1d2 (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous
change.  Move mutex lock/unlock operations inside BLOCK_INPUT.
2006-08-27 07:08:31 +00:00
Kim F. Storm
8929fd8784 (Fset_buffer_multibyte): Simplify; use list3. 2006-08-25 23:33:44 +00:00
Kim F. Storm
799734b063 (Fcurrent_time, Fget_internal_run_time): Simplify; use list3. 2006-08-25 23:33:30 +00:00
Kim F. Storm
a9f2aeaeed (Fmake_directory_internal, Fdelete_directory)
(Fdelete_file): Simplify; use list1.
(Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
Simplify; remove NO_ARG_ARRAY stuff, use list2.
2006-08-25 23:33:12 +00:00
Kim F. Storm
a508663b26 (Fxw_color_values): Simplify; use list3. 2006-08-25 23:33:04 +00:00
Kim F. Storm
d489b9c5be *** empty log message *** 2006-08-25 23:32:17 +00:00
Richard M. Stallman
611ac52147 (Fswitch_to_buffer): Fix previous change. 2006-08-25 21:10:26 +00:00
Stefan Monnier
d0f891a742 (url-file-local-copy): Tell url-copy-file that the dest file will already exist. 2006-08-25 20:44:49 +00:00
Kim F. Storm
966949b00f (Fcurrent_idle_time): Simplify. 2006-08-25 10:05:50 +00:00
Kim F. Storm
16fb6ded70 *** empty log message *** 2006-08-25 10:05:41 +00:00
Richard M. Stallman
3e04a8fc9f *** empty log message *** 2006-08-25 07:51:57 +00:00