changeset 34883:b15875366527

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 27 Dec 2000 16:55:07 +0000
parents ddb3abae49ee
children 469d99929953
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Dec 27 16:54:09 2000 +0000
+++ b/lisp/ChangeLog	Wed Dec 27 16:55:07 2000 +0000
@@ -1,5 +1,7 @@
 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
 
+	* textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
+
 	* version.el (emacs-version): Print X scroll bar information.
 
 	* scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
--- a/src/ChangeLog	Wed Dec 27 16:54:09 2000 +0000
+++ b/src/ChangeLog	Wed Dec 27 16:55:07 2000 +0000
@@ -1,5 +1,10 @@
 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
 
+	* xfaces.c (PT_PER_INCH): New macro.
+	(xlfd_point_size): Compute real point size from font's pixel size.
+	(pixel_point_size, build_scalable_font_name): Use PT_PER_INCH
+	instead of 72.
+
 	* .gdbinit: Comment out the line pointing to the Lesstif source
 	directory.