diff options
| author | Kenichi Handa | 2012-11-23 23:36:24 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-11-23 23:36:24 +0900 |
| commit | 2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9 (patch) | |
| tree | 3711b97807201b7eeaa066003b1c3a4ce929e5bb /doc/lispref/ChangeLog | |
| parent | e1d276cbf9e18f13101328f56bed1a1c0a66e63a (diff) | |
| parent | e7d0e5ee247a155a268ffbf80bedbe25e15b5032 (diff) | |
| download | emacs-2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9.tar.gz emacs-2aaec2d9be5cec44ea3b59cba476fd3e091f2fc9.zip | |
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. |