Mercurial > emacs
changeset 92051:af7423454309
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 21 Feb 2008 15:27:15 +0000 |
parents | 39bcab1d5d10 |
children | 3a7d2adfb2af |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 21 15:24:23 2008 +0000 +++ b/lisp/ChangeLog Thu Feb 21 15:27:15 2008 +0000 @@ -1,3 +1,7 @@ +2008-02-21 Juanma Barranquero <lekktu@gmail.com> + + * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil. + 2008-02-21 Drew Adams <drew.adams@oracle.com> * mouse.el (minor-mode-menu-from-indicator): Create a menu with a @@ -27,8 +31,8 @@ in composition-function-table. (auto-compose-region): Likewise. - * ps-mule.el (ps-mule-font-info-database-bdf): Use - ethio16f-uni.bdf for Ethiopic. + * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf + for Ethiopic. (ps-mule-plot-string): Ignore glyph-string based compositions. 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca> @@ -60,8 +64,7 @@ * calc/calc-math.el (math-sin-raw): Add optional argument to keep track of original argument. - (math-cos-raw): Use optional argument when calling - math-sin-raw. + (math-cos-raw): Use optional argument when calling math-sin-raw. (math-sin-raw-2, math-cos-raw-2): Check for a zero argument with close to original precision.