diff options
| author | Paul Eggert | 2014-12-27 12:00:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-27 12:01:46 -0800 |
| commit | 3d1afd119e3cdb96178dd838ef833414b894d8d8 (patch) | |
| tree | 888ca707872d124f5257c7a41066fc2fd06ed66f /src/ChangeLog | |
| parent | 0db7db3090df8d5afd5fda176511fea8656f1930 (diff) | |
| download | emacs-3d1afd119e3cdb96178dd838ef833414b894d8d8.tar.gz emacs-3d1afd119e3cdb96178dd838ef833414b894d8d8.zip | |
Fix parse_settings to match internal documentation
* xsettings.c (parse_settings): Return the number of settings seen.
Count the settings changes accurately.
(read_settings): Don't confuse number of settings changes with
the return code from XGetWindowProperty.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c32b1209ae7..d78e7a54a06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-12-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix parse_settings to match internal documentation | ||
| 4 | * xsettings.c (parse_settings): Return the number of settings seen. | ||
| 5 | Count the settings changes accurately. | ||
| 6 | (read_settings): Don't confuse number of settings changes with | ||
| 7 | the return code from XGetWindowProperty. | ||
| 8 | |||
| 1 | 2014-12-27 Eli Zaretskii <eliz@gnu.org> | 9 | 2014-12-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (set_iterator_to_next) <GET_FROM_STRING>: Limit search in | 11 | * xdisp.c (set_iterator_to_next) <GET_FROM_STRING>: Limit search in |