2b237bfa89
Info markup fixes
2009-12-05 15:19:37 +01:00
e250301140
Update change log for 4.3.22
2009-04-25 13:57:45 +02:00
009fc1403c
Update change log again for 4.3.21
2009-03-09 22:35:18 +01:00
8df262bada
Update change log again for 4.3.21
2009-03-09 21:33:30 +01:00
84008cf870
Update change log again for 4.3.21
2009-03-08 18:24:32 +01:00
fa03ba9aad
Update change log for 4.3.21
2009-03-08 14:44:29 +01:00
d87a9eb61b
Update change log again for 4.3.20
2009-02-20 19:15:01 +01:00
6d6301afe8
Update change log for 4.3.20
2009-02-17 20:14:32 +01:00
5113bc0bb5
Update change log again for 4.3.19
2008-12-07 18:16:19 -05:00
204caeb243
Update change log for 4.3.19
2008-12-06 20:12:18 -05:00
5572686e32
Update change log for 4.3.18
2008-10-18 14:40:27 -04:00
a32a5cd050
Update change log again for 4.3.17
2008-09-20 12:08:41 -04:00
e0f7751f6b
Update change log for 4.3.17
2008-09-17 21:38:42 -04:00
d702068457
Fix trailing whitespace
2008-09-17 21:31:40 -04:00
fac3049bc2
Update change log again for 4.3.16
2008-08-09 12:10:06 -04:00
4ac09a3cd9
Update change log for 4.3.16
2008-08-02 21:29:48 -04:00
ebf50dce54
Update change log for 4.3.15
2008-05-18 11:41:51 +02:00
abd64835c7
Update change log again for 4.3.14
2008-05-05 06:57:42 +02:00
e8f82d34a7
Update change log again for 4.3.14.
2008-04-29 22:08:03 +02:00
9e19123abf
Update change log for 4.3.14
2008-04-25 22:28:40 +02:00
fa98d40e86
Final polish for 4.3.13
2008-04-15 21:04:03 +02:00
8e354e56c0
Update change log for 4.3.13
2008-04-06 22:00:25 +02:00
b47617004a
Update change log for 4.3.12
2008-04-02 07:36:47 +02:00
544612ed8c
4.3.11 late changes.
2008-01-01 19:22:59 +00:00
846212197a
Update for 4.3.11.
2007-12-15 07:18:40 +00:00
207cbb86ab
Final polish for 4.3.10.
2007-09-06 18:02:57 +00:00
e8e681fd2b
4.3.10 late changes.
2007-09-02 18:05:09 +00:00
eef82eb66b
Update for 4.3.10.
2007-08-24 17:28:47 +00:00
ad85b15152
Update for 4.3.9.
2007-01-06 12:46:01 +00:00
5832dcf005
4.3.8 last minute changes.
2006-10-20 18:33:29 +00:00
dc6168f782
Update for 4.3.8.
2006-10-13 18:29:22 +00:00
7072dd0930
Update for 4.3.7.
2006-07-14 23:08:49 +00:00
59fcdc9261
4.3.6 last minute changes.
2006-06-20 18:48:15 +00:00
0738af1296
More 4.3.6 changes.
2006-06-18 19:12:37 +00:00
0f2cfef599
Update for 4.3.6.
2006-06-14 18:22:28 +00:00
bd0bf9fdd3
Update for 4.3.5.
2006-05-28 07:54:10 +00:00
edbf6b0061
4.3.4 last minute changes.
2006-05-25 05:48:58 +00:00
1fad65964f
Update for 4.3.4.
2006-05-23 18:14:17 +00:00
58035e0515
Another 4.3.3. change.
...
Tag 4.0.0 with the date of the r.g.e. announcement.
2006-05-16 21:39:14 +00:00
b2408762cd
Update for 4.3.3.
2006-05-14 19:35:40 +00:00
87b5d5d6e3
Still more 4.3.2 changes.
2006-04-27 18:02:18 +00:00
964176b15f
More 4.3.2 changes.
2006-04-24 18:50:22 +00:00
2479f47068
Update for 4.3.2.
2006-04-23 13:08:47 +00:00
ba2c537ce5
Final polish for 4.3.1.
2006-04-15 11:43:27 +00:00
b23f9ce5db
Update for 4.3.1.
2006-04-05 18:54:18 +00:00
14ce39e4cd
Fix editing accident in revision before the previous. More 4.3.0
...
polishing.
2006-03-19 10:05:20 +00:00
c98079e83b
Update 4.3.0 date.
2006-03-19 08:24:52 +00:00
06deedb52c
Final polish for 4.3.0.
2006-03-08 20:19:45 +00:00
d4887e0a4c
Update for 4.3.0.
2006-03-06 19:39:17 +00:00
4ea4a01fd5
(info, html): Implement.
...
(all): Depend on info.
Flatten info directory. This undoes the move to one subdirectory per
chapter, which was done during Empire 2. The structure doesn't buy us
much, as the info name space is flat, and it complicates makefiles.
Overhaul info.pl:
- It now wants to run in the root of the build tree.
- Information on source files and subjects is now stored in makefiles,
thus info.pl no longer picks up random junk from the file system.
- Clean up Perl anachronisms, in particular use subroutine arguments and
results rather than global variables where convenient.
- Change format of diagnostics to the common format used by GNU tools,
so that Emacs and the like can parse it.
- Catch missing .SA.
- When creating a new subject file, cowardly refuse to overwrite an
existing file.
- Subject files contain topics sorted by chapter, then by name. The
order of chapters used to depend on how Perl sorts hash keys. Fix
it.
2005-12-22 10:09:17 +00:00