diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d07198c3eec..d6ff9c58cf0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is | ||
| 4 | already of desired type. | ||
| 5 | (mac-ae-list): Coerce parameter to "list" type. | ||
| 6 | (mac-dispatch-apple-event): Replace cadr part of event with a | ||
| 7 | dummy position so that event-start returns it. | ||
| 8 | |||
| 1 | 2006-01-05 Carsten Dominik <dominik@science.uva.nl> | 9 | 2006-01-05 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 10 | ||
| 3 | * textmodes/org.el: (org-end-of-subtree): New function. | 11 | * textmodes/org.el: (org-end-of-subtree): New function. |