aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-6/+3
* More xmalloc and related cleanup.Paul Eggert2012-07-051-3/+2
* * window.c (set_window_hscroll): Revert the 100000 hscroll limit.Paul Eggert2012-07-041-6/+8
* Avoid weird behavior with large horizontal scrolls.Paul Eggert2012-07-031-25/+25
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-7/+0
* * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-301-1/+1
* * lisp/fringe.el (fringe-mode): Doc fix.Dmitry Antipov2012-06-291-4/+5
* Avoid integer overflow on scroll-left and scroll-right.Paul Eggert2012-06-281-15/+16
* * window.h (struct window): Change type of 'hscroll',Dmitry Antipov2012-06-281-42/+39
* * window.h (struct window): Change type of 'use_time' andDmitry Antipov2012-06-281-8/+4
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-6/+6
* * alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov2012-06-261-35/+9
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-2/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Fix bug #11677 with segfault when deleting windows under -batch.Eli Zaretskii2012-06-161-17/+23
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-39/+37
* Merge from trunk.Paul Eggert2012-05-251-0/+5
|\
| * Merge changes from emacs-24 branchChong Yidong2012-04-271-0/+5
| |\
| | * Avoid assertion violation when scrolling minibuffer windows.Eli Zaretskii2012-04-231-0/+5
* | | Merge from trunk.Paul Eggert2012-04-211-0/+2
|\| |
| * | * src/window.c (save_window_save): Obey window-point-insertion-type.Stefan Monnier2012-04-101-0/+2
| |/
* | Merge from trunk.Paul Eggert2012-04-091-6/+16
|\|
| * Fix bug #7464 with mouse highlight after "C-x 1".Eli Zaretskii2012-03-311-0/+15
| * Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong2012-03-121-6/+1
* | Merge from trunk.Paul Eggert2012-02-241-1/+14
|\|
| * * window.c: Fix last fix.Chong Yidong2012-02-241-0/+2
| * Avoid infloop in next-frame during frame creation.Chong Yidong2012-02-231-1/+4
| * * window.c (Fdelete_window_internal): Invalidate the mouse highlight.Chong Yidong2012-02-121-0/+8
* | Merge from trunk.Paul Eggert2012-02-101-18/+18
|\|
| * Fix handling of persistent window parameters.Martin Rudalics2012-01-191-18/+18
* | Merge from trunk.Paul Eggert2012-01-161-7/+104
|\|
| * Provide persistent window parameters.Martin Rudalics2012-01-161-7/+104
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-141-7/+10
|\|
| * Fix doc-string typo.Martin Rudalics2011-12-131-1/+1
| * Fix doc-string of recenter-redisplay.Martin Rudalics2011-12-131-3/+4
| * Minor fixes in window handling code and docs.Martin Rudalics2011-12-131-3/+5
* | Merge from trunk.Paul Eggert2011-12-101-26/+40
|\|
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
| * Spelling fixes.Paul Eggert2011-11-261-2/+2
| * * src/window.c (Fcoordinates_in_window_p): Accept only live windows.Chong Yidong2011-11-241-1/+2
| * More updates to Windows chapter of Lisp manual.Chong Yidong2011-11-211-2/+2
| * * src/window.c (get_phys_cursor_glyph): Fix Lisp_Object/int mixup.Stefan Monnier2011-11-201-1/+1
| * Remove term "status" with "window combination limits".Martin Rudalics2011-11-201-9/+9
| * Fix bug #10075 with cursor drawing in an hscrolled window.Eli Zaretskii2011-11-191-6/+23
| * * window.c (Fwindow_combination_limit): Make first arg non-optionalChong Yidong2011-11-191-5/+1
* | Merge from trunk.Paul Eggert2011-11-181-246/+225
|\|
| * Fix typos.Juanma Barranquero2011-11-171-1/+1