diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cee88696b69..e7c29b98e7f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-07-13 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * add-log.el (change-log-search-file-name): Use match-string-no-properties. | ||
| 4 | (change-log-search-tag-name-1, change-log-search-tag-name) | ||
| 5 | (change-log-goto-source-1, change-log-goto-source): New functions. | ||
| 6 | (change-log-tag-re, change-log-find-head, change-log-find-tail): | ||
| 7 | New variables. | ||
| 8 | (change-log-mode-map): Bind C-c C-c to change-log-goto-source. | ||
| 9 | |||
| 1 | 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com> | 10 | 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 11 | ||
| 3 | * calc-help.el (calc-describe-key): Add angles to special key | 12 | * calc-help.el (calc-describe-key): Add angles to special key |