1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Eli Zaretskii
19dcb237b5 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
Mark A. Hershberger
f1f351def3
Update rnc to use Open Document's Relax-NG schema to version 1.3
* Use the LibreOffice Relax-NG files since they include a hack to
   support 1.2.
* rng source:
   https://raw.githubusercontent.com/freedesktop/libreoffice-core/master/
   schema/libreoffice/OpenDocument-schema-v1.3%2Blibreoffice.rng
* translation to rnc with trang:
   trang -I rng -O rnc OpenDocument-schema-v1.3+libreoffice.rng \
       OpenDocument-schema-v1.3+libreoffice.rnc
2021-03-25 11:49:18 -04:00
Paul Eggert
ba05d005e5 Update copyright year to 2021
Run "TZ=UTC0 admin/update-copyright".
2021-01-01 01:13:56 -08:00
Yasuhiro KIMURA
43a1b79f56 Recover the contents of the schemas.xml file
* etc/schema/schemas.xml: Recover the file, which was apparently
(mostly) removed by mistake by commit 165f738382 (bug#42851).

Copyright-paperwork-exempt: yes
2020-11-01 14:01:31 +01:00
Paul Eggert
365e01cc9f Update copyright year to 2020
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2020-01-01 00:59:52 +00:00
Bastien
165f738382 Update Org to 9.3 2019-12-03 23:27:04 +01:00
Daniel Barrett
afeb1e45b2 Add PDF to the DocBook notation class
* etc/schema/dbnotn.rnc: PDF is among the document types accepted
(bug#21882).

Copyright-paperwork-exempt: yes
2019-08-01 19:47:43 +02:00
Paul Eggert
26bed8ba10 Update copyright year to 2019
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
2019-01-01 01:01:13 +00:00
Paul Eggert
5c7dd8a783 Update copyright year to 2018
Run admin/update-copyright.
2018-01-01 00:57:59 -08:00
Paul Eggert
bc511a64f6 Prefer HTTPS to FTP and HTTP in documentation
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November.  Change these FTP URLs to https://ftp.gnu.org
instead.  Make similar changes for URLs to other organizations moving
away from FTP.  Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
2017-09-13 15:54:37 -07:00
Rasmus
1ce7864d1f Add Org schemas.xml contents to Emacs schemas.xml
Entries from the Org version of schemas.xml have been added to
the Emacs version of schemas.xml.
2017-06-22 11:54:27 +02:00
Rasmus
5cecd27582 Update Org to v9.0.9
Please see etc/ORG-NEWS for details.
2017-06-22 11:54:18 +02:00
Paul Eggert
5badc81c1c Update copyright year to 2017
Run admin/update-copyright.
2016-12-31 19:42:26 -08:00
Paul Eggert
0e963201d0 Update copyright year to 2016
Run admin/update-copyright.
2016-01-01 01:34:24 -08:00
Paul Eggert
7e09ef09a4 Update copyright year to 2015
Run admin/update-copyright.
2015-01-01 14:26:41 -08:00
Paul Eggert
ba3189039a Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
Paul Eggert
ab422c4d68 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
Glenn Morris
acaf905b11 Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Glenn Morris
73b0cd5003 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0 Nuke arch-tags. 2011-01-15 15:16:57 -08:00
Stefan Monnier
77ab81d054 Merge from emacs-23 2011-01-14 12:18:41 -05:00
Glenn Morris
5df4f04cd3 Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
Stefan Monnier
f49d1f52b2 Merge from emacs-23 2010-12-13 10:27:36 -05:00
W. Martin Borgert
11cb1e35ff * lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
* etc/schema/schemas.xml: Handle *.dbk as DocBook.
2010-12-04 16:45:17 -05:00
Sam Steingold
6e373c1afb chapter, part, section are all DocBook elements 2010-11-05 15:30:18 -04:00
Sam Steingold
9d42453dfd identify "refentry" as DocBook 2010-11-04 14:17:38 -04:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Glenn Morris
bb65542c44 Add 2009 to copyright years. 2009-01-08 05:11:56 +00:00
Chong Yidong
12008840ca Following communication from FSF, relaxng.rnc can be treated as part
of Emacs (via the nxml-mode assignment).
2008-11-09 04:06:37 +00:00
Chong Yidong
7742c3dc9b Add standard Emacs copyright notice, treating this file as part of
Emacs/nxml-mode (following private communication from FSF).
2008-11-09 04:05:39 +00:00
Chong Yidong
14760e95cf Add copyright notice. 2008-11-07 05:25:49 +00:00
Chong Yidong
99db906dc5 Insert full form of the W3C short notice. 2008-11-07 01:51:52 +00:00
Chong Yidong
f9ba3dd518 Update with findings by jasonr@f2s.com 2008-11-07 01:41:52 +00:00
Chong Yidong
7054c4150b Note that RELAX NG is also ISO/IEC 19757-2. 2008-11-06 22:39:39 +00:00
Chong Yidong
aae62bd5da File removed due to dependence on (apparently) non-free soextbl spec. 2008-11-06 22:28:12 +00:00
Chong Yidong
2e7628d8b8 Removed dbdyntbl.rnc docbk-dyntbl.rnc dbsoextbl.rnc, and
docbk-soextbl.rnc because that depends on the non-free soextbl spec.
2008-11-06 22:27:50 +00:00
Chong Yidong
f7815bed12 Fix typo. 2008-11-05 19:53:09 +00:00
Chong Yidong
a36792ba03 New file containing license information. 2008-11-05 17:49:29 +00:00
Eli Zaretskii
30361feeba Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed. 2007-12-15 11:37:25 +00:00
Eli Zaretskii
966d7b437a Renamed xhtml-target.rnc to xhtml-tgt.rnc; all users changed. 2007-12-15 11:27:32 +00:00
Eli Zaretskii
102e02ce3a Renamed xhtml-list.rnc to xhtml-lst.rnc; all users changed. 2007-12-15 11:14:02 +00:00
Eli Zaretskii
1ff6d72447 Renamed xhtml-basic-table.rnc to xhtml-btable.rnc; all users changed. 2007-12-15 11:08:24 +00:00
Eli Zaretskii
b9a0d5af8f Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed.. 2007-12-15 11:01:36 +00:00
Eli Zaretskii
0afd5f04f5 Fix a typo in commentary. 2007-12-15 10:50:45 +00:00
Eli Zaretskii
291db8694d Renamed docbook-soextbl.rnc to docbk-soextbl.rnc. 2007-12-15 10:44:42 +00:00
Eli Zaretskii
4619facdf6 Renamed docbook-dyntbl.rnc to docbk-dyntbl.rnc. 2007-12-15 10:42:29 +00:00
Miles Bader
ab4c34c626 Add arch tagline 2007-11-23 22:49:40 +00:00
Mark A. Hershberger
8cd39fb3c4 Initial merge of nxml 2007-11-23 06:58:00 +00:00