emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Fri, 06 Jun 2008 08:01:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/06/06 08:01:31

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13903
retrieving revision 1.13904
diff -u -b -r1.13903 -r1.13904
--- ChangeLog   6 Jun 2008 05:59:34 -0000       1.13903
+++ ChangeLog   6 Jun 2008 08:01:29 -0000       1.13904
@@ -1,3 +1,7 @@
+2008-06-06  Martin Rudalics  <address@hidden>
+
+       * window.el (display-buffer): Remove dead call to get-lru-window.
+
 2008-06-06  Stefan Monnier  <address@hidden>
 
        * mail/sendmail.el (mail-interactive): Change default.
@@ -22,13 +26,14 @@
        (special-display-buffer-names, special-display-regexps)
        (special-display-function, same-window-p, same-window-buffer-names)
        (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
-       (pop-up-frame-function, pop-up-windows)
+       (pop-up-frame-function, pop-up-windows, even-window-heights)
        (split-window-preferred-function, split-height-threshold)
-       (split-width-threshold, window--splittable-p)
-       (window--try-to-split-window, window--frame-usable-p)
-       (even-window-heights, window--even-window-heights)
-       (window--display-buffer-1, window--display-buffer-2, display-buffer)
-       (pop-to-buffer): Move from window.c and buffer.c.
+       (window--display-buffer-1, display-buffer, pop-to-buffer): Move
+       from window.c and buffer.c.
+       (window--splittable-p, window--try-to-split-window)
+       (window--frame-usable-p, window--display-buffer-2)
+       (window--even-window-heights): New functions.
+       (split-width-threshold): New option.
        (split-window-preferred-horizontally): Remove.
        * cus-start.el: Remove corresponding declarations.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]