Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (tramp-coding-commands): Additionally try "uudecode -o /dev/stdout" | Kai Großjohann | 2004-11-06 | 2 | -0/+8 |
| | | | | before trying "uudecode -o -". Suggested by Han Boetes. | ||||
* | (recentf-menu-path): Use menu item name. | David Ponce | 2004-11-06 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | David Ponce | 2004-11-06 | 1 | -0/+4 |
| | |||||
* | Document get-internal-run-time. | Eli Zaretskii | 2004-11-06 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-11-06 | 4 | -0/+15 |
| | |||||
* | (Processor Run Time): New section documenting get-internal-run-time. | Eli Zaretskii | 2004-11-06 | 1 | -0/+23 |
| | |||||
* | (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 | 3 | -0/+15 |
| | |||||
* | Regenerate. | Eli Zaretskii | 2004-11-06 | 2 | -1/+5 |
| | |||||
* | Add check for getrusage. | Eli Zaretskii | 2004-11-06 | 1 | -1/+1 |
| | |||||
* | (install, maintainer-clean): Don't use "elisp-*" as it nukes elisp-cover.texi. | Eli Zaretskii | 2004-11-06 | 1 | -3/+3 |
| | | | | (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no elisp-0 etc. | ||||
* | Don't call define-fringe-bitmap if the display doesn't support images. | Eli Zaretskii | 2004-11-06 | 1 | -2/+3 |
| | |||||
* | (tempo-match-finder): Doc fix. | Andreas Schwab | 2004-11-06 | 2 | -2/+4 |
| | |||||
* | (easy-menu-get-map): Fix last change. | Andreas Schwab | 2004-11-06 | 2 | -1/+5 |
| | |||||
* | Change log entry reconstructed from commit message. | Andreas Schwab | 2004-11-06 | 1 | -0/+9 |
| | |||||
* | Document changes in behavior of hide-body. | Eli Zaretskii | 2004-11-06 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2004-11-06 | 2 | -0/+9 |
| | |||||
* | (hide-body): Don't hide lines at the top of the file | Eli Zaretskii | 2004-11-06 | 1 | -2/+3 |
| | | | | that precede the first header line. | ||||
* | (align-areas): Delete whitespace before reindenting, so | Eli Zaretskii | 2004-11-06 | 2 | -0/+13 |
| | | | | that tabs are never placed after spaces. | ||||
* | (syms_of_frame): Fix the example in the doc string. | Eli Zaretskii | 2004-11-06 | 1 | -1/+1 |
| | |||||
* | (insert-kbd-macro): Do completions based on macros, | Eli Zaretskii | 2004-11-06 | 2 | -1/+13 |
| | | | | rather than all commands. | ||||
* | (tempo-match-finder): Use [:word:] instead of "^\\b", | Eli Zaretskii | 2004-11-06 | 2 | -1/+6 |
| | | | | to solve a bug whereby tags with 'b' don't match. | ||||
* | (easy-menu-get-map-look-for-name): Remove. | Stefan Monnier | 2004-11-06 | 1 | -29/+44 |
| | | | | | | | | (easy-menu-lookup-name): New fun to replace it. (easy-menu-get-map): Use it to obey menu item names (rather than just keys) when looking up `path'. (easy-menu-always-true-p): Rename from easy-menu-always-true. (easy-menu-convert-item-1): Adjust to new name. | ||||
* | * 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 | 2 | -0/+9 |
| | |||||
* | (Keyboard Macros): Document `append' return value of `defining-kbd-macro'. | Luc Teirlinck | 2004-11-05 | 1 | -4/+5 |
| | |||||
* | (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 |
| | |||||
* | (edebug-next-token-class): Allow all symbol-constituent characters | Juri Linkov | 2004-11-05 | 1 | -2/+4 |
| | | | | after dot, not only digits. | ||||
* | (Info-search): Don't search in node header lines and file headers. | Juri Linkov | 2004-11-05 | 1 | -3/+23 |
| | |||||
* | *** empty log message *** | Juri Linkov | 2004-11-05 | 1 | -0/+8 |
| | |||||
* | (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 |
| | |||||
* | (set-auto-mode): Don't get error after setting -*-mode-*-. | Daniel Pfeiffer | 2004-11-04 | 1 | -3/+5 |
| | |||||
* | *** empty log message *** | Daniel Pfeiffer | 2004-11-04 | 1 | -4/+9 |
| | |||||
* | * dired.el (dired-read-dir-and-switches): Call read-directory-name | Jan Djärv | 2004-11-04 | 2 | -2/+13 |
| | | | | if a dialog will be used, read-file-name otherwise. | ||||
* | * 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 /. | ||||
* | *** empty log message *** | Richard M. Stallman | 2004-11-04 | 2 | -0/+45 |
| |