diff options
| author | Glenn Morris | 2014-01-21 00:49:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-21 00:49:46 -0800 |
| commit | 38942b9cf566116227bec6f41aa0aece5de6e2c9 (patch) | |
| tree | 4376f3e32498c665ae6cf7de817477f041b45b09 /src/ChangeLog.12 | |
| parent | ca4cfde31484a6fb327445c91b52283576ef27c6 (diff) | |
| download | emacs-38942b9cf566116227bec6f41aa0aece5de6e2c9.tar.gz emacs-38942b9cf566116227bec6f41aa0aece5de6e2c9.zip | |
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog.12')
| -rw-r--r-- | src/ChangeLog.12 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 53c93b4dea7..c5ea7e7bad2 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -8160,6 +8160,11 @@ | |||
| 8160 | * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than | 8160 | * nsterm.m (ns_exec_path, ns_load_path): Use SEPCHAR rather than |
| 8161 | hard-coding the path separator. | 8161 | hard-coding the path separator. |
| 8162 | 8162 | ||
| 8163 | 2012-08-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8164 | |||
| 8165 | * stamp-h.in: Remove from bzr repository; no longer needed there | ||
| 8166 | now ../autogen.sh creates it. | ||
| 8167 | |||
| 8163 | 2012-08-01 Paul Eggert <eggert@cs.ucla.edu> | 8168 | 2012-08-01 Paul Eggert <eggert@cs.ucla.edu> |
| 8164 | 8169 | ||
| 8165 | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | 8170 | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". |