changeset 74615:ac990ee1126d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Dec 2006 15:17:37 +0000
parents fca3bf689dc4
children d8af1b789e17
files lisp/ChangeLog lisp/align.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Dec 14 15:16:52 2006 +0000
+++ b/lisp/ChangeLog	Thu Dec 14 15:17:37 2006 +0000
@@ -1,3 +1,8 @@
+2006-12-14  Richard Stallman  <rms@gnu.org>
+
+	* startup.el (use-fancy-splash-screens-p): Use frame-height
+	instead of window-height.  Pass frame to image-size.
+
 2006-12-13  Kenichi Handa  <handa@m17n.org>
 
 	* international/mule-cmds.el (set-locale-environment): Set
--- a/lisp/align.el	Thu Dec 14 15:16:52 2006 +0000
+++ b/lisp/align.el	Thu Dec 14 15:17:37 2006 +0000
@@ -4,6 +4,7 @@
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
+;; Maintainer: FSF
 ;; Keywords: convenience languages lisp
 
 ;; This file is part of GNU Emacs.