diff options
| author | Paul Eggert | 2014-08-02 08:56:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-08-02 08:56:18 -0700 |
| commit | cb8b23675e088b0c3ba6dce8d6a0b085324f04f3 (patch) | |
| tree | e786f9bbf5a9ff4bf0dcc1993a0a4b2b3b1337c1 /src/ChangeLog | |
| parent | f5f3247c658646381a00ae94f0ceee143ccd1ba6 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-08-02 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2014-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. |