aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Juanma Barranquero2008-11-122-2/+2
* (x_set_alpha): Set alpha to -1 if nil given.Chong Yidong2008-11-121-19/+18
* Negative alpha means "don't touch".Chong Yidong2008-11-121-1/+2
* (x_set_frame_alpha): Do nothing if alpha is negative.Chong Yidong2008-11-122-2/+6
* * frame.c (x_set_alpha): Set alpha to -1 if nil given.Chong Yidong2008-11-121-0/+10
* * hftctl.c:Dan Nicolaescu2008-11-125-450/+22
* Fix typos.Juanma Barranquero2008-11-112-3/+3
* (map_char_table_for_charset): Add comment.Kenichi Handa2008-11-111-0/+21
* (Vchar_unify_table): Comment added.Kenichi Handa2008-11-111-1/+1
* (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
* * dired.c (file_name_completion): If completion_ignore_case isChong Yidong2008-11-081-0/+5
* (get_lim_data): Fix last change.Eli Zaretskii2008-11-082-4/+10
* (Fget_byte): New function.Kenichi Handa2008-11-082-0/+63
* (try_window_reusing_current_matrix): Ensure that window cursorChong Yidong2008-11-071-7/+10
* * xdisp.c (try_window_reusing_current_matrix): Ensure that windowChong Yidong2008-11-071-0/+5
* * 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
* 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
* (command_loop_1): Handle NORECORD in call ofMartin Rudalics2008-11-022-2/+27
* (choose_minibuf_frame): Handle NORECORD in call ofMartin Rudalics2008-11-021-1/+1
* (select_frame_norecord): New function.Martin Rudalics2008-11-021-6/+16
* (do_switch_frame, Fselect_frame)Martin Rudalics2008-11-021-3/+3
* (do_switch_frame): New argument NORECORD passed to Fselect_window.Martin Rudalics2008-11-021-32/+40
* Ulrich Mueller <ulm at kph.uni-mainz.de>Glenn Morris2008-11-022-2/+6
* (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
* * w32fns.c (x_create_tip_frame): Prevent default foreground color forJuanma Barranquero2008-10-302-4/+16
* (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
* (Fwindow_height, Fdelete_window, set_window_buffer)Martin Rudalics2008-10-291-6/+12
* (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
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-284-7/+18
* * xdisp.c (pos_visible_p, redisplay_internal, message3_nolog)Stefan Monnier2008-10-283-12/+50
* (ns_draw_window_cursor): When hbar cursor is on over-sized glyph, drawChong Yidong2008-10-271-0/+1
* * nsterm.m (ns_draw_window_cursor): When hbar cursor is on over-sizedChong Yidong2008-10-271-0/+3
* (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw itChong Yidong2008-10-272-2/+3
* * w32term.c (x_draw_bar_cursor): When hbar cursor is on over-sizedChong Yidong2008-10-271-0/+6
* (try_scrolling): When computing the distance from the scroll margin toChong Yidong2008-10-271-28/+23
* * xdisp.c (try_scrolling): When computing the distance from the scrollChong Yidong2008-10-271-0/+6
* (Fwindow_dedicated_p, Fset_window_dedicated_p)Martin Rudalics2008-10-272-18/+35
* * emacs.c (daemon_name): New variable.Dan Nicolaescu2008-10-272-3/+22