# HG changeset patch # User Juanma Barranquero # Date 1203607635 0 # Node ID af7423454309797358b562f8082e1e58a1e83290 # Parent 39bcab1d5d10fbec29dbfae695f58f8d53737665 *** empty log message *** diff -r 39bcab1d5d10 -r af7423454309 lisp/ChangeLog --- 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 + + * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil. + 2008-02-21 Drew Adams * 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 @@ -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.