index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.h
Age
Commit message (
Expand
)
Author
2012-11-02
Window-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-11
Discard killed buffers from deleted window and frame objects.
Dmitry Antipov
2012-09-05
Remove 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-26
Remove unused external symbols.
Paul Eggert
2012-08-17
* window.h (WSET): Remove.
Paul Eggert
2012-08-16
Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...
Martin Rudalics
2012-08-07
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
Drop FGET and revert read access to Lisp_Objects slots of struct frame.
Dmitry Antipov
2012-08-06
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-06
Separate read and write access to Lisp_Object slots of struct frame.
Dmitry Antipov
2012-08-01
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-07-31
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
Dmitry Antipov
2012-07-05
Revert hscroll and min_hscroll to ptrdiff_t.
Eli Zaretskii
2012-07-05
Fix bug #11857 with messed up display for insanely large hscroll values.
Eli Zaretskii
2012-07-03
Auto-generate EXFUN using make-docfile
Tom 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' and
Dmitry Antipov
2012-06-01
For a 'struct window', replace some Lisp_Object fields to
Dmitry Antipov
2012-05-23
* src/window.h (clip_changed): Remove useless declaration.
Dmitry Antipov
2012-03-12
Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.
Chong Yidong
2012-02-23
Avoid infloop in next-frame during frame creation.
Chong Yidong
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-12-04
Spelling fixes.
Paul Eggert
2011-11-19
Spelling fixes.
Paul Eggert
2011-11-16
Rename window-nest to window-combination-limit.
Martin Rudalics
2011-11-12
Don't handle splits status.
Martin Rudalics
2011-11-07
Remove term "subwindow" from code and documentation.
Martin Rudalics
2011-08-29
sprintf-related integer and memory overflow issues.
Paul Eggert
2011-07-02
Remove 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-11
Move/add window-buffer-related functions to window.el.
Martin Rudalics
2011-06-10
Make 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-10
Some more window.h fixes missing in 2011-06-10T06:55:18Z!rudalics@gmx.at.
Martin Rudalics
2011-06-10
Avoid compiler warnings about missing prototypes of window.c functions.
Eli Zaretskii
2011-06-08
Add some new members to window structure in window.h.
Martin Rudalics
2011-06-07
Make delete_all_subwindows argument a Lisp_Object.
Martin Rudalics
2011-06-07
Install some window-size related functions and window-list-1.
Martin Rudalics
2011-06-06
* src/window.h (Fwindow_frame): Declare.
Stefan Monnier
2011-06-06
Move 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-25
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-13
Don'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-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-03-21
Merge from trunk
Stefan Monnier
2011-03-06
* window.h (check_all_windows): New decl, to forestall
Paul Eggert
[next]