| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Comment change. | Richard M. Stallman | 2006-08-18 | 1 | -1/+1 |
| | | |||||
| * | (Fset_window_fringes): Do nothing on a tty. | Nick Roberts | 2006-08-17 | 1 | -6/+9 |
| | | | | | (Fwindow_fringes): Put ? operator after the line break. | ||||
| * | *** empty log message *** | Nick Roberts | 2006-08-17 | 1 | -0/+5 |
| | | |||||
| * | (debug_output_compilation_hack): Fix return type. | Andreas Schwab | 2006-08-16 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-16 | 1 | -0/+4 |
| | | |||||
| * | (debug_output_compilation_hack): New function. | Richard M. Stallman | 2006-08-16 | 1 | -0/+9 |
| | | |||||
| * | (choose_write_coding_system): Use LF for end-of-line | Kenichi Handa | 2006-08-16 | 2 | -0/+7 |
| | | | | | in auto-saving. | ||||
| * | * keyboard.c (read_char): Don't change idle timer state at all if | Chong Yidong | 2006-08-15 | 2 | -13/+17 |
| | | | | | end_time is supplied. | ||||
| * | (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC | Kenichi Handa | 2006-08-15 | 2 | -36/+34 |
| | | | | | | | | | 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 | 2 | -2/+17 |
| | | | | | is supplied. | ||||
| * | (pitx): Print iterator position. | Kim F. Storm | 2006-08-14 | 1 | -1/+5 |
| | | | | | Limit stack dump in case iterator is not initialized. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-14 | 1 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-08-12 | 1 | -0/+5 |
| | | |||||
| * | (Fmouse_position, Fmouse_pixel_position) | Eli Zaretskii | 2006-08-12 | 1 | -2/+11 |
| | | | | | (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix. | ||||
| * | * 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* | ||||
| * | * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms* | Jan Djärv | 2006-08-11 | 1 | -0/+5 |
| | | |||||
| * | * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track | Jan Djärv | 2006-08-11 | 1 | -0/+6 |
| | | | | | of drag and drop Atoms. | ||||
| * | * xselect.c (Fx_register_dnd_atom): New function. | Jan Djärv | 2006-08-11 | 1 | -2/+49 |
| | | | | | | | (syms_of_xselect): Defsubr it. (x_handle_dnd_message): Check that message_type is in dpyinfo->x_dnd_atoms before generating lisp event. | ||||
| * | * 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. | ||||
| * | * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler | Jan Djärv | 2006-08-10 | 1 | -6/+16 |
| | | | | | to check if mutex should be locked or not. | ||||
| * | * keyboard.c: Define in_sighandler. | Jan Djärv | 2006-08-10 | 1 | -0/+7 |
| | | | | | (input_available_signal): Set in_sighandler. | ||||
| * | * keyboard.h: Declare in_sighandler. | Jan Djärv | 2006-08-10 | 1 | -0/+3 |
| | | |||||
| * | (keyremap_step): No-op if fkey->parent = nil. | Richard M. Stallman | 2006-08-09 | 2 | -7/+24 |
| | | | | | | (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 |
| | | |||||
| * | (syms_of_coding): Improve the docstring | Kenichi Handa | 2006-08-09 | 1 | -2/+3 |
| | | | | | file-coding-system-alist. | ||||
| * | (BASE_PURESIZE): Increase to 1120000. | Andreas Schwab | 2006-08-07 | 2 | -1/+5 |
| | | |||||
| * | * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars. | Chong Yidong | 2006-08-06 | 2 | -1/+17 |
| | | | | | | (Fkill_all_local_variables): Use it. (syms_of_buffer): Defvar it. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-08-05 | 1 | -0/+8 |
| | | |||||
| * | Include w32.h. | Eli Zaretskii | 2006-08-05 | 1 | -0/+5 |
| | | | | | (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do the job. | ||||
| * | Add prototype for w32_valid_pointer_p. | Eli Zaretskii | 2006-08-05 | 1 | -0/+3 |
| | | |||||
| * | (w32_valid_pointer_p): New function. | Eli Zaretskii | 2006-08-05 | 1 | -0/+22 |
| | | |||||
| * | (kbd_buffer_get_event): Return Qnil when current time is exactly equal to | Eli Zaretskii | 2006-08-05 | 2 | -6/+13 |
| | | | | | end_time, not only when it is past that. | ||||
| * | * process.c: Reapply 2006-08-01 change. | Chong Yidong | 2006-08-05 | 1 | -6/+12 |
| | | |||||
| * | * keyboard.c (read_char): Rebalance specpdl after receiving jump. | Chong Yidong | 2006-08-05 | 2 | -1/+9 |
| | | |||||
| * | (w32_query_font): Fix last change: use stricmp. | Eli Zaretskii | 2006-08-04 | 2 | -1/+5 |
| | | |||||
| * | (Fsubst_char_in_region): Redo the setup work after running | Stefan Monnier | 2006-08-04 | 2 | -5/+24 |
| | | | | | the before-change-functions since they may have altered the buffer. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-08-04 | 1 | -0/+5 |
| | | |||||
| * | (w32_createwindow): Handle -geometry command line option and the geometry | Eli Zaretskii | 2006-08-04 | 1 | -5/+34 |
| | | | | | settings in the Registry. | ||||
| * | (w32_query_font): Compare names by ignoring case. | Kenichi Handa | 2006-08-04 | 2 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2006-08-04 | 1 | -0/+4 |
| | | |||||
| * | (x_query_font): Compare names by ignoring case. | Kenichi Handa | 2006-08-04 | 1 | -2/+2 |
| | | |||||
| * | (w32_menu_show, w32_dialog_show): Call Fsignal to quit | Jason Rumney | 2006-08-03 | 2 | -0/+11 |
| | | | | | when no option selected except when for_click. | ||||
| * | * process.c: Revert last change. | Chong Yidong | 2006-08-03 | 2 | -12/+10 |
| | | |||||
| * | (wait_reading_process_output_unwind): New function. | Kim F. Storm | 2006-08-01 | 1 | -4/+12 |
| | | | | | | | Restores waiting_for_user_input_p to saved value. (wait_reading_process_output): Unwind protect waiting_for_user_input_p instead of save/restore old value on stack. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-01 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Thien-Thi Nguyen | 2006-07-30 | 1 | -1/+5 |
| | | |||||
| * | Undo 2006-06-28 change. | Thien-Thi Nguyen | 2006-07-30 | 1 | -20/+5 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2006-07-29 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-07-29 | 1 | -0/+3 |
| | | |||||
| * | (Ffind_operation_coding_system): Revert the change from 2006-05-29. | Eli Zaretskii | 2006-07-29 | 1 | -1/+1 |
| | | |||||