diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a6612e962d..8d09c5bfd2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-12-22 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c (main): If batch mode, set Vundo_outer_limit to nil. | ||
| 4 | |||
| 5 | * lisp.h (Vundo_outer_limit): Fix decl. | ||
| 6 | |||
| 7 | * undo.c (Vundo_outer_limit): Replaces undo_outer_limit. | ||
| 8 | Uses changed. | ||
| 9 | (syms_of_undo): Initialize appropriately. | ||
| 10 | (truncate_undo_list): If it's nil, there's no limit. | ||
| 11 | |||
| 1 | 2004-12-22 Kenichi Handa <handa@m17n.org> | 12 | 2004-12-22 Kenichi Handa <handa@m17n.org> |
| 2 | 13 | ||
| 3 | * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string. | 14 | * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string. |