diff options
| author | Nick Roberts | 2005-05-29 10:47:05 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-29 10:47:05 +0000 |
| commit | 8c6fb9d004c0ae9f48fa405712645386854a2256 (patch) | |
| tree | 8352156aab46b17d1cadb67b4d2f047bbab79650 | |
| parent | c16b13943f8d97229d1cfcdf636a1d959e62498f (diff) | |
| download | emacs-8c6fb9d004c0ae9f48fa405712645386854a2256.tar.gz emacs-8c6fb9d004c0ae9f48fa405712645386854a2256.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4adcbef1cce..e9b6f94a619 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-05-29 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-memory-set-repeat-count): | ||
| 4 | Throw error when count <= 0 to ensure input is a number. | ||
| 5 | (gdb-read-memory-custom): Pick up address from buffer. | ||
| 6 | (gdb-memory-mode): Allow user to increment and decrement | ||
| 7 | memory address from header line. | ||
| 8 | |||
| 1 | 2005-05-29 Richard M. Stallman <rms@gnu.org> | 9 | 2005-05-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * jit-lock.el (jit-lock-function, jit-lock-after-change): | 11 | * jit-lock.el (jit-lock-function, jit-lock-after-change): |