| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Comment change. | Richard M. Stallman | 2007-10-24 | 2 | -1/+17 |
| | | |||||
| * | (x_figure_window_size): For fullscreen case, | Richard M. Stallman | 2007-10-24 | 1 | -1/+1 |
| | | | | | set USPosition | PPosition without clobbering rest of window_prompting. | ||||
| * | (Fcurrent_idle_time): Doc fix. | Richard M. Stallman | 2007-10-24 | 1 | -2/+4 |
| | | |||||
| * | (Fwith_output_to_temp_buffer): Doc fix. | Richard M. Stallman | 2007-10-24 | 1 | -15/+24 |
| | | |||||
| * | (Fset_process_filter): Doc fix. | Juanma Barranquero | 2007-10-19 | 2 | -1/+5 |
| | | |||||
| * | (Qcompletion_ignore_case): New external Lisp_Object. | Glenn Morris | 2007-10-17 | 2 | -1/+14 |
| | | | | | (Fread_file_name): Use it rather than intern'ing. | ||||
| * | (Qcompletion_ignore_case): Change to external. | Glenn Morris | 2007-10-17 | 1 | -6/+1 |
| | | | | | (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case. | ||||
| * | (Qcompletion_ignore_case): New Lisp_Object. | Glenn Morris | 2007-10-17 | 1 | -0/+4 |
| | | | | | (syms_of_minibuf): Add Qcompletion_ignore_case. | ||||
| * | (Qcompletion_ignore_case): New external Lisp_Object. | Glenn Morris | 2007-10-17 | 1 | -1/+9 |
| | | | | | (Fread_coding_system): Ignore case of user input. | ||||
| * | (handle_display_prop): Ignore display specs after | YAMAMOTO Mitsuharu | 2007-10-16 | 2 | -5/+28 |
| | | | | | | | replacing one when string text is being replaced. (handle_single_display_spec): Pretend as if characters with display property haven't been consumed only when buffer text is being replaced. | ||||
| * | Line break fix. | Richard M. Stallman | 2007-10-14 | 1 | -2/+2 |
| | | |||||
| * | (Ffset): Save autoload of the function being set. | Juanma Barranquero | 2007-10-14 | 2 | -4/+18 |
| | | |||||
| * | (do_autoload): Don't save autoloads. | Juanma Barranquero | 2007-10-14 | 1 | -16/+2 |
| | | |||||
| * | John Paul Wallington <jpw at pobox.com> | Glenn Morris | 2007-10-14 | 2 | -0/+25 |
| | | | | | | (x_create_tip_frame): Set the `display-type' frame parameter before setting up faces. | ||||
| * | (dos_rawgetc): Undo last change (there's no ``leaving selected frame'' | Eli Zaretskii | 2007-10-13 | 2 | -7/+6 |
| | | | | | on MSDOS). | ||||
| * | (set-frame-configuration): Assign name parameter only | Martin Rudalics | 2007-10-12 | 3 | -27/+3 |
| | | | | | if it has been set explicitly before. | ||||
| * | (Qexplicit_name): New variable. | Martin Rudalics | 2007-10-12 | 2 | -0/+10 |
| | | | | | | (x_report_frame_params): Report it in parameter alist. (syms_of_frame): Intern and staticpro it. | ||||
| * | (x_set_window_size): Disable code that attempts to tell | Jason Rumney | 2007-10-09 | 2 | -1/+22 |
| | | | | | Lisp code about a size change before it actually happens. | ||||
| * | (handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN. | Richard M. Stallman | 2007-10-09 | 2 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Martin Rudalics | 2007-10-06 | 1 | -0/+18 |
| | | |||||
| * | (syms_of_xdisp): In doc-string of mouse-autoselect-window | Martin Rudalics | 2007-10-06 | 1 | -1/+4 |
| | | | | | mention focus-follows-mouse. | ||||
| * | (handle_one_xevent): When focus_follows_mouse is nil make | Martin Rudalics | 2007-10-06 | 1 | -1/+7 |
| | | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame. | ||||
| * | (w32_read_socket): When focus_follows_mouse is nil make | Martin Rudalics | 2007-10-06 | 1 | -1/+7 |
| | | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame. | ||||
| * | (dos_rawgetc): When focus_follows_mouse is nil make | Martin Rudalics | 2007-10-06 | 1 | -1/+7 |
| | | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame. | ||||
| * | (XTread_socket): When focus_follows_mouse is nil make | Martin Rudalics | 2007-10-06 | 1 | -1/+7 |
| | | | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame. | ||||
| * | (focus_follows_mouse): Extern it. | Martin Rudalics | 2007-10-06 | 1 | -0/+5 |
| | | |||||
| * | (focus_follows_mouse): Moved here from frame.el to allow | Martin Rudalics | 2007-10-06 | 1 | -0/+17 |
| | | | | | | window autoselection act appropriately when leaving selected frame. (syms_of_frame): Initialize focus_follows_mouse. | ||||
| * | (kbd_buffer_get_event): Break loop waiting for input | Martin Rudalics | 2007-10-06 | 1 | -0/+6 |
| | | | | | when there's an unread command event. | ||||
| * | (Fwrite_region): Ignore EINVAL error from fsync. | Andreas Schwab | 2007-10-06 | 2 | -2/+8 |
| | | |||||
| * | (syms_of_image) <image-types>: Fix typo in docstring. | Juanma Barranquero | 2007-10-05 | 2 | -6/+10 |
| | | |||||
| * | (mac_load_query_font): Fix missing return value. | YAMAMOTO Mitsuharu | 2007-10-05 | 2 | -2/+17 |
| | | | | | | [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap): Add BLOCK_INPUT. | ||||
| * | *** empty log message *** | Jason Rumney | 2007-10-05 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2007-10-02 | 1 | -0/+4 |
| | | |||||
| * | (get_window_cursor_type): Implement documented behavior | Richard M. Stallman | 2007-10-02 | 2 | -8/+21 |
| | | | | | for cursor-in-non-selected-windows = t. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2007-10-01 | 1 | -4/+0 |
| | | |||||
| * | (Fload): Fix typo in docstring. | Juanma Barranquero | 2007-10-01 | 2 | -6/+10 |
| | | |||||
| * | (standard_args): Change priority of "--no-splash" | Juri Linkov | 2007-09-29 | 2 | -1/+7 |
| | | | | | from 40 to 3. Add "--no-desktop" with the same priority. | ||||
| * | (w32_get_resource): Always close registry keys. | Jason Rumney | 2007-09-29 | 1 | -0/+2 |
| | | |||||
| * | (globals_of_w32fns): Init common controls. | Jason Rumney | 2007-09-27 | 2 | -0/+10 |
| | | |||||
| * | (LIBS): Add COMCTL32. | Jason Rumney | 2007-09-27 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Andreas Schwab | 2007-09-22 | 1 | -0/+5 |
| | | |||||
| * | Whitespace change. | Richard M. Stallman | 2007-09-21 | 2 | -5/+9 |
| | | |||||
| * | (our_memory_buffer): Renamed from omfib_buffer. | Richard M. Stallman | 2007-09-21 | 1 | -4/+4 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2007-09-21 | 1 | -1/+3 |
| | | |||||
| * | (x_draw_glyph_string): Use strike_through_color, not underline_color, | Juanma Barranquero | 2007-09-21 | 2 | -12/+18 |
| | | | | | to draw strike-through. | ||||
| * | (Fmake_network_process): Doc fix. | Glenn Morris | 2007-09-20 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Glenn Morris | 2007-09-20 | 1 | -0/+4 |
| | | |||||
| * | (Foverlays_at): Doc fix. | Richard M. Stallman | 2007-09-19 | 2 | -1/+5 |
| | | |||||
| * | (Fplist_put): Preserve uneven tail data. | Stefan Monnier | 2007-09-18 | 2 | -1/+5 |
| | | |||||
| * | (reset_malloc_hooks): Set the hooks to the previous | Andreas Schwab | 2007-09-16 | 1 | -3/+3 |
| | | | | | values instead of zapping them. | ||||