aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment change.Richard M. Stallman2007-10-242-1/+17
|
* (x_figure_window_size): For fullscreen case,Richard M. Stallman2007-10-241-1/+1
| | | | set USPosition | PPosition without clobbering rest of window_prompting.
* (Fcurrent_idle_time): Doc fix.Richard M. Stallman2007-10-241-2/+4
|
* (Fwith_output_to_temp_buffer): Doc fix.Richard M. Stallman2007-10-241-15/+24
|
* (Fset_process_filter): Doc fix.Juanma Barranquero2007-10-192-1/+5
|
* (Qcompletion_ignore_case): New external Lisp_Object.Glenn Morris2007-10-172-1/+14
| | | | (Fread_file_name): Use it rather than intern'ing.
* (Qcompletion_ignore_case): Change to external.Glenn Morris2007-10-171-6/+1
| | | | (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case.
* (Qcompletion_ignore_case): New Lisp_Object.Glenn Morris2007-10-171-0/+4
| | | | (syms_of_minibuf): Add Qcompletion_ignore_case.
* (Qcompletion_ignore_case): New external Lisp_Object.Glenn Morris2007-10-171-1/+9
| | | | (Fread_coding_system): Ignore case of user input.
* (handle_display_prop): Ignore display specs afterYAMAMOTO Mitsuharu2007-10-162-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. Stallman2007-10-141-2/+2
|
* (Ffset): Save autoload of the function being set.Juanma Barranquero2007-10-142-4/+18
|
* (do_autoload): Don't save autoloads.Juanma Barranquero2007-10-141-16/+2
|
* John Paul Wallington <jpw at pobox.com>Glenn Morris2007-10-142-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 Zaretskii2007-10-132-7/+6
| | | | on MSDOS).
* (set-frame-configuration): Assign name parameter onlyMartin Rudalics2007-10-123-27/+3
| | | | if it has been set explicitly before.
* (Qexplicit_name): New variable.Martin Rudalics2007-10-122-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 tellJason Rumney2007-10-092-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. Stallman2007-10-092-0/+9
|
* *** empty log message ***Martin Rudalics2007-10-061-0/+18
|
* (syms_of_xdisp): In doc-string of mouse-autoselect-windowMartin Rudalics2007-10-061-1/+4
| | | | mention focus-follows-mouse.
* (handle_one_xevent): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
| | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame.
* (w32_read_socket): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
| | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame.
* (dos_rawgetc): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
| | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame.
* (XTread_socket): When focus_follows_mouse is nil makeMartin Rudalics2007-10-061-1/+7
| | | | | SELECT_WINDOW_EVENT only if we don't leave the selected frame.
* (focus_follows_mouse): Extern it.Martin Rudalics2007-10-061-0/+5
|
* (focus_follows_mouse): Moved here from frame.el to allowMartin Rudalics2007-10-061-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 inputMartin Rudalics2007-10-061-0/+6
| | | | when there's an unread command event.
* (Fwrite_region): Ignore EINVAL error from fsync.Andreas Schwab2007-10-062-2/+8
|
* (syms_of_image) <image-types>: Fix typo in docstring.Juanma Barranquero2007-10-052-6/+10
|
* (mac_load_query_font): Fix missing return value.YAMAMOTO Mitsuharu2007-10-052-2/+17
| | | | | [USE_CG_DRAWING] (mac_define_fringe_bitmap, mac_destroy_fringe_bitmap): Add BLOCK_INPUT.
* *** empty log message ***Jason Rumney2007-10-051-0/+4
|
* *** empty log message ***Richard M. Stallman2007-10-021-0/+4
|
* (get_window_cursor_type): Implement documented behaviorRichard M. Stallman2007-10-022-8/+21
| | | | for cursor-in-non-selected-windows = t.
* *** empty log message ***Richard M. Stallman2007-10-011-4/+0
|
* (Fload): Fix typo in docstring.Juanma Barranquero2007-10-012-6/+10
|
* (standard_args): Change priority of "--no-splash"Juri Linkov2007-09-292-1/+7
| | | | from 40 to 3. Add "--no-desktop" with the same priority.
* (w32_get_resource): Always close registry keys.Jason Rumney2007-09-291-0/+2
|
* (globals_of_w32fns): Init common controls.Jason Rumney2007-09-272-0/+10
|
* (LIBS): Add COMCTL32.Jason Rumney2007-09-271-0/+1
|
* *** empty log message ***Andreas Schwab2007-09-221-0/+5
|
* Whitespace change.Richard M. Stallman2007-09-212-5/+9
|
* (our_memory_buffer): Renamed from omfib_buffer.Richard M. Stallman2007-09-211-4/+4
|
* Comment change.Richard M. Stallman2007-09-211-1/+3
|
* (x_draw_glyph_string): Use strike_through_color, not underline_color,Juanma Barranquero2007-09-212-12/+18
| | | | to draw strike-through.
* (Fmake_network_process): Doc fix.Glenn Morris2007-09-201-1/+3
|
* *** empty log message ***Glenn Morris2007-09-201-0/+4
|
* (Foverlays_at): Doc fix.Richard M. Stallman2007-09-192-1/+5
|
* (Fplist_put): Preserve uneven tail data.Stefan Monnier2007-09-182-1/+5
|
* (reset_malloc_hooks): Set the hooks to the previousAndreas Schwab2007-09-161-3/+3
| | | | values instead of zapping them.