emacs/lisp/org
Konstantin Kharlamov dfc322d77f Replace manually crafted hex regexes with [:xdigit:]
* admin/charsets/mapconv:
* build-aux/gitlog-to-changelog (parse_amend_file, git_dir_option):
* lisp/progmodes/verilog-mode.el (verilog-delay-re):
(verilog-type-font-keywords, verilog-read-always-signals-recurse):
(verilog-is-number):
* lisp/progmodes/vera-mode.el (vera-font-lock-keywords):
* test/src/emacs-module-tests.el (mod-test-sum-test):
* lisp/xml.el: (xml--entity-replacement-text):
* lisp/version.el (emacs-repository-version-git):
* lisp/textmodes/sgml-mode.el (sgml-quote):
* lisp/textmodes/css-mode.el (css-escapes-re)
(css--colors-regexp):
* lisp/progmodes/prolog.el (prolog-syntax-propertize-function):
* lisp/progmodes/hideif.el (hif-token-regexp, hif-tokenize):
* lisp/progmodes/ebnf-dtd.el: (ebnf-dtd-attlistdecl)
(ebnf-dtd-entitydecl, ebnf-dtd-lex):
* lisp/progmodes/ebnf-ebx.el (ebnf-ebx-hex-character):
* lisp/progmodes/ebnf-abn.el (ebnf-abn-character):
* lisp/progmodes/cperl-mode.el (cperl-highlight-charclass)
(cperl-find-pods-heres):
* lisp/progmodes/cc-mode.el (c-maybe-quoted-number-head)
(c-maybe-quoted-number, c-parse-quotes-before-change)
(c-parse-quotes-after-change, c-quoted-number-head-before-point)
(c-quoted-number-straddling-point):
* lisp/progmodes/ada-mode.el (featurep, ada-in-numeric-literal-p)
(ada-font-lock-keywords):
* lisp/org/org-mobile.el (org-mobile-copy-agenda-files)
* lisp/org/org-table.el (org-table-number-regexp):
(org-mobile-update-checksum-for-capture-file):
* lisp/nxml/xsd-regexp.el (xsdre-gen-categories):
* lisp/nxml/xmltok.el (let*):
* lisp/nxml/rng-xsd.el (rng-xsd-convert-hex-binary)
(rng-xsd-convert-any-uri):
* lisp/nxml/rng-uri.el (rng-uri-file-name-1)
(rng-uri-unescape-multibyte, rng-uri-unescape-unibyte)
(rng-uri-unescape-unibyte-match)
(rng-uri-unescape-unibyte-replace):
* lisp/nxml/rng-cmpct.el (rng-c-process-escapes):
* lisp/nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
* lisp/net/shr-color.el (shr-color->hexadecimal):
* lisp/mail/rfc2231.el (rfc2231-decode-encoded-string):
* lisp/international/mule-cmds.el (read-char-by-name):
* lisp/htmlfontify.el (hfy-hex-regex):
* lisp/gnus/nneething.el (nneething-decode-file-name):
* lisp/gnus/mml-sec.el (mml-secure-find-usable-keys):
* lisp/gnus/gnus-art.el (gnus-button-mid-or-mail-heuristic-alist):
* lisp/faces.el (read-color):
* lisp/epg.el (epg--status-ERRSIG, epg--status-VALIDSIG)
(epg--status-SIG_CREATED, epg--decode-percent-escape)
(epg--decode-hexstring, epg--decode-quotedstring)
(epg-dn-from-string):
* lisp/emulation/cua-rect.el (cua-incr-rectangle):
* lisp/dnd.el (dnd-unescape-uri):
* lisp/cedet/semantic/lex.el (semantic-lex-number-expression):
* lisp/cedet/semantic/java.el (semantic-java-number-regexp):
* lisp/calc/calc-lang.el (pascal):
* lisp/calc/calc-ext.el (math-read-number-fancy):
* lisp/calc/calc-aent.el (math-read-token):
Replace various combinations of [0-9a-fA-F] with [[:xdigit:]].
(Bug#36167)
2019-07-06 10:54:25 +03:00
..
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-abc.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
ob-asymptote.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-awk.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-C.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-calc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-clojure.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-comint.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-coq.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-core.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ob-css.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ditaa.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-dot.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ebnf.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-emacs-lisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-eval.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ob-exp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-forth.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
ob-fortran.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-gnuplot.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-groovy.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-haskell.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-hledger.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-io.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-J.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-java.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-js.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-keys.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-latex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ledger.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lilypond.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lob.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-lua.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-makefile.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-matlab.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-maxima.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-mscgen.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ocaml.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-octave.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-org.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-perl.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-picolisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-plantuml.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-processing.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-python.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-R.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ref.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-ruby.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sass.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-scheme.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-screen.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sed.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-shell.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-shen.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sql.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-sqlite.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-stan.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-table.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-tangle.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob-vala.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ob.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-agenda.el Be safer about "%" in message formats 2019-03-07 09:05:56 -08:00
org-archive.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-attach.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-bbdb.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-bibtex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-capture.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-clock.el Be safer about "%" in message formats 2019-03-07 09:05:56 -08:00
org-colview.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-compat.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-crypt.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-ctags.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-datetree.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
org-docview.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-duration.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-element.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-entities.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-eshell.el Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
org-eww.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-faces.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-feed.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-footnote.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-gnus.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-habit.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-id.el Avoid backslash-newline-newline in source code 2019-05-22 23:59:36 -07:00
org-indent.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-info.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-inlinetask.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-install.el Merge Org 7.9.3e (commit b07a9bb). 2013-02-07 08:11:59 +01:00
org-irc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-lint.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-list.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
org-macro.el Simplify use of encode-time 2019-02-10 23:54:35 -08:00
org-macs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
org-mhe.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-mobile.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
org-mouse.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-pcomplete.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
org-plot.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-protocol.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
org-rmail.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-src.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org-table.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
org-timer.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
org-version.el Update Org to v9.1.9 2018-03-27 23:34:41 +02:00
org-w3m.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
org.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
ox-ascii.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ox-beamer.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-html.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ox-icalendar.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-latex.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ox-man.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-md.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-odt.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ox-org.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox-publish.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
ox-texinfo.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ox.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00