summaryrefslogtreecommitdiff
path: root/src/ChangeLog.13
AgeCommit message (Collapse)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
Run "TZ=UTC0 admin/update-copyright".
2024-07-18; Fix typosStefan Kangas
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typos in ChangeLog filesStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-16; Fix typosStefan Kangas
2022-11-18; Fix typosStefan Kangas
2022-11-17; Fix typos (duplicate words)Stefan Kangas
2022-11-11; Fix typosStefan Kangas
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
Run "TZ=UTC0 admin/update-copyright".
2020-10-03; Fix trivial typos in ChangeLogsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2019-01-01Update copyright year to 2019Paul Eggert
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
2018-01-01Update copyright year to 2018Paul Eggert
Run admin/update-copyright.
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert
2017-11-01; Spelling fixesPaul Eggert
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert
This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:.
2017-09-29Prefer HTTPS to HTTP for gnu.orgPaul Eggert
This catches some URLs I missed in my previous scan, or perhaps were added after the scan.
2017-06-05; ChangeLog fixesGlenn Morris
2017-01-01Merge from origin/emacs-25Paul Eggert
2e2a806 Fix copyright years by hand 5badc81 Update copyright year to 2017
2016-12-31Update copyright year to 2017Paul Eggert
Run admin/update-copyright.
2016-12-22; Spelling fixesPaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
Run admin/update-copyright.
2015-11-29Spelling and grammar fixesPaul Eggert
2015-11-15; Cleanup of change log. Removed obsolete email addresses.Anders Lindgren
2015-08-31Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics
* src/gtkutil.c (xg_frame_resized): * src/xterm.c (x_set_window_size): * src/w32term.c (x_set_window_size): Don't call do_pending_window_change.
2015-07-05; Spelling fixesPaul Eggert
2015-05-23; Omit entries that will appear in ChangeLog.2Paul Eggert
2015-04-26Merge branch 'master' into cairoJan D
2015-04-18; Convert ChangeLog history files to "Bug#NNNN"Paul Eggert
2015-04-07Rename ChangeLogs for gitlog-to-changelogPaul Eggert
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]"