diff options
| author | Andrew Innes | 2001-02-22 23:26:41 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-02-22 23:26:41 +0000 |
| commit | f6839838d0646f9c64d04ca434256dad58c524ac (patch) | |
| tree | 924e5bd81283833e9b299f1ef274011c5976299e /src | |
| parent | e084f6018ef4230f07aa02ac8772f3411024185e (diff) | |
| download | emacs-f6839838d0646f9c64d04ca434256dad58c524ac.tar.gz emacs-f6839838d0646f9c64d04ca434256dad58c524ac.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 295595ea95b..28b74ba7915 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2001-02-22 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * makefile.nt ($(BLD)\dired.obj): Remove reference to VMS header | ||
| 4 | files. | ||
| 5 | ($(BLD)\dispnew.obj): | ||
| 6 | ($(BLD)\editfns.obj): | ||
| 7 | ($(BLD)\fileio.obj): | ||
| 8 | ($(BLD)\filelock.obj): | ||
| 9 | ($(BLD)\keyboard.obj): | ||
| 10 | ($(BLD)\w32proc.obj): | ||
| 11 | ($(BLD)\process.obj): | ||
| 12 | ($(BLD)\sysdep.obj): Ditto. | ||
| 13 | |||
| 14 | * makefile.w32-in ($(BLD)/dired.$(O)): Remove reference to VMS | ||
| 15 | header files. | ||
| 16 | ($(BLD)/dispnew.$(O)): | ||
| 17 | ($(BLD)/editfns.$(O)): | ||
| 18 | ($(BLD)/fileio.$(O)): | ||
| 19 | ($(BLD)/filelock.$(O)): | ||
| 20 | ($(BLD)/keyboard.$(O)): | ||
| 21 | ($(BLD)/w32proc.$(O)): | ||
| 22 | ($(BLD)/process.$(O)): | ||
| 23 | ($(BLD)/sysdep.$(O)): Ditto. | ||
| 24 | |||
| 1 | 2001-02-22 Gerd Moellmann <gerd@gnu.org> | 25 | 2001-02-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 26 | ||
| 3 | * xdisp.c (forward_to_next_line_start): When taking the shortcut | 27 | * xdisp.c (forward_to_next_line_start): When taking the shortcut |