Ken Raeburn
59ab1dc7ee
(same_x_server): String pointer args now point to
...
const.
(same_x_server): Use const for pointer to lisp string
data.
2002-07-16 19:49:27 +00:00
Ken Raeburn
23889aba6d
(xstricmp): String pointer args now point to const.
2002-07-16 19:49:19 +00:00
Ken Raeburn
50f80c2fbc
(store_frame_title, string_char_and_length):
...
(message_dolog, message2, message2_nolog, set_message): String
pointer args now point to const.
(set_message_1): Cast message string argument to const pointer.
(string_pos_nchars_ahead, init_from_display_pos):
(face_before_or_after_it_pos, next_element_from_string):
(get_overlay_arrow_glyph_row, display_mode_element):
(decode_mode_spec_coding): Use const for pointer to lisp string
data.
2002-07-16 19:49:12 +00:00
Ken Raeburn
c8863dae84
(set_file_times): Declaration updated.
2002-07-16 19:49:04 +00:00
Ken Raeburn
8c2ba7decc
(emacs_open, set_file_times): String pointer args now
...
point to const.
2002-07-16 19:49:00 +00:00
Ken Raeburn
96b8056145
(fast_c_string_match_ignore_case): String pointer args
...
now point to const.
2002-07-16 19:48:55 +00:00
Ken Raeburn
27883fdd3a
(temp_echo_area_glyphs): String pointer args now
...
point to const.
(Fminibuffer_complete_word): Use const for pointer to
lisp string data.
2002-07-16 19:48:51 +00:00
Ken Raeburn
4b2dd2749b
(intern, oblookup, hash_string): String pointer args
...
now point to const.
(complete_filename_p, openp): Use const for pointer to
lisp string data.
2002-07-16 19:48:47 +00:00
Ken Raeburn
f29b79a242
(chars_in_text, multibyte_chars_in_text, copy_text):
...
(count_size_as_multibyte, count_combining_before):
(count_combining_after, insert_1, insert_1_both, message_dolog):
(insert, insert_and_inherit, insert_before_markers)
(insert_before_markers_and_inherit, set_message, message2):
(message2_dolog, build_string, make_string, make_unibyte_string):
(make_multibyte_string, intern, oblookup, report_file_error):
(fast_c_string_match_ignore_case, temp_echo_area_glyphs):
(emacs_open, xstrdup): Declarations updated.
2002-07-16 19:48:42 +00:00
Ken Raeburn
3141e0abe1
(Fdescribe_buffer_bindings): Use const for pointer to
...
lisp string data.
2002-07-16 19:48:37 +00:00
Ken Raeburn
91befd0e2c
(cmd_error_internal): Use const for pointer to lisp
...
string data.
2002-07-16 19:48:34 +00:00
Ken Raeburn
641a26d22b
(copy_text, count_size_as_multibyte, insert_1):
...
(count_combining_before, count_combining_after, insert_1_both):
(insert, insert_and_inherit, insert_string):
(insert_before_markers, insert_before_markers_and_inherit):
String pointer args now point to const.
2002-07-16 19:48:28 +00:00
Ken Raeburn
c9b08ba835
(Fframe_parameter): Use const for pointer to lisp
...
string data.
2002-07-16 19:48:25 +00:00
Ken Raeburn
637ddd3204
(font_family_registry, fs_query_fontset):
...
(list_fontsets): Use const for pointer to lisp string data.
2002-07-16 19:48:21 +00:00
Ken Raeburn
19290c65c2
(report_file_error): String pointer args now point to
...
const.
(Ffile_name_directory, Ffile_name_nondirectory):
(Fmake_directory_internal, Fdelete_directory):
(Ffile_name_absolute_p, Fwrite_region, double_dollars): Use const
for pointer to lisp string data.
2002-07-16 19:48:17 +00:00
Ken Raeburn
439e8af4cf
(general_insert_function): Insertion function now
...
takes pointer to const for input data.
2002-07-16 19:48:12 +00:00
Ken Raeburn
77be52b77f
(xstricmp): Declaration updated.
2002-07-16 19:48:08 +00:00
Ken Raeburn
a90f2c3549
(Ffind_coding_systems_region_interval): Use const for
...
pointer to lisp string data.
2002-07-16 19:48:04 +00:00
Ken Raeburn
8a25217a49
(find_charset_in_text, c_string_width):
...
(parse_str_as_multibyte): Declarations updated.
(FETCH_STRING_CHAR_ADVANCE):
(FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use const for pointer to
lisp string data.
2002-07-16 19:48:00 +00:00
Ken Raeburn
fb4f7f5086
(find_charset_in_text, c_string_width):
...
(chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
String pointer args now point to const.
(find_charset_in_text, lisp_string_width): Use const
for pointer to lisp string data.
2002-07-16 19:47:56 +00:00
Ken Raeburn
943b873eba
(xstrdup, make_string, make_unibyte_string)
...
(make_multibyte_string, build_string): String pointer args now
point to const.
2002-07-16 19:47:52 +00:00
André Spiegel
576c4a0fd4
Document C-x v v as the main version control command, not C-x C-q.
...
Add a note that users may bind vc-toggle-read-only to C-x C-q.
2002-07-16 18:01:19 +00:00
André Spiegel
8f980b27de
Let C-x C-q refer to toggle-read-only, not vc-toggle-read-only.
2002-07-16 17:59:16 +00:00
André Spiegel
fc08c98703
Add entry for C-x C-q.
2002-07-16 17:57:45 +00:00
André Spiegel
4c4a1c1da8
*** empty log message ***
2002-07-16 17:53:59 +00:00
André Spiegel
165e43b6c7
(vc-next-action-on-file): Ignore buffer-read-only while comparing to
...
file on disk. Fix the case when claiming the lock on a file that has
unlocked changes.
(vc-log-mode): Don't mention vc-toggle-read-only in the doc
string.
2002-07-16 17:47:33 +00:00
André Spiegel
db8afaee0d
Don't bind vc-toggle-read-only to C-x C-q.
...
(vc-toggle-read-only): Explain in the doc string that users can bind
this to C-x C-q.
(vc-checkout-model): Change doc string to refer to vc-next-action,
not vc-toggle-read-only.
2002-07-16 17:42:57 +00:00
Ken Raeburn
1b049b519e
(echo_char, parse_modifiers_uncached, parse_solitary_modifier,
...
Fexecute_extended_command): Use string macros instead of Lisp_String fields.
2002-07-16 17:41:12 +00:00
André Spiegel
d758359d9d
Bind toggle-read-only to C-x C-q.
...
(toggle-read-only): Display a warning message if the file is under
version control.
2002-07-16 17:40:37 +00:00
Ken Raeburn
943afcc71e
(validate_interval_range, interval_of): Use string macros instead of
...
Lisp_String fields.
2002-07-16 17:37:31 +00:00
Ken Raeburn
1e5d9116cc
(Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value.
2002-07-16 17:35:50 +00:00
Ken Raeburn
c2d47f4b5b
(Fintern_soft): Use string macros instead of Lisp_String fields.
2002-07-16 17:34:35 +00:00
Ken Raeburn
8dfba85e62
(reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields.
2002-07-16 17:33:42 +00:00
Ken Raeburn
49a5f7705f
comment update
2002-07-16 17:11:56 +00:00
Ken Raeburn
4e491f8d1e
(Fstring_to_char): Use string macros instead of Lisp_String fields.
2002-07-16 16:58:04 +00:00
Ken Raeburn
9f5348e3c8
(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
...
instead of XSTRING()->size_byte.
2002-07-16 16:37:40 +00:00
Ken Raeburn
20cddf4e9f
(Fset_fontset_font): Use SDATA instead of XSTRING()->data.
2002-07-16 16:35:27 +00:00
Stefan Monnier
2dbbed9eba
(help-split-fundoc, help-function-arglist)
...
(help-make-usage): New funs, extracted from describe-function-1.
(describe-function-1): Use them.
2002-07-16 16:24:59 +00:00
Stefan Monnier
ae1bb8acec
(help-key-description): Show the untranslated keys
...
when they start with ESC and the ESC was not translated.
2002-07-16 16:08:44 +00:00
Stefan Monnier
410e58b5af
(view): Always require.
...
(help-xref-mule-regexp): Don't use defconst for variables.
(help-setup-xref): Keep the last 10 elements of the stack.
(help-xref-override-view-map): New var.
(help-make-xrefs): Use it instead of building a new map each time.
(help-function-def): Allow help-fun to take a buffer as arg.
2002-07-16 16:02:35 +00:00
Ken Raeburn
7da167cde1
* xterm.c (x_catch_errors, x_clear_errors): Use SSET.
2002-07-16 15:50:57 +00:00
Ken Raeburn
b06a00fb6d
* xfns.c (validate_x_resource_name): Use SSET.
2002-07-16 15:50:04 +00:00
Ken Raeburn
7960d5abc2
* w32fns.c (validate_x_resource_name): Use SSET.
2002-07-16 15:49:59 +00:00
Ken Raeburn
5d69fe10ae
* search.c (wordify): Use SDATA.
...
(Freplace_match): Use SREF.
2002-07-16 15:49:53 +00:00
Ken Raeburn
a814cc69c6
* process.c (status_message): Use SSET.
2002-07-16 15:49:48 +00:00
Ken Raeburn
96fb177ac6
* macfns.c (validate_x_resource_name): Use SSET.
2002-07-16 15:49:44 +00:00
Ken Raeburn
a1c89c0a12
* lread.c (Fload): Use SDATA, SSET.
2002-07-16 15:49:38 +00:00
Ken Raeburn
bba772ab93
* lisp.h (SREF): Produce rvalue.
...
(SSET): New macro.
2002-07-16 15:49:34 +00:00
Ken Raeburn
4069e0f8c8
* keyboard.c (Fevent_convert_list): Use SREF.
2002-07-16 15:49:29 +00:00
Ken Raeburn
f7e233a87f
* insdel.c (insert_from_string_1): Use SDATA.
2002-07-16 15:49:24 +00:00