* doc/lispref/debugging.texi (Profiling): Make it more clear
[bpt/emacs.git] / doc / lispref / ChangeLog
index b7baac9..40bd3c2 100644 (file)
@@ -1,8 +1,52 @@
+2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * debugging.texi (Profiling): Make it more clear
+       that --enable-profiling is about profiling the C code.
+
+2012-11-21  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Profiling): Mention --enable-profiling (if !tex).
+       Add some basic information about the profile report buffer.
+       (Debugging): Mention profiling in the introduction.
+
+2012-11-20  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Profiling): New section, in progress.
+       * tips.texi (Compilation Tips): Move profiling to separate section.
+       * elisp.texi: Add Profiling to detailed menu.
+
+2012-11-18  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Display Action Functions): Fix recently added
+       example.  Suggested by Michael Heerdegen.
+
+2012-11-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Minor cleanup for times as lists of four integers.
+       * os.texi (Time Parsing): Time values can now be four integers.
+
+2012-11-18  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (How Programs Do Loading): Add eager macro expansion.
+       * macros.texi (Expansion): Mention eager macro expansion.
+
 2012-11-17  Glenn Morris  <rgm@gnu.org>
 
+       * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
+
+2012-11-17  Leo Liu  <sdl.web@gmail.com>
+
+       * minibuf.texi (Programmed Completion): Doc fix for metadata
+       request (Bug#12850).
+
+2012-11-17  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Temporary Displays): Document with-temp-buffer-window.
+
        * frames.texi (Size and Position): Add fit-frame-to-buffer command.
        * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
        (Window Sizes): Add vindex for window-min-height, window-min-width.
+       (Display Action Functions): Mention pop-up-frame-parameters.
 
 2012-11-16  Martin Rudalics  <rudalics@gmx.at>