aboutsummaryrefslogtreecommitdiff
path: root/generic/pg-xml.el
AgeCommit message (Collapse)Author
2018-12-13Use `cl-lib` instead of `cl` everywhereStefan Monnier
Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused.
2018-08-23Fix most doc issues raised by (checkdoc)Erik Martin-Dorel
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2010-07-08Cleanups for save-excursion to avoid warnings in latest Emacs versionsDavid Aspinall
2009-09-07Require cl for compilationDavid Aspinall
2009-09-06pg-xml-parse-buffer: generalise to take region arguments.David Aspinall
2009-09-05Missing unused functionDavid Aspinall
2008-07-24Merge changes from Version4Branch.David Aspinall
2008-01-16Reduce compiler warnings. Minor fixes.David Aspinall
2008-01-15Many rearrangements for compatibility, efficient/correct compilation, ↵David Aspinall
namespaces fixes. pre-shell-start-hook: remove this, use default names for modes proof-compat: simplify architecture flags, use standard (featurep 'xemacs).
2007-12-09Fix some compile warnings: bug in pg-pgip-interpret-choice; move defsubsts ↵David Aspinall
to pg-xml.el
2005-09-30Dont overwrite distribution version of xml.el, only use fixed version for ↵David Aspinall
XEmacs.
2004-10-05Add pg-xml-cdataDavid Aspinall
2004-08-25Overhaul to use xml.el parsing and printing.David Aspinall
2004-08-16Note about use of this lib.David Aspinall
2004-02-08Update email and web addressesDavid Aspinall
2002-11-28Add pg-xml-encode-entities.David Aspinall
2002-11-14Disable message display when parsing xml strings.David Aspinall
2002-08-15Fix autoloadDavid Aspinall
2002-06-21GPLDavid Aspinall
2002-03-21Add header to XML docsDavid Aspinall
2001-09-04Issue parsing messagesDavid Aspinall
2001-07-09Clean-up compileDavid Aspinall
2001-05-08Copyright date updatedDavid Aspinall
2001-01-11fixed format strings in message, error, etc.Makarius Wenzel
2000-12-07Add provideDavid Aspinall
2000-11-24Added pg-xml-parse-string function.David Aspinall
2000-06-01New fileDavid Aspinall