diff options
| author | Gerd Moellmann | 2000-09-25 15:42:25 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-25 15:42:25 +0000 |
| commit | 6567e9b550147e8c46d35367cf3553b9acf9fbe3 (patch) | |
| tree | e1e61cfb75ef19a76b0ae640b0be80d213af0067 /nt/ChangeLog | |
| parent | 1bc20d83cb040a51cad08b49b9e81d534fca57a5 (diff) | |
| download | emacs-6567e9b550147e8c46d35367cf3553b9acf9fbe3.tar.gz emacs-6567e9b550147e8c46d35367cf3553b9acf9fbe3.zip | |
*** empty log message ***
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index f8b62243dc5..a8d4d1414a2 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -132,6 +132,54 @@ | |||
| 132 | 132 | ||
| 133 | * emacs.bat.in (EMACSLOADPATH): Include leim. | 133 | * emacs.bat.in (EMACSLOADPATH): Include leim. |
| 134 | 134 | ||
| 135 | After the release of 20.4, development was split into two separate | ||
| 136 | code lines. One line contained the code for Emacs 21, and the other | ||
| 137 | one the code for the 20.x releases after 20.4. The following change | ||
| 138 | log entries up to the entry ``20.4 released'' are for the 20.x code | ||
| 139 | line. Change logs above this notice are those for the 21.x code line. | ||
| 140 | |||
| 141 | 2000-06-13 Gerd Moellmann <gerd@gnu.org> | ||
| 142 | |||
| 143 | * Version 20.7 released. | ||
| 144 | |||
| 145 | 2000-05-12 Jason Rumney <jasonr@gnu.org> | ||
| 146 | |||
| 147 | * INSTALL: Remove point 5 and other references to emacs.bat. | ||
| 148 | Renumber following points. Add note in point 1 about emacs.bat | ||
| 149 | and debug.bat being removed. | ||
| 150 | |||
| 151 | 2000-02-20 Andrew Innes <andrewi@gnu.org> | ||
| 152 | |||
| 153 | * makefile.nt: Remove all references to emacs.bat and debug.bat. | ||
| 154 | |||
| 155 | * emacs.bat.in: Remove obsolete file. | ||
| 156 | |||
| 157 | * debug.bat.in: Remove obsolete file. | ||
| 158 | |||
| 159 | 1999-11-22 Andrew Innes <andrewi@gnu.org> | ||
| 160 | |||
| 161 | * install.bat: Pass on command line arguments to make. | ||
| 162 | |||
| 163 | * makefile.nt (fast_install): Bring commands up-to-date, and fix | ||
| 164 | typo. | ||
| 165 | |||
| 166 | 1999-11-21 Andrew Innes <andrewi@gnu.org> | ||
| 167 | |||
| 168 | * makefile.nt (all): Build leim if present. | ||
| 169 | (install): Install leim if present. | ||
| 170 | (clean): Clean leim if present. | ||
| 171 | |||
| 172 | * addpm.c (env_vars): Include leim in default EMACSLOADPATH | ||
| 173 | definition. | ||
| 174 | |||
| 175 | * emacs.bat.in (EMACSLOADPATH): Include leim. | ||
| 176 | |||
| 177 | 1999-11-04 Andrew Innes <andrewi@gnu.org> | ||
| 178 | |||
| 179 | * makefile.def (ARCH_CFLAGS): Disable the frame pointer omission | ||
| 180 | optimization, to ensure accurate stack traces. The performance | ||
| 181 | loss is negligible. | ||
| 182 | |||
| 135 | 1999-07-12 Richard Stallman <rms@gnu.org> | 183 | 1999-07-12 Richard Stallman <rms@gnu.org> |
| 136 | 184 | ||
| 137 | * Version 20.4 released. | 185 | * Version 20.4 released. |