diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6619c16cc9..d1c5136f6f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | 2002-04-05 Gerd Moellmann <gerd@gnu.org> | 5 | 2002-04-05 Gerd Moellmann <gerd@gnu.org> |
| 6 | 6 | ||
| 7 | * callint.c (Fcall_interactively): Use INTEGERP instead of | 7 | * callint.c (Fcall_interactively): Use INTEGERP instead of |
| 8 | NUMBERP for checking Vhistory_length. | 8 | NUMBERP for checking Vhistory_length. |
| 9 | 9 | ||
| 10 | 2002-04-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 10 | 2002-04-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| @@ -20,6 +20,11 @@ | |||
| 20 | (Qrisky_local_variable): New variable. | 20 | (Qrisky_local_variable): New variable. |
| 21 | (syms_of_xdisp): Init and staticpro it. | 21 | (syms_of_xdisp): Init and staticpro it. |
| 22 | 22 | ||
| 23 | 2002-04-04 Stefan Monnier <monnier@cs.yale.edu> | ||
| 24 | |||
| 25 | * undo.c (record_point): New fun. | ||
| 26 | (record_delete, record_insert): Use it. | ||
| 27 | |||
| 23 | 2002-04-03 Juanma Barranquero <lektu@terra.es> | 28 | 2002-04-03 Juanma Barranquero <lektu@terra.es> |
| 24 | 29 | ||
| 25 | * doc.c (Fdocumentation): Add missing parentheses. | 30 | * doc.c (Fdocumentation): Add missing parentheses. |