summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-141-2/+2
* | Add variable `scroll-preserve-screen-position-commands'.Juri Linkov2010-04-141-5/+19
* | (keys_of_window): Remove redundant/overridden bindings.Stefan Monnier2010-03-301-3/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-9/+9
* * window.c (grow_mini_window): Comment out "delta >= 0" assertion.Juanma Barranquero2009-10-261-2/+5
* * window.c (Fwindow_edges, Fwindow_pixel_edges)Chong Yidong2009-10-231-21/+31
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)Juanma Barranquero2009-10-031-0/+3
* Add the `recenter-redisplay' variable, and make `recenter' use it.Miles Bader2009-06-231-11/+35