diff options
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 f03b2af7102..9922f2a3c4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_updating_p): New variable. | ||
| 4 | (init_iterator): Don't free realized faces when | ||
| 5 | redisplay_updating_p is set. | ||
| 6 | (redisplay_internal): Set redisplay_updating_p while updating | ||
| 7 | the display. | ||
| 8 | |||
| 1 | 2002-07-23 Richard M. Stallman <rms@gnu.org> | 9 | 2002-07-23 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * editfns.c (Fmessage): Treat "" like nil. | 11 | * editfns.c (Fmessage): Treat "" like nil. |