| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -1/+1 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | upstream | Joakim Verona | 2012-10-16 | 1 | -30/+30 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -20/+20 | |
| | * | | | | | | Handle window-height and window-width alist entries in `display-buffer'. | Martin Rudalics | 2012-09-30 | 1 | -10/+10 | |
| * | | | | | | | finally builds again | Joakim Verona | 2012-09-28 | 1 | -42/+55 | |
| |\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| | * | | | | | | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -17/+17 | |
| | * | | | | | | Make Temp Buffer Resize Mode less intrusive (Bug#1806). | Martin Rudalics | 2012-09-22 | 1 | -25/+38 | |
| * | | | | | | | upstream | Joakim Verona | 2012-09-28 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| | * | | | | | | * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after* | Stefan Monnier | 2012-09-19 | 1 | -1/+5 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | not compiling yet | Joakim Verona | 2012-09-19 | 1 | -12/+11 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Window parameter functions again accept any window as argument (Bug#12452). | Martin Rudalics | 2012-09-16 | 1 | -4/+4 | |
| | * | | | | | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 | |
| * | | | | | | upstream | Joakim Verona | 2012-09-12 | 1 | -10/+0 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Discard killed buffers from deleted window and frame objects. | Dmitry Antipov | 2012-09-11 | 1 | -10/+0 | |
| | * | | | | | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -7/+7 | |
| * | | | | | | upstream | Joakim Verona | 2012-09-10 | 1 | -7/+9 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 1 | -3/+5 | |
| | * | | | | | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -4/+4 | |
| | |/ / / / | ||||||
| * | | | | | upstream | Joakim Verona | 2012-09-03 | 1 | -46/+66 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | In Fset_window_configuration install revison of reverted fix. | Martin Rudalics | 2012-08-28 | 1 | -0/+15 | |
| | * | | | | Remove handling of auto-buffer-name window parameter. | Martin Rudalics | 2012-08-28 | 1 | -15/+1 | |
| | * | | | | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -2/+2 | |
| | * | | | | In Fset_window_configuration revert first part of last change. | Martin Rudalics | 2012-08-27 | 1 | -18/+0 | |
| | * | | | | Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208). | Martin Rudalics | 2012-08-27 | 1 | -2/+29 | |
| | * | | | | Remove unused external symbols. | Paul Eggert | 2012-08-26 | 1 | -2/+3 | |
| | * | | | | For selected window have (set-)window-point always operate on buffer's point. | Martin Rudalics | 2012-08-21 | 1 | -21/+31 | |
| | | |_|/ | |/| | | ||||||
| | * | | | In select_window always make selected window's buffer current. | Martin Rudalics | 2012-08-20 | 1 | -6/+6 | |
| * | | | | upstream | Joakim Verona | 2012-08-19 | 1 | -403/+570 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -6/+6 | |
| | * | | | * window.h (WSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -232/+355 | |
| | * | | | * frame.h (FSET): Remove (Bug#12215). | Paul Eggert | 2012-08-17 | 1 | -16/+19 | |
| | * | | | Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1... | Martin Rudalics | 2012-08-16 | 1 | -158/+199 | |
| | | |/ | |/| | ||||||
| * | | | upstream | Joakim Verona | 2012-08-15 | 1 | -681/+677 | |
| |\ \ \ | |/ / | ||||||
| | * | | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -6/+6 | |
| | * | | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -469/+466 | |
| | * | | Check for live frames explicitly in window.c functions which need it. | Chong Yidong | 2012-08-07 | 1 | -2/+8 | |
| | * | | Drop FGET and revert read access to Lisp_Objects slots of struct frame. | Dmitry Antipov | 2012-08-07 | 1 | -20/+19 | |
| | * | | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -642/+636 | |
| | * | | Fix replacement typo. | Dmitry Antipov | 2012-08-06 | 1 | -1/+1 | |
| | * | | Separate read and write access to Lisp_Object slots of struct frame. | Dmitry Antipov | 2012-08-06 | 1 | -28/+28 | |
| | * | | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 | |
| * | | | upstream | Joakim Verona | 2012-08-01 | 1 | -611/+637 | |
| |\ \ \ | |/ / | ||||||
| | * | | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -589/+614 | |
| | * | | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -22/+23 | |
| * | | | upstream | Joakim Verona | 2012-07-27 | 1 | -142/+105 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fix bug #12025 with a crash when displaying tooltips. | Eli Zaretskii | 2012-07-23 | 1 | -1/+2 | |
| | * | | Disallow windows on dead frames in decode_any_window. | Chong Yidong | 2012-07-21 | 1 | -1/+5 | |
| | * | | Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.org | Chong Yidong | 2012-07-21 | 1 | -2/+0 | |
| | |\ \ | ||||||
| | | * | | Avoid two crashes involving windows on dead frames. | Chong Yidong | 2012-07-19 | 1 | -2/+4 | |
| | * | | | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov | 2012-07-10 | 1 | -1/+1 | |