* frame.h (FSET): Remove (Bug#12215).
[bpt/emacs.git] / src / window.c
2012-08-17 Paul Eggert* frame.h (FSET): Remove (Bug#12215).
2012-08-16 Martin RudalicsConsistently check windows for validity/liveness (Bug...
2012-08-13 Dmitry AntipovUse BSET for write access to Lisp_Object members of...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongCheck for live frames explicitly in window.c functions...
2012-08-07 Dmitry AntipovDrop FGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-06 Dmitry AntipovFix replacement typo.
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-23 Eli ZaretskiiFix bug #12025 with a crash when displaying tooltips.
2012-07-21 Chong YidongDisallow windows on dead frames in decode_any_window.
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-19 Chong YidongAvoid two crashes involving windows on dead frames.
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-10 Dmitry AntipovUse XCAR and XCDR instead of Fcar and Fcdr where possible.
2012-07-06 Dmitry AntipovIntroduce fast path for the widely used marker operation.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-04 Paul Eggert* window.c (set_window_hscroll): Revert the 100000...
2012-07-04 Paul EggertAvoid weird behavior with large horizontal scrolls.
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Andreas Schwab* lisp.h (CHECK_RANGED_INTEGER): Make value to check...
2012-06-29 Dmitry Antipov* lisp/fringe.el (fringe-mode): Doc fix.
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Paul EggertAvoid integer overflow on scroll-left and scroll-right.
2012-06-28 Dmitry Antipov* window.h (struct window): Change type of 'hscroll',
2012-06-28 Dmitry Antipov* window.h (struct window): Change type of 'use_time...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-26 Dmitry Antipov* alloc.c (allocate_window): Zero out non-Lisp part...
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-19 Dmitry Antipov* alloc.c, bytecode.c, ccl.c, coding.c, composite.c...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-16 Eli ZaretskiiFix bug #11677 with segfault when deleting windows...
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-01 Dmitry AntipovFor a 'struct window', replace some Lisp_Object fields to
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-09 Glenn MorrisMerge from emacs-24; up to 2012-04-21T14:12:27Z!sdl...
2012-05-05 Chong YidongMerge from emacs-24; up to 2012-04-20T05:47:55Z!eliz...
2012-05-02 Glenn MorrisMerge from emacs-24; up to 2012-04-16T19:06:02Z!rgm...
2012-04-27 Chong YidongMerge changes from emacs-24 branch
2012-04-23 Eli ZaretskiiAvoid assertion violation when scrolling minibuffer...
2012-04-22 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-20 Chong YidongMerge from emacs-24 branch
2012-04-17 Glenn MorrisMerge from pending; try to fix-up suboptimal ses ChangeLog.
2012-04-15 Chong YidongMerge from emacs-24 branch
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Glenn MorrisMerge from emacs-24, up to 2012-04-10T02:06:19Z!larsi...
2012-04-11 Stefan Monnier* src/window.c (save_window_save): Obey window-point...
2012-04-09 Paul EggertMerge from trunk.
2012-03-31 Eli ZaretskiiFix bug #7464 with mouse highlight after "C-x 1".
2012-03-25 Stefan MonnierMerge from trunk
2012-03-12 Chong YidongRename inhibit_window_configuration_change_hook to...
2012-03-02 Paul EggertMerge from trunk.
2012-02-25 Paul EggertMerge from trunk.
2012-02-23 Chong Yidong* window.c: Fix last fix.
2012-02-23 Chong YidongAvoid infloop in next-frame during frame creation.
2012-02-12 Chong Yidong* window.c (Fdelete_window_internal): Invalidate the...
2012-02-10 Paul EggertMerge from trunk.
2012-02-09 Glenn MorrisMerge from emacs-23; up to 2010-06-29T18:17:31Z!cyd...
2012-01-21 Kenichi Handamerge trunk
2012-01-19 Martin RudalicsFix handling of persistent window parameters.
2012-01-19 Glenn MorrisMerge from emacs-23; up to 2012-01-19T07:15:48Z!rgm...
2012-01-18 Alan MackenzieMerge from trunk.
2012-01-17 Paul EggertMerge from trunk.
2012-01-16 Martin RudalicsProvide persistent window parameters.
2012-01-15 Paul EggertMerge from trunk.
2012-01-13 Eric M. LudlamFix EDE security flaw involving loading arbitrary Lisp...
2012-01-11 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files (do...
2012-01-09 Paul EggertMerge from trunk.
2012-01-09 Chong YidongMerge changes from emacs-23 branch
2012-01-07 Paul EggertMerge from trunk.
2012-01-05 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files
2011-12-14 Paul EggertMerge from trunk.
2011-12-13 Martin RudalicsFix doc-string typo.
2011-12-13 Martin RudalicsFix doc-string of recenter-redisplay.
2011-12-13 Martin RudalicsMinor fixes in window handling code and docs.
2011-12-11 Paul EggertMerge from trunk.
2011-12-05 Kenichi Handamerge trunk
2011-12-04 Paul EggertSpelling fixes.
2011-11-27 Paul EggertSpelling fixes.
2011-11-23 Chong Yidong* src/window.c (Fcoordinates_in_window_p): Accept only...
2011-11-21 Chong YidongMore updates to Windows chapter of Lisp manual.
2011-11-20 Stefan Monnier* src/window.c (get_phys_cursor_glyph): Fix Lisp_Object...
2011-11-20 Martin RudalicsRemove term "status" with "window combination limits".
2011-11-20 Paul EggertMerge from trunk.
next