1 # Do not edit this file - generated from version control history
4 commit 546d4dbe0124d3f9421116b9e5a8889cccf97b84
5 Author: Ales Hvezda <ahvezda@seul.org>
6 Date: Sat Mar 28 15:22:19 2009 -0400
10 Updated the ChangeLogs by running:
11 ./update-changelogs.sh 1.0-20070526..master
12 in the toplevel directory
14 commit 3c49636e1a9e9e703fab4c6aafc69affb4fd2bab
15 Author: Ales Hvezda <ahvezda@seul.org>
16 Date: Sun Dec 21 16:23:26 2008 -0500
18 Updated ChangeLogs one more time.
20 commit 2f3e07a1fa7fd92ab163d2cd966efd98ab306512
21 Author: Ales Hvezda <ahvezda@seul.org>
22 Date: Sun Dec 21 14:40:21 2008 -0500
24 Updated ChangeLogs again in prep for the 1.5.1 release
26 commit 76d02f7f935d930d8093bd49b7eb0836d3b1aa6e
27 Author: Ales Hvezda <ahvezda@seul.org>
28 Date: Sun Dec 21 14:06:17 2008 -0500
30 Updated all ChangeLogs in prep for the 1.5.1 release.
32 The update was done by running:
33 ./update-changelogs.sh 1.0-20070526..master
35 commit 8479d01b6a4a819ae105659a9b9f1e6ab2d85136
36 Author: Ales Hvezda <ahvezda@seul.org>
37 Date: Sun Jul 6 22:03:02 2008 -0400
39 Updated all ChangeLogs by running ./update-changelogs.sh 1.0-20070526..master
41 commit b202ee510fb90cedd038ce5ec41cc6de453dbeea
42 Author: Ales Hvezda <ahvezda@seul.org>
43 Date: Sun Jan 27 11:47:13 2008 -0500
45 Updated ChangeLogs for the 1.4.0 release
47 commit d2047bc2a06e6534ff32464d36f8a95aec11b9d7
48 Author: Ales Hvezda <ahvezda@seul.org>
49 Date: Fri Jan 11 01:11:12 2008 -0500
51 Updated all ChangeLogs for this release (1.3.1)
53 commit 2f7e3ae60480743a8268d392272d05bd77dd75c8
54 Author: Ales Hvezda <ahvezda@seul.org>
55 Date: Mon Dec 31 20:43:08 2007 -0500
57 Updated all ChangeLogs for the past development release (1.3.0)
59 This step was supposed to happen before the 1.3.0 tarballs were released.
60 These changes will be picked up in a subsequent release.
62 commit e97af7cb9cd0b79534cc2bf93e6e5dbf336e883a
63 Author: Peter TB Brett <peter@peter-b.co.uk>
64 Date: Wed Nov 28 14:58:15 2007 +0000
66 gschemdoc: Use xdg-open if available
68 xdg-open is a tool from freedesktop.org which tries to use the user's
69 preferred application to open a file or URL. This is a big
70 improvement over using a hardcoded list of applications to try.
72 commit 74e7888ed1d23eac05d097f9d635d4a58a6576a3
73 Author: Peter TB Brett <peter@peter-b.co.uk>
74 Date: Fri Nov 23 21:43:49 2007 +0000
76 gschemdoc: Quote variables in case they contain spaces. [1792986]
78 In the gschemdoc shell script, the variables $pdfreader and $browser
79 need quoting on lines 86, 113 and 128 (eg "${browser}"). Otherwise,
80 paths with spaces in, like "Program Files/Mozilla Firefox" commonly
81 used in Windows don't work.
83 Based on anonymous SourceForge patch.
85 commit 6056ef48272778419d39e0233f395bfd60019ab9
86 Author: Ales Hvezda <ahvezda@seul.org>
87 Date: Sun Aug 19 22:40:19 2007 -0400
89 Update ChangeLogs using: ./update-changelogs.sh 1.0-20070526..master
91 commit e978b9098c7567ad3b9c834a5e4914de3bc039ec
92 Author: Ales Hvezda <ahvezda@seul.org>
93 Date: Sun Jul 8 18:18:39 2007 -0400
95 Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
97 commit 3f3505662fe4bb8c585aea0ea965296bd923956c
98 Author: Carlos Nieves Onega <cnieves@iespana.es>
99 Date: Sun Jul 8 21:16:17 2007 +0200
101 Added *~ to .gitignore files.
103 commit dd995d808b9f4440db48d2daa2473a9d9cfd88ef
104 Author: Ales Hvezda <ahvezda@seul.org>
105 Date: Thu Jul 5 01:36:31 2007 -0400
107 Updated ChangeLogs using ./update-changelogs.sh 1.0-20070526..master
109 commit edff766e8b15c311505810241528026f722e30b6
110 Author: Peter TB Brett <peter@peter-b.co.uk>
111 Date: Sat Jun 23 18:19:11 2007 +0100
113 Make sure various files are installed.
115 Several new files were not being distributed. This patch addresses the
116 problem by adding files to EXTRA_DIST in automake input files.
118 commit e57c37a66edc1c4d4e4d7160001749df51b96c4b
119 Author: Peter Clifton <pcjc2@cam.ac.uk>
120 Date: Sat Jun 23 18:17:29 2007 +0100
122 Move all .cvsignore files to .gitignore files
124 commit 065595ccd8b5e77616c29a37742357cfab0ae7f7
125 Author: Peter TB Brett <peter@peter-b.co.uk>
126 Date: Sat Jun 23 16:11:44 2007 +0100
128 Changes to ChangeLog usage.
130 With actual changes this time. Old-style changelogs as of gaf 1.0
131 (release of 26th June 2007) are moved to ChangeLog-1.0; new (blank)
132 ChangeLogs replace them. A script has been added to the gaf top level
133 to allow maintainers to update all the ChangeLog files immediately
134 prior to making out a release.