Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | |||||
* | ; Fix typos in ChangeLog files | Stefan Kangas | 2023-12-10 | 1 | -2/+2 |
| | |||||
* | ; Fix broken links to gmane.org | Stefan Kangas | 2023-10-24 | 1 | -1/+1 |
| | |||||
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | ; Fix typos | Stefan Kangas | 2022-12-31 | 1 | -5/+5 |
| | |||||
* | ; Fix typos | Stefan Kangas | 2022-12-16 | 1 | -2/+2 |
| | |||||
* | ; Fix typos (don't abbreviate "with" or "without") | Stefan Kangas | 2022-12-01 | 1 | -1/+2 |
| | |||||
* | ; Fix typos | Stefan Kangas | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | ; Fix typos | Stefan Kangas | 2022-11-18 | 1 | -1/+1 |
| | |||||
* | ; Fix typos (duplicate words) | Stefan Kangas | 2022-11-17 | 1 | -9/+8 |
| | |||||
* | ; Fix typos | Stefan Kangas | 2022-11-11 | 1 | -3/+3 |
| | |||||
* | ; 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". | ||||
* | ; Prefer https to http in more URLs | Stefan Kangas | 2020-10-24 | 1 | -5/+5 |
| | | | | These were all tested and confirmed working. | ||||
* | ; Fix trivial typos in ChangeLogs | Stefan Kangas | 2020-10-03 | 1 | -8/+8 |
| | |||||
* | 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 | -18/+18 |
| | |||||
* | ; Typo fixes, mostly repeated words | Paul Eggert | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Prefer HTTPS to HTTP for gnu.org | Paul Eggert | 2017-10-01 | 1 | -19/+19 |
| | | | | | | | | | 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. | ||||
* | Spelling fixes | Paul Eggert | 2017-09-10 | 1 | -1/+1 |
| | | | | | | * lisp/progmodes/cc-langs.el: (c-ambiguous-overloadable-or-identifier-prefixes): Rename from c-ambiguous-overloadable-or-identifier-prefices. Caller changed. | ||||
* | Spelling fixes | Paul Eggert | 2017-07-06 | 1 | -2/+2 |
| | | | | | | | * lisp/org/org-table.el (org-table-sort-lines): Fix misspelling in prompt. * lisp/org/ox-ascii.el (org-ascii--describe-datum): Fix misspelling in call to org-element-lineage. | ||||
* | More authors.el updates | Glenn Morris | 2017-06-07 | 1 | -1/+1 |
| | | | | | | | * admin/authors.el (authors-ignored-files, authors-valid-file-names) (authors-renamed-files-alist): Additions. ; ChangeLog fixes | ||||
* | ; Update contributor name | Glenn Morris | 2017-05-06 | 1 | -1/+1 |
| | | | | ; Ref http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00114.html | ||||
* | 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. | ||||
* | Change defgeneric so it doesn't completely redefine the function | Stefan Monnier | 2015-05-21 | 1 | -2/+1 |
| | | | | | | | | | | * lisp/emacs-lisp/cl-generic.el (cl-generic-define): Don't throw away previously defined methods. (cl-generic-define-method): Let-bind purify-flag instead of using `fset'. (cl--generic-prefill-dispatchers): Only define during compilation. (cl-method-qualifiers): Remove redundant alias. (help-fns-short-filename): Silence byte-compiler. * test/automated/cl-generic-tests.el: Adjust to new defgeneric semantics. | ||||
* | Spelling fix for 'hfy-optimizations' | Paul Eggert | 2015-04-05 | 1 | -1/+1 |
| | | | | | * htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations, with an obsolete alias. All uses changed. | ||||
* | Prefer "initialize" to "initialise" | Paul Eggert | 2015-03-10 | 1 | -2/+2 |
| | | | | | | | | | | * lisp/progmodes/js.el (js-indent-first-init): Rename from js-indent-first-initialiser, to avoid worrying about American vs British spelling. All uses changed. * test/indent/js-indent-init-t.js: Rename from indent/js-indent-first-initialiser-t.js. * test/indent/js-indent-init-dynamic.js: Rename from test/indent/js-indent-first-initialiser-dynamic.js. | ||||
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Merge branch 'emacs-24'. | Paul Eggert | 2014-11-28 | 1 | -3/+3 |
|\ | |||||
| * | Fix white-space problems in ChangeLogs. | Paul Eggert | 2014-11-24 | 1 | -3/+3 |
| | | |||||
* | | Merge from emacs-24; up to 2014-07-27T18:05:37Z!eliz@gnu.org | Glenn Morris | 2014-10-15 | 1 | -1/+1 |
|\| | |||||
| * | Tabify recent ChangeLog change | Glenn Morris | 2014-10-15 | 1 | -1/+1 |
| | | |||||
| * | Rewrite ChangeLog release notes to be less confusing | Glenn Morris | 2014-10-15 | 1 | -1/+1 |
| | | |||||
* | | * lisp/find-cmd.el (find-cmd): Use grep's `find-program'. | Stefan Monnier | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Suggested by <lompik@voila.fr>. Fixes: debbugs:18518 | ||||
* | | Spelling fixes. | Paul Eggert | 2014-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * lisp/ses.el (ses-file-format-extend-parameter-list): Rename from ses-file-format-extend-paramter-list. All uses changed. * lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling of ":delete". | ||||
* | | Misc accumulated ChangeLog convention fixes | Stefan Monnier | 2014-08-28 | 1 | -2/+2 |
|/ | |||||
* | ChangeLog fixes. | Glenn Morris | 2014-06-25 | 1 | -1/+1 |
| | | | | Not sure how M-x authors missed these so far... | ||||
* | Fix commit date of an entry in lisp/ChangeLog.16. | Eli Zaretskii | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | ChangeLog fixes | Glenn Morris | 2014-01-10 | 1 | -17/+17 |
| | |||||
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Spelling and punctuation fixes. | Paul Eggert | 2013-12-01 | 1 | -1/+2 |
| | |||||
* | ChangeLog fixes prompted by M-x authors | Glenn Morris | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | ChangeLog whitespace fixes | Glenn Morris | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | Fix typos in ChangeLogs. | Juanma Barranquero | 2013-07-26 | 1 | -2/+2 |
| | |||||
* | ChangeLog bug ref fix | Glenn Morris | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | lisp/ChangeLog, src/ChangeLog: Rotate changelogs. | Juanma Barranquero | 2013-06-18 | 1 | -0/+25241 |