diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b7e3640934a..f8b7c1ac73e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-01-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * alloc.c (check_pure_size): Make overflow message an "error message". | ||
| 4 | |||
| 5 | * keymap.c (Fmap_keymap): Doc fix. | ||
| 6 | |||
| 7 | * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist | ||
| 8 | unless they were cleared out. | ||
| 9 | |||
| 10 | * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there. | ||
| 11 | |||
| 1 | 2006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 12 | 2006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> |
| 2 | 13 | ||
| 3 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. | 14 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. |