| Age | Commit message (Expand) | Author |
| 2013-11-27 | Reset window_end_valid after some window changes (Bug#15957). | Martin Rudalics |
| 2013-11-06 | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | Stefan Monnier |
| 2013-11-05 | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier |
| 2013-11-03 | Port to stricter C99 platforms. | Paul Eggert |
| 2013-10-08 | Support menus on text-mode terminals. | Eli Zaretskii |
| 2013-10-02 | * window.h (struct window): Prefer enum text_cursor_kinds to int | Dmitry Antipov |
| 2013-09-30 | Fix message-box and avoid compilation warnings. | Eli Zaretskii |
| 2013-09-29 | * window.c (calc_absolute_offset): #elif should be #elif defined. | Jan Djärv |
| 2013-09-26 | Merge from trunk. | Eli Zaretskii |
| 2013-09-24 | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov |
| 2013-09-23 | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame): | Dmitry Antipov |
| 2013-09-20 | A simpler, centralized INLINE. | Paul Eggert |
| 2013-09-11 | Ifdef away frame tool bar code when it is not really used. | Dmitry Antipov |
| 2013-09-06 | Attempt to make redisplay more selective when changing fonts. | Dmitry Antipov |
| 2013-09-05 | Cache current header and mode line height for each window. | Dmitry Antipov |
| 2013-09-05 | * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER. | Dmitry Antipov |
| 2013-09-05 | Merge from trunk after a lot of time. | Eli Zaretskii |
| 2013-09-01 | * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent. | Dmitry Antipov |
| 2013-08-31 | In temp_output_buffer_show make sure window returned by display_buffer is liv... | Martin Rudalics |
| 2013-08-29 | * intervals.c (set_point_from_marker): New function. | Dmitry Antipov |
| 2013-08-27 | * lisp.h (Mouse_HLInfo): Move from here... | Dmitry Antipov |
| 2013-08-26 | * window.h (struct window): Replace last_cursor with last_cursor_vpos | Dmitry Antipov |
| 2013-08-25 | merge from trunk | Tom Tromey |
| 2013-08-23 | * window.c (struct save_window_data): Fix typo. | Dmitry Antipov |
| 2013-08-19 | merge from trunk | Tom Tromey |
| 2013-08-14 | * window.h (struct window): Convert window_end_pos and | Dmitry Antipov |
| 2013-08-14 | Cleanup window fringes, margins and scroll bars adjustments. | Dmitry Antipov |
| 2013-08-14 | * window.h (struct window): Convert scroll_bar_width | Dmitry Antipov |
| 2013-08-13 | Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru. | Eli Zaretskii |
| 2013-08-13 | * window.h (struct window): Convert left_margin_cols and | Dmitry Antipov |
| 2013-08-13 | * window.h (struct window): Convert left_fringe_width | Dmitry Antipov |
| 2013-08-13 | * window.c (Fset_window_start): Compare `w', not `window' because | Dmitry Antipov |
| 2013-08-12 | Avoid looping over all frame windows to freeze and unfreeze. | Dmitry Antipov |
| 2013-08-10 | Omit some unnecessary casts. | Paul Eggert |
| 2013-08-08 | Do not reset window modification event counters excessively. | Dmitry Antipov |
| 2013-08-07 | Prefer selected_window to Fselected_window, likewise for frames. | Dmitry Antipov |
| 2013-08-07 | Be more careful if selected window shows the buffer other than current, | Dmitry Antipov |
| 2013-08-06 | * window.c (window_scroll, window_scroll_pixel_based) | Dmitry Antipov |
| 2013-08-03 | Drop FRAME_PTR typedef. | Dmitry Antipov |
| 2013-07-30 | * fringe.c (draw_window_fringes, update_window_fringes) | Dmitry Antipov |
| 2013-07-26 | merge from trunk | Tom Tromey |
| 2013-07-16 | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert |
| 2013-07-06 | merge from trunk | Tom Tromey |
| 2013-07-06 | Fix bug #14771 with scroll-step = 1 and non-nil line-spacing. | Eli Zaretskii |
| 2013-06-16 | Use functions, not macros, for XINT etc. | Paul Eggert |
| 2013-06-13 | merge from trunk | Tom Tromey |
| 2013-06-04 | Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p. | Eli Zaretskii |
| 2013-06-03 | merge from trunk; clean up some issues | Tom Tromey |
| 2013-04-12 | * src/window.c (select_window): `record_buffer' even if window is | Stefan Monnier |
| 2013-04-11 | Fix bug #14170 with window-end returning a stale value. | Eli Zaretskii |