comparison lisp/ChangeLog @ 85304:070315abf3d9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Oct 2007 22:49:39 +0000
parents d68353926a20
children 69156b1b3ee0
comparison
equal deleted inserted replaced
85303:6830ce7af289 85304:070315abf3d9
1 2007-10-14 Richard Stallman <rms@gnu.org>
2
3 * emacs-lisp/advice.el (documentation): Advice deleted.
4 Doc for advised functions is now handled at C level.
5 This is now handled at C level.
6 (ad-stop-advice, ad-start-advice): Don't enable or disable
7 advice for `documentation'.
8 (ad-advised-definition-docstring-regexp): Var deleted.
9 (ad-make-advised-definition-docstring): Store orig name
10 as text property of string.
11 (ad-advised-definition-p): Check for text property of docstring.
12
13 * help-fns.el (describe-function-1): Find source of advised functions.
14
1 2007-10-14 Juri Linkov <juri@jurta.org> 15 2007-10-14 Juri Linkov <juri@jurta.org>
2 16
3 * faces.el (describe-face): Allow handling a string as the face name. 17 * faces.el (describe-face): Allow handling a string as the face name.
4 18
5 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the 19 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
368 382
369 * net/tramp.el (tramp-open-connection-setup-interactive-shell): 383 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
370 Pacify byte compiler. 384 Pacify byte compiler.
371 385
372 * net/trampver.el: Update release number. 386 * net/trampver.el: Update release number.
387
388 2007-10-09 Richard Stallman <rms@gnu.org>
389
390 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
373 391
374 2007-10-09 Juanma Barranquero <lekktu@gmail.com> 392 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
375 393
376 * follow.el: Require easymenu. 394 * follow.el: Require easymenu.
377 (follow-mode-hook, follow-mode): Doc fixes. 395 (follow-mode-hook, follow-mode): Doc fixes.