summaryrefslogtreecommitdiff
path: root/docs/reference/glib/changes.xml
Commit message (Collapse)AuthorAgeFilesLines
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | This was mostly machine generated with the following command: ``` codespell \ --builtin clear,rare,usage \ --skip './po/*' --skip './.git/*' --skip './NEWS*' \ --write-changes . ``` using the latest git version of `codespell` as per [these instructions](https://github.com/codespell-project/codespell#user-content-updating). Then I manually checked each change using `git add -p`, made a few manual fixups and dropped a load of incorrect changes. There are still some outdated or loaded terms used in GLib, mostly to do with git branch terminology. They will need to be changed later as part of a wider migration of git terminology. If I’ve missed anything, please file an issue! Signed-off-by: Philip Withnall <withnall@endlessm.com>
* docs: Use latest docbook dtd: 4.5Javier Jardón2012-04-231-2/+2
|
* docs: rename *-docs.sgml to *-docs.xmlJavier Jardón2012-04-231-0/+174
We are using xml docbook nowadays