aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New symbols in window.c.Martin Rudalics2011-06-081-14/+40
* Add some new members to window structure in window.h.Martin Rudalics2011-06-081-246/+494
* window-height, window-width, and window-full-width-p are now in window.el.Martin Rudalics2011-06-081-36/+0
* Move get-lru-window and get-largest-window to window.el.Martin Rudalics2011-06-071-81/+0
* Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics2011-06-071-22/+29
* Install some window-size related functions and window-list-1.Martin Rudalics2011-06-071-60/+176
* Move some window-related functions from frame.c to window.c.Martin Rudalics2011-06-061-130/+246
* Expose window-tree functions in Elisp.Martin Rudalics2011-06-061-8/+59
* Prepare for exposing window-tree functions in Elisp.Martin Rudalics2011-06-061-38/+23
* * window.c (size_window): Avoid needless test at loop start.Paul Eggert2011-05-101-1/+4
* Fix bug #7952 with vertical motion in Grep buffers.Eli Zaretskii2011-04-291-6/+14
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-2/+2
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-9/+5
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-4/+6
* Don't publish debugger-only interfaces to other modules.Paul Eggert2011-04-131-0/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-16/+16
* * window.c (window_deletion_count): Now static.Paul Eggert2011-04-131-1/+1
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-5/+6
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-19/+22
* Merge from mainline.Paul Eggert2011-04-091-3/+0
|\
| * Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong2011-04-081-3/+0
* | error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-2/+2
|/
* Merge from lexical-binding branch.Stefan Monnier2011-04-011-23/+11
|\
| * Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-011-0/+1
| * Merge from trunkStefan Monnier2011-03-311-26/+18
| |\
| * \ Merge from trunkStefan Monnier2011-03-211-26/+27
| |\ \
| * \ \ Merge from trunkStefan Monnier2011-03-061-12/+8
| |\ \ \
| * \ \ \ Merge from trunkStefan Monnier2011-02-211-35/+35
| |\ \ \ \
| * | | | | Use offsets relative to top rather than bottom for stack refsStefan Monnier2011-02-211-1/+11
| * | | | | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-191-23/+0
* | | | | | src/xdisp.c: Remove unused parameters.Juanma Barranquero2011-03-311-9/+9
| |_|_|_|/ |/| | | |
* | | | | * window.c (shrink_windows): Omit unused local var.Paul Eggert2011-03-281-5/+1
* | | | | Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-21/+17
| |_|_|/ |/| | |
* | | | 2011-03-08 Paul Eggert <eggert@cs.ucla.edu>Paul Eggert2011-03-071-2/+2
* | | | * window.c (display_buffer): Now static.Paul Eggert2011-03-061-1/+1
* | | | * window.c (window_loop, size_window):Paul Eggert2011-03-061-23/+24
| |_|/ |/| |
* | | Doc fixes for bug#5567 (tiny change)Michael Shields2011-03-051-12/+8
| |/ |/|
* | Hide implementation of `struct kboard'Tom Tromey2011-02-161-4/+4
* | Change B_ to BVARTom Tromey2011-02-161-30/+30
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-30/+30
* | Merge changes from emacs-23 branchChong Yidong2011-02-121-1/+1
|\ \ | |/ |/|
| * Fix to select_window.Martin Rudalics2011-02-081-1/+1
* | Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-051-1/+1
|\ \ | |/
| * * src/window.c (Fselect_window): Add missing return value.Andreas Schwab2011-02-011-1/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Merge from emacs-23Glenn Morris2011-01-221-26/+30
|\ \ | |/
| * Fix last change.Chong Yidong2011-01-221-1/+1
| * Rework 2011-01-15 changes to window.c.Martin Rudalics2011-01-211-26/+32
* | * window.c: Fix error introduced by previous patch.Tom Tromey2011-01-191-1/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-66/+13