diff options
| author | Glenn Morris | 2012-11-20 00:02:54 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-20 00:02:54 -0800 |
| commit | 5b776637e1facf949c9bc0db665db879c580e2f6 (patch) | |
| tree | 629a0a1c2af519dbef732a68c22e9379e687779a /doc/lispref/ChangeLog | |
| parent | 63f251724c324fc04d987877d06ca62ac1735b0a (diff) | |
| download | emacs-5b776637e1facf949c9bc0db665db879c580e2f6.tar.gz emacs-5b776637e1facf949c9bc0db665db879c580e2f6.zip | |
Make a start on a Profiling section in the lispref
* doc/lispref/debugging.texi (Profiling): New section, in progress.
* doc/lispref/tips.texi (Compilation Tips): Move profiling to separate section.
* doc/lispref/elisp.texi: Add Profiling to detailed menu.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bdf4ef13488..9d71d4b4420 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-11-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * debugging.texi (Profiling): New section, in progress. | ||
| 4 | * tips.texi (Compilation Tips): Move profiling to separate section. | ||
| 5 | * elisp.texi: Add Profiling to detailed menu. | ||
| 6 | |||
| 1 | 2012-11-18 Martin Rudalics <rudalics@gmx.at> | 7 | 2012-11-18 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * windows.texi (Display Action Functions): Fix recently added | 9 | * windows.texi (Display Action Functions): Fix recently added |