aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (print_error_message): New args CONTEXT and CALLER. Calls changed.Richard M. Stallman2002-07-201-2/+16
* (print_error_message): Declare new args.Richard M. Stallman2002-07-201-1/+1
* (cmd_error_internal): Pass Vsignaling_functionRichard M. Stallman2002-07-201-13/+8
* (xsmfns.o): Don't depend on lisp.h.Richard M. Stallman2002-07-201-1/+1
* (redisplay_window): Test MODIFF to set buffer_unchanged_p.Richard M. Stallman2002-07-201-0/+1
* (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.Juanma Barranquero2002-07-192-1/+3
* (Ffile_name_as_directory): Fix argument name in docstring.Juanma Barranquero2002-07-192-1/+3
* (encode_terminal_code): Buffer pointer now const.Ken Raeburn2002-07-192-1/+4
* (emacs_write): Buffer pointer now const.Ken Raeburn2002-07-191-1/+1
* *** empty log message ***Ken Raeburn2002-07-191-0/+34
* (may_use_scalable_font_p): Argument now points toKen Raeburn2002-07-191-5/+5
* (Fstring_to_syntax, skip_chars): Treat Lisp stringKen Raeburn2002-07-191-4/+5
* (struct sound_device): Function pointer field "write"Ken Raeburn2002-07-191-3/+4
* (temp_output_buffer_setup):Ken Raeburn2002-07-191-2/+2
* (STRING_COPYIN): New macro.Ken Raeburn2002-07-191-5/+9
* (safe_bcopy): Source pointer now points to const.Ken Raeburn2002-07-191-2/+3
* (compose_chars_in_text): Treat Lisp string contentsKen Raeburn2002-07-191-1/+1
* (decode_coding, encode_coding, detect_coding,Ken Raeburn2002-07-191-4/+6
* (encode_eol, detect_coding, detect_eol):Ken Raeburn2002-07-191-26/+30
* (BCOPY_SHORT): Source pointer now points to const.Ken Raeburn2002-07-191-1/+2
* (Fcall_process): Make NEW_ARGV array hold pointer toKen Raeburn2002-07-191-2/+2
* (struct byte_stack): Pointers into byte string nowKen Raeburn2002-07-191-2/+2
* *** empty log message ***Juanma Barranquero2002-07-191-0/+6
* (syms_of_fileio): Remove redundant deprecation info.Juanma Barranquero2002-07-191-4/+1
* (syms_of_xdisp): Remove redundant deprecation info.Juanma Barranquero2002-07-191-3/+1
* Fix typo.Juanma Barranquero2002-07-191-1/+1
* *** empty log message ***Richard M. Stallman2002-07-181-0/+4
* (Fdefalias): Doc fix.Richard M. Stallman2002-07-181-1/+4
* *** empty log message ***Dave Love2002-07-171-0/+2
* (text_property_stickiness): Fix prototype.Dave Love2002-07-171-1/+1
* *** empty log message ***Dave Love2002-07-171-0/+6
* Remove `emacs' conditionals.Dave Love2002-07-171-21/+9
* *** empty log message ***Ken Raeburn2002-07-161-0/+55
* (same_x_server): String pointer args now point toKen Raeburn2002-07-161-2/+2
* (xstricmp): String pointer args now point to const.Ken Raeburn2002-07-161-1/+1
* (store_frame_title, string_char_and_length):Ken Raeburn2002-07-161-25/+28
* (set_file_times): Declaration updated.Ken Raeburn2002-07-161-1/+1
* (emacs_open, set_file_times): String pointer args nowKen Raeburn2002-07-161-2/+2
* (fast_c_string_match_ignore_case): String pointer argsKen Raeburn2002-07-161-1/+1
* (temp_echo_area_glyphs): String pointer args nowKen Raeburn2002-07-161-2/+2
* (intern, oblookup, hash_string): String pointer argsKen Raeburn2002-07-161-8/+7
* (chars_in_text, multibyte_chars_in_text, copy_text):Ken Raeburn2002-07-161-28/+28
* (Fdescribe_buffer_bindings): Use const for pointer toKen Raeburn2002-07-161-1/+1
* (cmd_error_internal): Use const for pointer to lispKen Raeburn2002-07-161-1/+1
* (copy_text, count_size_as_multibyte, insert_1):Ken Raeburn2002-07-161-12/+12
* (Fframe_parameter): Use const for pointer to lispKen Raeburn2002-07-161-1/+1
* (font_family_registry, fs_query_fontset):Ken Raeburn2002-07-161-4/+4
* (report_file_error): String pointer args now point toKen Raeburn2002-07-161-9/+10
* (general_insert_function): Insertion function nowKen Raeburn2002-07-161-2/+2
* (xstricmp): Declaration updated.Ken Raeburn2002-07-161-1/+1