log src/print.c @ 11241:5fed07fb66fb

age author description
Fri, 07 Apr 1995 05:20:19 +0000 Richard M. Stallman (print): Use XMISCTYPE.
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Fri, 24 Mar 1995 05:20:27 +0000 Richard M. Stallman (temp_output_buffer_setup): (Re)set the default
Wed, 15 Mar 1995 01:49:59 +0000 Karl Heuer (print): Rename perdisplay to kboard.
Mon, 13 Mar 1995 21:49:49 +0000 Karl Heuer (print): current_perdisplay now is never null.
Fri, 03 Feb 1995 23:40:57 +0000 Karl Heuer (print): Use current_perdisplay, not get_perdisplay.
Sat, 28 Jan 1995 04:15:03 +0000 Karl Heuer (print): Handle internal display-local object.
Fri, 27 Jan 1995 19:30:46 +0000 Karl Heuer (printchar, strout): Use message_log_maybe_newline.
Thu, 19 Jan 1995 21:09:50 +0000 Karl Heuer (print): Print internal types too, for debugging.
Fri, 13 Jan 1995 02:22:54 +0000 Karl Heuer (printchar, strout): Call message_dolog.
Mon, 02 Jan 1995 06:28:29 +0000 Richard M. Stallman (print): Don't drop thru to error for markers and overlays.
Fri, 30 Dec 1994 06:50:01 +0000 Richard M. Stallman (print): Get size of compiled function as pseudovector.
Fri, 18 Nov 1994 02:02:18 +0000 Karl Heuer (print): Use type test macros.
Tue, 15 Nov 1994 02:03:35 +0000 Karl Heuer (print): Use new overlay substructure.
Tue, 11 Oct 1994 07:46:50 +0000 Karl Heuer (print): Check the substructure.
Tue, 04 Oct 1994 16:09:23 +0000 Karl Heuer (printchar): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 12:20:04 +0000 Karl Heuer (temp_output_buffer_setup): Use new accessor macros instead of calling XSET
Tue, 27 Sep 1994 01:58:12 +0000 Karl Heuer (PRINTPREPARE, PRINTFINISH, float_to_string, print): Use type test macros.
Sat, 17 Sep 1994 05:36:53 +0000 Richard M. Stallman (print): sprintf arg for frame depends on VALBITS.
Sat, 17 Sep 1994 00:40:54 +0000 Richard M. Stallman (print): Use EMACS_UINT.
Sun, 24 Jul 1994 04:18:02 +0000 Richard M. Stallman (internal_with_output_to_temp_buffer): gcpro things.
Fri, 29 Apr 1994 03:06:08 +0000 Karl Heuer Doc fixes.
Mon, 11 Apr 1994 21:48:04 +0000 Karl Heuer (printchar, strout): Use FRAME_PTR, not struct frame *.
Mon, 11 Apr 1994 21:10:48 +0000 Richard M. Stallman (syms_of_print): Doc fix.
Fri, 25 Mar 1994 19:19:05 +0000 Richard M. Stallman (debug_print): New function.
Tue, 08 Feb 1994 22:42:28 +0000 Roland McGrath (print): If print_escapes_newlines, print '\f' as "\\f".
Fri, 07 Jan 1994 13:50:23 +0000 Richard M. Stallman (strout, printchar): Use proper frame for minibuffer.
Thu, 23 Dec 1993 01:09:51 +0000 Richard M. Stallman (printchar, strout): Set echo_area_glyphs_length.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Thu, 22 Jul 1993 08:34:30 +0000 Richard M. Stallman (float_to_string): Don't use uninitialized pointer `cp'.