diff options
| author | Dave Love | 2000-06-02 13:15:10 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-02 13:15:10 +0000 |
| commit | 90aa4ea82090bb38a5239995e8afe19887a1d4af (patch) | |
| tree | f395593db06d05ac3ef91e55bb6cdb19949a2ff5 /src | |
| parent | c33277213f7f9c67029daf9debe712eb80cfec3f (diff) | |
| download | emacs-90aa4ea82090bb38a5239995e8afe19887a1d4af.tar.gz emacs-90aa4ea82090bb38a5239995e8afe19887a1d4af.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1ea2af7acbd..5724c1f870a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2000-06-01 Dave Love <fx@gnu.org> | 1 | 2000-06-01 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * cmds.c (internal_self_insert): Don't check | ||
| 4 | Vbefore_change_function, Vafter_change_function. | ||
| 5 | |||
| 6 | * insdel.c (signal_before_change, signal_after_change): Likewise. | ||
| 7 | |||
| 8 | * buffer.c (Vbefore_change_function, Vafter_change_function): | ||
| 9 | Variables and their initializations deleted. | ||
| 10 | |||
| 3 | * callint.c (Fcall_interactively): Doc fix. | 11 | * callint.c (Fcall_interactively): Doc fix. |
| 4 | 12 | ||
| 5 | * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern. | 13 | * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern. |