aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-16/+0
* * lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov2012-06-291-7/+8
* * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-14/+19
* * window.h (struct window): Change type of 'use_time' andDmitry Antipov2012-06-281-6/+6
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-29/+28
* * src/window.h (clip_changed): Remove useless declaration.Dmitry Antipov2012-05-231-5/+0
* Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong2012-03-121-4/+0
* Avoid infloop in next-frame during frame creation.Chong Yidong2012-02-231-0/+4
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Rename window-nest to window-combination-limit.Martin Rudalics2011-11-161-3/+2
* Don't handle splits status.Martin Rudalics2011-11-121-4/+0
* Remove term "subwindow" from code and documentation.Martin Rudalics2011-11-071-1/+1
* sprintf-related integer and memory overflow issues.Paul Eggert2011-08-291-2/+2
* Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics2011-07-021-4/+0
* * src/window.h (replace_buffer_in_windows): Declare.Andreas Schwab2011-06-111-0/+1
* Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-4/+2
* Make identifiers static if they are not used in other modules.Paul Eggert2011-06-101-3/+0
* * window.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert2011-06-101-1/+0
* Some more window.h fixes missing in 2011-06-10T06:55:[email protected].Martin Rudalics2011-06-101-11/+0
* Avoid compiler warnings about missing prototypes of window.c functions.Eli Zaretskii2011-06-101-0/+7
* Add some new members to window structure in window.h.Martin Rudalics2011-06-081-26/+91
* Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics2011-06-071-1/+1
* Install some window-size related functions and window-list-1.Martin Rudalics2011-06-071-1/+1
* * src/window.h (Fwindow_frame): Declare.Stefan Monnier2011-06-061-0/+1
* Move some window-related functions from frame.c to window.c.Martin Rudalics2011-06-061-3/+6
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-1/+1
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-4/+3
* Don't publish debugger-only interfaces to other modules.Paul Eggert2011-04-131-1/+0
* * window.h (check_all_windows): Mark externally visible.Paul Eggert2011-04-131-1/+1
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+0
* Merge from trunkStefan Monnier2011-03-211-0/+1
|\
| * * window.h (check_all_windows): New decl, to forestallPaul Eggert2011-03-061-0/+1
* | Merge from trunkStefan Monnier2011-03-061-9/+0
|\|
| * * minibuf.c (minibuf_prompt, minibuf_prompt_width): Move herePaul Eggert2011-03-061-9/+0
* | * lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier2011-02-191-1/+0
|/
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-14/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-18/+0
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+2
* | Revert changes in 2010-11-16T19:59:[email protected]Chong Yidong2010-11-161-2/+2
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-2/+2
* | Remove P_ and __P macros.Jan D2010-07-021-33/+33
* | Merge from mainline.Eli Zaretskii2010-01-161-1/+1
|\|
| * Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* | Merge from mainline.Eli Zaretskii2010-01-091-2/+16
|\|