summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkStefan Monnier2011-03-061-12/+8
|\
| * Doc fixes for bug#5567 (tiny change)Michael Shields2011-03-051-12/+8
* | Merge from trunkStefan Monnier2011-02-211-35/+35
|\ \ | |/
| * 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
* | | 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
|/ /
* | 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
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-8/+8
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-3/+3
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-5/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-174/+66
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-33/+33
* | * window.c (Fwindow_absolute_pixel_edges): Doc fix.Jan D2010-07-011-1/+1
* | New functions that return window edges with absolute coords (bug#5721).Jan D2010-07-011-0/+74
* | Fix bug #6409.Eli Zaretskii2010-06-121-1/+1
* | * window.el (pop-to-buffer): Remove the conditional thatMartin Rudalics2010-06-071-2/+1
* | Add the `scroll-command' property.Juri Linkov2010-04-161-20/+15