diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2509add2580..9a1814162a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-02-16 Lawrence Mitchell <wence@gmx.li> | ||
| 2 | |||
| 3 | * ielm.el (ielm-is-whitespace-or-comment): Docstring | ||
| 4 | fix. | ||
| 5 | |||
| 1 | 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * vc.el (vc-annotate): Add new argument. | 8 | * vc.el (vc-annotate): Add new argument. |
| @@ -36,6 +41,12 @@ | |||
| 36 | 41 | ||
| 37 | * bindings.el (mode-line-mule-info): Make the tooltips more explicit. | 42 | * bindings.el (mode-line-mule-info): Make the tooltips more explicit. |
| 38 | 43 | ||
| 44 | 2008-02-15 Lawrence Mitchell <wence@gmx.li> | ||
| 45 | |||
| 46 | * ielm.el (ielm-is-whitespace): Remove. | ||
| 47 | (ielm-is-whitespace-or-comment): New function. | ||
| 48 | (ielm-eval-input): Use it. | ||
| 49 | |||
| 39 | 2008-02-15 Jason Rumney <jasonr@gnu.org> | 50 | 2008-02-15 Jason Rumney <jasonr@gnu.org> |
| 40 | 51 | ||
| 41 | * term/mac-win.el: Fix coding tag. | 52 | * term/mac-win.el: Fix coding tag. |