Don't have previous and next buffers deal with internal windows.
[bpt/emacs.git] / src / window.c
2011-09-08 Martin RudalicsDon't have previous and next buffers deal with internal...
2011-09-05 Paul EggertMerge from trunk.
2011-09-04 Paul EggertMerge from trunk.
2011-09-04 Paul EggertMerge from trunk.
2011-09-04 Paul EggertInteger overflow fixes for scrolling, etc.
2011-09-04 Paul EggertMerge from trunk.
2011-09-04 Paul Eggert* window.c: Integer overflow fixes.
2011-09-03 Paul EggertMerge from trunk.
2011-08-30 Chong YidongMerge changes from emacs-23 branch
2011-08-26 Paul EggertMerge from trunk.
2011-08-26 Paul EggertMerge from trunk.
2011-08-25 Paul EggertMerge from trunk.
2011-08-25 Paul EggertMerge from trunk.
2011-08-24 Paul EggertMerge from trunk.
2011-08-19 Paul EggertMerge from trunk.
2011-08-19 Paul EggertMerge from trunk.
2011-08-18 Paul EggertMerge from trunk.
2011-08-18 Paul EggertMerge from trunk.
2011-08-16 Paul EggertMerge from trunk.
2011-08-16 Paul EggertMerge from trunk.
2011-08-15 Paul EggertMerge from trunk.
2011-08-15 Paul EggertMerge from trunk.
2011-08-14 Paul EggertMerge from trunk.
2011-08-09 Chong YidongMerge from emacs-23 branch
2011-08-06 Paul EggertMerge from trunk.
2011-08-05 Paul EggertMerge from trunk.
2011-08-05 Eli ZaretskiiFix bug #9221 with memory leak in bidi display.
2011-08-05 Eli ZaretskiiFix bug #9221 with resource allocation under word-wrap.
2011-08-05 Paul EggertMerge from trunk.
2011-07-29 Paul EggertMerge from trunk.
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-19 Paul EggertUse ptrdiff_t for composition IDs.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-13 Paul EggertMerge from trunk.
2011-07-12 Lars Magne Ingebri... window.c doc fixes.
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-07-05 Eli ZaretskiiEmpty the bidi cache "stack" when it->sp is zeroed.
2011-07-02 Martin RudalicsRemove clone-number support. Provide clone-of paramete...
2011-06-29 Martin RudalicsRename more functions to use window-/window-- prefixes.
2011-06-27 Martin RudalicsUse window- prefix more consistently. Fix two buffer...
2011-06-27 Martin RudalicsUse better names for window-next/-prev and window-vchil...
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-24 Juanma BarranqueroMove DEFSYM to lisp.h and use everywhere.
2011-06-13 Paul EggertMerge from trunk.
2011-06-12 Martin RudalicsFix make_frame, introduce Vtemp_buffer_show_specifiers...
2011-06-12 Paul EggertFix minor problems found by GCC 4.6.0 static checking.
2011-06-12 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul Eggert* buffer.c (Qclone_number): Remove for now, as it's...
2011-06-11 Martin RudalicsWindow configuration, balancing and fit-to-buffer rewrites.
2011-06-11 Martin RudalicsMove/add window-buffer-related functions to window.el.
2011-06-11 Paul EggertMerge from trunk.
2011-06-10 Paul EggertMerge: Fix minor problems found by static checking.
2011-06-10 Paul EggertMake identifiers static if they are not used in other...
2011-06-10 Paul Eggert* window.c: Fix minor problems reported by GCC 4.6.0.
2011-06-10 Paul EggertMerge from trunk.
2011-06-10 Eli ZaretskiiAvoid compiler warnings about missing prototypes of...
2011-06-10 Martin RudalicsMove window resize code from window.c to window.el.
2011-06-09 Martin RudalicsFinal preparations for new window resize code.
2011-06-08 Paul Eggert* window.c (window_body_lines): Now static.
2011-06-08 Paul EggertMerge from trunk.
2011-06-08 Martin RudalicsNew symbols in window.c.
2011-06-08 Martin RudalicsAdd some new members to window structure in window.h.
2011-06-08 Martin Rudalicswindow-height, window-width, and window-full-width...
2011-06-07 Eli ZaretskiiFix the MS-DOS build broken by STRING_BYTES_MAX.
2011-06-07 Martin RudalicsMove get-lru-window and get-largest-window to window.el.
2011-06-07 Martin RudalicsMake delete_all_subwindows argument a Lisp_Object.
2011-06-07 Martin RudalicsInstall some window-size related functions and window...
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Martin RudalicsMove some window-related functions from frame.c to...
2011-06-06 Martin RudalicsExpose window-tree functions in Elisp.
2011-06-06 Martin RudalicsPrepare for exposing window-tree functions in Elisp.
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-19 Kenichi Handamerge trunk
2011-05-18 Paul EggertMerge from mainline.
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-16 Paul EggertMerge from mainline.
2011-05-15 Paul EggertMerge: user-interface timestamps and other int overflow...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-11 Paul Eggert* window.c (size_window): Avoid needless test at loop...
2011-05-09 Eli ZaretskiiBackport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla...
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-04-30 Paul EggertMerge from mainline.
2011-04-29 Eli ZaretskiiFix bug #7952 with vertical motion in Grep buffers.
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Paul Eggert* lisp.h: Say "vectorlike header" rather than "vector...
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
next