| 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 | 1 | -0/+6 |
| | | | | | | 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 | 1 | -0/+5 |
| | | | | | comments to help fontifier. | ||||
| * | *** empty log message *** | Jason Rumney | 2006-09-03 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Juri Linkov | 2006-09-02 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-02 | 1 | -0/+5 |
| | | |||||
| * | * gtkutil.c (xg_get_file_with_chooser): Change file chooser message | Jan Djärv | 2006-09-02 | 1 | -0/+4 |
| | | | | | | 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 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-02 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-02 | 1 | -0/+6 |
| | | |||||
| * | Whitespace fixes. | Romain Francoise | 2006-09-01 | 1 | -22/+22 |
| | | |||||
| * | Fix typo. | Chong Yidong | 2006-09-01 | 1 | -1/+1 |
| | | |||||
| * | * buffer.h (struct buffer_text): New field chars_modiff. | Chong Yidong | 2006-09-01 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | (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 |
| | | |||||
| * | * indent.c (Fvertical_motion): Don't move back if we were | Chong Yidong | 2006-08-29 | 1 | -0/+5 |
| | | | | | displaying a Lisp string, either. | ||||
| * | *** 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 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-27 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-08-27 | 1 | -0/+49 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-25 | 1 | -0/+13 |
| | | |||||
| * | (url-file-local-copy): Tell url-copy-file that the dest file will already exist. | Stefan Monnier | 2006-08-25 | 1 | -4/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-25 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-25 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-24 | 1 | -1/+17 |
| | | |||||
| * | *** empty log message *** | Nick Roberts | 2006-08-24 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-22 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-22 | 1 | -0/+4 |
| | | |||||
| * | * keyboard.c: Clarify difference between in_sighandler and | Jan Djärv | 2006-08-21 | 1 | -0/+5 |
| | | | | | handling_signal. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-21 | 1 | -0/+7 |
| | | |||||
| * | (syms_of_keyboard): Docstring of | Kenichi Handa | 2006-08-21 | 1 | -0/+6 |
| | | | | | | Vunread_post_input_method_events and Vunread_input_method_events fixed. | ||||
| * | * keyboard.c (show_help_echo): Preserve mouse movement flag if | Chong Yidong | 2006-08-20 | 1 | -0/+5 |
| | | | | | tracking mouse. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-20 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Nick Roberts | 2006-08-17 | 1 | -0/+5 |
| | | |||||
| * | (debug_output_compilation_hack): Fix return type. | Andreas Schwab | 2006-08-16 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-16 | 1 | -0/+4 |
| | | |||||
| * | (choose_write_coding_system): Use LF for end-of-line | Kenichi Handa | 2006-08-16 | 1 | -0/+5 |
| | | | | | in auto-saving. | ||||
| * | * keyboard.c (read_char): Don't change idle timer state at all if | Chong Yidong | 2006-08-15 | 1 | -0/+5 |
| | | | | | end_time is supplied. | ||||
| * | (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC | Kenichi Handa | 2006-08-15 | 1 | -0/+9 |
| | | | | | | | | | is exhausted, return with RET. (detect_coding_emacs_mule, detect_coding_iso2022) (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above change. | ||||
| * | * keyboard.c (read_char): Don't reset idle timers if a time limit | Chong Yidong | 2006-08-14 | 1 | -0/+5 |
| | | | | | is supplied. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-14 | 1 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-08-12 | 1 | -0/+5 |
| | | |||||
| * | * xselect.c (Fx_register_dnd_atom): New function. | Jan Djärv | 2006-08-11 | 1 | -0/+13 |
| | | | | | | | | | | | | (syms_of_xselect): Defsubr it. (x_handle_dnd_message): Check that message_type is in dpyinfo->x_dnd_atoms before generating lisp event. * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track of drag and drop Atoms. * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms* | ||||
| * | * keyboard.c: Define in_sighandler. | Jan Djärv | 2006-08-10 | 1 | -0/+11 |
| | | | | | | | | | | | (input_available_signal): Set in_sighandler. (init_keyboard): Initialize in_sighandler. * keyboard.h: Declare in_sighandler. * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler to check if mutex should be locked or not. | ||||
| * | (keyremap_step): No-op if fkey->parent = nil. | Richard M. Stallman | 2006-08-09 | 1 | -0/+6 |
| | | | | | | (read_key_sequence): Always start fkey.start and fkey.end at 0, and likewise for keytran. | ||||
| * | *** empty log message *** | Kenichi Handa | 2006-08-09 | 1 | -0/+5 |
| | | |||||
| * | (BASE_PURESIZE): Increase to 1120000. | Andreas Schwab | 2006-08-07 | 1 | -0/+4 |
| | | |||||
| * | * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars. | Chong Yidong | 2006-08-06 | 1 | -0/+6 |
| | | | | | | (Fkill_all_local_variables): Use it. (syms_of_buffer): Defvar it. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-08-05 | 1 | -0/+8 |
| | | |||||
| * | (kbd_buffer_get_event): Return Qnil when current time is exactly equal to | Eli Zaretskii | 2006-08-05 | 1 | -0/+5 |
| | | | | | end_time, not only when it is past that. | ||||
| * | * keyboard.c (read_char): Rebalance specpdl after receiving jump. | Chong Yidong | 2006-08-05 | 1 | -0/+6 |
| | | |||||