summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2011-11-04Fix documentation per bug #9949.Eli Zaretskii
2011-11-01Merge from trunk.Paul Eggert
2011-11-01Remove unused variable temp-buffer-show-specifiers.Martin Rudalics
2011-10-29Merge from trunk.Paul Eggert
2011-10-28* src/window.c (make_window): Initialize phys_cursor_on_p.Dan Nicolaescu
2011-10-27Merge from trunk.Paul Eggert
2011-10-27src/window.c: Fix typos in docstrings.Juanma Barranquero
2011-10-16Merge from trunk.Paul Eggert
2011-10-15Rewrite and delabelize vertical border check. (Bug#5357) (Bug#9618)Martin Rudalics
2011-09-24Merge from trunk.Paul Eggert
2011-09-24Minor doc fixes for some window functions.Chong Yidong
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-09-08Don't have previous and next buffers deal with internal windows.Martin Rudalics
2011-09-04* window.c: Integer overflow fixes.Paul Eggert
2011-08-05Merge from trunk.Paul Eggert
2011-08-05Fix bug #9221 with memory leak in bidi display.Eli Zaretskii
2011-08-05Fix bug #9221 with resource allocation under word-wrap.Eli Zaretskii
2011-07-19Use ptrdiff_t for composition IDs.Paul Eggert
2011-07-14Support bidi reordering of overlay and display strings.Eli Zaretskii
2011-07-12window.c doc fixes.Lars Magne Ingebrigtsen
2011-07-05Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii
2011-07-02Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics
2011-06-29Rename more functions to use window-/window-- prefixes.Martin Rudalics
2011-06-27Use window- prefix more consistently. Fix two buffer display bugs.Martin Rudalics
2011-06-27Use better names for window-next/-prev and window-vchild/-hchild.Martin Rudalics
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-12Fix make_frame, introduce Vtemp_buffer_show_specifiers, cleanup doc-strings.Martin Rudalics
2011-06-11* buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert
2011-06-11Window configuration, balancing and fit-to-buffer rewrites.Martin Rudalics
2011-06-11Move/add window-buffer-related functions to window.el.Martin Rudalics
2011-06-10Make identifiers static if they are not used in other modules.Paul Eggert
2011-06-10* window.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert
2011-06-10Avoid compiler warnings about missing prototypes of window.c functions.Eli Zaretskii
2011-06-10Move window resize code from window.c to window.el.Martin Rudalics
2011-06-09Final preparations for new window resize code.Martin Rudalics
2011-06-08New symbols in window.c.Martin Rudalics
2011-06-08Add some new members to window structure in window.h.Martin Rudalics
2011-06-08window-height, window-width, and window-full-width-p are now in window.el.Martin Rudalics
2011-06-07Move get-lru-window and get-largest-window to window.el.Martin Rudalics
2011-06-07Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics
2011-06-07Install some window-size related functions and window-list-1.Martin Rudalics
2011-06-06Move some window-related functions from frame.c to window.c.Martin Rudalics
2011-06-06Expose window-tree functions in Elisp.Martin Rudalics
2011-06-06Prepare for exposing window-tree functions in Elisp.Martin Rudalics
2011-05-10* window.c (size_window): Avoid needless test at loop start.Paul Eggert
2011-04-29Fix bug #7952 with vertical motion in Grep buffers.Eli Zaretskii
2011-04-25* lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert