1 Tue Apr 25 13:11:55 2006 Ben Pfaff <blp@gnu.org>
3 * print.c: Don't special-case MS-DOS line terminators.
4 (macro LINE_END_WIDTH) Removed.
5 (alloc_line) Line ends are 1 byte.
6 (print_trns_proc) Just output \n for line end.
8 Sun Apr 23 22:05:58 2006 Ben Pfaff <blp@gnu.org>
10 Continue reforming error message support. In this phase, get rid
11 of message "titles" and put the message text in `struct error'.
12 Now `struct error' encapsulates a message more properly.
14 * data-list.c: (macro RPD_ERR) Removed.
15 (rpd_msg) New function. Updated all references to tmsg() to call
16 this function instead.
18 Sat Apr 15 19:38:13 2006 Ben Pfaff <blp@gnu.org>
20 Remove last users of struct file_ext so we can get rid of it
23 * data-reader.c: (struct dfm_reader) Change file member from
24 struct file_ext to FILE *. Updated all references.
25 (dfm_close_reader) Close file with fn_close() instead of
26 fn_close_ext(). Also, make a copy of the file name from the file
27 handle before closing it, because we can't extract it after we
29 (dfm_open_reader) Open file with fn_open() instead of
32 * data-writer.c: (struct dfm_writer) Change file member
33 struct file_ext to FILE *. Updated all references.
34 (dfm_close_writer) Close file with fn_close() instead of
35 fn_close_ext(). Also, make a copy of the file name from the file
36 handle before closing it, because we can't extract it after we
38 (dfm_open_writer) Open file with fn_open() instead of
41 Sat Apr 15 18:00:32 2006 Ben Pfaff <blp@gnu.org>
43 * data-list.c: Add prototype to suppress warning for
46 Thu Mar 2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
48 * Moved files from src directory