aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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.Stefan 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 <[email protected]>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:[email protected].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
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23 branch, up to 2010-05-20T21:33:[email protected].Glenn Morris2011-01-151-13/+20
|\|
| * Avoid crash in Fselect_frame due to null selected_window (Bug#7728).Martin Rudalics2011-01-141-18/+16
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-0/+6
|\|
| * * src/window.c (Fmove_to_window_line): Avoid abort when called in a bufferStefan Monnier2010-12-251-0/+6
* | * window.c (syms_of_window): Add missing defsubr for window-use-time.Štěpán Němec2010-12-291-0/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-5/+11
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-5/+6