aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.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
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-127/+97
* | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong Yidong2010-11-161-97/+127
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-127/+97
* | * src/window.c (Fwindow_use_time): New function.Martin Rudalics2010-11-131-0/+10
* | Fix int/EMACS_INT use in textprop.c and window.c.Eli Zaretskii2010-09-251-13/+13
* | Can't include menu.h in window.c for X targets.Jan D2010-08-061-2/+0
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-0/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-7/+0
* | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-291-1/+6
* | Merge from emacs-23Juanma Barranquero2010-07-271-1/+4
|\ \ | |/
| * * window.c (Fwindow_height): Doc fix (bug#6518).Christoph Scholtes2010-07-231-1/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-153/+78