log src/print.c @ 23953:c8cdb4e487cb

age author description
1998-12-22 Kenichi Handa (printchar): Fix previous change.
1998-12-15 Kenichi Handa (printchar): Outputting multibyte characters
1998-12-15 Kenichi Handa (printchar): Cancel previous change.
1998-12-15 Kenichi Handa (printchar): When outputting a multibyte character to
1998-11-04 Kenichi Handa (print_string): Check validity of a character.
1998-09-10 Dave Love (Fwith_output_to_temp_buffer): Doc fix.
1998-08-07 Richard M. Stallman (print_escape_multibyte, Qprint_escape_multibyte)
1998-06-24 Richard M. Stallman (PRINTFINISH): Convert text to unibyte before
1998-06-22 Karl Heuer (print_string): Properly compute number of chars
1998-06-20 Karl Heuer (strout): Show multibyte message correctly.
1998-05-25 Richard M. Stallman (sms_of_print): Doc fix in prev change.
1998-05-25 Richard M. Stallman (print_escape_nonascii): New variable.
1998-05-25 Richard M. Stallman (print) <Lisp_Cons>: Detect circular list.
1998-05-22 Kenichi Handa (print_string): Don't ignore garbage bytes following a
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1998-04-13 Karl Heuer (strout): Convert old echo area to multibyte, like printchar.
1998-04-12 Karl Heuer (temp_output_buffer_setup): Clear out overlays,
1998-04-12 Karl Heuer (print) <Lisp_String>: Fix "\ " handling.
1998-04-09 Karl Heuer * print.c (print): Avoid `min'/`max' as variable names.
1998-04-05 Richard M. Stallman (print) <Lisp_String>: Follow a hex escape with `\ ' if nec.
1998-03-21 Richard M. Stallman (PRINTPREPARE): Use make_string_from_bytes.
1998-03-21 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
1998-03-12 Richard M. Stallman (print): Handle new data structure
1998-02-12 Richard M. Stallman (printchar): When outputting to echo area,
1998-02-08 Richard M. Stallman (print): Declare local variable C as `int' instead of
1998-02-02 Richard M. Stallman (float_to_string): Handle infinities and NaN specially.
1998-01-21 Richard M. Stallman Update copyright year.
1998-01-18 Karl Heuer (print) <Lisp_String>: When multibyte is enabled, print
1998-01-05 Richard M. Stallman (print_string): Now static.
1998-01-01 Richard M. Stallman (PRINTDECLARE): Declare old_point_byte and start_point_byte.
1997-11-28 Andreas Schwab (internal_with_output_to_temp_buffer):
1997-11-21 Andreas Schwab (printchar): Declare `work' as unsigned char.
1997-10-29 Paul Eggert (DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.
1997-10-23 Paul Eggert (_MAXLDBL, _NMAXLDBL):
1997-10-02 Karl Heuer (syms_of_print): Fix doc string of print-gensym.
1997-09-12 Richard M. Stallman (Fexternal_debugging_output): On Windows output to debugger.
1997-07-26 Richard M. Stallman (strout, printchar): Handle minibuffer_auto_raise.
1997-07-25 Richard M. Stallman (Vprint_gensym_alist): Renamed from printed_gensyms.
1997-07-04 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
1997-06-20 Richard M. Stallman (Ferror_message_string): Optimize (error STRING) case.
1997-04-18 Richard M. Stallman (print): Symbols like e2 and 2e are not confusing.
1997-04-07 Kenichi Handa (read1): Adjusted for the new structure of Lisp_Char_Table.
1997-03-22 Richard M. Stallman (print): Generate a backslash in \2e10.
1997-02-20 Karl Heuer Include charset.h.
1997-01-20 Richard M. Stallman (print): Round size of bool-vector properly.
1996-11-05 Richard M. Stallman (PRINTFINISH): Use xfree, not free.
1996-11-04 Richard M. Stallman (PRINTPREPARE): Really do set free_print_buffer.
1996-11-04 Richard M. Stallman (PRINTDECLARE): Declare specpdl_count and free_print_buffer.
1996-11-02 Richard M. Stallman (printchar, strout): Do QUIT for echo area output.
1996-09-08 Erik Naggum Add #n=object, #n#, and #:symbol constructs to printer.
1996-09-01 Karl Heuer Removed support for !MULTI_FRAME.
1996-09-01 Karl Heuer Change all references from point to PT.
1996-08-24 Erik Naggum (print-quoted): New variable.
1996-07-30 Richard M. Stallman When printing into a buffer, generate all the text
1996-07-16 Karl Heuer (print): Fix args in strout calls.
1996-06-29 Richard M. Stallman (print): Obey Vprint_length for vectors, bitvectors.
1996-05-21 Karl Heuer (Fprin1_to_string): Preserve Vdeactivate_mark.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-09 Erik Naggum (Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): Harmonize
1996-01-05 Karl Heuer Comment fixes.