aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fget_byte): Fix and make it faster for unibyte target.Kenichi Handa2008-11-102-0/+9
|
* (file_name_completion): If completion_ignore_case is enabled, ignoreChong Yidong2008-11-081-4/+15
| | | | case when checking completion-regexp-list.
* * dired.c (file_name_completion): If completion_ignore_case isChong Yidong2008-11-081-0/+5
| | | | enabled, ignore case when checking completion-regexp-list.
* (get_lim_data): Fix last change.Eli Zaretskii2008-11-082-4/+10
|
* (Fget_byte): New function.Kenichi Handa2008-11-082-0/+63
| | | | (syms_of_character): Defsubr Fget_byte.
* (try_window_reusing_current_matrix): Ensure that window cursorChong Yidong2008-11-071-7/+10
| | | | position is valid after scrolling.
* * xdisp.c (try_window_reusing_current_matrix): Ensure that windowChong Yidong2008-11-071-0/+5
| | | | cursor position is valid after scrolling.
* * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix.Juanma Barranquero2008-11-062-8/+13
|
* (handle_one_xevent): Don't let popup menus causeGlenn Morris2008-11-062-2/+8
| | | | mouse-autoselect-window related window switching. (Bug#1261)
* Fix comment typo.Glenn Morris2008-11-061-2/+1
|
* (xim_close_dpy): Avoid double-free on X11R6 XIM.Chong Yidong2008-11-041-1/+3
|
* * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM.Chong Yidong2008-11-041-0/+4
|
* (Fx_wm_set_size_hint): Add missing return value.Andreas Schwab2008-11-042-0/+5
|
* (Fx_wm_set_size_hint): New function.Chong Yidong2008-11-031-0/+17
|
* * xfns.c (Fx_wm_set_size_hint): New function.Chong Yidong2008-11-031-0/+4
|
* (Fprevious_single_char_property_change): Return 0Martin Rudalics2008-11-032-1/+6
| | | | when there's no change in a string. (Bug#1301)
* (command_loop_1): Handle NORECORD in call ofMartin Rudalics2008-11-022-2/+27
| | | | Fselect_frame (currently ifdefd).
* (choose_minibuf_frame): Handle NORECORD in call ofMartin Rudalics2008-11-021-1/+1
| | | | Fset_frame_selected_window.
* (select_frame_norecord): New function.Martin Rudalics2008-11-021-6/+16
| | | | | | | | (run_window_configuration_change_hook): Use it and call Fselect_frame with NORECORD set. (Fselect_window): Pass NORECORD to Fselect_frame. (Fset_window_configuration): Handle NORECORD argument in call of do_switch_frame.
* (do_switch_frame, Fselect_frame)Martin Rudalics2008-11-021-3/+3
| | | | (Fset_frame_selected_window): Adjust declarations.
* (do_switch_frame): New argument NORECORD passed to Fselect_window.Martin Rudalics2008-11-021-32/+40
| | | | | | | | | | (Fselect_frame): New argument NORECORD passed to do_switch_frame. (Fset_frame_selected_window): New argument NORECORD passed to Fselect_frame. (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument in call of do_switch_frame. (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame): Handle NORECORD argument in call of Fselect_frame.
* Ulrich Mueller <ulm at kph.uni-mainz.de>Glenn Morris2008-11-022-2/+6
| | | | (USAGE2): Untabify.
* (fill_gstring_header): Fix copy/paste typo.Stefan Monnier2008-11-012-1/+5
|
* (Fnext_window, Fprevious_window): Rewrite doc-string.Martin Rudalics2008-10-312-54/+63
| | | | | (Fother_window): Rename argument and rewrite doc-string. (select_window_norecord): Fix return value. (Bug#1276)
* * w32fns.c (x_create_tip_frame): Prevent default foreground color forJuanma Barranquero2008-10-302-4/+16
| | | | | new frames overriding foreground for tooltips. Based on similar patch from Martin Rudalics <rudalics@gmx.at>. (Bug#1032)
* (Fdaemon_initialized): Initialize nfd.Chong Yidong2008-10-291-1/+1
|
* * emacs.c (Fdaemon_initialized): Initialize nfd.Chong Yidong2008-10-291-0/+4
|
* (syms_of_xdisp): Mention set-window-buffer inMartin Rudalics2008-10-292-3/+11
| | | | doc-string of window-scroll-functions.
* (Fwindow_height, Fdelete_window, set_window_buffer)Martin Rudalics2008-10-291-6/+12
| | | | (Fwindow_text_height): Clarify doc-strings.
* (syms_of_category): Fix typo in docstring.Reiner Steib2008-10-282-1/+5
|
* * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)Juanma Barranquero2008-10-282-7/+13
| | | | | (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right): Fix typos in docstrings.
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-284-7/+18
| | | | | | | | (IS_DAEMON): Move definition ... * lisp.h (IS_DAEMON): ... here. (daemon_pipe): Declare. (is_daemon): Remove. * dispnew.c (init_display): Use IS_DAEMON.
* * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)Stefan Monnier2008-10-283-12/+50
| | | | | | | | | | | | (message2_nolog): Check FRAME_INITIAL_P instead of noninteractively. * emacs.c (is_daemon): Remove. (main): Don't set is_daemon. (IS_DAEMON): New macro. (Fdaemonp, Fdaemon_initialized): Use it. (Fdaemon_initialized): Wrtie a char into the pipe to make sure the parent exits. (syms_of_emacs): Explicitly initialize daemon_pipe[1].
* (ns_draw_window_cursor): When hbar cursor is on over-sized glyph, drawChong Yidong2008-10-271-0/+1
| | | | it with the default glyph width.
* * nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sizedChong Yidong2008-10-271-0/+3
| | | | glyph, draw it with the default glyph width.
* (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw itChong Yidong2008-10-272-2/+3
| | | | with the default glyph width.
* * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sizedChong Yidong2008-10-271-0/+6
| | | | | | | glyph, draw it with the default glyph width. * xterm.c (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it with the default glyph width.
* (try_scrolling): When computing the distance from the scroll margin toChong Yidong2008-10-271-28/+23
| | | | PT, try moving some distance past the window bottom before giving up.
* * xdisp.c (try_scrolling): When computing the distance from the scrollChong Yidong2008-10-271-0/+6
| | | | | margin to PT, try moving some distance past the window bottom before giving up.
* (Fwindow_dedicated_p, Fset_window_dedicated_p)Martin Rudalics2008-10-272-18/+35
| | | | | (Fset_window_buffer): Explain in doc-string that a window can be "strongly" dedicated to its buffer.
* * emacs.c (daemon_name): New variable.Dan Nicolaescu2008-10-272-3/+22
| | | | | | | | | | | (main): Deal with --daemon=SERVER_NAME. (Fdaemonp): Return a name if one was passed to --daemon. * startup.el (server-name): Pacify byte compiler. (command-line): If --daemon=SERVER_NAME was used, set server-name before calling server-start. * cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
* Perform last revert properly. :-(Chong Yidong2008-10-271-9/+13
|
* Perform last revert properly.Chong Yidong2008-10-271-2/+1
|
* Revert last change.Chong Yidong2008-10-271-5/+0
|
* Reverse last change.Chong Yidong2008-10-271-1/+2
|
* (try_scrolling): When computing distance from the scroll margin, don'tChong Yidong2008-10-271-13/+9
| | | | use MOVE_TO_Y.
* * xdisp.c (try_scrolling): When computing distance from the scrollChong Yidong2008-10-271-0/+5
| | | | margin, don't use MOVE_TO_Y.
* Add arch taglineMiles Bader2008-10-271-0/+3
|
* Fix typos.Juanma Barranquero2008-10-271-3/+3
|
* * startup.el (command-line): Call daemon-initialized afterDan Nicolaescu2008-10-262-8/+83
| | | | | | | | | starting the server. * emacs.c (daemon_pipe): New variable (main): Create a pipe before forking, make the parent exit only after the child has closed its end of the pipe. Move closing the descriptors ... (Fdaemon_initialized): ... here. New function.