summaryrefslogtreecommitdiff
path: root/src/window.h
AgeCommit message (Expand)Author
2012-11-02Window-related stuff cleanup here and there.Dmitry Antipov
2012-09-19* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*Stefan Monnier
2012-09-11Discard killed buffers from deleted window and frame objects.Dmitry Antipov
2012-09-05Remove redundant or unused things here and there.Dmitry Antipov
2012-09-05* fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert
2012-08-26Remove unused external symbols.Paul Eggert
2012-08-17* window.h (WSET): Remove.Paul Eggert
2012-08-16Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics
2012-08-07Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov
2012-08-07Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov
2012-08-01Use INTERNAL_FIELD for windows.Dmitry Antipov
2012-07-31Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov
2012-07-05Revert hscroll and min_hscroll to ptrdiff_t.Eli Zaretskii
2012-07-05Fix bug #11857 with messed up display for insanely large hscroll values.Eli Zaretskii
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