diff options
| author | Paul Eggert | 2012-07-26 02:14:40 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-26 02:14:40 -0700 |
| commit | d89518dbdf99a10f629ff4bad7785dde04e141e3 (patch) | |
| tree | c707c0e4db117d83800ab04ae4c04f45c4dfa7b2 /src | |
| parent | 6f3ddb4ee85adf6ddfef4be1644bf6dd0c75c0a8 (diff) | |
| download | emacs-d89518dbdf99a10f629ff4bad7785dde04e141e3.tar.gz emacs-d89518dbdf99a10f629ff4bad7785dde04e141e3.zip | |
Add Bug#1995-05-30T23:07:27Z!kwzh@gnu.org to latest ChangeLog entry.
(I found this bug report after installing the change.)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 71fc1056391..79424fd7cb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2012-07-26 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-07-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Simplify export of symbols to GDB; fix related .gdbinit bugs. | 3 | Simplify export of symbols to GDB (Bug#12036). |
| 4 | * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix = | 4 | * .gdbinit (xgetptr, xgetint, xgettype): Don't use "set $bugfix = |
| 5 | $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway). | 5 | $bugfix.i", as this doesn't work (with GDB 7.4.1, anyway). |
| 6 | (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr): | 6 | (xgetptr, xgetint, xgettype, xcoding, xcharset, xprintbytestr): |