diff options
| author | Richard M. Stallman | 2006-06-13 23:19:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-06-13 23:19:49 +0000 |
| commit | cac9d7667c46443394a09e77df7cd0e7c33bb5dc (patch) | |
| tree | 1fdb7a6470890dbcc9e049d15508de3114c19a44 /src/ChangeLog | |
| parent | 873759d5d8371981229fdc4b617a63ee745d8d9d (diff) | |
| download | emacs-cac9d7667c46443394a09e77df7cd0e7c33bb5dc.tar.gz emacs-cac9d7667c46443394a09e77df7cd0e7c33bb5dc.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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 |