compare symbol names with `equal'
[bpt/emacs.git] / lisp / window.el
2014-06-28 Kenichi Handamerge trunk
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-18 Juri Linkov* lisp/dired.el (dired-mark-pop-up): Let-bind display...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-03 Martin RudalicsIn display-buffer-use-some-window don't shrink window...
2014-05-26 Glenn MorrisMerge from emacs-24; up to 2014-05-26T10:21:18Z!rgm...
2014-05-25 Martin RudalicsRemove interactive specification from window--dump...
2014-05-22 Glenn Morris* window.el (window--dump-frame): Avoid error in -...
2014-03-17 Bill WohlerMerge from mh-e; up to 2012-01-03T19:41:14Z!larsi@gnus...
2014-03-16 Martin RudalicsFix behavior of with-temp-buffer-window (Bug#16816...
2014-03-12 Martin RudalicsTwo adjustments in window/frame resizing.
2014-03-07 Paul EggertSpelling and wording fixes.
2014-03-06 Martin RudalicsMore window code related fixes and documentation changes.
2014-03-05 Martin RudalicsVarious window code related fixes and documentation...
2014-03-04 Martin RudalicsFix some window code related doc-string and info entries.
2014-03-02 Martin RudalicsIn fit-window-to-buffer fix argument in window-size...
2014-03-01 Martin RudalicsFix size calculation in window--max-delta-1.
2014-02-28 Martin RudalicsRevert recent with-temp-buffer-window change (Bug#16816...
2014-02-24 Daniel ColascioneFix event race
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-02-21 Martin RudalicsIn with-temp-buffer-window don't evaluate BODY within...
2014-02-21 Martin RudalicsFix handling of window-min-height/-width (Bug#16738).
2014-02-19 Martin RudalicsIn window-state-put allow WINDOW to refer to an interna...
2014-02-10 Glenn MorrisReplace "Maintainer: FSF" with the emacs-devel mailing...
2014-01-29 Kenichi Handamerge trunk
2014-01-28 Martin RudalicsFix Fwindow_text_pixel_size and fit-frame-to-buffer.
2014-01-22 Martin RudalicsFixes in window size functions around Bug#16430 and...
2014-01-22 Glenn MorrisFix some function declarations
2014-01-13 Daniel ColascioneCorrectly handle reaching the end of the interval tree...
2014-01-13 Martin Rudalicsfit-frame/window-to-buffer code fixes including one...
2014-01-07 Martin RudalicsFix Bugs 16351 and 16383 when rounding in balance-windo...
2014-01-05 Martin RudalicsIn balance-windows add mising t to fix Bug#16351.
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-25 Xue FuqiaoMerge from mainline.
2013-12-24 Martin RudalicsIn balance-windows-area don't call window-height and...
2013-12-20 Martin RudalicsSome more fixes for pixelwise resizing.
2013-12-17 Stefan Monnier* lisp/window.el (window--pixel-to-total): Remove unuse...
2013-12-16 Martin RudalicsFix recent w32_enable_frame_resize_hack and display...
2013-12-14 Martin RudalicsHave display-buffer-below-selected never split window...
2013-12-13 Martin RudalicsFix windmove-find-other-window broken after pixelwise...
2013-12-12 Eli ZaretskiiSupport MS-Windows file names that use characters outsi...
2013-12-11 Martin RudalicsFix doc-string of display-buffer-in-side-window (Bug...
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-12-03 Juri Linkov* lisp/window.el (display-buffer-no-window): New action...
2013-12-01 Paul EggertSpelling and punctuation fixes.
2013-11-30 Martin RudalicsSupport resizing frames and windows pixelwise.
2013-11-25 Martin RudalicsHave display-buffer-at-bottom always create new window...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-20 Leo Liu* doc/lispref/windows.texi (Choosing Window): Mention...
2013-11-19 Leo Liu* window.el (display-buffer-alist, display-buffer)...
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-12 Martin RudalicsFix doc-string of display-buffer-other-frame. (Bug...
2013-10-10 Martin RudalicsFix doc-string of pop-to-buffer-same-window. (Bug...
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-18 Glenn MorrisSilence some --without-x compilation warnings
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-15 Martin RudalicsIn window--state-put-2 don't process buffer state when...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-27 Martin RudalicsAdd missing argument in call of get-largest-window...
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-23 Martin RudalicsIn display-buffer-pop-up-frame make BUFFER current...
2013-08-16 Martin RudalicsIn mouse-autoselect-window-select do autoselect when...
2013-08-14 Martin RudalicsFix some issues in window.el.
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-08 Juanma Barranquerolisp/*.el: Silence lexical-binding warnings.
2013-08-05 Dmitry AntipovDo not call to `selected-window' where it is assumed...
2013-07-30 Xue FuqiaoMerge from mainline.
2013-07-25 Martin RudalicsIn display-buffer bind split-window-keep-point to t...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-06 Martin Rudalicslisp/window.el (window-state-put): Remove window if...
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-29 Kenichi Handamerge trunk
2013-06-25 Stefan Monnierlisp/window.el: Fix previous change (2013-06-25T15...
2013-06-25 Martin Rudalicslisp/window.el (window--state-get-1): Workaround for...
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-14 Stephen BermanMerge from trunk.
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-20 Erik CharleboisBetter full-screen frame support on MS-Windows.
2013-04-14 Eli ZaretskiiMerge from trunk, resolve conflicts.
2013-04-13 Stephen BermanMake `split-window' a non-interactive function.
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
2013-03-08 Glenn MorrisMerge from emacs-24; up to 2012-12-25T15:07:59Z!dmantip...
2013-03-06 Glenn MorrisMerge from emacs-24; up to 2012-12-25T11:37:21Z!dmantip...
2013-03-05 Glenn MorrisMerge from emacs-24; up to 2012-12-24T15:56:17Z!eliz...
2013-03-03 Glenn MorrisMerge from emacs-24; up to 2012-12-24T06:24:08Z!eggert...
2013-03-02 Glenn MorrisMerge from emacs-24; up to 2012-12-23T17:06:58Z!eliz...
2013-02-28 Glenn MorrisMerge from emacs-24; up to 2012-12-23T02:41:17Z!rgm...
2013-02-24 Glenn MorrisMerge from emacs-24; up to 2012-12-22T19:09:52Z!rgm...
2013-02-22 Glenn MorrisMerge from emacs-24; up to 2012-12-22T02:59:08Z!cyd...
2013-02-21 Glenn MorrisMerge from emacs-24; up to 2012-12-21T07:35:02Z!ueno...
next