aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment change.Richard M. Stallman2006-08-181-1/+1
|
* (Fset_window_fringes): Do nothing on a tty.Nick Roberts2006-08-171-6/+9
| | | | (Fwindow_fringes): Put ? operator after the line break.
* *** empty log message ***Nick Roberts2006-08-171-0/+5
|
* (debug_output_compilation_hack): Fix return type.Andreas Schwab2006-08-162-1/+5
|
* *** empty log message ***Richard M. Stallman2006-08-161-0/+4
|
* (debug_output_compilation_hack): New function.Richard M. Stallman2006-08-161-0/+9
|
* (choose_write_coding_system): Use LF for end-of-lineKenichi Handa2006-08-162-0/+7
| | | | in auto-saving.
* * keyboard.c (read_char): Don't change idle timer state at all ifChong Yidong2006-08-152-13/+17
| | | | end_time is supplied.
* (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRCKenichi Handa2006-08-152-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 limitChong Yidong2006-08-142-2/+17
| | | | is supplied.
* (pitx): Print iterator position.Kim F. Storm2006-08-141-1/+5
| | | | Limit stack dump in case iterator is not initialized.
* *** empty log message ***Kim F. Storm2006-08-141-1/+6
|
* *** empty log message ***Eli Zaretskii2006-08-121-0/+5
|
* (Fmouse_position, Fmouse_pixel_position)Eli Zaretskii2006-08-121-2/+11
| | | | (Fset_mouse_position, Fset_mouse_pixel_position): Doc fix.
* * xselect.c (Fx_register_dnd_atom): New function.Jan Djärv2006-08-111-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ärv2006-08-111-0/+5
|
* * xterm.h (struct x_display_info): Add x_dnd_atoms* to keep trackJan Djärv2006-08-111-0/+6
| | | | of drag and drop Atoms.
* * xselect.c (Fx_register_dnd_atom): New function.Jan Djärv2006-08-111-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ärv2006-08-101-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_sighandlerJan Djärv2006-08-101-6/+16
| | | | to check if mutex should be locked or not.
* * keyboard.c: Define in_sighandler.Jan Djärv2006-08-101-0/+7
| | | | (input_available_signal): Set in_sighandler.
* * keyboard.h: Declare in_sighandler.Jan Djärv2006-08-101-0/+3
|
* (keyremap_step): No-op if fkey->parent = nil.Richard M. Stallman2006-08-092-7/+24
| | | | | (read_key_sequence): Always start fkey.start and fkey.end at 0, and likewise for keytran.
* *** empty log message ***Kenichi Handa2006-08-091-0/+5
|
* (syms_of_coding): Improve the docstringKenichi Handa2006-08-091-2/+3
| | | | file-coding-system-alist.
* (BASE_PURESIZE): Increase to 1120000.Andreas Schwab2006-08-072-1/+5
|
* * buffer.c (Vchange_major_mode_hook, Qchange_major_mode_hook): New vars.Chong Yidong2006-08-062-1/+17
| | | | | (Fkill_all_local_variables): Use it. (syms_of_buffer): Defvar it.
* *** empty log message ***Eli Zaretskii2006-08-051-0/+8
|
* Include w32.h.Eli Zaretskii2006-08-051-0/+5
| | | | (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do the job.
* Add prototype for w32_valid_pointer_p.Eli Zaretskii2006-08-051-0/+3
|
* (w32_valid_pointer_p): New function.Eli Zaretskii2006-08-051-0/+22
|
* (kbd_buffer_get_event): Return Qnil when current time is exactly equal toEli Zaretskii2006-08-052-6/+13
| | | | end_time, not only when it is past that.
* * process.c: Reapply 2006-08-01 change.Chong Yidong2006-08-051-6/+12
|
* * keyboard.c (read_char): Rebalance specpdl after receiving jump.Chong Yidong2006-08-052-1/+9
|
* (w32_query_font): Fix last change: use stricmp.Eli Zaretskii2006-08-042-1/+5
|
* (Fsubst_char_in_region): Redo the setup work after runningStefan Monnier2006-08-042-5/+24
| | | | the before-change-functions since they may have altered the buffer.
* *** empty log message ***Eli Zaretskii2006-08-041-0/+5
|
* (w32_createwindow): Handle -geometry command line option and the geometryEli Zaretskii2006-08-041-5/+34
| | | | settings in the Registry.
* (w32_query_font): Compare names by ignoring case.Kenichi Handa2006-08-042-1/+3
|
* *** empty log message ***Kenichi Handa2006-08-041-0/+4
|
* (x_query_font): Compare names by ignoring case.Kenichi Handa2006-08-041-2/+2
|
* (w32_menu_show, w32_dialog_show): Call Fsignal to quitJason Rumney2006-08-032-0/+11
| | | | when no option selected except when for_click.
* * process.c: Revert last change.Chong Yidong2006-08-032-12/+10
|
* (wait_reading_process_output_unwind): New function.Kim F. Storm2006-08-011-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. Storm2006-08-011-0/+7
|
* *** empty log message ***Thien-Thi Nguyen2006-07-301-1/+5
|
* Undo 2006-06-28 change.Thien-Thi Nguyen2006-07-301-20/+5
|
* Comment change.Richard M. Stallman2006-07-291-0/+3
|
* *** empty log message ***Eli Zaretskii2006-07-291-0/+3
|
* (Ffind_operation_coding_system): Revert the change from 2006-05-29.Eli Zaretskii2006-07-291-1/+1
|