aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-10-03 08:35:10 +0400
committerDmitry Antipov2014-10-03 08:35:10 +0400
commit6846b0036a0ff938d93c2d4df0f177dab3e06623 (patch)
tree58d57f74be7d3f7b9f4c01d7380528e6cbe63c30 /src/ChangeLog
parent11bd10a7df907289382bd6f06753e274376d7629 (diff)
downloademacs-6846b0036a0ff938d93c2d4df0f177dab3e06623.tar.gz
emacs-6846b0036a0ff938d93c2d4df0f177dab3e06623.zip
Consistently use min and max macros from lisp.h.
* coding.c (min, max): * font.c (MAX): * unexhp9k800.c (min): * unexw32.c (min, max): Use definitions from lisp.h. * regex.c (MAX, MIN) [!emacs]: Define own max and min as such. Adjust users. * gmalloc.c (min): Tiny style change.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5f1d8e0458..6a4ef3a1dd9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12014-10-03 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Consistently use min and max macros from lisp.h.
4 * coding.c (min, max):
5 * font.c (MAX):
6 * unexhp9k800.c (min):
7 * unexw32.c (min, max): Use definitions from lisp.h.
8 * regex.c (MAX, MIN) [!emacs]: Define own max and min as such.
9 Adjust users.
10 * gmalloc.c (min): Tiny style change.
11
12014-10-03 Paul Eggert <eggert@cs.ucla.edu> 122014-10-03 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Fix x-focus-frame bug with "Not an in-range integer" (Bug#18586). 14 Fix x-focus-frame bug with "Not an in-range integer" (Bug#18586).