emacs/lisp/vc
Andreas Schwab a9f147af71 Use the full name of the null byte/character, not its abbreviation
* lisp/subr.el (inhibit-nul-byte-detection): Make it an obsolete alias.
* src/coding.c (setup_coding_system): Use original name.
(detect_coding): Rename nul_byte_found => null_byte_found.
(detect_coding_system): Use original name.
Rename nul_byte_found => null_byte_found.
(Fdefine_coding_system_internal): Use original name.
(syms_of_coding): Rename inhibit-nul-byte-detection to
inhibit-null-byte-detection.
* src/w16select.c (get_clipboard_data): Rename nul_char to null_char.
* src/json.c (check_string_without_embedded_nulls): Rename from
check_string_without_embedded_nuls.
(Fjson_parse_string): Adjust accordingly.
* src/coding.h (enum define_coding_undecided_arg_index)
(enum coding_attr_index): Rename ...nul_byte... to ...null_byte....
* lisp/info.el (info-insert-file-contents, Info-insert-dir):
* lisp/international/mule.el (define-coding-system):
* lisp/vc/vc-git.el (vc-git--call):
* doc/lispref/nonascii.texi (Lisp and Coding Systems): Use original name.
2020-10-05 20:19:59 +02:00
..
add-log.el Use `format-prompt' when prompting with default values 2020-09-06 16:56:54 +02:00
compare-w.el
cvs-status.el
diff-mode.el Make diff--refine-hunk bug out less on broken patches 2020-09-13 17:25:08 +02:00
diff.el Check that the buffer in diff-buffer-with-file is visiting a file 2020-09-15 14:56:10 +02:00
ediff-diff.el Fix problem with non-ASCII characters in ediff error messages 2020-08-20 22:23:35 +02:00
ediff-help.el
ediff-hook.el
ediff-init.el Remove some compat code from ediff 2020-08-18 12:10:29 +02:00
ediff-merg.el
ediff-mult.el Use `format-prompt' when prompting with default values 2020-09-06 16:56:54 +02:00
ediff-ptch.el Revert "Use format-prompt in read-file-name calls that have a default" 2020-09-13 14:58:24 +02:00
ediff-util.el Remove pointless use of intern 2020-09-17 11:13:54 +02:00
ediff-vers.el Remove Emacs 22 compat code from ediff-vers.el 2020-05-16 15:41:29 +02:00
ediff-wind.el Remove more XEmacs compat code from ediff*.el 2020-03-21 08:11:31 +01:00
ediff.el Use `format-prompt' when prompting with default values 2020-09-06 16:56:54 +02:00
emerge.el Use `format-prompt' when prompting with default values 2020-09-06 16:56:54 +02:00
log-edit.el Use format-prompt in read-string calls (that have default values) 2020-09-06 23:19:43 +02:00
log-view.el
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el ; Fix many typos in symbols in docs and comments 2020-10-02 13:29:45 +02:00
smerge-mode.el * lisp/vc/smerge-mode.el (smerge-start-session): Don't re-enable 2020-03-18 10:20:13 -04:00
vc-annotate.el Use format-prompt in read-string calls (that have default values) 2020-09-06 23:19:43 +02:00
vc-bzr.el Add optional remote-name argument to VC repository-url command 2020-06-15 08:56:11 +02:00
vc-cvs.el Fix compilation warning in vc-cvs from previous change 2020-08-20 17:18:46 +02:00
vc-dav.el
vc-dir.el Save and restore point in ewoc-invalidate 2020-09-18 11:53:32 -04:00
vc-dispatcher.el Don't move point in vc-dir on vc-register/vc-checkin (bug#43188) 2020-09-05 00:16:39 +03:00
vc-filewise.el
vc-git.el Use the full name of the null byte/character, not its abbreviation 2020-10-05 20:19:59 +02:00
vc-hg.el vc-hg: use 'hg summary' to populate vc-dir headers 2020-08-09 14:35:26 +02:00
vc-hooks.el Remove many items obsolete since Emacs 23.1 2020-08-14 13:07:26 +02:00
vc-mtn.el Remove many items obsolete since Emacs 23.1 2020-08-14 13:07:26 +02:00
vc-rcs.el Use directory-files-no-dot-files-regexp wherever possible 2020-04-16 12:14:38 +02:00
vc-sccs.el
vc-src.el Use one src status -a call for vc-src-dir-status-files 2020-08-09 21:48:37 +02:00
vc-svn.el Add optional remote-name argument to VC repository-url command 2020-06-15 08:56:11 +02:00
vc.el Improve support for using vc commands in indirect buffers 2020-10-05 08:50:16 +02:00