summaryrefslogtreecommitdiff
path: root/src/ChangeLog.13
Commit message (Collapse)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
| | | | Run "TZ=UTC0 admin/update-copyright".
* ; Fix trivial typos in ChangeLogsStefan Kangas2020-10-03
|
* Update copyright year to 2020Paul Eggert2020-01-01
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Update copyright year to 2019Paul Eggert2019-01-01
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Update copyright year to 2018Paul Eggert2018-01-01
| | | | Run admin/update-copyright.
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-25
|
* ; Spelling fixesPaul Eggert2017-11-01
|
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-01
| | | | | | | | | 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:.
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-29
| | | | | This catches some URLs I missed in my previous scan, or perhaps were added after the scan.
* ; ChangeLog fixesGlenn Morris2017-06-05
|
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\ | | | | | | | | 2e2a806 Fix copyright years by hand 5badc81 Update copyright year to 2017
| * Update copyright year to 2017Paul Eggert2016-12-31
| | | | | | | | Run admin/update-copyright.
* | ; Spelling fixesPaul Eggert2016-12-22
|/
* Update copyright year to 2016Paul Eggert2016-01-01
| | | | Run admin/update-copyright.
* Spelling and grammar fixesPaul Eggert2015-11-29
|
* ; Cleanup of change log. Removed obsolete email addresses.Anders Lindgren2015-11-15
|
* Don't call do_pending_window_change in signal handlers (Bug#21380)Martin Rudalics2015-08-31
| | | | | | | * 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.
* ; Spelling fixesPaul Eggert2015-07-05
|
* ; Omit entries that will appear in ChangeLog.2Paul Eggert2015-05-23
|
* Merge branch 'master' into cairoJan D2015-04-26
|
* ; Convert ChangeLog history files to "Bug#NNNN"Paul Eggert2015-04-18
|
* Rename ChangeLogs for gitlog-to-changelogPaul Eggert2015-04-07
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]"