comparison src/ChangeLog @ 41182:db856db0784c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 17 Nov 2001 01:25:10 +0000
parents 52c7290aa723
children 7f09d8712a4a
comparison
equal deleted inserted replaced
41181:00d37e30f901 41182:db856db0784c
1 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * fileio.c (build_annotations): Split off the tail.
4 (build_annotations_2): New fun. Extracted from build_annotations.
5 (Fwrite_region): Split the call to build_annotations into two
6 calls to build_annotations and build_annotations_2.
7
1 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 9
3 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call 10 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
4 clear_waiting_for_input with argument. 11 clear_waiting_for_input with argument.
5 12
6 * xterm.h (x_update_cursor): Remove duplicated prototype. 13 * xterm.h (x_update_cursor): Remove duplicated prototype.
7 14
8 * keyboard.h (clear_waiting_for_input): Remove duplicated 15 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
9 prototype.
10 16
11 * xterm.c (waiting_for_input): Remove unnecessary prototype. 17 * xterm.c (waiting_for_input): Remove unnecessary prototype.
12 18
13 * data.c (Ftimes): Doc fix. 19 * data.c (Ftimes): Doc fix.
14 (Fquo): Likewise. 20 (Fquo): Likewise.