summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-22Make Temp Buffer Resize Mode less intrusive (Bug#1806).Martin Rudalics
2012-09-19* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier
2012-09-17Merge from trunkDaniel Colascione
2012-09-17Implement cygw32Daniel Colascione
2012-09-16Window parameter functions again accept any window as argument (Bug#12452).Martin Rudalics
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-11Discard killed buffers from deleted window and frame objects.Dmitry Antipov
2012-09-11Convenient macro to check whether the buffer is live.Dmitry Antipov
2012-09-05* fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-09-04merge from trunkTom Tromey
2012-08-28In Fset_window_configuration install revison of reverted fix.Martin Rudalics
2012-08-28Remove handling of auto-buffer-name window parameter.Martin Rudalics
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov
2012-08-27In Fset_window_configuration revert first part of last change.Martin Rudalics
2012-08-27Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208).Martin Rudalics
2012-08-26Remove unused external symbols.Paul Eggert
2012-08-21For selected window have (set-)window-point always operate on buffer's point.Martin Rudalics
2012-08-20Merge from trunkTom Tromey
2012-08-20In select_window always make selected window's buffer current.Martin Rudalics
2012-08-17* buffer.h (BSET): Remove.Paul Eggert
2012-08-17* window.h (WSET): Remove.Paul Eggert
2012-08-17* frame.h (FSET): Remove (Bug#12215).Paul Eggert
2012-08-16Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics
2012-08-15This introduces a thread-state object and moves various C globalsTom Tromey
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-07Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov
2012-08-07Check for live frames explicitly in window.c functions which need it.Chong Yidong
2012-08-07Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov
2012-08-06Fix replacement typo.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov
2012-08-05Generalize common compile-time constants.Dmitry Antipov
2012-08-01Use INTERNAL_FIELD for windows.Dmitry Antipov
2012-07-31Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov
2012-07-23Fix bug #12025 with a crash when displaying tooltips.Eli Zaretskii
2012-07-21Disallow windows on dead frames in decode_any_window.Chong Yidong
2012-07-21Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.orgChong Yidong
2012-07-19Avoid two crashes involving windows on dead frames.Chong Yidong
2012-07-10Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov
2012-07-06Introduce fast path for the widely used marker operation.Dmitry Antipov
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-04* window.c (set_window_hscroll): Revert the 100000 hscroll limit.Paul Eggert
2012-07-03Avoid weird behavior with large horizontal scrolls.Paul Eggert
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-06-30* lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab
2012-06-29* lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov
2012-06-28Avoid integer overflow on scroll-left and scroll-right.Paul Eggert
2012-06-28* window.h (struct window): Change type of 'hscroll',Dmitry Antipov