diff options
| author | Nick Roberts | 2006-11-26 08:40:10 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-11-26 08:40:10 +0000 |
| commit | bedb71f6b76ad373979a2252ce36f1c713a1f25e (patch) | |
| tree | d92a6404f4cbde5fffd021c08dee63d9142f72f4 | |
| parent | b95fd69b0ca09c002c0d52d94b1f7dc00a52f48d (diff) | |
| download | emacs-bedb71f6b76ad373979a2252ce36f1c713a1f25e.tar.gz emacs-bedb71f6b76ad373979a2252ce36f1c713a1f25e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | man/ChangeLog | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 972330432ba..afd59c546b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-11-26 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gud.el (gdb): Explain how to run in text command mode | ||
| 4 | more clearly. Say in error message that multiple debugging | ||
| 5 | requires restarting GDB. | ||
| 6 | |||
| 1 | 2006-11-25 Juanma Barranquero <lekktu@gmail.com> | 7 | 2006-11-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * international/fontset.el (create-fontset-from-fontset-spec): Doc fix. | 9 | * international/fontset.el (create-fontset-from-fontset-spec): Doc fix. |
diff --git a/man/ChangeLog b/man/ChangeLog index fc7a8953a4e..438112f3552 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-11-26 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * building.texi (Debugger Operation): Define text command mode. | ||
| 4 | Clarify how tooltips work. | ||
| 5 | (GDB Graphical Interface): Explain how to run in text command mode | ||
| 6 | more clearly. | ||
| 7 | |||
| 1 | 2006-11-25 Juanma Barranquero <lekktu@gmail.com> | 8 | 2006-11-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * mule.texi (Defining Fontsets): Fix use of `charset' and `font'. | 10 | * mule.texi (Defining Fontsets): Fix use of `charset' and `font'. |