Include "character.h".
[bpt/emacs.git] / src / print.c
2002-01-02 Pavel JaníkFix typo.
2002-01-01 Richard M. Stallman(print_object): Test print_escape_nonascii only for...
2001-12-30 Richard M. Stallman(print_object): In multibyte string, use hex escapes.
2001-11-26 Richard M. Stallman(temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
2001-11-15 Pavel JaníkFix typos.
2001-11-14 Eli Zaretskii(prin1, print): Doc fix.
2001-11-14 Richard M. Stallman(Fprin1_to_string): Doc fix.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-30 Richard M. Stallman(print_object): Clarify indication of insertion type.
2001-10-21 Miles Bader(Fwith_output_to_temp_buffer): Add usage: string to...
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-12 Stefan Monnier(Fwith_output_to_temp_buffer): Align with
2001-10-05 Gerd Moellmann(print_preprocess, print_object): Test internedness of
2001-08-01 Eli Zaretskii(strout): Treat the characters at *ptr as unsigned...
2001-05-09 Gerd Moellmann(syms_of_print) <print-length, print-level>: Doc fix.
2001-03-30 Eli Zaretskii(Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last...
2001-03-26 Eli Zaretskii(Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.
2001-03-20 Gerd Moellmann(syms_of_print): Doc fixes.
2001-02-07 Kenichi Handa(print_string): If we are going to print a unibyte
2001-02-02 Stefan Monnier*** empty log message ***
2000-12-21 Gerd Moellmann(print_unwind): Return nil.
2000-08-22 Andrew InnesInclude keyboard.h before frame.h.
2000-07-26 Kenichi Handa(print_object): If vector printing is truncated, print...
2000-07-24 Gerd Moellmann(temp_output_buffer_setup): Don't call1 Vrun_hooks
2000-07-05 Gerd Moellmann(print_error_message): If Vsignaling_function is set,
2000-06-14 Gerd Moellmann(printchar, strout): Don't check message_buf_print
2000-05-20 Kenichi Handa(print_object): Use FETCH_STRING_CHAR_ADVANCE
2000-05-16 Gerd MoellmannUse the term `invalid' instead of `illegal'.
2000-04-27 Gerd Moellmann(print_object): Treat print-length < 0 as nil.
2000-04-27 Gerd Moellmann(print_error_message): Print data of `end-of-file'
2000-04-05 Ken Raeburnmake_number/XINT/XUINT conversions; EQ/== fixes; =...
2000-03-27 Gerd MoellmannUse new macro names
2000-03-26 Gerd Moellmann(print_object): Use new macros for per-buffer
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
1999-12-15 Kenichi Handa(printchar): Adjusted for the change of CHAR_STRING.
1999-11-16 Gerd Moellmann(PRINTPREPARE): Don't call setup_echo_area_for_printing
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-11-01 Richard M. Stallman(strout): Consider `noninteractive' and use stdout
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-18 Kenichi Handa(print_preprocess): In case print-circle is nil,
1999-10-09 Richard M. Stallman(print): When removing objects from Vprint_number_table,
1999-09-15 Gerd Moellmann(PRINTFULLP): Removed because it is no longer used and
1999-09-14 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-09-13 Richard M. StallmanSupport print-circle and related features.
1999-09-03 Kenichi Handa(print_string): Use the macro STRING_CHAR_AND_LENGTH.
1999-08-21 Gerd MoellmannRemove conditional compilation on `standalone'.
1999-07-21 Gerd Moellmann(print): Add hash table handling.
1999-02-21 Richard M. Stallman(print_error_message): Don't crash if (cdr data) is...
1999-01-11 Richard M. Stallman(Qtemp_buffer_setup_hook): New variable.
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 SchwabFix -Wimplicit warnings.
1998-04-13 Karl Heuer(strout): Convert old echo area to multibyte, like...
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 `\...
1998-03-21 Richard M. Stallman(PRINTPREPARE): Use make_string_from_bytes.
1998-03-21 Richard M. StallmanUse 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. StallmanUpdate 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_...
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...
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...
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. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
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 HeuerInclude 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_bu...
1996-11-02 Richard M. Stallman(printchar, strout): Do QUIT for echo area output.
1996-09-08 Erik NaggumAdd #n=object, #n#, and #:symbol constructs to printer.
1996-09-01 Karl HeuerRemoved support for !MULTI_FRAME.
next