Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fdescribe_buffer_bindings): Use const for pointer to | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | | | lisp string data. | ||||
* | (cmd_error_internal): Use const for pointer to lisp | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | | | string data. | ||||
* | (copy_text, count_size_as_multibyte, insert_1): | Ken Raeburn | 2002-07-16 | 1 | -12/+12 |
| | | | | | | | (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. | ||||
* | (Fframe_parameter): Use const for pointer to lisp | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | | | string data. | ||||
* | (font_family_registry, fs_query_fontset): | Ken Raeburn | 2002-07-16 | 1 | -4/+4 |
| | | | | (list_fontsets): Use const for pointer to lisp string data. | ||||
* | (report_file_error): String pointer args now point to | Ken Raeburn | 2002-07-16 | 1 | -9/+10 |
| | | | | | | | | 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. | ||||
* | (general_insert_function): Insertion function now | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
| | | | | takes pointer to const for input data. | ||||
* | (xstricmp): Declaration updated. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | (Ffind_coding_systems_region_interval): Use const for | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | | | pointer to lisp string data. | ||||
* | (find_charset_in_text, c_string_width): | Ken Raeburn | 2002-07-16 | 1 | -5/+6 |
| | | | | | | | (parse_str_as_multibyte): Declarations updated. (FETCH_STRING_CHAR_ADVANCE): (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use const for pointer to lisp string data. | ||||
* | (find_charset_in_text, c_string_width): | Ken Raeburn | 2002-07-16 | 1 | -9/+9 |
| | | | | | | | (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. | ||||
* | (xstrdup, make_string, make_unibyte_string) | Ken Raeburn | 2002-07-16 | 1 | -5/+5 |
| | | | | | (make_multibyte_string, build_string): String pointer args now point to const. | ||||
* | Document C-x v v as the main version control command, not C-x C-q. | André Spiegel | 2002-07-16 | 1 | -41/+40 |
| | | | | Add a note that users may bind vc-toggle-read-only to C-x C-q. | ||||
* | Let C-x C-q refer to toggle-read-only, not vc-toggle-read-only. | André Spiegel | 2002-07-16 | 1 | -9/+8 |
| | |||||
* | Add entry for C-x C-q. | André Spiegel | 2002-07-16 | 1 | -0/+10 |
| | |||||
* | *** empty log message *** | André Spiegel | 2002-07-16 | 1 | -0/+18 |
| | |||||
* | (vc-next-action-on-file): Ignore buffer-read-only while comparing to | André Spiegel | 2002-07-16 | 1 | -5/+9 |
| | | | | | | | 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. | ||||
* | Don't bind vc-toggle-read-only to C-x C-q. | André Spiegel | 2002-07-16 | 1 | -5/+8 |
| | | | | | | | (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. | ||||
* | (echo_char, parse_modifiers_uncached, parse_solitary_modifier, | Ken Raeburn | 2002-07-16 | 2 | -21/+21 |
| | | | | Fexecute_extended_command): Use string macros instead of Lisp_String fields. | ||||
* | Bind toggle-read-only to C-x C-q. | André Spiegel | 2002-07-16 | 1 | -14/+20 |
| | | | | | (toggle-read-only): Display a warning message if the file is under version control. | ||||
* | (validate_interval_range, interval_of): Use string macros instead of | Ken Raeburn | 2002-07-16 | 2 | -8/+16 |
| | | | | Lisp_String fields. | ||||
* | (Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value. | Ken Raeburn | 2002-07-16 | 1 | -4/+1 |
| | |||||
* | (Fintern_soft): Use string macros instead of Lisp_String fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+4 |
| | |||||
* | (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+0 |
| | |||||
* | comment update | Ken Raeburn | 2002-07-16 | 1 | -3/+3 |
| | |||||
* | (Fstring_to_char): Use string macros instead of Lisp_String fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+3 |
| | |||||
* | (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES | Ken Raeburn | 2002-07-16 | 2 | -2/+9 |
| | | | | instead of XSTRING()->size_byte. | ||||
* | (Fset_fontset_font): Use SDATA instead of XSTRING()->data. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | (help-split-fundoc, help-function-arglist) | Stefan Monnier | 2002-07-16 | 1 | -62/+53 |
| | | | | | (help-make-usage): New funs, extracted from describe-function-1. (describe-function-1): Use them. | ||||
* | (help-key-description): Show the untranslated keys | Stefan Monnier | 2002-07-16 | 1 | -1/+2 |
| | | | | when they start with ESC and the ESC was not translated. | ||||
* | (view): Always require. | Stefan Monnier | 2002-07-16 | 1 | -18/+23 |
| | | | | | | | | (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. | ||||
* | * xterm.c (x_catch_errors, x_clear_errors): Use SSET. | Ken Raeburn | 2002-07-16 | 2 | -3/+28 |
| | |||||
* | * xfns.c (validate_x_resource_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | * w32fns.c (validate_x_resource_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | * search.c (wordify): Use SDATA. | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
| | | | | (Freplace_match): Use SREF. | ||||
* | * process.c (status_message): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | * macfns.c (validate_x_resource_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | * lread.c (Fload): Use SDATA, SSET. | Ken Raeburn | 2002-07-16 | 1 | -3/+3 |
| | |||||
* | * lisp.h (SREF): Produce rvalue. | Ken Raeburn | 2002-07-16 | 1 | -1/+2 |
| | | | | (SSET): New macro. | ||||
* | * keyboard.c (Fevent_convert_list): Use SREF. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | * insdel.c (insert_from_string_1): Use SDATA. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | * fns.c (concat): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -6/+6 |
| | | | | (concat, Fdelete): Use SDATA. | ||||
* | * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -7/+7 |
| | | | | (Fread_file_name): Use SREF, SSET. | ||||
* | * dired.c (directory_files_internal): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | * data.c (Faref): Use SDATA. | Ken Raeburn | 2002-07-16 | 1 | -3/+3 |
| | | | | (Faset): Use SDATA, SSET. | ||||
* | * charset.h (FETCH_STRING_CHAR_ADVANCE, | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
| | | | | | FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting address of string contents. | ||||
* | * casefiddle.c (casify_object): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | * buffer.c (Fother_buffer): Use SREF when retrieving a byte from | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | | | a string. | ||||
* | * alloc.c (make_event_array): Use SSET for storing into a string. | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
| | |||||
* | (SDATA): Produce rvalue. | Ken Raeburn | 2002-07-16 | 2 | -1/+5 |
| |