Mercurial > emacs
changeset 85304:070315abf3d9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 14 Oct 2007 22:49:39 +0000 |
parents | 6830ce7af289 |
children | e1264e487a97 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 14 22:47:58 2007 +0000 +++ b/lisp/ChangeLog Sun Oct 14 22:49:39 2007 +0000 @@ -1,3 +1,17 @@ +2007-10-14 Richard Stallman <rms@gnu.org> + + * emacs-lisp/advice.el (documentation): Advice deleted. + Doc for advised functions is now handled at C level. + This is now handled at C level. + (ad-stop-advice, ad-start-advice): Don't enable or disable + advice for `documentation'. + (ad-advised-definition-docstring-regexp): Var deleted. + (ad-make-advised-definition-docstring): Store orig name + as text property of string. + (ad-advised-definition-p): Check for text property of docstring. + + * help-fns.el (describe-function-1): Find source of advised functions. + 2007-10-14 Juri Linkov <juri@jurta.org> * faces.el (describe-face): Allow handling a string as the face name. @@ -371,6 +385,10 @@ * net/trampver.el: Update release number. +2007-10-09 Richard Stallman <rms@gnu.org> + + * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set. + 2007-10-09 Juanma Barranquero <lekktu@gmail.com> * follow.el: Require easymenu.