1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

42909 Commits

Author SHA1 Message Date
Dave Love
c6e973abe4 *** empty log message *** 2002-07-17 17:47:44 +00:00
Dave Love
9ca2ac2dbd (utf-8-subst-table)
(utf-8-subst-rev-table, utf-8-translation-table-for-decode)
(utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
(utf-8-ccl-regs, utf-8-translate-cjk): New.
(ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
(ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
(utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
(mule-utf-8): Remove pre-write-conversion.
(utf-8-post-read-conversion): Comment out.
2002-07-17 15:04:25 +00:00
Dave Love
f9bd23fdb8 Remove `emacs' conditionals.
(ccl_backtrace_table): Fix size spec.
(ccl_driver): Fix type errors.
2002-07-17 14:39:54 +00:00
Dave Love
d1b73efe86 Populate utf-8-subst-rev-table.
(utf-8-subst-table): Don't set.
2002-07-17 10:36:16 +00:00
Dave Love
acb694258f (ccl-command-table): Add lookup-integer,
lookup-character.
(ccl-extended-code-table): Add lookup-int-const-tbl,
lookup-char-const-tbl.
(ccl-compile-lookup-integer, ccl-compile-lookup-character)
(ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
New functions.
(define-ccl-program): Doc update.
2002-07-17 10:32:38 +00:00
Kenichi Handa
9f13685aff (us-ascii): Define it as an alias of iso-safe. 2002-07-17 08:46:12 +00:00
Kenichi Handa
91e854f2c3 (print-coding-system-briefly): Fix the handling of an alias of which
eol-type is not auto-detection.
2002-07-17 08:45:51 +00:00
Kenichi Handa
708fc4655e (define-coding-system-alias): Don't append ALIAS in the property
`alias-coding-systems' if ALIAS's eol-type is not auto-detection.
2002-07-17 08:44:58 +00:00
Kenichi Handa
1a55d509c3 *** empty log message *** 2002-07-17 08:44:34 +00:00
Juanma Barranquero
3b622b44f5 (describe-function-1): Put empty line before "Not documented" text. 2002-07-17 08:12:04 +00:00
Juanma Barranquero
a50908abb5 (timer-set-time-with-usecs): Mark obsolete. 2002-07-17 07:30:57 +00:00
Stefan Monnier
03a8bf7ddd (tool-bar-add-item-from-menu): Make sure to change the global tool-bar-map. 2002-07-16 22:46:09 +00:00
Stefan Monnier
bc71812e08 *** empty log message *** 2002-07-16 20:53:59 +00:00
Stefan Monnier
f66a6225b9 (vc-default-comment-history): Hard code *vc*.
This is because print-log always prints there now.
(vc-annotate-font-lock-keywords): New var.
(vc-annotate-mode): Use it.  Set truncate-lines as well.
(vc-annotate-display-select): Unify the two error reports.
(vc-annotate-offset): New var.
(vc-annotate-lines): New fun extracted from vc-annotate-display.
(vc-annotate-display): Use it, via font-lock.
2002-07-16 20:44:23 +00:00
Ken Raeburn
bd66096aea *** empty log message *** 2002-07-16 19:55:46 +00:00
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