aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-4/+4
* In Fset_window_configuration install revison of reverted fix.Martin Rudalics2012-08-281-0/+15
* Remove handling of auto-buffer-name window parameter.Martin Rudalics2012-08-281-15/+1
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-2/+2
* In Fset_window_configuration revert first part of last change.Martin Rudalics2012-08-271-18/+0
* Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208).Martin Rudalics2012-08-271-2/+29
* Remove unused external symbols.Paul Eggert2012-08-261-2/+3
* For selected window have (set-)window-point always operate on buffer's point.Martin Rudalics2012-08-211-21/+31
* In select_window always make selected window's buffer current.Martin Rudalics2012-08-201-6/+6
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-6/+6
* * window.h (WSET): Remove.Paul Eggert2012-08-171-232/+355
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-16/+19
* Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics2012-08-161-158/+199
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-6/+6
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-469/+466
* Check for live frames explicitly in window.c functions which need it.Chong Yidong2012-08-071-2/+8
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-20/+19
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-642/+636
* Fix replacement typo.Dmitry Antipov2012-08-061-1/+1
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-28/+28
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-1/+1
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-589/+614
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-22/+23
* Fix bug #12025 with a crash when displaying tooltips.Eli Zaretskii2012-07-231-1/+2
* Disallow windows on dead frames in decode_any_window.Chong Yidong2012-07-211-1/+5
* Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.orgChong Yidong2012-07-211-2/+0
|\
| * Avoid two crashes involving windows on dead frames.Chong Yidong2012-07-191-2/+4
* | Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* | Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-6/+3
* | More xmalloc and related cleanup.Paul Eggert2012-07-051-3/+2
* | * window.c (set_window_hscroll): Revert the 100000 hscroll limit.Paul Eggert2012-07-041-6/+8
* | Avoid weird behavior with large horizontal scrolls.Paul Eggert2012-07-031-25/+25
* | Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-7/+0
* | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-301-1/+1
* | * lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov2012-06-291-4/+5
* | Avoid integer overflow on scroll-left and scroll-right.Paul Eggert2012-06-281-15/+16
* | * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-42/+39
* | * window.h (struct window): Change type of 'use_time' andDmitry Antipov2012-06-281-8/+4
* | Generalize run-time debugging checks.Dmitry Antipov2012-06-281-6/+6
* | * alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov2012-06-261-35/+9
* | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-2/+2
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* | Fix bug #11677 with segfault when deleting windows under -batch.Eli Zaretskii2012-06-161-17/+23
* | For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-39/+37
* | Merge from trunk.Paul Eggert2012-05-251-0/+5
|\ \
| * \ Merge changes from emacs-24 branchChong Yidong2012-04-271-0/+5
| |\ \ | | |/
| | * Avoid assertion violation when scrolling minibuffer windows.Eli Zaretskii2012-04-231-0/+5
* | | Merge from trunk.Paul Eggert2012-04-211-0/+2
|\ \ \ | |/ /
| * | * src/window.c (save_window_save): Obey window-point-insertion-type.Stefan Monnier2012-04-101-0/+2
| |/
* | Merge from trunk.Paul Eggert2012-04-091-6/+16
|\ \ | |/