diff options
| author | Kim F. Storm | 2005-01-06 22:01:38 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-01-06 22:01:38 +0000 |
| commit | c35b0c6bc3bc05ef4dd0b44b9c477a223625d3d2 (patch) | |
| tree | 0f554260b8164c4f473057767fd108ee4e08f230 /lisp | |
| parent | 2bac7f1784d7c13f60089b81e60cc64634759842 (diff) | |
| download | emacs-c35b0c6bc3bc05ef4dd0b44b9c477a223625d3d2.tar.gz emacs-c35b0c6bc3bc05ef4dd0b44b9c477a223625d3d2.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbc1027fed2..9be77b5d0c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-01-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (completion-list-mode-map): Map follow-link to mouse-face. | ||
| 4 | |||
| 5 | * man.el (Man-xref-man-page, Man-xref-header-file) | ||
| 6 | (Man-xref-normal-file): Add follow-link property. | ||
| 7 | |||
| 1 | 2005-01-06 Jay Belanger <belanger@truman.edu> | 8 | 2005-01-06 Jay Belanger <belanger@truman.edu> |
| 2 | 9 | ||
| 3 | * calc/calc-units.el: Make sure the proper macro definitions are | 10 | * calc/calc-units.el: Make sure the proper macro definitions are |