| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ; Add 2026 to copyright years. | Sean Whitton | 2026-01-01 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2025 | Paul Eggert | 2025-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
| * | Fix occasional crash in lwlib due to uninitialized data | Pip Cet | 2024-12-09 | 1 | -0/+4 |
| | | | | | | | | Crash observed on cfarm's cfarm210 machine, which is a Solaris 10 zone on an M3000 server. * lwlib/xlwmenu.c (XlwMenuInitialize): Initialize menu.font. | ||||
| * | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | | |||||
| * | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| | | |||||
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
| * | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)". | ||||
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'. | ||||
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Prefer HTTPS to HTTP for gnu.org | Paul Eggert | 2017-09-29 | 1 | -1/+1 |
| | | | | | | This catches some URLs I missed in my previous scan, or perhaps were added after the scan. | ||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | ; Omit entries that will appear in ChangeLog.2 | Paul Eggert | 2015-05-23 | 1 | -3/+0 |
| | | |||||
| * | Merge branch 'master' into cairo | Jan D | 2015-04-26 | 1 | -0/+3 |
| | | |||||
| * | Rename ChangeLogs for gitlog-to-changelog | Paul Eggert | 2015-04-07 | 1 | -0/+1982 |
| This patch was implemented via the following shell commands: find * -name ChangeLog | sed 's,.*,git mv & &.1, s, lisp/ChangeLog\.1$, lisp/ChangeLog.17, s, lisp/erc/ChangeLog\.1$, lisp/erc/ChangeLog.09, s, lisp/gnus/ChangeLog\.1$, lisp/gnus/ChangeLog.3, s, lisp/mh-e/ChangeLog\.1$, lisp/mh-e/ChangeLog.2, s, src/ChangeLog\.1$, src/ChangeLog.13,' | sh git commit -am"[this commit message]" | |||||