log src/print.c @ 66430:2f521eba6f82

age author description
Mon, 12 Sep 2005 23:10:59 +0000 Kim F. Storm (print_error_message): Fix last change.
Mon, 12 Sep 2005 13:42:40 +0000 Kim F. Storm (print_error_message): Pass copy of caller name to message_dolog.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Sat, 09 Apr 2005 08:42:30 +0000 Lute Kamstra (PRINTPREPARE): Check if the marker PRINTCHARFUN is within the
Tue, 09 Nov 2004 13:24:35 +0000 Kim F. Storm (print_object): Fix format string.
Fri, 05 Nov 2004 22:46:17 +0000 Kim F. Storm (print_object): Print Lisp_Misc_Save_Value objects.
Sat, 17 Jul 2004 14:54:56 +0000 Richard M. Stallman (print_preprocess): Test for print_depth at limit
Mon, 21 Jun 2004 19:51:27 +0000 Eli Zaretskii (Fwith_output_to_temp_buffer): Doc fix.
Sun, 13 Jun 2004 15:33:33 +0000 Andreas Schwab (print_object): Always use %ld for printing EMACS_INT.
Wed, 19 May 2004 07:37:13 +0000 David Ponce (print): Reset print_depth before to call print_object.
Mon, 17 May 2004 22:47:40 +0000 Kim F. Storm (print_object): Increase buf size.
Mon, 10 May 2004 16:55:38 +0000 Richard M. Stallman (print_preprocess): Use being_printed, loop_count and
Mon, 10 May 2004 12:09:08 +0000 Kenichi Handa (temp_output_buffer_setup): Bind inhibit-read-only and
Mon, 26 Apr 2004 21:56:26 +0000 Andreas Schwab (print_object): Print non-ascii characters in bool vector representation
Mon, 26 Jan 2004 11:53:59 +0000 Andreas Schwab (print_preprocess): Declare size as EMACS_INT to not lose bits.
Thu, 08 Jan 2004 00:15:52 +0000 Andreas Schwab (print_preprocess) <case Lisp_Vectorlike>: Only mask
Wed, 31 Dec 2003 00:24:28 +0000 Luc Teirlinck (Ferror_message_string): Add hyperlink to the definition of `signal'
Thu, 25 Dec 2003 06:59:31 +0000 Karoly Lorentey Implemented multiple tty support.
Tue, 25 Nov 2003 09:48:15 +0000 Kim F. Storm (Fredirect_debugging_output) [!GNU_LINUX]: Do not
Sun, 23 Nov 2003 21:28:24 +0000 Kim F. Storm (Fredirect_debugging_output): New defun.
Fri, 19 Sep 2003 14:35:40 +0000 Richard M. Stallman (Fprin1_to_string): Move the PRINTPREPARE later,
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Fri, 08 Aug 2003 22:45:18 +0000 Andreas Schwab (print_string): Fix printing of multibyte string with
Tue, 22 Jul 2003 19:22:02 +0000 Stefan Monnier (temp_output_buffer_setup): Typo.
Tue, 22 Jul 2003 19:06:48 +0000 Stefan Monnier (temp_output_buffer_setup): Use delete_all_overlays.
Wed, 09 Jul 2003 14:48:41 +0000 Stefan Monnier (temp_output_buffer_setup): Use new type for overlays_(before|after).
Wed, 28 May 2003 11:47:41 +0000 Richard M. Stallman (syms_of_print) <print-escape-nonascii>: Doc fix.
Fri, 09 May 2003 14:03:23 +0000 Richard M. Stallman (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
Tue, 11 Mar 2003 15:52:37 +0000 Stefan Monnier (Fprin1_to_string): Return unibyte string if possible.