| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Eli Zaretskii | 2004-11-08 | 1 | -0/+6 |
| | | |||||
| * | Move #include "systime.h" before <sys/resource.h>. | Eli Zaretskii | 2004-11-08 | 1 | -11/+5 |
| | | | | | | Don't include <sys/time.h> explicitly. Include <stdio.h> unconditionally, not just on MacOS. | ||||
| * | (fontset_pattern_regexp): Cancel my previous change; | Kenichi Handa | 2004-11-08 | 2 | -14/+36 |
| | | | | | | | | | don't pay attention to '\' before '*'. (fontset_pattern_regexp): Change the meaning of the second arg. (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset. (check_fontset_name): Try NAME as literal at first, and if it failes, try NAME as pattern. | ||||
| * | * emacs.c (Fdump_emacs): Only output warning on GNU/Linux. | Jan Djärv | 2004-11-07 | 2 | -4/+11 |
| | | |||||
| * | Don't declare Fmsdos_downcase_filename. | Andreas Schwab | 2004-11-07 | 3 | -5/+6 |
| | | |||||
| * | Declare Fmsdos_downcase_filename. | Andreas Schwab | 2004-11-07 | 1 | -0/+5 |
| | | |||||
| * | * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in | Jan Djärv | 2004-11-07 | 5 | -4/+22 |
| | | | | | | | | | | | | | comparisons with integers instead of Lisp_Object address. (Fmsdos_set_keyboard): Declare argument allkeys. * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s. * dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid int/Lisp_Object mixup. * fileio.c: Ditto. | ||||
| * | editfns.c: Adding in better patch | Steven Tamm | 2004-11-07 | 1 | -2/+3 |
| | | |||||
| * | editfns.c: Need to include sys/time.h before resource.h on darwin. | Steven Tamm | 2004-11-07 | 2 | -0/+7 |
| | | |||||
| * | (command_loop_1): Change Vtransient_mark_mode | Richard M. Stallman | 2004-11-07 | 2 | -11/+19 |
| | | | | | before deciding whether to inctivate mark. | ||||
| * | (Fcall_interactively): Avoid reusing EVENT for other data. | Richard M. Stallman | 2004-11-07 | 1 | -7/+7 |
| | | |||||
| * | (merge_named_face): GCPRO the face_name in the | Richard M. Stallman | 2004-11-07 | 1 | -14/+12 |
| | | | | | | named_merge_point struct that we make. (merge_face_heights): Eliminate GCPRO arg. All callers changed. | ||||
| * | Whitespace fixup. | Andreas Schwab | 2004-11-07 | 1 | -7/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-11-06 | 1 | -0/+4 |
| | | |||||
| * | (sxhash): As far as possible, merge calculation of | Eli Zaretskii | 2004-11-06 | 1 | -5/+4 |
| | | | | | hash code for symbols and strings. | ||||
| * | (Fget_internal_run_time): New function. | Eli Zaretskii | 2004-11-06 | 1 | -0/+46 |
| | | | | | (syms_of_data): Defsubr it. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2004-11-06 | 1 | -0/+4 |
| | | |||||
| * | Regenerate. | Eli Zaretskii | 2004-11-06 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-11-06 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_frame): Fix the example in the doc string. | Eli Zaretskii | 2004-11-06 | 1 | -1/+1 |
| | | |||||
| * | * eval.c (Feval): Remove check for INPUT_BLOCKED_P. | Jan Djärv | 2004-11-06 | 3 | -11/+22 |
| | | | | | | * xmenu.c (popup_get_selection, create_and_show_popup_menu) (create_and_show_dialog): Revert change from 2004-10-31. | ||||
| * | *** empty log message *** | Luc Teirlinck | 2004-11-05 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_macros) <defining-kbd-macro>: Doc fix. | Luc Teirlinck | 2004-11-05 | 1 | -1/+3 |
| | | |||||
| * | (print_object): Print Lisp_Misc_Save_Value objects. | Kim F. Storm | 2004-11-05 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-05 | 1 | -0/+2 |
| | | |||||
| * | (Ffile_modes): Doc fix. | Kim F. Storm | 2004-11-05 | 2 | -11/+21 |
| | | | | | (auto_save_1): Check for Ffile_modes nil value. | ||||
| * | (x_start_queuing_selection_requests) | Kim F. Storm | 2004-11-05 | 1 | -5/+2 |
| | | | | | | | (x_stop_queuing_selection_requests, x_handle_selection_request) (x_handle_selection_clear): Remove prototypes. (x_handle_selection_event): Add prototype. | ||||
| * | * xterm.c (handle_one_xevent): Don't queue X selection events | Kim F. Storm | 2004-11-05 | 1 | -74/+7 |
| | | | | | | | | | | here, it may be too late if we start queuing after we have already stored some selection events into the kbd buffer. (struct selection_event_queue, queue, x_queue_selection_requests) (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests) (x_stop_queuing_selection_requests): Remove/move to xselect.c. (x_catch_errors_unwind): Block input around final XSync. | ||||
| * | * xselect.c (struct selection_event_queue, selection_queue) | Kim F. Storm | 2004-11-05 | 1 | -32/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | (x_queue_selection_requests, x_queue_event) (x_start_queuing_selection_requests) (x_stop_queuing_selection_requests): Add new queue for selection input events to replace previous XEvent queue in xterm.c. (queue_selection_requests_unwind): Adapt to new queue. (x_reply_selection_request): Adapt to new queue. Unexpect wait_object in case of x errors (memory leak). (x_handle_selection_request, x_handle_selection_clear): Make static. (x_handle_selection_event): New function. May queue selection events. (wait_for_property_change_unwind): Use save_value instead of cons. Clear property_change_reply_object. (wait_for_property_change): Abort if already waiting. Use save_value instead of cons for unwind data. (x_handle_property_notify): Skip events already arrived, but don't free them, as "arrived" field is checked by wait_for_property_change, and it will be freed by unwind or explicit unexpect_property_change. (x_get_foreign_selection): Add to new queue. (receive_incremental_selection): Don't unexpect wait_object when done as it has already been freed by previous wait_for_property_change. | ||||
| * | (kbd_buffer_unget_event): Add prototype. | Kim F. Storm | 2004-11-05 | 1 | -0/+1 |
| | | |||||
| * | (kbd_buffer_store_event_hold): Remove obsolete code. | Kim F. Storm | 2004-11-05 | 1 | -66/+25 |
| | | | | | | | | (kbd_buffer_unget_event): New function. (kbd_buffer_get_event, swallow_events): Combine SELECTION events and use x_handle_selection_event. (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-05 | 1 | -0/+44 |
| | | |||||
| * | * xselect.c (TRACE3): New debug macro. | Jan Djärv | 2004-11-05 | 2 | -2/+23 |
| | | | | | | | (x_reply_selection_request): Use it. (receive_incremental_selection): In call to TRACE0, the name of a symbol is in xname. | ||||
| * | (fontset_pattern_regexp): Use unsigned char. | Kim F. Storm | 2004-11-04 | 1 | -5/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-04 | 1 | -0/+4 |
| | | |||||
| * | * fileio.c (Fnext_read_file_uses_dialog_p): New function. | Jan Djärv | 2004-11-04 | 2 | -4/+21 |
| | | |||||
| * | * gtkutil.h: Declare use_old_gtk_file_dialog. | Jan Djärv | 2004-11-04 | 4 | -9/+19 |
| | | | | | | | * gtkutil.c: Make use_old_gtk_file_dialog non-static. (xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ... * xfns.c (syms_of_xfns): ... to here. | ||||
| * | * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if | Jan Djärv | 2004-11-04 | 2 | -2/+23 |
| | | | | | it doesn't start with /. | ||||
| * | Comment change. | Richard M. Stallman | 2004-11-04 | 1 | -1/+5 |
| | | |||||
| * | (fontset_pattern_regexp): If '*' is preceded by '\', | Kenichi Handa | 2004-11-04 | 2 | -2/+7 |
| | | | | | treat it as a literal character. | ||||
| * | (ppt): New function. | Kim F. Storm | 2004-11-03 | 1 | -0/+28 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-03 | 1 | -0/+4 |
| | | |||||
| * | * xterm.c (x_window_to_scroll_bar): Only call | Jan Djärv | 2004-11-02 | 2 | -2/+5 |
| | | | | | xg_get_scroll_id_for_window if toolkit scroll bars are used. | ||||
| * | * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead | Jan Djärv | 2004-11-02 | 2 | -1/+6 |
| | | | | | of save. | ||||
| * | (Fscroll_right): Fix last change. | Andreas Schwab | 2004-11-02 | 2 | -1/+5 |
| | | |||||
| * | From: YAMAMOTO Mitsuharu | Kim F. Storm | 2004-11-02 | 1 | -0/+5 |
| | | | | | (Fcall_process): Block input around vfork. | ||||
| * | (callproc.o): Depend on blockinput.h atimer.h systime.h. | Kim F. Storm | 2004-11-02 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-02 | 1 | -0/+8 |
| | | |||||
| * | (Fcalled_interactively_p): Rename from Fcall_interactive_p. | Kim F. Storm | 2004-11-02 | 1 | -1/+2 |
| | | | | | (syms_of_eval): Defsubr it. | ||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-02 | 1 | -0/+5 |
| | | |||||