| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** 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 |
| | | |||||
| * | (w32_query_font): Fix last change: use stricmp. | Eli Zaretskii | 2006-08-04 | 1 | -0/+4 |
| | | |||||
| * | (Fsubst_char_in_region): Redo the setup work after running | Stefan Monnier | 2006-08-04 | 1 | -0/+5 |
| | | | | | the before-change-functions since they may have altered the buffer. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-08-04 | 1 | -0/+5 |
| | | |||||
| * | (w32_query_font): Compare names by ignoring case. | Kenichi Handa | 2006-08-04 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2006-08-04 | 1 | -0/+4 |
| | | |||||
| * | (w32_menu_show, w32_dialog_show): Call Fsignal to quit | Jason Rumney | 2006-08-03 | 1 | -0/+5 |
| | | | | | when no option selected except when for_click. | ||||
| * | * process.c: Revert last change. | Chong Yidong | 2006-08-03 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-08-01 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Thien-Thi Nguyen | 2006-07-30 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-07-29 | 1 | -0/+3 |
| | | |||||
| * | [WINDOWSNT]: Include fcntl.h, to fix last change. | Eli Zaretskii | 2006-07-29 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-07-29 | 1 | -0/+20 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-28 | 1 | -0/+5 |
| | | |||||
| * | * keyboard.c (read_char): New arg END_TIME specifying timeout. | Chong Yidong | 2006-07-26 | 1 | -0/+14 |
| | | | | | | | | | | | | | | All callers changed. Turn off echoing if END_TIME is non-NULL. (kbd_buffer_get_event): New arg END_TIME. * lread.c (read_filtered_event): New arg SECONDS to wait until. (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS. * lisp.h: Update read-char, read-event, and read_filtered_event prototypes. * keyboard.h: Include systime.h. Update read_char prototype. | ||||
| * | (BASE_PURESIZE): Decrease to 1102000. | YAMAMOTO Mitsuharu | 2006-07-25 | 1 | -0/+7 |
| | | |||||
| * | (Fdefine_key): If the key binding definition looks like an | Stefan Monnier | 2006-07-22 | 1 | -0/+5 |
| | | | | | XEmacs-style key sequence, convert it to Emacs's format. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-07-22 | 1 | -0/+6 |
| | | |||||
| * | (convert_time): Use explicit long double constants to ensure long double | Eli Zaretskii | 2006-07-21 | 1 | -0/+5 |
| | | | | | arithmetics is used throughout. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-07-20 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-18 | 1 | -0/+5 |
| | | |||||
| * | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu | 2006-07-18 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | * emacsclient.c (print_help_and_exit): Likewise. * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. * textprop.c (text_read_only): Likewise. * lread.c (end_of_file_error): Likewise. * lisp.h (circular_list_error, memory_full, buffer_memory_full): Likewise. * eval.c (unwind_to_catch): Likewise. * buffer.h (buffer_slot_type_mismatch): Likewise. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-18 | 1 | -0/+99 |
| | | |||||
| * | (XTread_socket): Undo previous change. | YAMAMOTO Mitsuharu | 2006-07-18 | 1 | -0/+4 |
| | | |||||
| * | (keycode_to_xkeysym): Remove function. All uses now | YAMAMOTO Mitsuharu | 2006-07-18 | 1 | -0/+10 |
| | | | | | | | | | | directly lookup keycode_to_xkeysym_table. [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries. (XTread_socket): Use character codes to construct keypad key events. (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel. (x_delete_display): Apply 2006-07-04 change for xterm.c. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-17 | 1 | -0/+9 |
| | | |||||
| * | (display_mode_line): Preserve match data. | Thien-Thi Nguyen | 2006-07-17 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-14 | 1 | -0/+16 |
| | | |||||
| * | * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open. | Jan Djärv | 2006-07-14 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-14 | 1 | -0/+12 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-07-13 | 1 | -0/+14 |
| | | |||||
| * | (scan_sexps_forward): Use EMACS_INT for out_bytepos and | Andreas Schwab | 2006-07-13 | 1 | -0/+5 |
| | | | | | out_charpos. | ||||
| * | (Fformat): Fix calculation of text property positions | Kenichi Handa | 2006-07-13 | 1 | -0/+5 |
| | | | | | of format string. | ||||