aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-06-24 01:10:48 -0700
committerPaul Eggert2014-06-24 01:10:48 -0700
commit40f5d4b76087eb5808ea228fc490b86cb9d85235 (patch)
tree0214650f2d1d1712a494319aebbf1977db2eac50 /src/ChangeLog
parent7967f7d1d44a1c8e1b077fa186d43a86c72f5d95 (diff)
downloademacs-40f5d4b76087eb5808ea228fc490b86cb9d85235.tar.gz
emacs-40f5d4b76087eb5808ea228fc490b86cb9d85235.zip
Be more consistent about the 'Qfoo' naming convention.
* image.c (Fimagemagick_types): * lisp.h (lisp_h_CHECK_TYPE, CHECK_TYPE, CHECK_ARRAY): * process.c (Fmake_network_process): Rename C local identifier 'Qfoo to avoid giving the false impression that it stands for the symbol 'foo'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12014-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
12014-06-23 Dmitry Antipov <dmantipov@yandex.ru> 102014-06-23 Dmitry Antipov <dmantipov@yandex.ru>
2 11
3 Simplify and cleanup character conversion stuff. 12 Simplify and cleanup character conversion stuff.