aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 18:56:08 -0800
committerPaul Eggert2014-01-04 18:56:08 -0800
commitda5ecfa9b951691fc8bbf17f24fc8626216a706b (patch)
tree578d41e67060235d3de230b39c9326d683d77014 /lib-src/ChangeLog
parent5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff)
downloademacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz
emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index bc1161f169d..5f80ccdd60b 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,10 @@
12014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 Spelling fixes.
4 * Makefile.in (regex.o): Remove reference to no-longer-used macros
5 CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a
6 misspelling anyway....
7
12013-12-14 Paul Eggert <eggert@cs.ucla.edu> 82013-12-14 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Use bool for boolean, focusing on headers. 10 Use bool for boolean, focusing on headers.