emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110837: Fix more custom :versions


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110837: Fix more custom :versions
Date: Sat, 10 Nov 2012 16:43:54 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110837
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2012-11-10 16:43:54 -0800
message:
  Fix more custom :versions
  
  * lisp/help.el (temp-buffer-max-height):
  * lisp/window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
  Fix :version.
modified:
  lisp/ChangeLog
  lisp/help.el
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-11 00:40:37 +0000
+++ b/lisp/ChangeLog    2012-11-11 00:43:54 +0000
@@ -1,5 +1,7 @@
 2012-11-11  Glenn Morris  <address@hidden>
 
+       * help.el (temp-buffer-max-height):
+       * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
        * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
 
 2012-11-10  Leo Liu  <address@hidden>

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2012-10-26 09:11:24 +0000
+++ b/lisp/help.el      2012-11-11 00:43:54 +0000
@@ -979,7 +979,7 @@
 function is called, the window to be resized is selected."
   :type '(choice integer function)
   :group 'help
-  :version "24.2")
+  :version "24.3")
 
 (define-minor-mode temp-buffer-resize-mode
   "Toggle auto-resizing temporary buffer windows (Temp Buffer Resize Mode).

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2012-11-03 10:47:03 +0000
+++ b/lisp/window.el    2012-11-11 00:43:54 +0000
@@ -6065,7 +6065,7 @@
 window.  The height of the root window is subject to the values
 of `fit-frame-to-buffer-max-height' and `window-min-height'."
   :type 'boolean
-  :version "24.2"
+  :version "24.3"
   :group 'help)
 
 (defcustom fit-frame-to-buffer-bottom-margin 4
@@ -6073,7 +6073,7 @@
 This is the number of lines `fit-frame-to-buffer' leaves free at the
 bottom of the display in order to not obscure the system task bar."
   :type 'integer
-  :version "24.2"
+  :version "24.3"
   :group 'windows)
 
 (defun fit-frame-to-buffer (&optional frame max-height min-height)


reply via email to

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