Paul Eggert
26bed8ba10
Update copyright year to 2019
...
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
2019-01-01 01:01:13 +00:00
Paul Eggert
5c7dd8a783
Update copyright year to 2018
...
Run admin/update-copyright.
2018-01-01 00:57:59 -08:00
Paul Eggert
a89f0b6f33
maint: shorten https://lists.gnu.org/archive/html/ ... links
2017-11-25 22:48:12 -08:00
Paul Eggert
9d31a97092
; Spelling fixes
2017-11-01 22:07:43 -07:00
Paul Eggert
5172fa02cc
Prefer HTTPS to HTTP for gnu.org
...
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-10-01 19:59:01 -07:00
Paul Eggert
cbc8324488
Prefer HTTPS to HTTP for gnu.org
...
This catches some URLs I missed in my previous scan,
or perhaps were added after the scan.
2017-09-29 17:48:22 -07:00
Glenn Morris
6a757bead9
; ChangeLog fixes
2017-06-05 20:33:55 -04:00
Paul Eggert
bcf244ef9b
Merge from origin/emacs-25
...
2e2a806 Fix copyright years by hand
5badc81 Update copyright year to 2017
2017-01-01 01:10:47 -08:00
Paul Eggert
5badc81c1c
Update copyright year to 2017
...
Run admin/update-copyright.
2016-12-31 19:42:26 -08:00
Paul Eggert
73349822cb
; Spelling fixes
2016-12-22 10:14:11 -08:00
Paul Eggert
0e963201d0
Update copyright year to 2016
...
Run admin/update-copyright.
2016-01-01 01:34:24 -08:00
Paul Eggert
36649e0150
Spelling and grammar fixes
2015-11-29 21:52:17 -08:00
Anders Lindgren
6d109c051c
; Cleanup of change log. Removed obsolete email addresses.
2015-11-15 19:28:32 +01:00
Martin Rudalics
8af8355c3f
Don't call do_pending_window_change in signal handlers (Bug#21380)
...
* 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-08-31 11:09:22 +02:00
Paul Eggert
8c81ac97fd
; Spelling fixes
2015-07-05 23:17:48 -07:00
Paul Eggert
78c9b2e847
; Omit entries that will appear in ChangeLog.2
2015-05-23 08:36:28 -07:00
Jan D
f92ac2e82e
Merge branch 'master' into cairo
2015-04-26 13:55:01 +02:00
Paul Eggert
870287327b
; Convert ChangeLog history files to "Bug#NNNN"
2015-04-18 19:48:24 -07:00
Paul Eggert
dd1404cca3
Rename ChangeLogs for gitlog-to-changelog
...
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]"
2015-04-07 00:00:06 -07:00