diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0fc0401265c..9f676a6518d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-06-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Be more consistent about the 'Qfoo' naming convention. | ||
| 4 | * image.c (Fimagemagick_types): | ||
| 5 | * lisp.h (lisp_h_CHECK_TYPE, CHECK_TYPE, CHECK_ARRAY): | ||
| 6 | * process.c (Fmake_network_process): | ||
| 7 | Rename C local identifier 'Qfoo to avoid giving the false | ||
| 8 | impression that it stands for the symbol 'foo'. | ||
| 9 | |||
| 1 | 2014-06-23 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2014-06-23 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | Simplify and cleanup character conversion stuff. | 12 | Simplify and cleanup character conversion stuff. |