index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.c
Age
Commit message (
Expand
)
Author
2012-09-23
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-22
Make Temp Buffer Resize Mode less intrusive (Bug#1806).
Martin Rudalics
2012-09-19
* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
Stefan Monnier
2012-09-17
Merge from trunk
Daniel Colascione
2012-09-17
Implement cygw32
Daniel Colascione
2012-09-16
Window parameter functions again accept any window as argument (Bug#12452).
Martin Rudalics
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-11
Discard killed buffers from deleted window and frame objects.
Dmitry Antipov
2012-09-11
Convenient macro to check whether the buffer is live.
Dmitry Antipov
2012-09-05
* fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.
Paul Eggert
2012-09-04
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
merge from trunk
Tom Tromey
2012-08-28
In Fset_window_configuration install revison of reverted fix.
Martin Rudalics
2012-08-28
Remove handling of auto-buffer-name window parameter.
Martin Rudalics
2012-08-28
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-27
In Fset_window_configuration revert first part of last change.
Martin Rudalics
2012-08-27
Address two problems in Fset_window_configuration (Bug#8789) and (Bug#12208).
Martin Rudalics
2012-08-26
Remove unused external symbols.
Paul Eggert
2012-08-21
For selected window have (set-)window-point always operate on buffer's point.
Martin Rudalics
2012-08-20
Merge from trunk
Tom Tromey
2012-08-20
In select_window always make selected window's buffer current.
Martin Rudalics
2012-08-17
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
* window.h (WSET): Remove.
Paul Eggert
2012-08-17
* frame.h (FSET): Remove (Bug#12215).
Paul Eggert
2012-08-16
Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...
Martin Rudalics
2012-08-15
This introduces a thread-state object and moves various C globals
Tom Tromey
2012-08-13
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-07
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
Check for live frames explicitly in window.c functions which need it.
Chong Yidong
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
Fix replacement typo.
Dmitry Antipov
2012-08-06
Separate read and write access to Lisp_Object slots of struct frame.
Dmitry Antipov
2012-08-05
Generalize common compile-time constants.
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-23
Fix bug #12025 with a crash when displaying tooltips.
Eli Zaretskii
2012-07-21
Disallow windows on dead frames in decode_any_window.
Chong Yidong
2012-07-21
Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.org
Chong Yidong
2012-07-19
Avoid two crashes involving windows on dead frames.
Chong Yidong
2012-07-10
Use XCAR and XCDR instead of Fcar and Fcdr where possible.
Dmitry Antipov
2012-07-06
Introduce fast path for the widely used marker operation.
Dmitry Antipov
2012-07-05
More xmalloc and related cleanup.
Paul Eggert
2012-07-04
* window.c (set_window_hscroll): Revert the 100000 hscroll limit.
Paul Eggert
2012-07-03
Avoid weird behavior with large horizontal scrolls.
Paul Eggert
2012-07-03
Auto-generate EXFUN using make-docfile
Tom Tromey
2012-06-30
* lisp.h (CHECK_RANGED_INTEGER): Make value to check the first
Andreas Schwab
2012-06-29
* lisp/fringe.el (fringe-mode): Doc fix.
Dmitry Antipov
2012-06-28
Avoid integer overflow on scroll-left and scroll-right.
Paul Eggert
2012-06-28
* window.h (struct window): Change type of 'hscroll',
Dmitry Antipov
[prev]
[next]