emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sun, 14 Oct 2007 22:49:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/10/14 22:49:40

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11929
retrieving revision 1.11930
diff -u -b -r1.11929 -r1.11930
--- ChangeLog   14 Oct 2007 20:42:05 -0000      1.11929
+++ ChangeLog   14 Oct 2007 22:49:39 -0000      1.11930
@@ -1,3 +1,17 @@
+2007-10-14  Richard Stallman  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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  <address@hidden>
+
+       * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
+
 2007-10-09  Juanma Barranquero  <address@hidden>
 
        * follow.el: Require easymenu.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]