diff options
| author | Paul Eggert | 2014-01-04 18:56:08 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 18:56:08 -0800 |
| commit | da5ecfa9b951691fc8bbf17f24fc8626216a706b (patch) | |
| tree | 578d41e67060235d3de230b39c9326d683d77014 /src/ChangeLog | |
| parent | 5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff) | |
| download | emacs-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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 42f79d2ae46..a6c308771c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Spelling fixes. | ||
| 4 | * nsterm.h (updateCollectionBehavior): Rename from | ||
| 5 | updateCollectionBehaviour. All uses changed. | ||
| 6 | |||
| 3 | Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343). | 7 | Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343). |
| 4 | * Makefile.in (SETFATTR): New macro. | 8 | * Makefile.in (SETFATTR): New macro. |
| 5 | (temacs$(EXEEXT)): Use it. | 9 | (temacs$(EXEEXT)): Use it. |