summaryrefslogtreecommitdiff
path: root/src/print.c
AgeCommit message (Expand)Author
2006-09-20Merge from emacs--devo--0Miles Bader
2006-09-14Whitespace fixup.Andreas Schwab
2006-09-14Merge from emacs--devo--0Miles Bader
2006-09-13(print_string): When printcharfun is t,Richard M. Stallman
2006-09-08(strout): Fix whitespace.Andreas Schwab
2006-08-16Merge from emacs--devo--0Miles Bader
2006-08-16(debug_output_compilation_hack): Fix return type.Andreas Schwab
2006-08-16(debug_output_compilation_hack): New function.Richard M. Stallman
2006-07-19Merge from emacs--devo--0Miles Bader
2006-07-17Comment change.Richard M. Stallman
2006-04-21Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57Miles Bader
2006-04-20(PRINTFINISH): Call signal_after_change.Lars Hansen
2006-04-17Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader
2006-04-13(Fprin1_to_string): Mention in the `doc' that the behavior is modified byEli Zaretskii
2006-03-28Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49Miles Bader
2006-03-25(print_output_debug_flag): New global variable.Eli Zaretskii
2006-02-08Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-01-16Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader
2005-12-21(print_preprocess): Don't loose print_depth levels while iterating.Károly Lőrentey
2005-12-172005-12-17 Chong Yidong <cyd@stupidchicken.com>Chong Yidong
2005-12-17Revert last change.Chong Yidong
2005-12-17* print.c (print_preprocess): Just signal an error if print_depthChong Yidong
2005-12-14* print.c (print_preprocess): Go to a deeper print_depth to avoidChong Yidong
2005-11-09(safe_debug_print): New function to be called from gdbKim F. Storm
2005-09-19Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82Miles Bader
2005-09-12(print_error_message): Fix last change.Kim F. Storm
2005-09-12(print_error_message): Pass copy of caller name to message_dolog.Kim F. Storm
2005-08-26Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-07Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader
2005-07-04Update FSF's address.Lute Kamstra
2005-04-14Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37Miles Bader
2005-04-09(PRINTPREPARE): Check if the marker PRINTCHARFUN is within theLute Kamstra
2004-11-12Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70Miles Bader
2004-11-09(print_object): Fix format string.Kim F. Storm
2004-11-05(print_object): Print Lisp_Misc_Save_Value objects.Kim F. Storm
2004-10-04(print_object): Include sub char-table in cicularitiesKenichi Handa
2004-07-23Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25Miles Bader
2004-07-17(print_preprocess): Test for print_depth at limitRichard M. Stallman
2004-06-29Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17Miles Bader
2004-06-28Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader
2004-06-21(Fwith_output_to_temp_buffer): Doc fix.Eli Zaretskii
2004-06-13(print_object): Always use %ld for printing EMACS_INT.Andreas Schwab
2004-05-19(print): Reset print_depth before to call print_object.David Ponce
2004-05-17(print_object): Increase buf size.Kim F. Storm
2004-05-10(print_preprocess): Use being_printed, loop_count andRichard M. Stallman
2004-05-10(temp_output_buffer_setup): Bind inhibit-read-only andKenichi Handa
2004-04-26(print_object): Print non-ascii characters in bool vector representationAndreas Schwab
2004-04-16Sync to HEADKenichi Handa