diff options
| author | Andreas Schwab | 2004-05-10 12:00:20 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-05-10 12:00:20 +0000 |
| commit | 9a28b92124888df59a88e299662856dc232aebb8 (patch) | |
| tree | bc24b1c144a6a19e43b3e34ff5063daf15eea9d1 /src | |
| parent | 9d820f1a444f0e4dd446fa14fc302b1357958458 (diff) | |
| download | emacs-9a28b92124888df59a88e299662856dc232aebb8.tar.gz emacs-9a28b92124888df59a88e299662856dc232aebb8.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e8bb04073c6..01a7cae2783 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-05-10 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * lisp.h: Declare Fmake_symbolic_link. | ||
| 4 | |||
| 5 | * fileio.c (Frename_file): Remove extra argument in call to | ||
| 6 | Fmake_symbolic_link. | ||
| 7 | |||
| 1 | 2004-05-10 Kim F. Storm <storm@cua.dk> | 8 | 2004-05-10 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * xdisp.c (calc_line_height_property): Use string position when | 10 | * xdisp.c (calc_line_height_property): Use string position when |