# HG changeset patch # User Glenn Morris # Date 1190950165 0 # Node ID 00369fd9df16f0b4d55ed8f1e4a201814c0e7361 # Parent ca3cf0871ecb80f02994ad607a0fb7dd0ae55cd2 *** empty log message *** diff -r ca3cf0871ecb -r 00369fd9df16 lisp/ChangeLog --- 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 + + * 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 * progmodes/python.el (python-eldoc-function): Doc fix.