summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.16
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
|
* ; Fix typos in ChangeLog filesStefan Kangas2023-12-101-2/+2
|
* ; Fix broken links to gmane.orgStefan Kangas2023-10-241-1/+1
|
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
|
* ; Fix typosStefan Kangas2022-12-311-5/+5
|
* ; Fix typosStefan Kangas2022-12-161-2/+2
|
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+2
|
* ; Fix typosStefan Kangas2022-11-201-1/+1
|
* ; Fix typosStefan Kangas2022-11-181-1/+1
|
* ; Fix typos (duplicate words)Stefan Kangas2022-11-171-9/+8
|
* ; Fix typosStefan Kangas2022-11-111-3/+3
|
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
|
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-5/+5
| | | | These were all tested and confirmed working.
* ; Fix trivial typos in ChangeLogsStefan Kangas2020-10-031-8/+8
|
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| | | | Run admin/update-copyright.
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-18/+18
|
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
|
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-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.orgPaul Eggert2017-09-291-1/+1
| | | | | This catches some URLs I missed in my previous scan, or perhaps were added after the scan.
* Spelling fixesPaul Eggert2017-09-101-1/+1
| | | | | | * lisp/progmodes/cc-langs.el: (c-ambiguous-overloadable-or-identifier-prefixes): Rename from c-ambiguous-overloadable-or-identifier-prefices. Caller changed.
* Spelling fixesPaul Eggert2017-07-061-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 updatesGlenn Morris2017-06-071-1/+1
| | | | | | | * admin/authors.el (authors-ignored-files, authors-valid-file-names) (authors-renamed-files-alist): Additions. ; ChangeLog fixes
* ; Update contributor nameGlenn Morris2017-05-061-1/+1
| | | | ; Ref http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00114.html
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* Change defgeneric so it doesn't completely redefine the functionStefan Monnier2015-05-211-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 Eggert2015-04-051-1/+1
| | | | | * htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations, with an obsolete alias. All uses changed.
* Prefer "initialize" to "initialise"Paul Eggert2015-03-101-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 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Merge branch 'emacs-24'.Paul Eggert2014-11-281-3/+3
|\
| * Fix white-space problems in ChangeLogs.Paul Eggert2014-11-241-3/+3
| |
* | Merge from emacs-24; up to 2014-07-27T18:05:37Z!eliz@gnu.orgGlenn Morris2014-10-151-1/+1
|\|
| * Tabify recent ChangeLog changeGlenn Morris2014-10-151-1/+1
| |
| * Rewrite ChangeLog release notes to be less confusingGlenn Morris2014-10-151-1/+1
| |
* | * lisp/find-cmd.el (find-cmd): Use grep's `find-program'.Stefan Monnier2014-09-241-1/+1
| | | | | | | | | | | | Suggested by <lompik@voila.fr>. Fixes: debbugs:18518
* | Spelling fixes.Paul Eggert2014-09-111-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 fixesStefan Monnier2014-08-281-2/+2
|/
* ChangeLog fixes.Glenn Morris2014-06-251-1/+1
| | | | Not sure how M-x authors missed these so far...
* Fix commit date of an entry in lisp/ChangeLog.16.Eli Zaretskii2014-04-201-1/+1
|
* ChangeLog fixesGlenn Morris2014-01-101-17/+17
|
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+2
|
* ChangeLog fixes prompted by M-x authorsGlenn Morris2013-10-121-1/+1
|
* ChangeLog whitespace fixesGlenn Morris2013-09-171-1/+1
|
* Fix typos in ChangeLogs.Juanma Barranquero2013-07-261-2/+2
|
* ChangeLog bug ref fixGlenn Morris2013-06-191-1/+1
|
* lisp/ChangeLog, src/ChangeLog: Rotate changelogs.Juanma Barranquero2013-06-181-0/+25241