aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-08-02 08:56:18 -0700
committerPaul Eggert2014-08-02 08:56:18 -0700
commitcb8b23675e088b0c3ba6dce8d6a0b085324f04f3 (patch)
treee786f9bbf5a9ff4bf0dcc1993a0a4b2b3b1337c1 /src/ChangeLog
parentf5f3247c658646381a00ae94f0ceee143ccd1ba6 (diff)
downloademacs-cb8b23675e088b0c3ba6dce8d6a0b085324f04f3.tar.gz
emacs-cb8b23675e088b0c3ba6dce8d6a0b085324f04f3.zip
Make compare-strings more compatible with old behavior.
* fns.c (Fcompare_strings): Silently bring too-large ends into range. Fixes: debbugs:17903
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8ffc1c56675..0125f4c93e2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-08-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 Make compare-strings more compatible with old behavior (Bug#17903).
4 * fns.c (Fcompare_strings): Silently bring too-large ends into range.
5
12014-08-02 Jan Djärv <jan.h.d@swipnet.se> 62014-08-02 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * gtkutil.c (create_dialog): Force min spacing 10 between buttons. 8 * gtkutil.c (create_dialog): Force min spacing 10 between buttons.