diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 68 |
1 files changed, 62 insertions, 6 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7455881518a..8f675bfcda6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,10 +1,66 @@ | |||
| 1 | 2013-03-16 Glenn Morris <rgm@gnu.org> | 1 | 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * elisp.texi: Add some stuff specific to www.gnu.org. | 3 | * functions.texi (Lambda Expressions): Lambda expressions don't |
| 4 | evaluate to themselves in general (bug#11782). | ||
| 5 | |||
| 6 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * loading.texi (Autoload): | ||
| 9 | * help.texi (Documentation Basics, Accessing Documentation) | ||
| 10 | (Accessing Documentation, Accessing Documentation): DOC-* is now DOC. | ||
| 11 | |||
| 12 | 2013-04-23 Glenn Morris <rgm@gnu.org> | ||
| 13 | |||
| 14 | * internals.texi (Writing Emacs Primitives): Remove obvious example. | ||
| 15 | Tweak other to avoid overly long line. | ||
| 16 | |||
| 17 | 2013-04-21 Xue Fuqiao <xfq.free@gmail.com> | ||
| 18 | |||
| 19 | * internals.texi (Writing Emacs Primitives): Remove unnecessary | ||
| 20 | references to the sources. (Bug#13800) | ||
| 21 | |||
| 22 | * searching.texi (Regexp Backslash): Doc fix for backslash | ||
| 23 | constructs in regular expressions. | ||
| 24 | |||
| 25 | 2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com> | ||
| 26 | |||
| 27 | * tips.texi (Coding Conventions): Mention separation of package | ||
| 28 | descriptor and name of internal symbols by two hyphens. | ||
| 29 | |||
| 30 | 2013-04-13 Stephen Berman <stephen.berman@gmx.net> | ||
| 31 | |||
| 32 | * windows.texi (Splitting Windows): Change category of | ||
| 33 | split-window from a command to a function. | ||
| 34 | |||
| 35 | 2013-04-06 Chong Yidong <cyd@gnu.org> | ||
| 36 | |||
| 37 | * display.texi (Faces): Minor clarifications. | ||
| 38 | (Defining Faces): Clarify default vs custom face specs. | ||
| 39 | Document face-spec-set. | ||
| 40 | |||
| 41 | * display.texi (Overlay Properties): | ||
| 42 | * text.texi (Special Properties): Use the "anonymous face" | ||
| 43 | terminology. Describe foreground-color and background-color forms | ||
| 44 | as compatibility-only. | ||
| 45 | |||
| 46 | 2013-03-24 Eli Zaretskii <eliz@gnu.org> | ||
| 47 | |||
| 48 | * compile.texi (Byte-Code Objects): Add index entry. | ||
| 49 | (Disassembly): Add cross-references. | ||
| 50 | |||
| 51 | 2013-03-23 Eli Zaretskii <eliz@gnu.org> | ||
| 52 | |||
| 53 | * frames.texi (Size Parameters): More accurate description of the | ||
| 54 | difference between 'fullboth' and 'maximized'. (Bug#13935) | ||
| 55 | |||
| 56 | 2013-03-17 Christopher Schmidt <christopher@ch.ristopher.com> | ||
| 57 | |||
| 58 | * symbols.texi (Standard Properties): Document pure. (Bug#13823) | ||
| 4 | 59 | ||
| 5 | 2013-03-16 Glenn Morris <rgm@gnu.org> | 60 | 2013-03-16 Glenn Morris <rgm@gnu.org> |
| 6 | 61 | ||
| 7 | * Version 24.3 released. | 62 | * elisp.texi: Add some stuff specific to www.gnu.org. |
| 63 | |||
| 8 | 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com> | 64 | 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com> |
| 9 | 65 | ||
| 10 | * control.texi (Pattern matching case statement): Fix typo. | 66 | * control.texi (Pattern matching case statement): Fix typo. |
| @@ -2005,8 +2061,8 @@ | |||
| 2005 | 2061 | ||
| 2006 | 2012-02-04 Chong Yidong <cyd@gnu.org> | 2062 | 2012-02-04 Chong Yidong <cyd@gnu.org> |
| 2007 | 2063 | ||
| 2008 | * functions.texi (What Is a Function): Add closures. Mention | 2064 | * functions.texi (What Is a Function): Add closures. |
| 2009 | "return value" terminology. Add xref for command-execute. | 2065 | Mention "return value" terminology. Add xref for command-execute. |
| 2010 | Remove unused "keystroke command" terminology. | 2066 | Remove unused "keystroke command" terminology. |
| 2011 | (Lambda Expressions): Give a different example than in the | 2067 | (Lambda Expressions): Give a different example than in the |
| 2012 | following subsection. Add xref to Anonymous Functions. | 2068 | following subsection. Add xref to Anonymous Functions. |
| @@ -11553,7 +11609,7 @@ | |||
| 11553 | 11609 | ||
| 11554 | 2002-05-13 Kim F. Storm <storm@cua.dk> | 11610 | 2002-05-13 Kim F. Storm <storm@cua.dk> |
| 11555 | 11611 | ||
| 11556 | * variables.texi (Intro to Buffer-Local): Updated warning and | 11612 | * variables.texi (Intro to Buffer-Local): Update warning and |
| 11557 | example relating to changing buffer inside let. | 11613 | example relating to changing buffer inside let. |
| 11558 | 11614 | ||
| 11559 | 2002-03-10 Jan Djärv <jan.h.d@swipnet.se> | 11615 | 2002-03-10 Jan Djärv <jan.h.d@swipnet.se> |