| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys in | Jan Djärv | 2006-09-04 | 2 | -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-style | Andreas Schwab | 2006-09-04 | 2 | -23/+28 |
| | | | | | comments to help fontifier. | ||||
| * | (shutdown_handler): New function to exit cleanly on shutdown. | Jason Rumney | 2006-09-03 | 1 | -0/+24 |
| | | | | | (globals_of_w32): Register it as a signal handler. | ||||
| * | *** empty log message *** | Jason Rumney | 2006-09-03 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Juri Linkov | 2006-09-02 | 1 | -0/+4 |
| | | |||||
| * | (Fmarker_position): Doc fix. | Juri Linkov | 2006-09-02 | 1 | -1/+2 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-02 | 1 | -0/+5 |
| | | |||||
| * | (syms_of_window) <split-height-threshold>: | Eli Zaretskii | 2006-09-02 | 1 | -3/+5 |
| | | | | | <window-min-height, window-min-width>: Doc fix. | ||||
| * | * gtkutil.c (xg_get_file_with_chooser): Change file chooser message | Jan Djärv | 2006-09-02 | 2 | -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 calls | Jan Djärv | 2006-09-02 | 2 | -18/+22 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-02 | 1 | -0/+8 |
| | | |||||
| * | (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'. | Eli Zaretskii | 2006-09-02 | 1 | -0/+8 |
| | | |||||
| * | (concat) [__GNUC__]: Declare with `__attribute__((noinline))'. | Eli Zaretskii | 2006-09-02 | 1 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-02 | 1 | -0/+6 |
| | | |||||
| * | (Finternal_complete_buffer): New function. | Eli Zaretskii | 2006-09-02 | 1 | -2/+21 |
| | | | | | | (syms_of_minibuf): Defsubr it. (Fread_buffer): Use it, instead of Vbuffer_alist. | ||||
| * | Whitespace fixes. | Romain Francoise | 2006-09-01 | 1 | -22/+22 |
| | | |||||
| * | Minor doc fix. | Chong Yidong | 2006-09-01 | 1 | -1/+1 |
| | | |||||
| * | Fix typo. | Chong Yidong | 2006-09-01 | 1 | -1/+1 |
| | | |||||
| * | * buffer.h (struct buffer_text): New field chars_modiff. | Chong Yidong | 2006-09-01 | 8 | -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. Stallman | 2006-08-31 | 1 | -0/+4 |
| | | |||||
| * | (Fformat): Don't sign-extend for %o or %x. | Richard M. Stallman | 2006-08-31 | 1 | -1/+7 |
| | | |||||
| * | * indent.c (Fvertical_motion): Don't move back if we were | Chong Yidong | 2006-08-29 | 2 | -6/+12 |
| | | | | | displaying a Lisp string, either. | ||||
| * | (get_window_cursor_type) [!HAVE_WINDOW_SYSTEM]: | Kim F. Storm | 2006-08-28 | 1 | -0/+2 |
| | | | | | Don't attempt to replace cursor on image glyphs. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-28 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-28 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2006-08-28 | 1 | -0/+5 |
| | | |||||
| * | (Fdetect_coding_region, Fdetect_coding_string): Fix | Kenichi Handa | 2006-08-28 | 1 | -2/+4 |
| | | | | | docstring about ISO-2022 control characters. | ||||
| * | (get_window_cursor_type): Replace BOX cursor on images | Kim F. Storm | 2006-08-27 | 1 | -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. Storm | 2006-08-27 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -0/+49 |
| | | |||||
| * | (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -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 Mitsuharu | 2006-08-27 | 1 | -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 Mitsuharu | 2006-08-27 | 1 | -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't | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -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 Mitsuharu | 2006-08-27 | 1 | -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 Mitsuharu | 2006-08-27 | 1 | -3/+0 |
| | | |||||
| * | (in_sighandler): Remove variable. | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -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 instead | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -1/+1 |
| | | | | | of OSErr. | ||||
| * | (directory_files_internal_unwind, directory_files_internal) | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -0/+8 |
| | | | | | (file_name_completion): Add BLOCK_INPUT around opendir/closedir. | ||||
| * | (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -16/+6 |
| | | | | | change. Move mutex lock/unlock operations inside BLOCK_INPUT. | ||||
| * | (Fset_buffer_multibyte): Simplify; use list3. | Kim F. Storm | 2006-08-25 | 1 | -5/+4 |
| | | |||||
| * | (Fcurrent_time, Fget_internal_run_time): Simplify; use list3. | Kim F. Storm | 2006-08-25 | 1 | -12/+6 |
| | | |||||
| * | (Fmake_directory_internal, Fdelete_directory) | Kim F. Storm | 2006-08-25 | 1 | -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. Storm | 2006-08-25 | 3 | -27/+12 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-25 | 1 | -0/+13 |
| | | |||||
| * | (Fswitch_to_buffer): Fix previous change. | Richard M. Stallman | 2006-08-25 | 1 | -3/+8 |
| | | |||||
| * | (url-file-local-copy): Tell url-copy-file that the dest file will already exist. | Stefan Monnier | 2006-08-25 | 1 | -4/+4 |
| | | |||||
| * | (Fcurrent_idle_time): Simplify. | Kim F. Storm | 2006-08-25 | 1 | -9/+6 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-25 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-25 | 1 | -0/+4 |
| | | |||||