1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
emacs/lisp/net
Paul Eggert 5d6a314475 2019-03-26 regex cleanup
Problems reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-03/msg01028.html
* lisp/align.el (align-rules-list):
* lisp/speedbar.el (speedbar-check-read-only, speedbar-check-vc):
* lisp/vc/diff-mode.el (diff-add-change-log-entries-other-window):
* lisp/woman.el (woman-parse-numeric-arg):
Put "-" at end of character alternatives, since a range was not intended.
* lisp/erc/erc.el (font-lock):
* lisp/mail/footnote.el (cl-seq):
Avoid duplicate character alternatives by using cl-seq API.
* lisp/mail/footnote.el (footnote--current-regexp):
* lisp/textmodes/css-mode.el (css--font-lock-keywords):
Avoid repetition of repetition.
* lisp/net/webjump.el (webjump-url-encode):
Add ~ to character alternatives, and rewrite confusing range.
* lisp/progmodes/verilog-mode.el (verilog-compiler-directives)
(verilog-assignment-operator-re):
Remove duplicate.
* lisp/progmodes/verilog-mode.el (verilog-preprocessor-re):
* lisp/textmodes/css-mode.el (css--font-lock-keywords):
Don’t escape a char that doesn’t need it.
* lisp/textmodes/picture.el (picture-tab-chars): In docstring,
do not say regexp characters will be quoted; merely say in
another way that the syntax is that of character alternatives.
(picture-set-tab-stops, picture-tab-search): Don’t attempt
to regexp-quote picture-tab-chars.
(picture-tab-search): Quote \ in picture-tab-chars for
skip-chars-backwards, which treats \ differently than
regexp character alternatives do.
2019-03-26 19:07:21 -07:00
..
ange-ftp.el Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723 2019-03-09 16:44:24 +01:00
browse-url.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dbus.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dig.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
dns.el Avoid using obsolete accept-process-output arg 2019-01-15 14:09:11 -08:00
eudc-bob.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eudc-export.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eudc-hotlist.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eudc-vars.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eudc.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eudcb-bbdb.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eudcb-ldap.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eudcb-mab.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
eww.el Escape HTML NUL as � in eww 2019-02-27 14:37:38 -08:00
gnutls.el Check for client certificates when using GnuTLS 2019-01-24 11:36:47 +01:00
goto-addr.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
hmac-def.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
hmac-md5.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
imap.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
ldap.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
mailcap.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
mairix.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
net-utils.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
netrc.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
network-stream.el Avoid byte-compiler warning in starttls.el 2019-01-24 17:01:20 +02:00
newst-backend.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
newst-plainview.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
newst-reader.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
newst-ticker.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
newst-treeview.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
newsticker.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
nsm.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ntlm.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pop3.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
puny.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
quickurl.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rcirc.el * lisp/net/rcirc.el: Undo previous change; it was a typo. 2019-03-07 10:44:22 -08:00
rfc2104.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rlogin.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sasl-cram.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
sasl-digest.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
sasl-ntlm.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
sasl-scram-rfc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
sasl.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
secrets.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
shr-color.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
shr.el Handle HTML 'ol' start attribute in shr.el 2019-02-22 09:52:57 +02:00
sieve-manage.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sieve-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sieve.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
snmp-mode.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
soap-client.el Simplify use of encode-time 2019-02-10 23:54:35 -08:00
soap-inspect.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
socks.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
telnet.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tramp-adb.el Fix Bug#34943 2019-03-23 09:55:04 +01:00
tramp-archive.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-cache.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-cmds.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-compat.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-ftp.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-gvfs.el Handle empty strings in Tramp's expand-file-name implementations 2019-03-06 12:06:09 +01:00
tramp-integration.el Fix Bug#34943 2019-03-23 09:55:04 +01:00
tramp-rclone.el Use proper read syntax for all function names in Tramp 2019-02-28 10:33:05 +01:00
tramp-sh.el Fix Bug#24394, Bug#34172 2019-03-22 14:38:06 +01:00
tramp-smb.el Fix Bug#24394, Bug#34172 2019-03-22 14:38:06 +01:00
tramp-sudoedit.el Handle empty strings in Tramp's expand-file-name implementations 2019-03-06 12:06:09 +01:00
tramp-uu.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tramp.el Fix Bug#34943 2019-03-23 09:55:04 +01:00
trampver.el Respect setgid bit of the upper directory in Tramp 2019-01-22 10:38:49 +01:00
webjump.el 2019-03-26 regex cleanup 2019-03-26 19:07:21 -07:00
zeroconf.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00