diff options
| author | Lute Kamstra | 2005-03-01 09:09:41 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-03-01 09:09:41 +0000 |
| commit | a9ee5cacaf47ca48e8d70c9dd38d208c2ad27f15 (patch) | |
| tree | cc40fc06a6a1d73fe90bd54be920b055457b06aa | |
| parent | 07f3fdb1d14cef5b1f59a322e0587e5c9526a749 (diff) | |
| download | emacs-a9ee5cacaf47ca48e8d70c9dd38d208c2ad27f15.tar.gz emacs-a9ee5cacaf47ca48e8d70c9dd38d208c2ad27f15.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lispref/ChangeLog | 13 |
3 files changed, 23 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 41929af2814..ca6f2d94724 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -239,7 +239,7 @@ lispref/commands.texi "Luc Teirlinck" Chong Yidong | |||
| 239 | lispref/compile.texi "Luc Teirlinck" Chong Yidong | 239 | lispref/compile.texi "Luc Teirlinck" Chong Yidong |
| 240 | lispref/control.texi "Luc Teirlinck" Chong Yidong | 240 | lispref/control.texi "Luc Teirlinck" Chong Yidong |
| 241 | lispref/customize.texi | 241 | lispref/customize.texi |
| 242 | lispref/debugging.texi Joakim Verona <joakim@verona.se> | 242 | lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra |
| 243 | lispref/display.texi | 243 | lispref/display.texi |
| 244 | lispref/edebug.texi | 244 | lispref/edebug.texi |
| 245 | lispref/elisp.texi "Luc Teirlinck" | 245 | lispref/elisp.texi "Luc Teirlinck" |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2805625fe66..ad00e119abd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-03-01 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure | ||
| 4 | that debug-entry-code can be safely removed from a function while | ||
| 5 | this code is being evaluated. Revert the 2005-02-27 change as the | ||
| 6 | new implementation no longer requires it. Make sure that a | ||
| 7 | function body containing just a string is not mistaken for a | ||
| 8 | docstring. | ||
| 9 | |||
| 1 | 2005-02-28 Kim F. Storm <storm@cua.dk> | 10 | 2005-02-28 Kim F. Storm <storm@cua.dk> |
| 2 | 11 | ||
| 3 | * double.el (double-translate-key): Call force-window-update after | 12 | * double.el (double-translate-key): Call force-window-update after |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index de0294cffa9..fd61f2fa87f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-02-28 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * debugging.texi (Debugging): Fix typo. | ||
| 4 | (Error Debugging): Document eval-expression-debug-on-error. | ||
| 5 | (Function Debugging): Update example. | ||
| 6 | (Using Debugger): Mention starred stack frames. | ||
| 7 | (Debugger Commands): Document `j' and `l'. | ||
| 8 | (Invoking the Debugger): `d' and `j' exit recursive edit too. | ||
| 9 | Update the messages that the debugger displays. | ||
| 10 | (Internals of Debugger): Add cross reference. Update example. | ||
| 11 | (Excess Open): Minor improvement. | ||
| 12 | (Excess Close): Minor improvement. | ||
| 13 | |||
| 1 | 2005-02-26 Richard M. Stallman <rms@gnu.org> | 14 | 2005-02-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 15 | ||
| 3 | * tips.texi (Coding Conventions): Clarify. | 16 | * tips.texi (Coding Conventions): Clarify. |