| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | maint: shorten https://lists.gnu.org/archive/html/... links | Paul Eggert | 2017-11-25 | 1 | -59/+59 |
| | | |||||
| * | ; Spelling fixes | Paul Eggert | 2017-11-01 | 1 | -2/+2 |
| | | |||||
| * | Prefer HTTPS to HTTP for gnu.org | Paul Eggert | 2017-10-01 | 1 | -66/+66 |
| | | | | | | | | | | 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.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. | ||||
| * | ; ChangeLog fixes | Glenn Morris | 2017-06-05 | 1 | -1/+1 |
| | | |||||
| * | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| |\ | | | | | | | | | 2e2a806 Fix copyright years by hand 5badc81 Update copyright year to 2017 | ||||
| | * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | | | Run admin/update-copyright. | ||||
| * | | ; Spelling fixes | Paul Eggert | 2016-12-22 | 1 | -1/+1 |
| |/ | |||||
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Spelling and grammar fixes | Paul Eggert | 2015-11-29 | 1 | -1/+1 |
| | | |||||
| * | ; Cleanup of change log. Removed obsolete email addresses. | Anders Lindgren | 2015-11-15 | 1 | -1/+1 |
| | | |||||
| * | Don't call do_pending_window_change in signal handlers (Bug#21380) | Martin Rudalics | 2015-08-31 | 1 | -4/+3 |
| | | | | | | | | * 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 fixes | Paul Eggert | 2015-07-05 | 1 | -1/+1 |
| | | |||||
| * | ; Omit entries that will appear in ChangeLog.2 | Paul Eggert | 2015-05-23 | 1 | -236/+0 |
| | | |||||
| * | Merge branch 'master' into cairo | Jan D | 2015-04-26 | 1 | -0/+236 |
| | | |||||
| * | ; Convert ChangeLog history files to "Bug#NNNN" | Paul Eggert | 2015-04-18 | 1 | -6/+6 |
| | | |||||
| * | Rename ChangeLogs for gitlog-to-changelog | Paul Eggert | 2015-04-07 | 1 | -0/+17924 |
| 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]" | |||||