aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-01For a 'struct window', replace some Lisp_Object fields toDmitry Antipov1-39/+37
2012-04-23Avoid assertion violation when scrolling minibuffer windows.Eli Zaretskii1-0/+5
2012-04-10* src/window.c (save_window_save): Obey window-point-insertion-type.Stefan Monnier1-0/+2
2012-03-31Fix bug #7464 with mouse highlight after "C-x 1".Eli Zaretskii1-0/+15
2012-03-12Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong1-6/+1
2012-02-24* window.c: Fix last fix.Chong Yidong1-0/+2
2012-02-23Avoid infloop in next-frame during frame creation.Chong Yidong1-1/+4
2012-02-12* window.c (Fdelete_window_internal): Invalidate the mouse highlight.Chong Yidong1-0/+8
2012-01-19Fix handling of persistent window parameters.Martin Rudalics1-18/+18
2012-01-16Provide persistent window parameters.Martin Rudalics1-7/+104
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-13Fix doc-string typo.Martin Rudalics1-1/+1
2011-12-13Fix doc-string of recenter-redisplay.Martin Rudalics1-3/+4
2011-12-13Minor fixes in window handling code and docs.Martin Rudalics1-3/+5
2011-12-04Spelling fixes.Paul Eggert1-1/+1
2011-11-26Spelling fixes.Paul Eggert1-2/+2
2011-11-24* src/window.c (Fcoordinates_in_window_p): Accept only live windows.Chong Yidong1-1/+2
2011-11-21More updates to Windows chapter of Lisp manual.Chong Yidong1-2/+2
2011-11-20* src/window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.Stefan Monnier1-1/+1
2011-11-20Remove term "status" with "window combination limits".Martin Rudalics1-9/+9
2011-11-19Fix bug #10075 with cursor drawing in an hscrolled window.Eli Zaretskii1-6/+23
2011-11-19* window.c (Fwindow_combination_limit): Make first arg non-optionalChong Yidong1-5/+1
2011-11-17Fix typos.Juanma Barranquero1-1/+1
2011-11-17Rename window-splits to window-combination-resize.Martin Rudalics1-9/+13
2011-11-16Fix typos.Juanma Barranquero1-2/+2
2011-11-16Rename window-nest to window-combination-limit.Martin Rudalics1-41/+47
2011-11-14Spelling fixes.Paul Eggert1-1/+1
2011-11-12Don't handle splits status.Martin Rudalics1-64/+4
2011-11-09Disallow calling window-inside-edges and related functions on internal windows.Chong Yidong1-9/+9
2011-11-08Move low-level window width/height functions to C, and high-level functions t...Chong Yidong1-48/+65
2011-11-07Remove term "subwindow" from code and documentation.Martin Rudalics1-38/+38
2011-11-06Delete window-combination-p; tweaks to window-top-child and window-left-child.Chong Yidong1-63/+66
2011-11-04Fix documentation per bug #9949.Eli Zaretskii1-10/+19
2011-11-01Remove unused variable temp-buffer-show-specifiers.Martin Rudalics1-14/+1
2011-10-28* src/window.c (make_window): Initialize phys_cursor_on_p.Dan Nicolaescu1-0/+1
2011-10-27src/window.c: Fix typos in docstrings.Juanma Barranquero1-20/+20
2011-10-15Rewrite and delabelize vertical border check. (Bug#5357) (Bug#9618)Martin Rudalics1-51/+30
2011-09-24Minor doc fixes for some window functions.Chong Yidong1-11/+9
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-27/+29
2011-09-09Whitespace changes.Juanma Barranquero1-1/+1
2011-09-08Don't have previous and next buffers deal with internal windows.Martin Rudalics1-2/+2
2011-09-04* window.c: Integer overflow fixes.Paul Eggert1-17/+11
2011-08-05Fix bug #9221 with resource allocation under word-wrap.Eli Zaretskii1-9/+9
2011-07-19Use ptrdiff_t for composition IDs.Paul Eggert1-1/+1
2011-07-12window.c doc fixes.Lars Magne Ingebrigtsen1-1/+2
2011-07-05Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii1-9/+36
2011-07-02Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics1-28/+1
2011-06-29Rename more functions to use window-/window-- prefixes.Martin Rudalics1-6/+7
2011-06-27Use window- prefix more consistently. Fix two buffer display bugs.Martin Rudalics1-41/+41