log src/print.c @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128

age author description
Sat, 26 Jul 1997 22:20:51 +0000 Richard M. Stallman (strout, printchar): Handle minibuffer_auto_raise.
Fri, 25 Jul 1997 03:04:19 +0000 Richard M. Stallman (Vprint_gensym_alist): Renamed from printed_gensyms.
Fri, 04 Jul 1997 20:44:52 +0000 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
Fri, 20 Jun 1997 08:45:37 +0000 Richard M. Stallman (Ferror_message_string): Optimize (error STRING) case.
Fri, 18 Apr 1997 19:12:24 +0000 Richard M. Stallman (print): Symbols like e2 and 2e are not confusing.
Mon, 07 Apr 1997 07:12:13 +0000 Kenichi Handa (read1): Adjusted for the new structure of Lisp_Char_Table.
Sat, 22 Mar 1997 04:13:05 +0000 Richard M. Stallman (print): Generate a backslash in \2e10.
Thu, 20 Feb 1997 06:53:20 +0000 Karl Heuer Include charset.h.
Mon, 20 Jan 1997 01:56:52 +0000 Richard M. Stallman (print): Round size of bool-vector properly.
Tue, 05 Nov 1996 19:48:26 +0000 Richard M. Stallman (PRINTFINISH): Use xfree, not free.
Mon, 04 Nov 1996 16:35:44 +0000 Richard M. Stallman (PRINTPREPARE): Really do set free_print_buffer.
Mon, 04 Nov 1996 05:31:25 +0000 Richard M. Stallman (PRINTDECLARE): Declare specpdl_count and free_print_buffer.
Sat, 02 Nov 1996 00:00:20 +0000 Richard M. Stallman (printchar, strout): Do QUIT for echo area output.
Sun, 08 Sep 1996 23:19:05 +0000 Erik Naggum Add #n=object, #n#, and #:symbol constructs to printer.
Sun, 01 Sep 1996 21:04:32 +0000 Karl Heuer Removed support for !MULTI_FRAME.
Sun, 01 Sep 1996 19:15:05 +0000 Karl Heuer Change all references from point to PT.
Sat, 24 Aug 1996 19:39:34 +0000 Erik Naggum (print-quoted): New variable.
Tue, 30 Jul 1996 18:51:50 +0000 Richard M. Stallman When printing into a buffer, generate all the text
Tue, 16 Jul 1996 05:39:06 +0000 Karl Heuer (print): Fix args in strout calls.
Sat, 29 Jun 1996 06:20:14 +0000 Richard M. Stallman (print): Obey Vprint_length for vectors, bitvectors.
Tue, 21 May 1996 17:24:24 +0000 Karl Heuer (Fprin1_to_string): Preserve Vdeactivate_mark.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 00:33:28 +0000 Erik Naggum (Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): Harmonize
Fri, 05 Jan 1996 10:03:17 +0000 Karl Heuer Comment fixes.
Tue, 26 Dec 1995 04:33:01 +0000 Richard M. Stallman (NULL): #undef deleted.
Thu, 21 Dec 1995 17:12:52 +0000 Karl Heuer (Ferror_message_string): New function.
Fri, 10 Nov 1995 15:58:13 +0000 Richard M. Stallman (debug_print): Explicitly print a CR.
Mon, 06 Nov 1995 18:31:51 +0000 Erik Naggum (debug_print): Print newline to stderr, too.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Tue, 31 Oct 1995 00:58:32 +0000 Richard M. Stallman (debug_print): Print a newline here.
Sat, 07 Oct 1995 22:02:20 +0000 Richard M. Stallman (print): Handle chartables and boolvectors.
Sat, 05 Aug 1995 22:53:36 +0000 Richard M. Stallman (print_string): Use insert_from_string for output to buffer.
Fri, 12 May 1995 00:44:17 +0000 Karl Heuer (float_to_string): Fix type mismatch and simplify.
Fri, 05 May 1995 02:23:56 +0000 Richard M. Stallman (print): Make the printing understand EMACS_INTs
Mon, 10 Apr 1995 05:33:58 +0000 Richard M. Stallman Include keyboard.h.
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.