diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 15a816e5832..db96d94c425 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2006-06-14 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * eval.c (Fdefconst): Mark variable as risky. | ||
| 4 | |||
| 5 | * callproc.c (Fcall_process): Doc fix. | ||
| 6 | |||
| 7 | * window.c (adjust_window_trailing_edge): Don't break out of the loop | ||
| 8 | because there's no next window, if there are parallel windows. | ||
| 9 | Do break out when WINDOW is nil. | ||
| 10 | |||
| 1 | 2006-06-14 Kim F. Storm <storm@cua.dk> | 11 | 2006-06-14 Kim F. Storm <storm@cua.dk> |
| 2 | 12 | ||
| 3 | * dispextern.h (IT_STACK_SIZE): New macro specifying size of | 13 | * dispextern.h (IT_STACK_SIZE): New macro specifying size of |