summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Ffind_coding_systems_region_interval): Use const forKen Raeburn2002-07-161-1/+1
* (find_charset_in_text, c_string_width):Ken Raeburn2002-07-161-5/+6
* (find_charset_in_text, c_string_width):Ken Raeburn2002-07-161-9/+9
* (xstrdup, make_string, make_unibyte_string)Ken Raeburn2002-07-161-5/+5
* Document C-x v v as the main version control command, not C-x C-q.André Spiegel2002-07-161-41/+40
* Let C-x C-q refer to toggle-read-only, not vc-toggle-read-only.André Spiegel2002-07-161-9/+8
* Add entry for C-x C-q.André Spiegel2002-07-161-0/+10
* *** empty log message ***André Spiegel2002-07-161-0/+18
* (vc-next-action-on-file): Ignore buffer-read-only while comparing toAndré Spiegel2002-07-161-5/+9
* Don't bind vc-toggle-read-only to C-x C-q.André Spiegel2002-07-161-5/+8
* (echo_char, parse_modifiers_uncached, parse_solitary_modifier,Ken Raeburn2002-07-162-21/+21
* Bind toggle-read-only to C-x C-q.André Spiegel2002-07-161-14/+20
* (validate_interval_range, interval_of): Use string macros instead ofKen Raeburn2002-07-162-8/+16
* (Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.Ken Raeburn2002-07-161-4/+1
* (Fintern_soft): Use string macros instead of Lisp_String fields.Ken Raeburn2002-07-161-5/+4
* (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.Ken Raeburn2002-07-161-5/+0
* comment updateKen Raeburn2002-07-161-3/+3
* (Fstring_to_char): Use string macros instead of Lisp_String fields.Ken Raeburn2002-07-161-5/+3
* (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTESKen Raeburn2002-07-162-2/+9
* (Fset_fontset_font): Use SDATA instead of XSTRING()->data.Ken Raeburn2002-07-161-1/+1
* (help-split-fundoc, help-function-arglist)Stefan Monnier2002-07-161-62/+53
* (help-key-description): Show the untranslated keysStefan Monnier2002-07-161-1/+2
* (view): Always require.Stefan Monnier2002-07-161-18/+23
* * xterm.c (x_catch_errors, x_clear_errors): Use SSET.Ken Raeburn2002-07-162-3/+28
* * xfns.c (validate_x_resource_name): Use SSET.Ken Raeburn2002-07-161-1/+1
* * w32fns.c (validate_x_resource_name): Use SSET.Ken Raeburn2002-07-161-1/+1
* * search.c (wordify): Use SDATA.Ken Raeburn2002-07-161-2/+2
* * process.c (status_message): Use SSET.Ken Raeburn2002-07-161-1/+1
* * macfns.c (validate_x_resource_name): Use SSET.Ken Raeburn2002-07-161-1/+1
* * lread.c (Fload): Use SDATA, SSET.Ken Raeburn2002-07-161-3/+3
* * lisp.h (SREF): Produce rvalue.Ken Raeburn2002-07-161-1/+2
* * keyboard.c (Fevent_convert_list): Use SREF.Ken Raeburn2002-07-161-1/+1
* * insdel.c (insert_from_string_1): Use SDATA.Ken Raeburn2002-07-161-1/+1
* * fns.c (concat): Use SSET.Ken Raeburn2002-07-161-6/+6
* * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.Ken Raeburn2002-07-161-7/+7
* * dired.c (directory_files_internal): Use SSET.Ken Raeburn2002-07-161-1/+1
* * data.c (Faref): Use SDATA.Ken Raeburn2002-07-161-3/+3
* * charset.h (FETCH_STRING_CHAR_ADVANCE,Ken Raeburn2002-07-161-2/+2