diff options
| author | Gerd Moellmann | 2000-05-29 12:06:54 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-29 12:06:54 +0000 |
| commit | 84ec3b4b5c5cfecfbdcdb6338e23ca091cbe93e8 (patch) | |
| tree | 62606059877b93194ad31f395524cb7d8a5dc80c /src/ChangeLog | |
| parent | 869a3a147f590e9be3ac208be6588098c1841822 (diff) | |
| download | emacs-84ec3b4b5c5cfecfbdcdb6338e23ca091cbe93e8.tar.gz emacs-84ec3b4b5c5cfecfbdcdb6338e23ca091cbe93e8.zip | |
(free_realized_faces): Block/unblock input.
(free_realized_multibyte_face): Ditto.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b001c4eec0b..cf1a81b1612 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-05-29 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (free_realized_faces): Block/unblock input. | ||
| 4 | (free_realized_multibyte_face): Ditto. | ||
| 5 | |||
| 1 | 2000-05-29 Dave Love <fx@gnu.org> | 6 | 2000-05-29 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * textprop.c (Qkeymap): New variable. | 8 | * textprop.c (Qkeymap): New variable. |
| @@ -20,7 +25,7 @@ | |||
| 20 | (get_local_map): Extra arg using it. | 25 | (get_local_map): Extra arg using it. |
| 21 | (Qkeymap): Declare. | 26 | (Qkeymap): Declare. |
| 22 | 27 | ||
| 23 | * lisp.h: (get_local_map: Don't declare here. | 28 | * lisp.h (get_local_map): Don't declare here. |
| 24 | 29 | ||
| 25 | 2000-05-29 Kenichi Handa <handa@etl.go.jp> | 30 | 2000-05-29 Kenichi Handa <handa@etl.go.jp> |
| 26 | 31 | ||