diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bdfb4e3fcb1..bc18c0eafee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-08-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * .gdbinit: Use "set $dummy = ..." to avoid warnings from GDB 7.5 | ||
| 4 | and later about non-assignments with no effect. See discussion at | ||
| 5 | http://sourceware.org/ml/gdb-patches/2012-08/msg00518.html for | ||
| 6 | details. | ||
| 7 | |||
| 1 | 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2012-08-20 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | Inline setter functions for Lisp_Objects slots of struct specbinding. | 10 | Inline setter functions for Lisp_Objects slots of struct specbinding. |