aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-12-27 12:00:29 -0800
committerPaul Eggert2014-12-27 12:01:46 -0800
commit3d1afd119e3cdb96178dd838ef833414b894d8d8 (patch)
tree888ca707872d124f5257c7a41066fc2fd06ed66f /src/ChangeLog
parent0db7db3090df8d5afd5fda176511fea8656f1930 (diff)
downloademacs-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/ChangeLog8
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 @@
12014-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
12014-12-27 Eli Zaretskii <eliz@gnu.org> 92014-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