changeset 84959:00369fd9df16

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 28 Sep 2007 03:29:25 +0000
parents ca3cf0871ecb
children 7bae093517a5
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Sep 28 03:29:11 2007 +0000
+++ b/lisp/ChangeLog	Fri Sep 28 03:29:25 2007 +0000
@@ -1,3 +1,14 @@
+2007-09-28  Glenn Morris  <rgm@gnu.org>
+
+	* mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
+	than mapcar.
+
+	* textmodes/tex-mode.el (tex-suscript-height-ratio)
+	(tex-suscript-height-minimum): New customizable variables.
+	(tex-suscript-height): New function.
+	(superscript, subscript): Set height using tex-suscript-height
+	rather than fixing at 0.8.
+
 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
 
 	* progmodes/python.el (python-eldoc-function): Doc fix.