summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* (strout, printchar): Handle minibuffer_auto_raise.Richard M. Stallman1997-07-261-0/+24
* (Vprint_gensym_alist): Renamed from printed_gensyms.Richard M. Stallman1997-07-251-16/+32
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-1/+1
* (Ferror_message_string): Optimize (error STRING) case.Richard M. Stallman1997-06-201-0/+9
* (print): Symbols like e2 and 2e are not confusing.Richard M. Stallman1997-04-181-1/+11
* (read1): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-071-0/+2
* (print): Generate a backslash in \2e10.Richard M. Stallman1997-03-221-1/+3
* Include charset.h.Karl Heuer1997-02-201-24/+47
* (print): Round size of bool-vector properly.Richard M. Stallman1997-01-201-1/+1
* (PRINTFINISH): Use xfree, not free.Richard M. Stallman1996-11-051-1/+1
* (PRINTPREPARE): Really do set free_print_buffer.Richard M. Stallman1996-11-041-1/+1
* (PRINTDECLARE): Declare specpdl_count and free_print_buffer.Richard M. Stallman1996-11-041-11/+31
* (printchar, strout): Do QUIT for echo area output.Richard M. Stallman1996-11-021-8/+28
* Add #n=object, #n#, and #:symbol constructs to printer.Erik Naggum1996-09-081-45/+72
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-2/+0
* Change all references from point to PT.Karl Heuer1996-09-011-4/+4
* (print-quoted): New variable.Erik Naggum1996-08-241-6/+46
* When printing into a buffer, generate all the textRichard M. Stallman1996-07-301-14/+40
* (print): Fix args in strout calls.Karl Heuer1996-07-161-3/+3
* (print): Obey Vprint_length for vectors, bitvectors.Richard M. Stallman1996-06-291-0/+12
* (Fprin1_to_string): Preserve Vdeactivate_mark.Karl Heuer1996-05-211-2/+10
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): HarmonizeErik Naggum1996-01-091-25/+25
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (NULL): #undef deleted.Richard M. Stallman1995-12-261-1/+0
* (Ferror_message_string): New function.Karl Heuer1995-12-211-1/+77
* (debug_print): Explicitly print a CR.Richard M. Stallman1995-11-101-1/+1
* (debug_print): Print newline to stderr, too.Erik Naggum1995-11-061-1/+1
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-2/+1
* (debug_print): Print a newline here.Richard M. Stallman1995-10-311-0/+1
* (print): Handle chartables and boolvectors.Richard M. Stallman1995-10-071-1/+52
* (print_string): Use insert_from_string for output to buffer.Richard M. Stallman1995-08-051-2/+10
* (float_to_string): Fix type mismatch and simplify.Karl Heuer1995-05-121-9/+11
* (print): Make the printing understand EMACS_INTsRichard M. Stallman1995-05-051-1/+6
* Include keyboard.h.Richard M. Stallman1995-04-101-0/+1
* (print): Use XMISCTYPE.Richard M. Stallman1995-04-071-2/+2
* Update copyright.Karl Heuer1995-04-071-1/+1
* (temp_output_buffer_setup): (Re)set the defaultRichard M. Stallman1995-03-241-0/+1
* (print): Rename perdisplay to kboard.Karl Heuer1995-03-151-4/+4
* (print): current_perdisplay now is never null.Karl Heuer1995-03-131-6/+3
* (print): Use current_perdisplay, not get_perdisplay.Karl Heuer1995-02-031-3/+6
* (print): Handle internal display-local object.Karl Heuer1995-01-281-2/+10
* (printchar, strout): Use message_log_maybe_newline.Karl Heuer1995-01-271-13/+2
* (print): Print internal types too, for debugging.Karl Heuer1995-01-191-6/+68
* (printchar, strout): Call message_dolog.Karl Heuer1995-01-131-1/+17
* (print): Don't drop thru to error for markers and overlays.Richard M. Stallman1995-01-021-13/+16
* (print): Get size of compiled function as pseudovector.Richard M. Stallman1994-12-301-142/+161
* (print): Use type test macros.Karl Heuer1994-11-181-160/+137
* (print): Use new overlay substructure.Karl Heuer1994-11-151-16/+16
* (print): Check the substructure.Karl Heuer1994-10-111-10/+18