diff options
| author | Nick Roberts | 2005-05-31 20:54:57 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-31 20:54:57 +0000 |
| commit | 7653a3dc4256a359c25aa03ee5d899b3b1841356 (patch) | |
| tree | 9ff431879d061a27fc652b59bd4be866b0bc67a7 | |
| parent | ad83e1f43beea6cf1b881d08e1ad0127257f5b00 (diff) | |
| download | emacs-7653a3dc4256a359c25aa03ee5d899b3b1841356.tar.gz emacs-7653a3dc4256a359c25aa03ee5d899b3b1841356.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1d3ea93796..0fac029d357 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-06-01 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1) | ||
| 4 | (gdb-info-breakpoints-custom, gdb-delete-breakpoint) | ||
| 5 | (gdb-goto-breakpoint, gdb-source-info, gdb-get-location) | ||
| 6 | (gdb-assembler-custom): Improve regexps. | ||
| 7 | (def-gdb-auto-update-handler): Use window point to ensure it | ||
| 8 | is preserved. | ||
| 9 | |||
| 1 | 2005-05-31 Jay Belanger <belanger@truman.edu> | 10 | 2005-05-31 Jay Belanger <belanger@truman.edu> |
| 2 | 11 | ||
| 3 | * calc/calc-embed.el (calc-embedded-word): Change argument passed | 12 | * calc/calc-embed.el (calc-embedded-word): Change argument passed |