aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Implement cygw32Daniel Colascione2012-09-171-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | upstreamJoakim Verona2012-10-161-30/+30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-20/+20
| * | | | | | Handle window-height and window-width alist entries in `display-buffer'.Martin Rudalics2012-09-301-10/+10
* | | | | | | finally builds againJoakim Verona2012-09-281-42/+55
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Simplify and avoid signal-handling races.Paul Eggert2012-09-231-17/+17
| * | | | | | Make Temp Buffer Resize Mode less intrusive (Bug#1806).Martin Rudalics2012-09-221-25/+38
* | | | | | | upstreamJoakim Verona2012-09-281-1/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier2012-09-191-1/+5
| | |/ / / / | |/| | | |
* | | | | | not compiling yetJoakim Verona2012-09-191-12/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Window parameter functions again accept any window as argument (Bug#12452).Martin Rudalics2012-09-161-4/+4
| * | | | | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* | | | | | upstreamJoakim Verona2012-09-121-10/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-111-10/+0
| * | | | | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-7/+7
* | | | | | upstreamJoakim Verona2012-09-101-7/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-3/+5
| * | | | | Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-4/+4
| |/ / / /
* | | | | upstreamJoakim Verona2012-09-031-46/+66
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | upstreamJoakim Verona2012-08-191-403/+570
|\ \ \ \ | |/ / /
| * | | * 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
| | |/ | |/|
* | | upstreamJoakim Verona2012-08-151-681/+677
|\ \ \ | |/ /
| * | 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
* | | upstreamJoakim Verona2012-08-011-611/+637
|\ \ \ | |/ /
| * | 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
* | | upstreamJoakim Verona2012-07-271-142/+105
|\ \ \ | |/ /
| * | 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