diff options
| author | Eli Zaretskii | 2007-12-15 10:50:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-12-15 10:50:45 +0000 |
| commit | 0afd5f04f5707355aabb0b14a5a7960bc1693b10 (patch) | |
| tree | ff212f80a3517616e1f28c963a789026ae42cd0b /etc | |
| parent | 291db8694dbc735d6c4b0fff61c17bdffcbe9dab (diff) | |
| download | emacs-0afd5f04f5707355aabb0b14a5a7960bc1693b10.tar.gz emacs-0afd5f04f5707355aabb0b14a5a7960bc1693b10.zip | |
Fix a typo in commentary.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 9 | ||||
| -rw-r--r-- | etc/schema/dbdyntbl.rnc | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 764d01729c9..0979acb6ee5 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,12 +1,17 @@ | |||
| 1 | 2007-12-15 Eli Zaretskii <eliz@gnu.org> | 1 | 2007-12-15 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * schema/docbook-dyntbl.rnc, schema/docbook-dyntbl.rnc: Renamed to | ||
| 4 | docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively. | ||
| 5 | |||
| 6 | The following files renamed to avoid file-name clashes in | ||
| 7 | 8+3 (a.k.a. DOS) namespace: | ||
| 8 | |||
| 3 | * images/icons/macemacs_16.png, images/icons/macemacs_24.png: | 9 | * images/icons/macemacs_16.png, images/icons/macemacs_24.png: |
| 4 | * images/icons/macemacs_32.png, images/icons/macemacs_48.png: | 10 | * images/icons/macemacs_32.png, images/icons/macemacs_48.png: |
| 5 | * images/icons/macemacs_256.png, images/icons/macemacs_512.png: | 11 | * images/icons/macemacs_256.png, images/icons/macemacs_512.png: |
| 6 | Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png, | 12 | Renamed to emacs16_mac.png, emacs24_mac.png, emacs32_mac.png, |
| 7 | emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png, | 13 | emacs48_mac.png, emacs256_mac.png, and emacs512_mac.png, |
| 8 | respectively, to avoid file-name clashes in 8+3 (a.k.a. DOS) | 14 | respectively. |
| 9 | namespace. | ||
| 10 | 15 | ||
| 11 | 2007-12-08 Ulrich Mueller <ulm@gentoo.org> (tiny change) | 16 | 2007-12-08 Ulrich Mueller <ulm@gentoo.org> (tiny change) |
| 12 | 17 | ||
diff --git a/etc/schema/dbdyntbl.rnc b/etc/schema/dbdyntbl.rnc index 8e859145fd0..4ade70bbe2e 100644 --- a/etc/schema/dbdyntbl.rnc +++ b/etc/schema/dbdyntbl.rnc | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # allows the table model to be selected dynamically based on the | 2 | # allows the table model to be selected dynamically based on the |
| 3 | # definitions of cals.table.module and exchange.table.module. | 3 | # definitions of cals.table.module and exchange.table.module. |
| 4 | # | 4 | # |
| 5 | # To use this copy, docbook.rnc to docbook-dyntbl.rnc replacing | 5 | # To use this, copy docbook.rnc to docbook-dyntbl.rnc replacing |
| 6 | # "dbcalstbl.rnc" by "dbdyntbl.rnc". Then, you can override the | 6 | # "dbcalstbl.rnc" by "dbdyntbl.rnc". Then, you can override the |
| 7 | # choice of table model by doing | 7 | # choice of table model by doing |
| 8 | # | 8 | # |