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