diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a5295adc368..99e21bac469 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2012-11-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Attribute Functions): | ||
| 4 | Update for set-face-* name changes. | ||
| 5 | Add new "inherit" argument for face-bold-p etc. | ||
| 6 | Move description of this argument to a common section, like "frame". | ||
| 7 | |||
| 8 | * debugging.texi (Profiling): New section. | ||
| 9 | (Debugging): Mention profiling in the introduction. | ||
| 10 | * tips.texi (Compilation Tips): Move profiling to separate section. | ||
| 11 | * elisp.texi: Add Profiling to detailed menu. | ||
| 12 | |||
| 13 | 2012-11-21 Martin Rudalics <rudalics@gmx.at> | ||
| 14 | |||
| 15 | * windows.texi (Display Action Functions): Fix recently added | ||
| 16 | example. Suggested by Michael Heerdegen. | ||
| 17 | |||
| 18 | 2012-11-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 19 | |||
| 20 | Minor cleanup for times as lists of four integers. | ||
| 21 | * os.texi (Time Parsing): Time values can now be four integers. | ||
| 22 | |||
| 1 | 2012-11-18 Glenn Morris <rgm@gnu.org> | 23 | 2012-11-18 Glenn Morris <rgm@gnu.org> |
| 2 | 24 | ||
| 3 | * loading.texi (How Programs Do Loading): Add eager macro expansion. | 25 | * loading.texi (How Programs Do Loading): Add eager macro expansion. |