comparison src/ChangeLog @ 41237:4b41a0868e62

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Nov 2001 06:54:59 +0000
parents 26455351ac47
children 2ddb244eca48
comparison
equal deleted inserted replaced
41236:ded3ee1f7b91 41237:4b41a0868e62
1 2001-11-18 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
4 (message_dolog_marker3): New static variables hold three markers.
5 (syms_of_xdisp): Initialize and staticpro them.
6 (message_dolog): Use message_dolog_marker1..3 instead of
7 allocating markers each time. Unchain them when done.
8
1 2001-11-17 Richard M. Stallman <rms@gnu.org> 9 2001-11-17 Richard M. Stallman <rms@gnu.org>
2 10
3 * doc.c (Fsnarf_documentation): Doc fix. 11 * doc.c (Fsnarf_documentation): Doc fix.
4 12
5 2001-11-17 Andreas Schwab <schwab@suse.de> 13 2001-11-17 Andreas Schwab <schwab@suse.de>