summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* * window.c (select_window_1): Now static.Paul Eggert2012-12-251-1/+2
* Fix window-body-width on text terminals.Eli Zaretskii2012-12-251-5/+5
* Merge from emacs-24; up to 2012-12-02T06:22:32Z!cyd@gnu.orgGlenn Morris2012-12-221-3/+5
|\
| * Reword doc and doc-string of select-window (Bug#13248).Martin Rudalics2012-12-221-3/+5
* | Spelling fix.Paul Eggert2012-12-191-2/+2
* | * src/xdisp.c (select_frame_for_redisplay): Use select_window_1 toStefan Monnier2012-12-171-7/+15
* | * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.Dmitry Antipov2012-12-121-2/+2
* | * buffer.c (Fset_buffer_multibyte): Do not force redisplayDmitry Antipov2012-12-111-14/+16
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-111-9/+11
* | Per-buffer window counters.Dmitry Antipov2012-12-101-0/+31
* | * frame.c (make_frame): Do not set window's buffer to t.Dmitry Antipov2012-12-071-3/+1
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-3/+3
* | * window.c (list4i): Rename from 'quad'. All uses changed.Paul Eggert2012-11-111-46/+47
* | Merge from emacs-24; up to 2012-11-08T14:54:03Z!monnier@iro.umontreal.caGlenn Morris2012-11-101-5/+8
|\ \ | |/
| * Fix and rewrite doc on window recombining facilities.Martin Rudalics2012-11-071-9/+14
* | Minor adjustments of recently-changed frame functions.Paul Eggert2012-11-061-2/+2
* | * window.c (Fwindow_combination_limit): Revert to the onlyDmitry Antipov2012-11-061-4/+7
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-32/+14
* | * window.c (quad): New function.Dmitry Antipov2012-11-061-80/+70
* | * window.c (decode_next_window_args): Update window arg afterDmitry Antipov2012-11-031-4/+3
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-6/+3
|/
* In window.c fix two flaws reported by Dmitry Antipov.Martin Rudalics2012-10-181-30/+5
* Fix Fwindow_end's handling of cached position (Bug#12600).Martin Rudalics2012-10-151-3/+5
* Merge from trunkDaniel Colascione2012-10-071-64/+81
|\
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-20/+20
| * Handle window-height and window-width alist entries in `display-buffer'.Martin Rudalics2012-09-301-10/+10
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-17/+17
| * Make Temp Buffer Resize Mode less intrusive (Bug#1806).Martin Rudalics2012-09-221-25/+38
| * * src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier2012-09-191-1/+5
* | Merge from trunkDaniel Colascione2012-09-171-29/+20
|\ \ | |/
| * Window parameter functions again accept any window as argument (Bug#12452).Martin Rudalics2012-09-161-4/+4
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-111-10/+0
| * Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-7/+7
| * * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-3/+5
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-4/+4
* | Implement cygw32Daniel Colascione2012-09-171-1/+1
|/
* In Fset_window_configuration install revison of reverted fix.Martin Rudalics2012-08-281-0/+15
* Remove handling of auto-buffer-name window parameter.Martin Rudalics2012-08-281-15/+1
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-2/+2
* In Fset_window_configuration revert first part of last change.Martin Rudalics2012-08-271-18/+0
* Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208).Martin Rudalics2012-08-271-2/+29
* Remove unused external symbols.Paul Eggert2012-08-261-2/+3
* For selected window have (set-)window-point always operate on buffer's point.Martin Rudalics2012-08-211-21/+31
* In select_window always make selected window's buffer current.Martin Rudalics2012-08-201-6/+6
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-6/+6
* * window.h (WSET): Remove.Paul Eggert2012-08-171-232/+355
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-16/+19
* Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics2012-08-161-158/+199
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-6/+6