diff options
| author | Stefan Monnier | 2014-03-17 21:51:12 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-03-17 21:51:12 -0400 |
| commit | 6c187ef5a510d493bf74de04da2b3a80e944c5e6 (patch) | |
| tree | d95b292464fa019c6816661a6513a25d6a852c2f /doc/lispref/ChangeLog | |
| parent | 09b73f0820fd38194b46aa71e1652c594a25586c (diff) | |
| download | emacs-6c187ef5a510d493bf74de04da2b3a80e944c5e6.tar.gz emacs-6c187ef5a510d493bf74de04da2b3a80e944c5e6.zip | |
* doc/lispref/functions.texi (Advising Functions): Try and improve the text.
Add example use of advice-add.
(Core Advising Primitives): Rename. Explain handling of interactive
specs, including advice-eval-interactive-spec.
(Advising Named Functions): Try and better explain the difference with
add-function.
(Porting old advices): New node.
Fixes: debbugs:16959
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 37531b0fb31..35ad6e86de9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-03-18 Stefan <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * functions.texi (Advising Functions): Try and improve the text. | ||
| 4 | Add example use of advice-add (bug#16959). | ||
| 5 | (Core Advising Primitives): Rename. Explain handling of interactive | ||
| 6 | specs, including advice-eval-interactive-spec. | ||
| 7 | (Advising Named Functions): Try and better explain the difference with | ||
| 8 | add-function. | ||
| 9 | (Porting old advices): New node. | ||
| 10 | |||
| 1 | 2014-03-18 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2014-03-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Style fixes for floating-point doc. | 13 | Style fixes for floating-point doc. |
| @@ -16,8 +26,7 @@ | |||
| 16 | 26 | ||
| 17 | * display.texi (Temporary Displays): Rewrite descriptions of | 27 | * display.texi (Temporary Displays): Rewrite descriptions of |
| 18 | `with-output-to-temp-buffer' and `with-temp-buffer-window'. | 28 | `with-output-to-temp-buffer' and `with-temp-buffer-window'. |
| 19 | * help.texi (Help Functions): Rewrite description of | 29 | * help.texi (Help Functions): Rewrite description of `with-help-window'. |
| 20 | `with-help-window'. | ||
| 21 | 30 | ||
| 22 | 2014-03-15 Dmitry Gutov <dgutov@yandex.ru> | 31 | 2014-03-15 Dmitry Gutov <dgutov@yandex.ru> |
| 23 | 32 | ||
| @@ -34,12 +43,10 @@ | |||
| 34 | 43 | ||
| 35 | 2014-03-09 Martin Rudalics <rudalics@gmx.at> | 44 | 2014-03-09 Martin Rudalics <rudalics@gmx.at> |
| 36 | 45 | ||
| 37 | * elisp.texi (Top): Rename section "Width" to "Size of Displayed | 46 | * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text". |
| 38 | Text". | ||
| 39 | * text.texi (Primitive Indent): | 47 | * text.texi (Primitive Indent): |
| 40 | * strings.texi (String Basics): | 48 | * strings.texi (String Basics): |
| 41 | * sequences.texi (Sequence Functions): Update references | 49 | * sequences.texi (Sequence Functions): Update references accordingly. |
| 42 | accordingly. | ||
| 43 | * display.texi (Size of Displayed Text): Rename section from | 50 | * display.texi (Size of Displayed Text): Rename section from |
| 44 | "Width". Add description for `window-text-pixel-size'. | 51 | "Width". Add description for `window-text-pixel-size'. |
| 45 | (Window Dividers): Reword description of window dividers. | 52 | (Window Dividers): Reword description of window dividers. |
| @@ -64,12 +71,12 @@ | |||
| 64 | 2014-03-06 Martin Rudalics <rudalics@gmx.at> | 71 | 2014-03-06 Martin Rudalics <rudalics@gmx.at> |
| 65 | 72 | ||
| 66 | * frames.texi (Size and Position): Rewrite entries for | 73 | * frames.texi (Size and Position): Rewrite entries for |
| 67 | `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'. Add | 74 | `fit-frame-to-buffer' and `fit-frame-to-buffer-margins'. |
| 68 | description for `fit-frame-to-buffer-sizes'. | 75 | Add description for `fit-frame-to-buffer-sizes'. |
| 69 | * windows.texi (Resizing Windows): Add descriptions for | 76 | * windows.texi (Resizing Windows): Add descriptions for |
| 70 | pixelwise resizing. Add entries for `window-resize-pixelwise' | 77 | pixelwise resizing. Add entries for `window-resize-pixelwise' |
| 71 | and `fit-window-to-buffer-horizontally'. Rewrite | 78 | and `fit-window-to-buffer-horizontally'. |
| 72 | `fit-window-to-buffer' entry. | 79 | Rewrite `fit-window-to-buffer' entry. |
| 73 | 80 | ||
| 74 | 2014-03-06 Xue Fuqiao <xfq@gnu.org> | 81 | 2014-03-06 Xue Fuqiao <xfq@gnu.org> |
| 75 | 82 | ||
| @@ -93,8 +100,7 @@ | |||
| 93 | `window-min-height' and `window-min-width'. Remove description | 100 | `window-min-height' and `window-min-width'. Remove description |
| 94 | of `window-size-fixed-p' moving part of it to that of | 101 | of `window-size-fixed-p' moving part of it to that of |
| 95 | `window-size-fixed'. | 102 | `window-size-fixed'. |
| 96 | (Resizing Windows): Mention dividers when talking about minimum | 103 | (Resizing Windows): Mention dividers when talking about minimum sizes. |
| 97 | sizes. | ||
| 98 | 104 | ||
| 99 | 2014-03-05 Glenn Morris <rgm@gnu.org> | 105 | 2014-03-05 Glenn Morris <rgm@gnu.org> |
| 100 | 106 | ||
| @@ -349,8 +355,7 @@ | |||
| 349 | 355 | ||
| 350 | 2013-12-28 Chong Yidong <cyd@gnu.org> | 356 | 2013-12-28 Chong Yidong <cyd@gnu.org> |
| 351 | 357 | ||
| 352 | * modes.texi (Auto Major Mode): Document interpreter-mode-alist | 358 | * modes.texi (Auto Major Mode): Document interpreter-mode-alist change. |
| 353 | change. | ||
| 354 | 359 | ||
| 355 | * buffers.texi (Modification Time): Document visited-file-modtime | 360 | * buffers.texi (Modification Time): Document visited-file-modtime |
| 356 | change. | 361 | change. |
| @@ -387,8 +392,7 @@ | |||
| 387 | 392 | ||
| 388 | * display.texi (Font Selection): Tweak example. | 393 | * display.texi (Font Selection): Tweak example. |
| 389 | 394 | ||
| 390 | * commands.texi (Event Input Misc): Document new arg to | 395 | * commands.texi (Event Input Misc): Document new arg to input-pending-p. |
| 391 | input-pending-p. | ||
| 392 | 396 | ||
| 393 | * nonascii.texi (Specifying Coding Systems): Don't refer to | 397 | * nonascii.texi (Specifying Coding Systems): Don't refer to |
| 394 | emacs-mule-dos. | 398 | emacs-mule-dos. |
| @@ -633,7 +637,8 @@ | |||
| 633 | * display.texi (Showing Images): Add an index for image-size. | 637 | * display.texi (Showing Images): Add an index for image-size. |
| 634 | Use @code instead of @var for a normal variable. | 638 | Use @code instead of @var for a normal variable. |
| 635 | (Multi-Frame Images): Improve indexing. | 639 | (Multi-Frame Images): Improve indexing. |
| 636 | (Button Buffer Commands): Use @code instead of @var for a normal variable. | 640 | (Button Buffer Commands): Use @code instead of @var for a normal |
| 641 | variable. | ||
| 637 | (Abstract Display): Explain the meaning of Ewoc. | 642 | (Abstract Display): Explain the meaning of Ewoc. |
| 638 | 643 | ||
| 639 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> | 644 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> |