Mercurial > emacs
comparison src/ChangeLog @ 36311:ada812d91162
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 22 Feb 2001 23:26:41 +0000 |
parents | d128130f1ce4 |
children | 237695999018 |
comparison
equal
deleted
inserted
replaced
36310:9825d951f92b | 36311:ada812d91162 |
---|---|
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 |
4 at the start of the function, check that the \n in it->c is | 28 at the start of the function, check that the \n in it->c is |
5 from the iterator's current position. | 29 from the iterator's current position. |