diff options
| author | Jay Belanger | 2005-05-30 21:08:43 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-05-30 21:08:43 +0000 |
| commit | e39f3cfe44291e205c8657318a0a59733ee660d6 (patch) | |
| tree | 42c0e89b5a32e4091c5dd23a23c177afdf8cf455 | |
| parent | 651e237bbe17d60590a5a2a4394e42e06780cf6c (diff) | |
| download | emacs-e39f3cfe44291e205c8657318a0a59733ee660d6.tar.gz emacs-e39f3cfe44291e205c8657318a0a59733ee660d6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | man/ChangeLog | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4145b545e8..91f967b01cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-05-30 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calc.el (calc-bug-address): Fix docstring. | ||
| 4 | (calc-window-hook, calc-trail-window-hook): New variables. | ||
| 5 | (calc-trail-display): Restore use of calc-trail-window-hook. | ||
| 6 | (calc): Restore use of calc-window-hook. | ||
| 7 | |||
| 1 | 2005-05-31 Masatake YAMATO <jet@gyve.org> | 8 | 2005-05-31 Masatake YAMATO <jet@gyve.org> |
| 2 | 9 | ||
| 3 | * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines. | 10 | * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines. |
diff --git a/man/ChangeLog b/man/ChangeLog index 61d765a3a30..f3f2afcec7e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-05-30 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc.texi (Hooks): Change description of calc-window-hook and | ||
| 4 | calc-trail-window-hook to match usage. | ||
| 5 | (Computational Functions): Add more constant-generating functions. | ||
| 6 | (Customizable Variables): Use defvar. | ||
| 7 | |||
| 1 | 2005-05-30 Noah Friedman <friedman@splode.com> | 8 | 2005-05-30 Noah Friedman <friedman@splode.com> |
| 2 | 9 | ||
| 3 | * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a | 10 | * trouble.texi (After a Crash): Mention emacs-buffer.gdb as a |