diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 42ec24fac5f..3584c89d5fe 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2012-03-11 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * windows.texi (Window Configurations): save-window-excursion is | ||
| 4 | now a macro. | ||
| 5 | |||
| 6 | * display.texi (Temporary Displays): with-output-to-temp-buffer is | ||
| 7 | now a macro. | ||
| 8 | |||
| 9 | * text.texi (Fields): Minor copyedit. | ||
| 10 | |||
| 11 | 2012-03-10 Eli Zaretskii <eliz@gnu.org> | ||
| 12 | |||
| 13 | * strings.texi (String Basics): | ||
| 14 | * sequences.texi (Sequence Functions): Mention that `length' is | ||
| 15 | not appropriate for computing the string width on display; add a | ||
| 16 | cross-reference to the description of `string-width'. (Bug#10978) | ||
| 17 | |||
| 18 | * eval.texi (Autoloading): Minor change of wording. | ||
| 19 | |||
| 20 | 2012-03-10 Chong Yidong <cyd@gnu.org> | ||
| 21 | |||
| 22 | * loading.texi (Autoload): Explicitly state which forms are | ||
| 23 | processed specially (Bug#7783). | ||
| 24 | |||
| 25 | * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the | ||
| 26 | non-default situation. Describe one-submenu exception (Bug#7695). | ||
| 27 | |||
| 28 | * nonascii.texi (Character Properties): Copyedits. | ||
| 29 | |||
| 30 | 2012-03-08 Chong Yidong <cyd@gnu.org> | ||
| 31 | |||
| 32 | * text.texi (Mode-Specific Indent): Document new behavior of | ||
| 33 | indent-for-tab-command. Document tab-always-indent. | ||
| 34 | (Special Properties): Copyedits. | ||
| 35 | (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5. | ||
| 36 | (Parsing HTML/XML): Rename from Parsing HTML. Update doc of | ||
| 37 | libxml-parse-html-region. | ||
| 38 | |||
| 1 | 2012-03-07 Glenn Morris <rgm@gnu.org> | 39 | 2012-03-07 Glenn Morris <rgm@gnu.org> |
| 2 | 40 | ||
| 3 | * markers.texi (The Region): Briefly mention use-empty-active-region | 41 | * markers.texi (The Region): Briefly mention use-empty-active-region |