comparison lisp/ChangeLog @ 92051:af7423454309

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 21 Feb 2008 15:27:15 +0000
parents 5fdc52f62104
children bd92ee83d7ae
comparison
equal deleted inserted replaced
92050:39bcab1d5d10 92051:af7423454309
1 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
2
3 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
4
1 2008-02-21 Drew Adams <drew.adams@oracle.com> 5 2008-02-21 Drew Adams <drew.adams@oracle.com>
2 6
3 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a 7 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
4 "Turn off" and a "Help" entry when the minor mode has no menu. 8 "Turn off" and a "Help" entry when the minor mode has no menu.
5 9
25 29
26 * composite.el (compose-chars-after): Fix arguments for a function 30 * composite.el (compose-chars-after): Fix arguments for a function
27 in composition-function-table. 31 in composition-function-table.
28 (auto-compose-region): Likewise. 32 (auto-compose-region): Likewise.
29 33
30 * ps-mule.el (ps-mule-font-info-database-bdf): Use 34 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
31 ethio16f-uni.bdf for Ethiopic. 35 for Ethiopic.
32 (ps-mule-plot-string): Ignore glyph-string based compositions. 36 (ps-mule-plot-string): Ignore glyph-string based compositions.
33 37
34 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca> 38 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35 39
36 * doc-view.el: Allow different windows to show different pages. 40 * doc-view.el: Allow different windows to show different pages.
58 62
59 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com> 63 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
60 64
61 * calc/calc-math.el (math-sin-raw): Add optional argument 65 * calc/calc-math.el (math-sin-raw): Add optional argument
62 to keep track of original argument. 66 to keep track of original argument.
63 (math-cos-raw): Use optional argument when calling 67 (math-cos-raw): Use optional argument when calling math-sin-raw.
64 math-sin-raw.
65 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument 68 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
66 with close to original precision. 69 with close to original precision.
67 70
68 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 71 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
69 72