>>>> "APA" == Adrian Aichner
<Adrian.Aichner(a)t-online.de> writes:
APA> Greetings All!
APA> Seems like I demonstrated good instinct once again by
APA> subscribing to psgml-devel(a)lists.sourceforge.net just before
APA> this announcement.
APA> Anybody up for syncing this with our psgml package, Jerry,
APA> others?
I am fairly far along doing that.
If I can test successfully after the sync, I'll submit a patch.
I'll also feed back many typo fixes to Lennart.
Best regards,
Adrian
APA> The ChangeLog looks pretty attractive.
APA> Best regards,
APA> Adrian
APA> Fri Feb 9 01:06:27 2001 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * Version 1.2.2 released
APA> * psgml.el (sgml-mode-map): Bind (meta control h) instead of ESC
APA> C-h, avoids redefining M-BS
APA> Thu Feb 8 20:08:47 2001 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-info.el: Add provide psgml-info
APA> Sun Oct 22 17:29:53 2000 Marc-Antoine Parent
APA> * patch from Marc-Antoine Parent
APA> * psgml-edit.el (sgml-read-attribute-value): include the element name, thus:
APA> Value for {attribute name} in {element name} ({type} {Default}):
APA> 2000-10-11 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-edit.el (sgml-indent-line): new strategy for identifying
APA> elements
APA> 2000-09-06 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-api.el (sgml-map-content): Use sgml-with-parser-syntax-ro
APA> * psgml-parse.el (sgml-find-start-point): renamed to
APA> sgml-goto-start-point, to indicate that this actually changes the
APA> point and buffer. And should always be called inside
APA> sgml-with-parser-syntax.
APA> (sgml-with-parser-syntax-ro): As sgml-with-parser-syntax also
APA> handle restoring buffer modification state.
APA> (sgml-last-buffer): New state variable
APA> (sgml-with-parser-syntax): set sgml-last-buffer
APA> (sgml-mainbuf-point): new function
APA> (sgml-max-pos-in-tree): new function
APA> (sgml-update-display): don't call sgml-find-start-point, use
APA> sgml-max-pos-in-tree to figure out if there is much to parse.
APA> (sgml-parse-to): calls sgml-parser-loop directly no
APA> sgml-parse-continue.
APA> (sgml-parse-continue): use sgml-with-parser-syntax-ro and
APA> set-buffer to sgml-last-buffer.
APA> 2000-08-24 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml.el (sgml-insert-defaulted-attributes): new option
APA> * psgml-edit.el (sgml-insert-attributes): check new option
APA> * psgml-fs.el (style-format): set ps-left-header to include a
APA> style-sheet specified title and the filename. (for ps-print-buffer)
APA> (fs-special-styles): New special style 'title' for setting title.
APA> (fs-do-style): handle title style
APA> (fs-element-content): make element argument optional, defaults to
APA> current element.
APA> 2000-08-08 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-edit.el (sgml-insert-element): Fix bug with empty element.
APA> Thu Aug 3 07:52:46 2000 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-edit.el (sgml-insert-element): Fix bug when inserting
APA> element at end of buffer.
APA> 2000-08-03 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-edit.el (sgml-attribute-buffer): Fix missing space for
APA> unspecified required attributes.
APA> 2000-06-05 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-dtd.el (sgml-parse-parameter-literal): use
APA> buffer-substring-no-properties .
APA> 2000-05-31 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-api.el (sgml-parse-data): Don't call sgml-parse-loop
APA> directly, use sgml-parse-continue.
APA> Sat May 27 00:04:31 2000 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-edit.el (sgml-attr-clean-and-insert): new command. Used to
APA> automatically remove #DEFAULT when a character is typed.
APA> (sgml-attr-default-keymap): keymap used as only for #DEFAULT in
APA> attribute editing.
APA> Mon Apr 24 09:55:14 2000 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-edit.el (sgml-complete): Transform case on inserted names
APA> using sgml-general-insert-case or sgml-entity-insert-case.
APA> Sun Apr 16 16:07:55 2000 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-edit.el (sgml-indent-line): compute indentation from
APA> context, not element under point. Did this change once before but
APA> had to back it out. This time take care of omitted end-tags by
APA> choosing parent element as context, if point is at the very end of
APA> the element. Don't do special attribute indenting for elements
APA> that occur in data context.
APA> (sgml-fill-region): Fix giving up to early.
APA> (sgml-do-fill): indent tags of subelements in element context
APA> * psgml-info.el (sgml-describe-element-type): Use sgml-princ-names
APA> for occurs in section.
APA> 2000-03-22 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-edit.el (sgml-change-element-name): Add end-tag event if
APA> original element is empty. (hmm this isn't quite right). Also use
APA> sgml-find-context-of to find element, because -element-of gives
APA> the element of the following char.
APA> Tue Jan 4 19:51:03 2000 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-parse.el (sgml-with-parser-syntax): Restore current buffer
APA> before restoring syntax table.
APA> Tue Dec 21 20:50:31 1999 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-other.el (sgml-set-face-for): set rear-nonsticky for face
APA> when sgml-use-text-properties is true. (Suggested by Dirk Frömbgen)
APA> Sat Dec 18 18:55:02 1999 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-charent.el (sgml-charent-to-display-char): use
APA> buffer-substring-no-properties to allow for using text properties
APA> for fontification.
APA> 1999-11-02 Tim Bradshaw <tfb(a)tfeb.org>
APA> * psgml-edit.el (sgml-doctype-insert): made it not loop when it
APA> gets a bogus nil
APA> 1999-12-16 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-parse.el (sgml-parse-prolog): restore buffer modified
APA> after parsing. To allow using text properties for fontification.
APA> (sgml-parse-continue): dito.
APA> (sgml-parse-to): call sgml-parse-continue instead of calling
APA> sgml-parser-loop directly.
APA> 1999-12-15 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml.el: autoload for sgml-do-set-option
APA> 1999-12-03 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml.el (sgml-mode-syntax-table): new variable
APA> (sgml-mode): use sgml-mode-syntax-table
APA> 1999-11-29 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml.el (sgml-validate-error-regexps): Also recognize warnings
APA> (:W:) in output from nsgmls.
APA> 1999-11-11 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-parse.el (sgml-parse-to): Let sgml-with-parser-syntax wrap
APA> a bigger chunk of the code to make sure the syntax table is set up
APA> before any buffer changes.
APA> Tue Nov 9 16:25:53 1999 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-parse.el (sgml-modify-dtd): use sgml-general-case on names
APA> from modifier.
APA> Mon Nov 8 22:13:12 1999 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-info.el (sgml-eltype-refrenced-elements): Copy sequence
APA> before sorting destructively.
APA> (sgml-describe-element-type): Include exceptions in info display.
APA> Thu Nov 4 19:07:09 1999 Lennart Staflin <lenst(a)lysator.liu.se>
APA> * psgml-parse.el (sgml-note-change-at): If in XML mode and
APA> previous char is /, back up one char. This allows for the />
APA> delimiter to be recognized even if the start tag has been
APA> previously parsed as an improperly ended tag.
APA> * psgml-edit.el (sgml-last-element): don't use sgml-last-element
APA> for XML (there is not omitted tags to account for).
APA> 1999-10-21 Lennart Staflin <lennarts(a)infotek.no>
APA> * psgml-parse.el (sgml-push-to-entity): restore the (erase-buffer)
APA> that had been commented out. This is needed for the case when
APA> sgml-try-merge-compiled-dtd fails and leaves junk in the buffer.
APA> 1999-10-19 Lennart Staflin <lennarts(a)infotek.no>
APA> * Version 1.2.1 released
APA> From: Lennart Staflin <lenst(a)lysator.liu.se>
APA> Subject: [Psgml-devel] ANNOUNCE: PSGML version 1.2.2
APA> To: psgml-devel(a)lists.sourceforge.net,
APA> psgml-user(a)lists.sourceforge.net
APA> Date: 10 Feb 2001 08:52:37 +0100
APA> Message-ID: <m23ddn9dq1.fsf(a)lysator.liu.se>
APA> Xref: D5DC120J sourceforge:1828
APA> This release fixes serveral bugs.
APA> PSGML is an Emacs major mode for editing SGML and XML documents. It
APA> works with GNU Emacs 19.34, 20.3. PSGML contains a simple SGML/XML
APA> parser and can work with any DTD. Functions provided includes menus
APA> and commands for inserting tags with only the contextually valid tags,
APA> identification of structural errors, editing of attribute values in a
APA> separate window with information about types and defaults, and
APA> structure based editing.
APA> Get it from
APA> ftp://ftp.lysator.liu.se/pub/sgml/psgml-1.2.2.tar.gz
APA>
http://www.lysator.liu.se/~lenst/about_psgml/psgml-1.2.2.tar.gz
APA> PSGML info
APA>
http://www.lysator.liu.se/~lenst/about_psgml/
APA>
http://www.sourceforge.net/projects/psgml
APA> --
APA> Lennart Staflin <lenst(a)lysator.liu.se> /*/ (:ABSOLUTE
:WILD)
APA> _______________________________________________
APA> Psgml-devel mailing list
APA> Psgml-devel(a)lists.sourceforge.net
APA>
http://lists.sourceforge.net/lists/listinfo/psgml-devel
APA> ----------
APA> --
APA> Adrian Aichner
APA> mailto:adriana@users.sourceforge.net
APA>
http://xemacs.sourceforge.net/
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/