aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-xml.el
Commit message (Collapse)AuthorAge
* Use `cl-lib` instead of `cl` everywhereGravatar Stefan Monnier2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix most doc issues raised by (checkdoc)Gravatar Erik Martin-Dorel2018-08-23
|
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Cleanups for save-excursion to avoid warnings in latest Emacs versionsGravatar David Aspinall2010-07-08
|
* Require cl for compilationGravatar David Aspinall2009-09-07
|
* pg-xml-parse-buffer: generalise to take region arguments.Gravatar David Aspinall2009-09-06
|
* Missing unused functionGravatar David Aspinall2009-09-05
|
* Merge changes from Version4Branch.Gravatar David Aspinall2008-07-24
|
* Reduce compiler warnings. Minor fixes.Gravatar David Aspinall2008-01-16
|
* Many rearrangements for compatibility, efficient/correct compilation, ↵Gravatar David Aspinall2008-01-15
| | | | | | | namespaces fixes. pre-shell-start-hook: remove this, use default names for modes proof-compat: simplify architecture flags, use standard (featurep 'xemacs).
* Fix some compile warnings: bug in pg-pgip-interpret-choice; move defsubsts ↵Gravatar David Aspinall2007-12-09
| | | | to pg-xml.el
* Dont overwrite distribution version of xml.el, only use fixed version for ↵Gravatar David Aspinall2005-09-30
| | | | XEmacs.
* Add pg-xml-cdataGravatar David Aspinall2004-10-05
|
* Overhaul to use xml.el parsing and printing.Gravatar David Aspinall2004-08-25
|
* Note about use of this lib.Gravatar David Aspinall2004-08-16
|
* Update email and web addressesGravatar David Aspinall2004-02-08
|
* Add pg-xml-encode-entities.Gravatar David Aspinall2002-11-28
|
* Disable message display when parsing xml strings.Gravatar David Aspinall2002-11-14
|
* Fix autoloadGravatar David Aspinall2002-08-15
|
* GPLGravatar David Aspinall2002-06-21
|
* Add header to XML docsGravatar David Aspinall2002-03-21
|
* Issue parsing messagesGravatar David Aspinall2001-09-04
|
* Clean-up compileGravatar David Aspinall2001-07-09
|
* Copyright date updatedGravatar David Aspinall2001-05-08
|
* fixed format strings in message, error, etc.Gravatar Makarius Wenzel2001-01-11
|
* Add provideGravatar David Aspinall2000-12-07
|
* Added pg-xml-parse-string function.Gravatar David Aspinall2000-11-24
|
* New fileGravatar David Aspinall2000-06-01