| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fget_byte): Fix and make it faster for unibyte target. | Kenichi Handa | 2008-11-10 | 2 | -0/+9 |
| | | |||||
| * | (file_name_completion): If completion_ignore_case is enabled, ignore | Chong Yidong | 2008-11-08 | 1 | -4/+15 |
| | | | | | case when checking completion-regexp-list. | ||||
| * | * dired.c (file_name_completion): If completion_ignore_case is | Chong Yidong | 2008-11-08 | 1 | -0/+5 |
| | | | | | enabled, ignore case when checking completion-regexp-list. | ||||
| * | (get_lim_data): Fix last change. | Eli Zaretskii | 2008-11-08 | 2 | -4/+10 |
| | | |||||
| * | (Fget_byte): New function. | Kenichi Handa | 2008-11-08 | 2 | -0/+63 |
| | | | | | (syms_of_character): Defsubr Fget_byte. | ||||
| * | (try_window_reusing_current_matrix): Ensure that window cursor | Chong Yidong | 2008-11-07 | 1 | -7/+10 |
| | | | | | position is valid after scrolling. | ||||
| * | * xdisp.c (try_window_reusing_current_matrix): Ensure that window | Chong Yidong | 2008-11-07 | 1 | -0/+5 |
| | | | | | cursor position is valid after scrolling. | ||||
| * | * fns.c (Frandom): Rename arg N to LIMIT to match the docs; doc fix. | Juanma Barranquero | 2008-11-06 | 2 | -8/+13 |
| | | |||||
| * | (handle_one_xevent): Don't let popup menus cause | Glenn Morris | 2008-11-06 | 2 | -2/+8 |
| | | | | | mouse-autoselect-window related window switching. (Bug#1261) | ||||
| * | Fix comment typo. | Glenn Morris | 2008-11-06 | 1 | -2/+1 |
| | | |||||
| * | (xim_close_dpy): Avoid double-free on X11R6 XIM. | Chong Yidong | 2008-11-04 | 1 | -1/+3 |
| | | |||||
| * | * xterm.c (xim_close_dpy): Avoid double-free on X11R6 XIM. | Chong Yidong | 2008-11-04 | 1 | -0/+4 |
| | | |||||
| * | (Fx_wm_set_size_hint): Add missing return value. | Andreas Schwab | 2008-11-04 | 2 | -0/+5 |
| | | |||||
| * | (Fx_wm_set_size_hint): New function. | Chong Yidong | 2008-11-03 | 1 | -0/+17 |
| | | |||||
| * | * xfns.c (Fx_wm_set_size_hint): New function. | Chong Yidong | 2008-11-03 | 1 | -0/+4 |
| | | |||||
| * | (Fprevious_single_char_property_change): Return 0 | Martin Rudalics | 2008-11-03 | 2 | -1/+6 |
| | | | | | when there's no change in a string. (Bug#1301) | ||||
| * | (command_loop_1): Handle NORECORD in call of | Martin Rudalics | 2008-11-02 | 2 | -2/+27 |
| | | | | | Fselect_frame (currently ifdefd). | ||||
| * | (choose_minibuf_frame): Handle NORECORD in call of | Martin Rudalics | 2008-11-02 | 1 | -1/+1 |
| | | | | | Fset_frame_selected_window. | ||||
| * | (select_frame_norecord): New function. | Martin Rudalics | 2008-11-02 | 1 | -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 Rudalics | 2008-11-02 | 1 | -3/+3 |
| | | | | | (Fset_frame_selected_window): Adjust declarations. | ||||
| * | (do_switch_frame): New argument NORECORD passed to Fselect_window. | Martin Rudalics | 2008-11-02 | 1 | -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 Morris | 2008-11-02 | 2 | -2/+6 |
| | | | | | (USAGE2): Untabify. | ||||
| * | (fill_gstring_header): Fix copy/paste typo. | Stefan Monnier | 2008-11-01 | 2 | -1/+5 |
| | | |||||
| * | (Fnext_window, Fprevious_window): Rewrite doc-string. | Martin Rudalics | 2008-10-31 | 2 | -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 for | Juanma Barranquero | 2008-10-30 | 2 | -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 Yidong | 2008-10-29 | 1 | -1/+1 |
| | | |||||
| * | * emacs.c (Fdaemon_initialized): Initialize nfd. | Chong Yidong | 2008-10-29 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_xdisp): Mention set-window-buffer in | Martin Rudalics | 2008-10-29 | 2 | -3/+11 |
| | | | | | doc-string of window-scroll-functions. | ||||
| * | (Fwindow_height, Fdelete_window, set_window_buffer) | Martin Rudalics | 2008-10-29 | 1 | -6/+12 |
| | | | | | (Fwindow_text_height): Clarify doc-strings. | ||||
| * | (syms_of_category): Fix typo in docstring. | Reiner Steib | 2008-10-28 | 2 | -1/+5 |
| | | |||||
| * | * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p) | Juanma Barranquero | 2008-10-28 | 2 | -7/+13 |
| | | | | | | (Fcoordinates_in_window_p, Fscroll_left, Fscroll_right): Fix typos in docstrings. | ||||
| * | * emacs.c (daemon_pipe): Make non-static. | Dan Nicolaescu | 2008-10-28 | 4 | -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 Monnier | 2008-10-28 | 3 | -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, draw | Chong Yidong | 2008-10-27 | 1 | -0/+1 |
| | | | | | it with the default glyph width. | ||||
| * | * nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sized | Chong Yidong | 2008-10-27 | 1 | -0/+3 |
| | | | | | glyph, draw it with the default glyph width. | ||||
| * | (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it | Chong Yidong | 2008-10-27 | 2 | -2/+3 |
| | | | | | with the default glyph width. | ||||
| * | * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sized | Chong Yidong | 2008-10-27 | 1 | -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 to | Chong Yidong | 2008-10-27 | 1 | -28/+23 |
| | | | | | PT, try moving some distance past the window bottom before giving up. | ||||
| * | * xdisp.c (try_scrolling): When computing the distance from the scroll | Chong Yidong | 2008-10-27 | 1 | -0/+6 |
| | | | | | | margin to PT, try moving some distance past the window bottom before giving up. | ||||
| * | (Fwindow_dedicated_p, Fset_window_dedicated_p) | Martin Rudalics | 2008-10-27 | 2 | -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 Nicolaescu | 2008-10-27 | 2 | -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 Yidong | 2008-10-27 | 1 | -9/+13 |
| | | |||||
| * | Perform last revert properly. | Chong Yidong | 2008-10-27 | 1 | -2/+1 |
| | | |||||
| * | Revert last change. | Chong Yidong | 2008-10-27 | 1 | -5/+0 |
| | | |||||
| * | Reverse last change. | Chong Yidong | 2008-10-27 | 1 | -1/+2 |
| | | |||||
| * | (try_scrolling): When computing distance from the scroll margin, don't | Chong Yidong | 2008-10-27 | 1 | -13/+9 |
| | | | | | use MOVE_TO_Y. | ||||
| * | * xdisp.c (try_scrolling): When computing distance from the scroll | Chong Yidong | 2008-10-27 | 1 | -0/+5 |
| | | | | | margin, don't use MOVE_TO_Y. | ||||
| * | Add arch tagline | Miles Bader | 2008-10-27 | 1 | -0/+3 |
| | | |||||
| * | Fix typos. | Juanma Barranquero | 2008-10-27 | 1 | -3/+3 |
| | | |||||
| * | * startup.el (command-line): Call daemon-initialized after | Dan Nicolaescu | 2008-10-26 | 2 | -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. | ||||