diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2353cc1eca2..71af862cdac 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2012-02-07 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (Fbuffer_local_variables) | ||
| 4 | (buffer_lisp_local_variables): Handle unbound vars correctly; | ||
| 5 | don't let Qunbound leak into Lisp. | ||
| 6 | |||
| 7 | 2012-02-07 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * image.c (Fimagemagick_types): Doc fix. | ||
| 10 | |||
| 11 | * image.c (imagemagick-render-type): Change it from a lisp object | ||
| 12 | to an integer. Move the doc here from the lisp manual. | ||
| 13 | Treat all values not equal to 0 the same. | ||
| 14 | |||
| 15 | 2012-02-06 Chong Yidong <cyd@gnu.org> | ||
| 16 | |||
| 17 | * doc.c (store_function_docstring): Avoid applying docstring of | ||
| 18 | alias to base function (Bug#2603). | ||
| 19 | |||
| 1 | 2012-02-04 Andreas Schwab <schwab@linux-m68k.org> | 20 | 2012-02-04 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 21 | ||
| 3 | * .gdbinit (pp1, pv1): Remove redundant defines. | 22 | * .gdbinit (pp1, pv1): Remove redundant defines. |