aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Minor doc fix.Chong Yidong2008-12-301-2/+2
* * frame.c (delete_frame): New function derived fromMartin Rudalics2008-12-221-3/+3
* (coordinates_in_window): Don't returnMartin Rudalics2008-11-201-1/+5
* (window_loop): In DELETE_BUFFER_WINDOWS case, resetMartin Rudalics2008-11-141-0/+2
* (select_frame_norecord): New function.Martin Rudalics2008-11-021-6/+16
* (Fnext_window, Fprevious_window): Rewrite doc-string.Martin Rudalics2008-10-311-54/+57
* (Fwindow_height, Fdelete_window, set_window_buffer)Martin Rudalics2008-10-291-6/+12
* * window.c (Fwindowp, Fwindow_live_p, Fwindow_minibuffer_p)Juanma Barranquero2008-10-281-7/+7
* (Fwindow_dedicated_p, Fset_window_dedicated_p)Martin Rudalics2008-10-271-18/+29
* (Fset_window_buffer): Undo 2008-10-18 change to re-instateStefan Monnier2008-10-261-2/+5
* (Fget_buffer_window, Fdelete_windows_on, Freplace_buffer_in_windows):Martin Rudalics2008-10-251-43/+65
* (Fwindow_dedicated_p, Fset_window_dedicated_p): Reword doc-string.Martin Rudalics2008-10-221-14/+19
* (Fwindow_dedicated_p, Fset_window_dedicated_p):Martin Rudalics2008-10-191-24/+32
* (Fwindow_width, Fset_window_start)Martin Rudalics2008-10-181-51/+65
* (Fsplit_window): Rename arg horflag to horizontal.Martin Rudalics2008-10-171-11/+10
* (Fselect_window): Don't update window_select_count andMartin Rudalics2008-09-151-6/+10
* (set_window_buffer): Always preserve current-buffer.Stefan Monnier2008-09-121-15/+3
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-311-4/+0
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-3/+0
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+3
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* * window.c (Vwindow_point_insertion_type): New var.Stefan Monnier2008-06-101-3/+15