index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.c
Age
Commit message (
Expand
)
Author
2013-04-08
* src/window.c (select_window): Don't record_buffer while the invariant is
Stefan Monnier
2013-04-01
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
2013-03-28
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-24
Reorder conditions that are written backwards
Andreas Schwab
2013-03-20
* window.h (struct window): Convert left_col, top_line, total_lines
Dmitry Antipov
2013-03-19
* window.c (Fwindow_combination_limit, Fset_window_combination_limit):
Dmitry Antipov
2013-03-18
* window.c (window_resize_check, window_resize_apply)
Dmitry Antipov
2013-03-17
merge from trunk
Tom Tromey
2013-03-13
* window.c (Fscroll_other_window): Use SET_PT_BOTH because both
Dmitry Antipov
2013-03-08
merge from trunk
Tom Tromey
2013-03-07
Avoid character to byte conversions in motion subroutines.
Dmitry Antipov
2013-03-07
* lisp.h (list2i, list3i): New functions.
Dmitry Antipov
2013-02-26
* window.c (Frecenter): Tiny docstring enhancement.
Bastien Guerry
2013-02-11
* marker.c (set_marker_internal): If desired position is passed
Dmitry Antipov
2013-02-08
* lisp.h (make_uninit_vector): New function.
Dmitry Antipov
2013-02-01
* window.h (struct window): Convert base_line_number, base_line_pos
Dmitry Antipov
2013-01-24
Drop async_visible and async_iconified fields of struct frame.
Dmitry Antipov
2013-01-22
* window.h (struct window): Change window_end_valid member from
Dmitry Antipov
2013-01-16
merge from trunk
Tom Tromey
2013-01-11
Disambiguate function and variable references in docstrings.
Aaron S. Hawley
2013-01-05
merge from trunk
Tom Tromey
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-25
* window.c (select_window_1): Now static.
Paul Eggert
2012-12-25
Fix window-body-width on text terminals.
Eli Zaretskii
2012-12-22
Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.org
Glenn Morris
2012-12-22
Reword doc and doc-string of select-window (Bug#13248).
Martin Rudalics
2012-12-19
Spelling fix.
Paul Eggert
2012-12-17
* src/xdisp.c (select_frame_for_redisplay): Use select_window_1 to
Stefan Monnier
2012-12-17
merge from trunk
Tom Tromey
2012-12-12
* dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
Dmitry Antipov
2012-12-11
* buffer.c (Fset_buffer_multibyte): Do not force redisplay
Dmitry Antipov
2012-12-11
Consistently use marker_position and marker_byte_position.
Dmitry Antipov
2012-12-10
Per-buffer window counters.
Dmitry Antipov
2012-12-07
* frame.c (make_frame): Do not set window's buffer to t.
Dmitry Antipov
2012-11-12
Simplify by using FOR_EACH_FRAME here and there.
Dmitry Antipov
2012-11-11
* window.c (list4i): Rename from 'quad'. All uses changed.
Paul Eggert
2012-11-10
Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.ca
Glenn Morris
2012-11-07
Fix and rewrite doc on window recombining facilities.
Martin Rudalics
2012-11-06
Minor adjustments of recently-changed frame functions.
Paul Eggert
2012-11-06
* window.c (Fwindow_combination_limit): Revert to the only
Dmitry Antipov
2012-11-06
Widely used frame validity and checking functions.
Dmitry Antipov
2012-11-06
* window.c (quad): New function.
Dmitry Antipov
2012-11-03
* window.c (decode_next_window_args): Update window arg after
Dmitry Antipov
2012-11-02
Window-related stuff cleanup here and there.
Dmitry Antipov
2012-10-18
In window.c fix two flaws reported by Dmitry Antipov.
Martin Rudalics
2012-10-15
Fix Fwindow_end's handling of cached position (Bug#12600).
Martin Rudalics
2012-10-07
Merge from trunk
Daniel Colascione
2012-09-30
Prefer plain 'static' to 'static inline'.
Paul Eggert
2012-09-30
Handle window-height and window-width alist entries in `display-buffer'.
Martin Rudalics
[prev]
[next]