aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys inJan Djärv2006-09-042-10/+16
| | | | | the file chooser message. Only call gtk_file_chooser_set_current_name when action is SAVE.
* Double all single and back quotes in C-styleAndreas Schwab2006-09-042-23/+28
| | | | comments to help fontifier.
* (shutdown_handler): New function to exit cleanly on shutdown.Jason Rumney2006-09-031-0/+24
| | | | (globals_of_w32): Register it as a signal handler.
* *** empty log message ***Jason Rumney2006-09-031-0/+5
|
* *** empty log message ***Juri Linkov2006-09-021-0/+4
|
* (Fmarker_position): Doc fix.Juri Linkov2006-09-021-1/+2
|
* *** empty log message ***Eli Zaretskii2006-09-021-0/+5
|
* (syms_of_window) <split-height-threshold>:Eli Zaretskii2006-09-021-3/+5
| | | | <window-min-height, window-min-width>: Doc fix.
* * gtkutil.c (xg_get_file_with_chooser): Change file chooser messageJan Djärv2006-09-022-8/+23
| | | | | for writing files. Call gtk_file_chooser_set_current_name to keep default filename.
* * minibuf.c (Finternal_complete_buffer): Move after DEFUN:s it callsJan Djärv2006-09-022-18/+22
|
* *** empty log message ***Eli Zaretskii2006-09-021-0/+8
|
* (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'.Eli Zaretskii2006-09-021-0/+8
|
* (concat) [__GNUC__]: Declare with `__attribute__((noinline))'.Eli Zaretskii2006-09-021-1/+6
|
* *** empty log message ***Eli Zaretskii2006-09-021-0/+6
|
* (Finternal_complete_buffer): New function.Eli Zaretskii2006-09-021-2/+21
| | | | | (syms_of_minibuf): Defsubr it. (Fread_buffer): Use it, instead of Vbuffer_alist.
* Whitespace fixes.Romain Francoise2006-09-011-22/+22
|
* Minor doc fix.Chong Yidong2006-09-011-1/+1
|
* Fix typo.Chong Yidong2006-09-011-1/+1
|
* * buffer.h (struct buffer_text): New field chars_modiff.Chong Yidong2006-09-018-18/+91
| | | | | | | | | | | | | | | | | | | | | | (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.
* *** empty log message ***Richard M. Stallman2006-08-311-0/+4
|
* (Fformat): Don't sign-extend for %o or %x.Richard M. Stallman2006-08-311-1/+7
|
* * indent.c (Fvertical_motion): Don't move back if we wereChong Yidong2006-08-292-6/+12
| | | | displaying a Lisp string, either.
* (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]:Kim F. Storm2006-08-281-0/+2
| | | | Don't attempt to replace cursor on image glyphs.
* *** empty log message ***Kim F. Storm2006-08-281-0/+5
|
* *** empty log message ***Richard M. Stallman2006-08-281-0/+4
|
* *** empty log message ***Kenichi Handa2006-08-281-0/+5
|
* (Fdetect_coding_region, Fdetect_coding_string): FixKenichi Handa2006-08-281-2/+4
| | | | docstring about ISO-2022 control characters.
* (get_window_cursor_type): Replace BOX cursor on imagesKim F. Storm2006-08-271-3/+24
| | | | | | | 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.
* *** empty log message ***Kim F. Storm2006-08-271-0/+8
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-08-271-0/+49
|
* (struct mac_output) [TARGET_API_MAC_CARBON]: Remove memberYAMAMOTO Mitsuharu2006-08-271-12/+5
| | | | | | | file_name. (FRAME_FILE_NAME): Remove macro. (install_window_handler, create_apple_event_from_event_ref): Return OSStatus instead of OSErr.
* (mac_draw_string_common, mac_query_char_extents)YAMAMOTO Mitsuharu2006-08-271-25/+20
| | | | | | | | | | (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.
* (get_scrap_from_symbol, clear_scrap, put_scrap_string)YAMAMOTO Mitsuharu2006-08-271-21/+21
| | | | | | | | (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.
* [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don'tYAMAMOTO Mitsuharu2006-08-271-34/+53
| | | | | use FRAME_FILE_NAME. Use (FS)UpdateAlias. (Fx_create_frame): Apply 2006-07-03 for xfns.c.
* (create_apple_event_from_event_ref, select)YAMAMOTO Mitsuharu2006-08-271-11/+11
| | | | | | | (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.
* (in_sighandler): Remove extern.YAMAMOTO Mitsuharu2006-08-271-3/+0
|
* (in_sighandler): Remove variable.YAMAMOTO Mitsuharu2006-08-271-13/+1
| | | | | (Fcurrent_idle_time): Add missing `doc:'. (input_available_signal, init_keyboard): Undo previous change.
* [TARGET_API_MAC_CARBON] (image_load_qt_1): Use ComponentResult insteadYAMAMOTO Mitsuharu2006-08-271-1/+1
| | | | of OSErr.
* (directory_files_internal_unwind, directory_files_internal)YAMAMOTO Mitsuharu2006-08-271-0/+8
| | | | (file_name_completion): Add BLOCK_INPUT around opendir/closedir.
* (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previousYAMAMOTO Mitsuharu2006-08-271-16/+6
| | | | change. Move mutex lock/unlock operations inside BLOCK_INPUT.
* (Fset_buffer_multibyte): Simplify; use list3.Kim F. Storm2006-08-251-5/+4
|
* (Fcurrent_time, Fget_internal_run_time): Simplify; use list3.Kim F. Storm2006-08-251-12/+6
|
* (Fmake_directory_internal, Fdelete_directory)Kim F. Storm2006-08-251-37/+6
| | | | | | (Fdelete_file): Simplify; use list1. (Frename_file, Fadd_name_to_file, Fmake_symbolic_link): Simplify; remove NO_ARG_ARRAY stuff, use list2.
* (Fxw_color_values): Simplify; use list3.Kim F. Storm2006-08-253-27/+12
|
* *** empty log message ***Kim F. Storm2006-08-251-0/+13
|
* (Fswitch_to_buffer): Fix previous change.Richard M. Stallman2006-08-251-3/+8
|
* (url-file-local-copy): Tell url-copy-file that the dest file will already exist.Stefan Monnier2006-08-251-4/+4
|
* (Fcurrent_idle_time): Simplify.Kim F. Storm2006-08-251-9/+6
|
* *** empty log message ***Kim F. Storm2006-08-251-0/+4
|
* *** empty log message ***Richard M. Stallman2006-08-251-0/+4
|