diff options
| author | Stefan Monnier | 2004-04-16 23:56:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-04-16 23:56:04 +0000 |
| commit | da879ae8709e8521849feb05e7c45bbd760d4a19 (patch) | |
| tree | eb4f1151ac82d394991ede6077a911cbf603fc71 /src | |
| parent | c02484a0f2f9a5868c97f372326504342f3e465d (diff) | |
| download | emacs-da879ae8709e8521849feb05e7c45bbd760d4a19.tar.gz emacs-da879ae8709e8521849feb05e7c45bbd760d4a19.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d2c53d913f3..ae4aa212bda 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -26,6 +26,10 @@ | |||
| 26 | * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is | 26 | * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is |
| 27 | not too large before computing how much to scroll. | 27 | not too large before computing how much to scroll. |
| 28 | 28 | ||
| 29 | 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 30 | |||
| 31 | * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler. | ||
| 32 | |||
| 29 | 2004-04-14 Luc Teirlinck <teirllm@auburn.edu> | 33 | 2004-04-14 Luc Teirlinck <teirllm@auburn.edu> |
| 30 | 34 | ||
| 31 | * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime): | 35 | * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime): |
| @@ -58,6 +62,11 @@ | |||
| 58 | centering_position = 0. | 62 | centering_position = 0. |
| 59 | Clear desired matrix before retrying with centering_position = 0. | 63 | Clear desired matrix before retrying with centering_position = 0. |
| 60 | 64 | ||
| 65 | 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 66 | |||
| 67 | * syntax.c (scan_lists): Simplify backward string scan. | ||
| 68 | Fix off-by-one boundary check for string and comment fences. | ||
| 69 | |||
| 61 | 2004-04-13 Joe Buehler <jbuehler@hekimian.com> | 70 | 2004-04-13 Joe Buehler <jbuehler@hekimian.com> |
| 62 | 71 | ||
| 63 | * sheap.c, unexcw.c: New files. | 72 | * sheap.c, unexcw.c: New files. |