# HG changeset patch # User Jay Belanger # Date 1116217550 0 # Node ID 73a2645459f6e9e33550f7f9b10618fd573ac205 # Parent 0476ffde9ab3dfdaaf9ca10f8a0286b5bc9aa144 *** empty log message *** diff -r 0476ffde9ab3 -r 73a2645459f6 lisp/ChangeLog --- a/lisp/ChangeLog Mon May 16 03:55:11 2005 +0000 +++ b/lisp/ChangeLog Mon May 16 04:25:50 2005 +0000 @@ -1,3 +1,13 @@ +2005-05-16 Jay Belanger + + * calc/calc-store.el (calc-copy-special-constant): New function. + + * calc/calc-ext.el (calc-init-extensions): Add binding for + `calc-copy-special-constant'. + + * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case + for the `calc-copy-special-constant' command. + 2005-05-16 Nick Roberts * subr.el (left-fringe-p): New function. diff -r 0476ffde9ab3 -r 73a2645459f6 man/ChangeLog --- a/man/ChangeLog Mon May 16 03:55:11 2005 +0000 +++ b/man/ChangeLog Mon May 16 04:25:50 2005 +0000 @@ -1,3 +1,7 @@ +2005-05-16 Jay Belanger + + * calc.texi (Storing Variables): Mention `calc-copy-special-constant'. + 2005-05-16 Nick Roberts * building.texi: Replace toolbar with "tool bar" for consistency.