summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2012-06-28* window.h (struct window): Change type of 'use_time' andDmitry Antipov
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-06-26* alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov
2012-06-19* alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-06-16Fix bug #11677 with segfault when deleting windows under -batch.Eli Zaretskii
2012-06-02Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii
2012-06-01For a 'struct window', replace some Lisp_Object fields toDmitry Antipov
2012-05-25Merge from trunk.Paul Eggert
2012-04-27Merge changes from emacs-24 branchChong Yidong
2012-04-23Avoid assertion violation when scrolling minibuffer windows.Eli Zaretskii
2012-04-21Merge from trunk.Paul Eggert
2012-04-10* src/window.c (save_window_save): Obey window-point-insertion-type.Stefan Monnier
2012-04-09Merge from trunk.Paul Eggert
2012-03-31Fix bug #7464 with mouse highlight after "C-x 1".Eli Zaretskii
2012-03-12Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong
2012-02-24Merge from trunk.Paul Eggert
2012-02-24* window.c: Fix last fix.Chong Yidong
2012-02-23Avoid infloop in next-frame during frame creation.Chong Yidong
2012-02-12* window.c (Fdelete_window_internal): Invalidate the mouse highlight.Chong Yidong
2012-02-10Merge from trunk.Paul Eggert
2012-01-19Fix handling of persistent window parameters.Martin Rudalics
2012-01-16Merge from trunk.Paul Eggert
2012-01-16Provide persistent window parameters.Martin Rudalics
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-14Merge from trunk.Paul Eggert
2011-12-13Fix doc-string typo.Martin Rudalics
2011-12-13Fix doc-string of recenter-redisplay.Martin Rudalics
2011-12-13Minor fixes in window handling code and docs.Martin Rudalics
2011-12-10Merge from trunk.Paul Eggert
2011-12-04Spelling fixes.Paul Eggert
2011-11-26Spelling fixes.Paul Eggert
2011-11-24* src/window.c (Fcoordinates_in_window_p): Accept only live windows.Chong Yidong
2011-11-21More updates to Windows chapter of Lisp manual.Chong Yidong
2011-11-20* src/window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.Stefan Monnier
2011-11-20Remove term "status" with "window combination limits".Martin Rudalics
2011-11-19Fix bug #10075 with cursor drawing in an hscrolled window.Eli Zaretskii
2011-11-19* window.c (Fwindow_combination_limit): Make first arg non-optionalChong Yidong
2011-11-18Merge from trunk.Paul Eggert
2011-11-17Fix typos.Juanma Barranquero
2011-11-17Rename window-splits to window-combination-resize.Martin Rudalics
2011-11-16Fix typos.Juanma Barranquero
2011-11-16Rename window-nest to window-combination-limit.Martin Rudalics
2011-11-14Spelling fixes.Paul Eggert
2011-11-12Don't handle splits status.Martin Rudalics
2011-11-09Disallow calling window-inside-edges and related functions on internal windows.Chong Yidong
2011-11-08Move low-level window width/height functions to C, and high-level functions t...Chong Yidong
2011-11-07Remove term "subwindow" from code and documentation.Martin Rudalics
2011-11-06Delete window-combination-p; tweaks to window-top-child and window-left-child.Chong Yidong