summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-06-29* lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov
2012-06-28* window.h (struct window): Change type of 'hscroll',Dmitry Antipov
2012-06-28* window.h (struct window): Change type of 'use_time' andDmitry Antipov
2012-06-01For a 'struct window', replace some Lisp_Object fields toDmitry Antipov
2012-05-23* src/window.h (clip_changed): Remove useless declaration.Dmitry Antipov
2012-03-12Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong
2012-02-23Avoid infloop in next-frame during frame creation.Chong Yidong
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-04Spelling fixes.Paul Eggert
2011-11-19Spelling fixes.Paul Eggert
2011-11-16Rename window-nest to window-combination-limit.Martin Rudalics
2011-11-12Don't handle splits status.Martin Rudalics
2011-11-07Remove term "subwindow" from code and documentation.Martin Rudalics
2011-08-29sprintf-related integer and memory overflow issues.Paul Eggert
2011-07-02Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics
2011-06-11* src/window.h (replace_buffer_in_windows): Declare.Andreas Schwab
2011-06-11Move/add window-buffer-related functions to window.el.Martin Rudalics
2011-06-10Make identifiers static if they are not used in other modules.Paul Eggert
2011-06-10* window.c: Fix minor problems reported by GCC 4.6.0.Paul Eggert
2011-06-10Some more window.h fixes missing in 2011-06-10T06:55:18Z!rudalics@gmx.at.Martin Rudalics
2011-06-10Avoid compiler warnings about missing prototypes of window.c functions.Eli Zaretskii
2011-06-08Add some new members to window structure in window.h.Martin Rudalics
2011-06-07Make delete_all_subwindows argument a Lisp_Object.Martin Rudalics
2011-06-07Install some window-size related functions and window-list-1.Martin Rudalics
2011-06-06* src/window.h (Fwindow_frame): Declare.Stefan Monnier
2011-06-06Move some window-related functions from frame.c to window.c.Martin Rudalics
2011-04-25* lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-13Don't publish debugger-only interfaces to other modules.Paul Eggert
2011-04-13* window.h (check_all_windows): Mark externally visible.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-03-21Merge from trunkStefan Monnier
2011-03-06* window.h (check_all_windows): New decl, to forestallPaul Eggert
2011-03-06Merge from trunkStefan Monnier
2011-03-06* minibuf.c (minibuf_prompt, minibuf_prompt_width): Move herePaul Eggert
2011-02-19* lisp/subr.el (save-window-excursion): New macro, moved from C.Stefan Monnier
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-27Remove unused declarationsAndreas Schwab
2010-11-16Cleanup of window coordinate positioning code.Chong Yidong
2010-11-16Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong Yidong
2010-11-16Cleanup of window coordinate positioning code.Chong Yidong
2010-07-02Remove P_ and __P macros.Jan D
2010-01-16Merge from mainline.Eli Zaretskii
2010-01-13Add 2010 to copyright years.Glenn Morris
2010-01-09Merge from mainline.Eli Zaretskii