diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index ec6448dbeee..44856f4b449 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-06-24 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | First Coccinelle semantic patch. | ||
| 4 | * coccinelle: New subdirectory | ||
| 5 | * coccinelle/README: Documentation stub. | ||
| 6 | * coccinelle/vector_contents.cocci: Semantic patch to replace direct | ||
| 7 | access to `contents' member of Lisp_Vector objects with AREF and ASET | ||
| 8 | where appropriate. | ||
| 9 | |||
| 1 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2012-06-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | Support higher-resolution time stamps (Bug#9000). | 12 | Support higher-resolution time stamps (Bug#9000). |