| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -4/+4 |
| * | 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 |
| * | * 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | | Introduce fast path for the widely used marker operation. | Dmitry Antipov | 2012-07-06 | 1 | -6/+3 |
| * | | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -3/+2 |
| * | | * window.c (set_window_hscroll): Revert the 100000 hscroll limit. | Paul Eggert | 2012-07-04 | 1 | -6/+8 |
| * | | Avoid weird behavior with large horizontal scrolls. | Paul Eggert | 2012-07-03 | 1 | -25/+25 |
| * | | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -7/+0 |
| * | | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the first | Andreas Schwab | 2012-06-30 | 1 | -1/+1 |
| * | | * lisp/fringe.el (fringe-mode): Doc fix. | Dmitry Antipov | 2012-06-29 | 1 | -4/+5 |
| * | | Avoid integer overflow on scroll-left and scroll-right. | Paul Eggert | 2012-06-28 | 1 | -15/+16 |
| * | | * window.h (struct window): Change type of 'hscroll', | Dmitry Antipov | 2012-06-28 | 1 | -42/+39 |
| * | | * window.h (struct window): Change type of 'use_time' and | Dmitry Antipov | 2012-06-28 | 1 | -8/+4 |
| * | | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -6/+6 |
| * | | * alloc.c (allocate_window): Zero out non-Lisp part of newly | Dmitry Antipov | 2012-06-26 | 1 | -35/+9 |
| * | | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 1 | -2/+2 |
| * | | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -0/+1 |
| * | | Fix bug #11677 with segfault when deleting windows under -batch. | Eli Zaretskii | 2012-06-16 | 1 | -17/+23 |
| * | | For a 'struct window', replace some Lisp_Object fields to | Dmitry Antipov | 2012-06-01 | 1 | -39/+37 |
| * | | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -0/+5 |
| |\ \ |
|
| | * \ | Merge changes from emacs-24 branch | Chong Yidong | 2012-04-27 | 1 | -0/+5 |
| | |\ \
| | |/ |
|
| | | * | Avoid assertion violation when scrolling minibuffer windows. | Eli Zaretskii | 2012-04-23 | 1 | -0/+5 |
| * | | | Merge from trunk. | Paul Eggert | 2012-04-21 | 1 | -0/+2 |
| |\ \ \
| |/ / |
|
| | * | | * src/window.c (save_window_save): Obey window-point-insertion-type. | Stefan Monnier | 2012-04-10 | 1 | -0/+2 |
| | |/ |
|
| * | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -6/+16 |
| |\ \
| |/ |
|